Searched defs:lookup (Results 26 - 50 of 216) sorted by relevance

123456789

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table.cc40 std::map<std::string, int64>::const_iterator lookup = local
42 if (lookup != value_to_id_.end()) {
43 *id = lookup->second;
70 // lookup to find the old value.
86 std::map<int64, std::string>::const_iterator lookup = local
88 if (lookup != id_to_value_.end()) {
89 *value = lookup->second;
/external/chromium_org/content/renderer/
H A Dactive_notification_tracker.cc30 WebNotification* lookup = notification_table_.Lookup(id); local
31 if (!lookup)
34 *notification = *lookup;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DURLRegistry.h56 virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; } function in class:blink::URLRegistry
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
104 UnicodeFunctor *f = lookup(standIn);
110 UnicodeFunctor *f = lookup(standIn);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_iz.c121 * \param lookup bitmask of IZ_* flags
128 int lookup = c->key.iz_lookup; local
132 assert (lookup < IZ_BIT_MAX);
140 (lookup & IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
145 if (lookup & IZ_PS_COMPUTES_DEPTH_BIT)
148 if (wm_iz_table[lookup].sd_present || uses_depth ||
154 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
157 if (wm_iz_table[lookup].ds_present || c->key.line_aa != AA_NEVER) {
159 c->runtime_check_aads_emit = (!wm_iz_table[lookup]
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-backtrace.js77 ParsedResponse.prototype.lookup = function(handle) {
115 assertEquals("f", response.lookup(frames[0].func.ref).name);
117 assertEquals("", response.lookup(frames[1].func.ref).name);
118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
120 assertEquals("g", response.lookup(frames[2].func.ref).name);
122 assertEquals("", response.lookup(frames[3].func.ref).name);
138 assertEquals("", response.lookup(frames[0].func.ref).name);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
141 assertEquals("g", response.lookup(frames[1].func.ref).name);
156 assertEquals("g", response.lookup(frame
[all...]
H A Ddebug-return-value.js59 ParsedResponse.prototype.lookup = function(handle) {
120 response.lookup(frames[0].returnValue.ref).value);
H A Dmirror-regexp.js50 MirrorRefCache.prototype.lookup = function(handle) {
98 refs.lookup(fromJSON.properties[i].ref).value,
/external/icu/icu4c/source/i18n/
H A Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
104 UnicodeFunctor *f = lookup(standIn);
110 UnicodeFunctor *f = lookup(standIn);
/external/llvm/include/llvm/IR/
H A DValueSymbolTable.h71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_iz.c121 * \param lookup bitmask of IZ_* flags
128 int lookup = c->key.iz_lookup; local
132 assert (lookup < IZ_BIT_MAX);
140 (lookup & IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
145 if (lookup & IZ_PS_COMPUTES_DEPTH_BIT)
148 if (wm_iz_table[lookup].sd_present || uses_depth ||
154 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
157 if (wm_iz_table[lookup].ds_present || c->key.line_aa != AA_NEVER) {
159 c->runtime_check_aads_emit = (!wm_iz_table[lookup]
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DScanning.pxd14 cpdef lookup(self, name) member in class:CompileTimeScope
H A DCythonScope.py34 def lookup(self, name): member in class:CythonScope
35 entry = super(CythonScope, self).lookup(name)
39 entry = super(CythonScope, self).lookup(name)
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.h29 SkFixed lookup(float x) const { function in class:SkBitmapFilter
/external/chromium_org/v8/test/cctest/
H A Dtest-ordered-hash-table.cc121 Object* lookup = ordered_map->Lookup(obj); local
122 CHECK(lookup->SameValue(*val));
140 lookup = ordered_map->Lookup(obj1);
141 CHECK(lookup->SameValue(*val1));
142 lookup = ordered_map->Lookup(obj2);
143 CHECK(lookup->SameValue(*val2));
144 lookup = ordered_map->Lookup(obj3);
145 CHECK(lookup->SameValue(*val3));
152 lookup = ordered_map->Lookup(obj);
153 CHECK(lookup
[all...]
H A Dtest-dictionary.cc124 int lookup(int key) { function in class:__anon17401::ObjectHashTableTest
149 CHECK_EQ(i, t->lookup(i * i));
162 CHECK_EQ(i, t->lookup(i * i));
/external/qemu/android/utils/
H A Drefset.c72 void** lookup; local
77 lookup = _arefSet_lookup(s, item);
78 return (*lookup == item);
95 void** lookup = _arefSet_lookup(&newSet, item); local
96 *lookup = item;
109 void** lookup; local
120 lookup = _arefSet_lookupInsert(s, item);
121 if (*lookup == item)
124 *lookup = item;
136 void** lookup; local
[all...]
/external/skia/src/core/
H A DSkBitmapFilter.h29 SkFixed lookup(float x) const { function in class:SkBitmapFilter
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule_functions.js55 cvox.SpeechRuleFunctions.Store_.prototype.lookup = function(name) {
/external/chromium_org/components/invalidation/
H A Dinvalidator_registrar.cc75 HandlerIdsMap::const_iterator lookup = handler_to_ids_map_.find(handler); local
76 if (lookup != handler_to_ids_map_.end()) {
77 return lookup->second;
H A Dobject_id_invalidation_map.cc45 IdToListMap::const_iterator lookup = map_.find(*it); local
46 if (lookup != map_.end()) {
47 new_map[*it] = lookup->second;
55 IdToListMap::const_iterator lookup = map_.find(id); local
56 DCHECK(lookup != map_.end());
57 DCHECK(!lookup->second.IsEmpty());
58 return lookup->second;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dmain.cc157 printf (" %d lookup(s) found in feature\n", num_lookups);
165 printf (" %d lookup(s) found in table\n", num_lookups);
167 const Lookup &lookup = g.get_lookup (n_lookup); local
169 lookup.get_type(), lookup.get_props());
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdhuff.h51 int lookup[1<<HUFF_LOOKAHEAD]; member in struct:__anon12739
201 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
203 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
215 s = htbl->lookup[s]; \
/external/chromium_org/third_party/skia/src/animator/
H A DSkGetCondensedInfo.cpp54 int lookup = _searchByType(type); local
55 if (lookup < 0)
58 *infoCountPtr = gInfoCounts[lookup];
59 return gInfoTables[lookup];
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { argument
70 int count = gInfoCounts[lookup];
71 const SkMemberInfo* info = gInfoTables[lookup];
83 const char* strings = gInfoNames[lookup];
91 int count = gInfoCounts[lookup];
92 const SkMemberInfo* info = gInfoTables[lookup];
111 int lookup = _searchByType(type); local
[all...]
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsymbol.py120 'SymbolFinder'. Symbols can be looked up by the method 'lookup()'.
170 def lookup(self, symbol_type, address): member in class:SymbolMappingCache

Completed in 2627 milliseconds

123456789