Searched refs:entry_id (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | hostip.c | 293 char *entry_id = NULL; in fetch_addr() local 299 entry_id = create_hostcache_id(hostname, port); in fetch_addr() 301 if(!entry_id) in fetch_addr() 304 entry_len = strlen(entry_id); in fetch_addr() 307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1); in fetch_addr() 319 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len+1); in fetch_addr() 324 free(entry_id); in fetch_addr() 380 char *entry_id; in Curl_cache_addr() local 386 entry_id = create_hostcache_id(hostname, port); in Curl_cache_addr() 388 if(!entry_id) in Curl_cache_addr() [all …]
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
D | merge_traces.py | 155 def _GetSubMapEntry(self, source, entry_id): argument 156 full_id = (source, entry_id) 161 entry._items['id'].add(entry_id) 167 for entry_id, entry in self._entry_map.iteritems(): 169 entry_ids_by_source[source].add(entry_id) 173 for entry_id in unmergeable_set: 174 unmergeable_map[entry_id].update(unmergeable_set - {entry_id})
|
/external/autotest/client/cros/networking/ |
D | wifi_proxy.py | 34 for entry_id in entries: 36 entry = profile.GetEntry(entry_id) 38 logging.error('Unable to retrieve entry %s', entry_id) 41 profile.DeleteEntry(entry_id)
|
D | shill_xmlrpc_server.py | 220 for entry_id in entry_ids: 221 entry = profile.GetEntry(entry_id) 223 profile.DeleteEntry(entry_id)
|
/external/v8/src/arm64/ |
D | deoptimizer-arm64.cc | 303 Register entry_id = temps.AcquireX(); in GeneratePrologue() local 319 __ movz(entry_id, i); in GeneratePrologue() 325 __ Push(entry_id); in GeneratePrologue()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftrfork.c | 727 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 757 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 759 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftrfork.c | 727 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 757 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 759 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/external/freetype/src/base/ |
D | ftrfork.c | 727 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 757 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 759 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1884 FullCodeGenerator* codegen, Scope* scope, BailoutId entry_id, in EnterBlockScopeIfNeeded() argument 1890 codegen_->PrepareForBailoutForId(entry_id, BailoutState::NO_REGISTERS); in EnterBlockScopeIfNeeded() 1907 codegen_->PrepareForBailoutForId(entry_id, BailoutState::NO_REGISTERS); in EnterBlockScopeIfNeeded()
|
D | full-codegen.h | 950 BailoutId entry_id, BailoutId declarations_id,
|