HomeSort by relevance Sort by last modified time
    Searched refs:entry_id (Results 1 - 13 of 13) sorted by null

  /external/curl/lib/
hostip.c 293 char *entry_id = NULL; local
299 entry_id = create_hostcache_id(hostname, port);
301 if(!entry_id)
304 entry_len = strlen(entry_id);
307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1);
319 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len+1);
323 /* free the allocated entry_id again */
324 free(entry_id);
380 char *entry_id; local
386 entry_id = create_hostcache_id(hostname, port)
785 char *entry_id; local
818 char *entry_id; local
    [all...]
  /external/chromium-trace/catapult/tracing/tracing_build/
merge_traces.py 155 def _GetSubMapEntry(self, source, entry_id):
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/
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)
shill_xmlrpc_server.py 220 for entry_id in entry_ids:
221 entry = profile.GetEntry(entry_id)
223 profile.DeleteEntry(entry_id)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 91 extern int acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
acl.h 91 extern int acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p);
  /external/v8/src/arm64/
deoptimizer-arm64.cc 303 Register entry_id = temps.AcquireX(); local
319 __ movz(entry_id, i);
325 __ Push(entry_id);
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 44 for (const auto& entry_id : entry_ids) {
46 if (profile_proxy->GetEntry(entry_id, &entry_props, nullptr)) {
49 profile_proxy->DeleteEntry(entry_id, nullptr);
403 for (const auto& entry_id : entry_ids) {
405 if ((profile->GetEntry(entry_id, &entry_props, nullptr)) &&
407 profile->DeleteEntry(entry_id, nullptr);
  /external/freetype/src/base/
ftrfork.c 727 FT_Int32 entry_id, entry_offset, entry_length = 0; local
757 if ( FT_READ_LONG( entry_id ) )
759 if ( entry_id == resource_fork_entry_id )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftrfork.c 727 FT_Int32 entry_id, entry_offset, entry_length = 0; local
757 if ( FT_READ_LONG( entry_id ) )
759 if ( entry_id == resource_fork_entry_id )
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 727 FT_Int32 entry_id, entry_offset, entry_length = 0; local
757 if ( FT_READ_LONG( entry_id ) )
759 if ( entry_id == resource_fork_entry_id )
  /external/v8/src/full-codegen/
full-codegen.cc     [all...]
full-codegen.h     [all...]

Completed in 772 milliseconds