Home
last modified time | relevance | path

Searched refs:entry_id (Results 1 – 13 of 13) sorted by relevance

/external/curl/lib/
Dhostip.c300 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local
303 create_hostcache_id(hostname, port, entry_id, sizeof(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()
311 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); in fetch_addr()
312 entry_len = strlen(entry_id); in fetch_addr()
315 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
328 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr()
454 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local
473 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_cache_addr()
[all …]
/external/curl/tests/unit/
Dunit1609.c136 void *entry_id; variable
147 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
148 if(!entry_id) {
152 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
153 free(entry_id);
154 entry_id = NULL;
Dunit1607.c131 void *entry_id; variable
145 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
146 if(!entry_id) {
150 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
151 free(entry_id);
152 entry_id = NULL;
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp35 for (uint32_t entry_id : _.FunctionEntryPoints(inst->id())) { in ValidateExecutionLimitations() local
36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations()
41 << entry_id << "."; in ValidateExecutionLimitations()
47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp35 for (uint32_t entry_id : _.FunctionEntryPoints(inst->id())) { in ValidateExecutionLimitations() local
36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations()
41 << entry_id << "."; in ValidateExecutionLimitations()
47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
/external/autotest/utils/
Dloadtest.py116 def make_entry(entry_id, name, status, start_time, argument
130 'id': entry_id,
144 entry_id=0, parent=None, board=None, argument
154 self.entry_id = ('Job', entry_id)
191 entry = make_entry(self.entry_id, self.host_name,
273 self.entry_id = ('Runner',
298 entry = make_entry(self.entry_id, 'Runner', 'pass',
313 entry_id = self.next_id
315 return entry_id
320 entry_id=self.get_next_id(), parent=self.entry_id,
[all …]
/external/u-boot/arch/x86/cpu/coreboot/
Dtimestamp.c14 uint32_t entry_id; member
40 tse->entry_id = id; in timestamp_add()
60 switch (tse->entry_id) { in timestamp_add_to_bootstage()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceUtils.java41 static int make_resid(byte package_id, byte type_id, short entry_id) { in make_resid() argument
44 return package_id << 24 | type_id << 16 | entry_id; in make_resid()
/external/autotest/client/cros/networking/
Dwifi_proxy.py34 for entry_id in entries:
36 entry = profile.GetEntry(entry_id)
38 logging.error('Unable to retrieve entry %s:%r', entry_id, e)
41 profile.DeleteEntry(entry_id)
Dshill_xmlrpc_server.py220 for entry_id in entry_ids:
221 entry = profile.GetEntry(entry_id)
223 profile.DeleteEntry(entry_id)
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc288 Register entry_id = temps.AcquireX(); in GeneratePrologue() local
289 DCHECK(entry_id.Is(x16)); in GeneratePrologue()
290 __ Push(padreg, entry_id); in GeneratePrologue()
294 __ Cmp(entry_id, count()); in GeneratePrologue()
/external/autotest/server/lib/
Dsuite_report.py55 def make_entry(entry_id, name, status, start_time, argument
69 'id': entry_id,
/external/freetype/src/base/
Dftrfork.c790 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local
820 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic()
822 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()