lookup 206 base/strings/string_piece.cc bool lookup[UCHAR_MAX + 1] = { false }; lookup 207 base/strings/string_piece.cc BuildLookupTable(s, lookup); lookup 209 base/strings/string_piece.cc if (lookup[static_cast<unsigned char>(self.data()[i])]) { lookup 241 base/strings/string_piece.cc bool lookup[UCHAR_MAX + 1] = { false }; lookup 242 base/strings/string_piece.cc BuildLookupTable(s, lookup); lookup 244 base/strings/string_piece.cc if (!lookup[static_cast<unsigned char>(self.data()[i])]) { lookup 308 base/strings/string_piece.cc bool lookup[UCHAR_MAX + 1] = { false }; lookup 309 base/strings/string_piece.cc BuildLookupTable(s, lookup); lookup 311 base/strings/string_piece.cc if (lookup[static_cast<unsigned char>(self.data()[i])]) lookup 353 base/strings/string_piece.cc bool lookup[UCHAR_MAX + 1] = { false }; lookup 354 base/strings/string_piece.cc BuildLookupTable(s, lookup); lookup 356 base/strings/string_piece.cc if (!lookup[static_cast<unsigned char>(self.data()[i])]) lookup 685 base/third_party/xdg_mime/xdgmime.c const char *lookup; lookup 690 base/third_party/xdg_mime/xdgmime.c if ((lookup = _xdg_mime_alias_list_lookup (alias_list, mime_type)) != NULL) lookup 691 base/third_party/xdg_mime/xdgmime.c return lookup; lookup 909 base/third_party/xdg_mime/xdgmimecache.c const char *lookup; lookup 911 base/third_party/xdg_mime/xdgmimecache.c lookup = cache_alias_lookup (mime); lookup 913 base/third_party/xdg_mime/xdgmimecache.c if (lookup) lookup 914 base/third_party/xdg_mime/xdgmimecache.c return lookup; lookup 40 chrome/browser/extensions/activity_log/database_string_table.cc std::map<std::string, int64>::const_iterator lookup = lookup 42 chrome/browser/extensions/activity_log/database_string_table.cc if (lookup != value_to_id_.end()) { lookup 43 chrome/browser/extensions/activity_log/database_string_table.cc *id = lookup->second; lookup 86 chrome/browser/extensions/activity_log/database_string_table.cc std::map<int64, std::string>::const_iterator lookup = lookup 88 chrome/browser/extensions/activity_log/database_string_table.cc if (lookup != id_to_value_.end()) { lookup 89 chrome/browser/extensions/activity_log/database_string_table.cc *value = lookup->second; lookup 451 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc syncer::ReadNode lookup(&trans); lookup 452 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc if (lookup.InitByTagLookup(permanent_tags[i]) == lookup 454 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc last_child_id = lookup.GetId(); lookup 21 content/common/gpu/gpu_surface_lookup.cc void GpuSurfaceLookup::InitInstance(GpuSurfaceLookup* lookup) { lookup 22 content/common/gpu/gpu_surface_lookup.cc DCHECK(!g_instance || !lookup); lookup 23 content/common/gpu/gpu_surface_lookup.cc g_instance = lookup; lookup 20 content/common/gpu/gpu_surface_lookup.h static void InitInstance(GpuSurfaceLookup* lookup); lookup 32 content/renderer/active_notification_tracker.cc WebNotification* lookup = notification_table_.Lookup(id); lookup 33 content/renderer/active_notification_tracker.cc if (!lookup) lookup 36 content/renderer/active_notification_tracker.cc *notification = *lookup; lookup 26334 net/base/registry_controlled_domains/effective_tld_names.cc static const short lookup[] = lookup 54262 net/base/registry_controlled_domains/effective_tld_names.cc register int index = lookup[key]; lookup 192 net/base/registry_controlled_domains/effective_tld_names_unittest1.cc static const signed char lookup[] = lookup 204 net/base/registry_controlled_domains/effective_tld_names_unittest1.cc register int index = lookup[key]; lookup 136 net/base/registry_controlled_domains/effective_tld_names_unittest2.cc static const signed char lookup[] = lookup 147 net/base/registry_controlled_domains/effective_tld_names_unittest2.cc register int index = lookup[key]; lookup 76 sync/notifier/invalidator_registrar.cc HandlerIdsMap::const_iterator lookup = handler_to_ids_map_.find(handler); lookup 77 sync/notifier/invalidator_registrar.cc if (lookup != handler_to_ids_map_.end()) { lookup 78 sync/notifier/invalidator_registrar.cc return lookup->second; lookup 45 sync/notifier/object_id_invalidation_map.cc IdToListMap::const_iterator lookup = map_.find(*it); lookup 46 sync/notifier/object_id_invalidation_map.cc if (lookup != map_.end()) { lookup 47 sync/notifier/object_id_invalidation_map.cc new_map[*it] = lookup->second; lookup 55 sync/notifier/object_id_invalidation_map.cc IdToListMap::const_iterator lookup = map_.find(id); lookup 56 sync/notifier/object_id_invalidation_map.cc DCHECK(lookup != map_.end()); lookup 57 sync/notifier/object_id_invalidation_map.cc DCHECK(!lookup->second.IsEmpty()); lookup 58 sync/notifier/object_id_invalidation_map.cc return lookup->second; lookup 202 sync/notifier/sync_invalidation_listener.cc UnackedInvalidationsMap::iterator lookup = lookup 204 sync/notifier/sync_invalidation_listener.cc if (lookup == unacked_invalidations_map_.end()) { lookup 205 sync/notifier/sync_invalidation_listener.cc lookup = unacked_invalidations_map_.insert( lookup 208 sync/notifier/sync_invalidation_listener.cc lookup->second.AddSet(to_save.ForObject(*it)); lookup 296 sync/notifier/sync_invalidation_listener.cc UnackedInvalidationsMap::iterator lookup = lookup 298 sync/notifier/sync_invalidation_listener.cc if (lookup == unacked_invalidations_map_.end()) { lookup 302 sync/notifier/sync_invalidation_listener.cc lookup->second.Acknowledge(handle); lookup 312 sync/notifier/sync_invalidation_listener.cc UnackedInvalidationsMap::iterator lookup = lookup 314 sync/notifier/sync_invalidation_listener.cc if (lookup == unacked_invalidations_map_.end()) { lookup 318 sync/notifier/sync_invalidation_listener.cc lookup->second.Drop(handle); lookup 402 third_party/expat/files/lib/xmlparse.c lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize); lookup 2326 third_party/expat/files/lib/xmlparse.c entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); lookup 2716 third_party/expat/files/lib/xmlparse.c elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str,0); lookup 2721 third_party/expat/files/lib/xmlparse.c elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name, lookup 2913 third_party/expat/files/lib/xmlparse.c id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); lookup 3884 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, lookup 3942 third_party/expat/files/lib/xmlparse.c ENTITY *entity = (ENTITY *)lookup(parser, lookup 3987 third_party/expat/files/lib/xmlparse.c ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, lookup 4201 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, lookup 4277 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, lookup 4309 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, &dtd->paramEntities, lookup 4491 third_party/expat/files/lib/xmlparse.c entity = (ENTITY *)lookup(parser, &dtd->paramEntities, name, 0); lookup 5015 third_party/expat/files/lib/xmlparse.c entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); lookup 5124 third_party/expat/files/lib/xmlparse.c entity = (ENTITY *)lookup(parser, &dtd->paramEntities, name, 0); lookup 5414 third_party/expat/files/lib/xmlparse.c prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), lookup 5443 third_party/expat/files/lib/xmlparse.c id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, sizeof(ATTRIBUTE_ID)); lookup 5461 third_party/expat/files/lib/xmlparse.c id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, name + 6, sizeof(PREFIX)); lookup 5476 third_party/expat/files/lib/xmlparse.c id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), lookup 5572 third_party/expat/files/lib/xmlparse.c e = (ENTITY *)lookup(parser, &dtd->generalEntities, poolStart(&tempPool), 0); lookup 5587 third_party/expat/files/lib/xmlparse.c prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool), lookup 5766 third_party/expat/files/lib/xmlparse.c if (!lookup(oldParser, &(newDtd->prefixes), name, sizeof(PREFIX))) lookup 5788 third_party/expat/files/lib/xmlparse.c newA = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), name, lookup 5798 third_party/expat/files/lib/xmlparse.c newA->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), lookup 5817 third_party/expat/files/lib/xmlparse.c newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, lookup 5831 third_party/expat/files/lib/xmlparse.c lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0); lookup 5834 third_party/expat/files/lib/xmlparse.c newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), lookup 5838 third_party/expat/files/lib/xmlparse.c lookup(oldParser, &(newDtd->attributeIds), oldE->defaultAtts[i].id->name, 0); lookup 5903 third_party/expat/files/lib/xmlparse.c newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY)); lookup 6392 third_party/expat/files/lib/xmlparse.c ret = (ELEMENT_TYPE *) lookup(parser, &dtd->elementTypes, name, sizeof(ELEMENT_TYPE)); lookup 1659 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 1664 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup 1673 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 1678 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup 1687 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 1691 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookahead.len, lookahead.array, lookup.len, lookup 1692 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.array, lookup_context)); lookup 1700 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 1704 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookahead.len, lookahead.array, lookup.len, lookup 1705 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.array, lookup_context)); lookup 1715 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 1716 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh return TRACE_RETURN (lookup.sanitize (c)); lookup 2008 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 2017 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup 2029 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 2038 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup 2048 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 2057 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup_context)); lookup 2075 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 2084 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh lookup.len, lookup.array, lookup_context)); lookup 2094 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); lookup 2095 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh return TRACE_RETURN (lookup.sanitize (c)); lookup 86 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh const OT::SubstLookup &lookup, lookup 121 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh inline void init (const TLookup &lookup) lookup 124 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh lookup.add_coverage (&digest); lookup 128 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh inline void fini (const TLookup &lookup) lookup 814 third_party/harfbuzz-ng/src/hb-ot-layout.cc const Lookup &lookup) lookup 818 third_party/harfbuzz-ng/src/hb-ot-layout.cc return lookup.dispatch (c); lookup 824 third_party/harfbuzz-ng/src/hb-ot-layout.cc const typename Proxy::Lookup &lookup, lookup 833 third_party/harfbuzz-ng/src/hb-ot-layout.cc c->set_lookup (lookup); lookup 835 third_party/harfbuzz-ng/src/hb-ot-layout.cc if (likely (!lookup.is_reverse ())) lookup 846 third_party/harfbuzz-ng/src/hb-ot-layout.cc apply_once (c, lookup)) lookup 869 third_party/harfbuzz-ng/src/hb-ot-layout.cc apply_once (c, lookup)) lookup 926 third_party/harfbuzz-ng/src/hb-ot-layout.cc const OT::SubstLookup &lookup, lookup 929 third_party/harfbuzz-ng/src/hb-ot-layout.cc apply_string<GSUBProxy> (c, lookup, accel); lookup 60 third_party/harfbuzz-ng/src/hb-ot-map.cc hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); lookup 61 third_party/harfbuzz-ng/src/hb-ot-map.cc if (unlikely (!lookup)) lookup 63 third_party/harfbuzz-ng/src/hb-ot-map.cc lookup->mask = mask; lookup 64 third_party/harfbuzz-ng/src/hb-ot-map.cc lookup->index = lookup_indices[i]; lookup 65 third_party/harfbuzz-ng/src/hb-ot-map.cc lookup->auto_zwj = auto_zwj; lookup 93 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); lookup 94 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh bool ret = lookup->serialize_single (&c, lookup 169 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); lookup 170 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh bool ret = lookup->serialize_ligature (&c, lookup 165 third_party/harfbuzz-ng/src/main.cc const Lookup &lookup = g.get_lookup (n_lookup); lookup 167 third_party/harfbuzz-ng/src/main.cc lookup.get_type(), lookup.get_props()); lookup 1192 third_party/libusb/src/libusb/os/windows_usb.c struct driver_lookup lookup[3] = { lookup 1205 third_party/libusb/src/libusb/os/windows_usb.c if (pSetupDiGetDeviceRegistryPropertyA(*dev_info, dev_info_data, lookup[k].reg_prop, lookup 1206 third_party/libusb/src/libusb/os/windows_usb.c ®_type, (BYTE*)lookup[k].list, MAX_KEY_LENGTH, &size)) { lookup 1208 third_party/libusb/src/libusb/os/windows_usb.c if (lookup[k].reg_prop == SPDRP_SERVICE) { lookup 1210 third_party/libusb/src/libusb/os/windows_usb.c lookup[k].list[safe_strlen(lookup[k].list)+1] = 0; lookup 1215 third_party/libusb/src/libusb/os/windows_usb.c for (l=0; (lookup[k].list[l] != 0) || (lookup[k].list[l+1] != 0); l++) { lookup 1216 third_party/libusb/src/libusb/os/windows_usb.c if (lookup[k].list[l] == 0) { lookup 1217 third_party/libusb/src/libusb/os/windows_usb.c lookup[k].list[l] = LIST_SEPARATOR; lookup 1220 third_party/libusb/src/libusb/os/windows_usb.c usbi_dbg("%s(s): %s", lookup[k].designation, lookup[k].list); lookup 1223 third_party/libusb/src/libusb/os/windows_usb.c usbi_dbg("could not access %s: %s", lookup[k].designation, windows_error_str(0)); lookup 1225 third_party/libusb/src/libusb/os/windows_usb.c lookup[k].list[0] = 0; lookup 1231 third_party/libusb/src/libusb/os/windows_usb.c j = get_sub_api(lookup[k].list, i); lookup 1234 third_party/libusb/src/libusb/os/windows_usb.c lookup[k].designation, (i!=USB_API_WINUSBX)?usb_api_backend[i].designation:sub_api_name[j]); lookup 317 third_party/npapi/npspy/extern/nspr/prerror.h PRErrorCallbackLookupFn *lookup,