/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_execution_limitations.cpp | 35 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() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_execution_limitations.cpp | 35 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() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_execution_limitations.cpp | 35 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() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/external/curl/lib/ |
D | hostip.c | 264 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local 267 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in fetch_addr() 268 entry_len = strlen(entry_id); in fetch_addr() 271 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 275 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); in fetch_addr() 276 entry_len = strlen(entry_id); in fetch_addr() 279 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 292 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 419 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local 440 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_cache_addr() [all …]
|
/external/curl/tests/unit/ |
D | unit1609.c | 116 void *entry_id; variable 139 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 140 if(!entry_id) 143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 144 free(entry_id); 145 entry_id = NULL;
|
D | unit1607.c | 114 void *entry_id; variable 132 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 133 if(!entry_id) 135 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 136 free(entry_id); 137 entry_id = NULL;
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceUtils.java | 41 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/ |
D | wifi_proxy.py | 34 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)
|
D | shill_xmlrpc_server.py | 220 for entry_id in entry_ids: 221 entry = profile.GetEntry(entry_id) 223 profile.DeleteEntry(entry_id)
|
/external/autotest/server/lib/ |
D | suite_report.py | 55 def make_entry(entry_id, name, status, start_time, argument 69 'id': entry_id,
|
/external/freetype/src/base/ |
D | ftrfork.c | 789 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 819 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 821 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/external/openscreen/tools/ |
D | licenses.py | 385 for entry_id, entry in enumerate(entries): 386 entry['content'] = entry['content'].replace('{{id}}', str(entry_id))
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3455 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/offlo… 3472 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/offlo… 3514 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/offlo… 11173 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi… 11187 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi… 11203 …<parameter type-id='type-id-25' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi…
|