/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/src/utils/ |
H A D | SkJSON.cpp | 877 for (const auto& entry : array) { in Write() 879 Write(entry, stream); in Write()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | StorageTextureValidationTests.cpp | 216 wgpu::BindGroupLayoutEntry entry = utils::BindingLayoutEntryInitializationHelper( in TEST_F() local 221 descriptor.entries = &entry; in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | inst_bindless_check_test.cpp | 70 const std::string entry = R"( 169 entry + names_annots + consts_types_vars + kImportStub + main_func, true, 1552 %entry = OpLabel 1607 %entry = OpLabel
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfenc.c | 1686 AVDictionaryEntry *entry = NULL; in mxf_write_header_metadata_sets() local 1697 if (entry = av_dict_get(s->metadata, "material_package_name", NULL, 0)) in mxf_write_header_metadata_sets() 1698 packages[0].name = entry->value; in mxf_write_header_metadata_sets() 1700 if (entry = av_dict_get(s->metadata, "file_package_name", NULL, 0)) { in mxf_write_header_metadata_sets() 1701 packages[1].name = entry->value; in mxf_write_header_metadata_sets() 1706 if (entry = av_dict_get(st->metadata, "file_package_name", NULL, 0)) { in mxf_write_header_metadata_sets() 1707 packages[1].name = entry->value; in mxf_write_header_metadata_sets() 1713 entry = av_dict_get(s->metadata, "reel_name", NULL, 0); in mxf_write_header_metadata_sets() 1714 if (entry) { in mxf_write_header_metadata_sets() 1715 packages[2].name = entry in mxf_write_header_metadata_sets() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 110 hash_table_foreach(device->meta.blit.cache[i], entry) { in v3dv_meta_blit_finish() 111 struct v3dv_meta_blit_pipeline *item = entry->data; in v3dv_meta_blit_finish() 223 hash_table_foreach(device->meta.texel_buffer_copy.cache[i], entry) { in v3dv_meta_texel_buffer_copy_finish() 224 struct v3dv_meta_texel_buffer_copy_pipeline *item = entry->data; in v3dv_meta_texel_buffer_copy_finish() 1903 struct hash_entry *entry = in get_copy_texel_buffer_pipeline() local 1906 if (entry) { in get_copy_texel_buffer_pipeline() 1908 *pipeline = entry->data; in get_copy_texel_buffer_pipeline() 3595 struct hash_entry *entry = in get_blit_pipeline() local 3597 if (entry) { in get_blit_pipeline() 3599 *pipeline = entry in get_blit_pipeline() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 983 ne, ool->entry()); in AssembleArchInstruction() 1671 __ FloatMax(result, left, right, ool->entry()); in AssembleArchInstruction() 1685 __ FloatMax(result, left, right, ool->entry()); in AssembleArchInstruction() 1699 __ FloatMin(result, left, right, ool->entry()); in AssembleArchInstruction() 1713 __ FloatMin(result, left, right, ool->entry()); in AssembleArchInstruction() 1877 __ FloatMin(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction() 1880 ool_high->entry()); in AssembleArchInstruction() 1897 __ FloatMax(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction() 1900 ool_high->entry()); in AssembleArchInstruction() 3614 Label* tlabel = ool->entry(); in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 307 // Code targets. Instead, we dispatch through the builtins entry table. in LoadCodeObjectEntry() 324 // its (off-heap) entry point directly without going through the (on-heap) in LoadCodeObjectEntry() 330 // Not an off-heap trampoline, the entry point is at in LoadCodeObjectEntry() 336 // An off-heap trampoline, the entry point is loaded from the builtin in LoadCodeObjectEntry() 337 // entry table. in LoadCodeObjectEntry() 423 Label loop, entry; in PushArray() local 426 b(&entry); in PushArray() 431 bind(&entry); in PushArray() 436 b(&entry); in PushArray() 440 bind(&entry); in PushArray() 1977 JumpToOffHeapInstructionStream(Address entry) CallRecordWriteStub() argument [all...] |
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 748 // should remove this need and make the runtime routine entry code in CallRecordWriteStub() 779 // Set the entry point and jump to the C entry runtime stub. in CallRecordWriteStub() 1661 Label loop, entry; in CallRecordWriteStub() local 1664 jmp(&entry); in CallRecordWriteStub() 1668 bind(&entry); in CallRecordWriteStub() 1673 jmp(&entry); in CallRecordWriteStub() 1676 bind(&entry); in CallRecordWriteStub() 1841 void MacroAssembler::JumpToOffHeapInstructionStream(Address entry) { in CallRecordWriteStub() argument 1842 Move(kOffHeapTrampolineRegister, entry, RelocInf in CallRecordWriteStub() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 1257 nvc0_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in nvc0_selpFlip() argument 1259 int loc = entry->loc; in nvc0_selpFlip() 1261 switch (entry->ipa) { in nvc0_selpFlip() 1737 nvc0_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) 1739 int ipa = entry->ipa; 1740 int reg = entry->reg; 1741 int loc = entry->loc;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 468 Map<String, String> entry = new HashMap<>(); in notationCompact() 469 entry.put("one", "Kun"); in notationCompact() 470 entry.put("other", "0KK"); in notationCompact() 471 compactCustomData.put("1000", entry); in notationCompact()
|
/third_party/mbedtls/library/ |
H A D | x509_crt.c | 845 /* Set final sequence entry's next pointer to NULL */ in x509_get_certificate_policies() 1595 struct dirent *entry; in mbedtls_x509_crt_parse_path() local 1612 while ((entry = readdir(dir)) != NULL) { in mbedtls_x509_crt_parse_path() 1614 "%s/%s", path, entry->d_name); in mbedtls_x509_crt_parse_path() 1621 /* Broken symbolic link - ignore this entry. in mbedtls_x509_crt_parse_path() 1990 const mbedtls_x509_crl_entry *cur = &crl->entry; in mbedtls_x509_crt_is_revoked()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 2368 struct list_head *entry = block->instructions.prev; in qpu_set_branch_targets() local 2372 entry = entry->prev; in qpu_set_branch_targets() 2374 container_of(entry, struct qinst, link); in qpu_set_branch_targets()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 182 static void decref_implicit_resource(struct hash_entry *entry) in decref_implicit_resource() argument 184 pipe_resource_reference((struct pipe_resource**)&entry->data, NULL); in decref_implicit_resource() 234 hash_table_foreach(sctx->fixed_func_tcs_shader_cache, entry) { in si_destroy_context() 235 sctx->b.delete_tcs_state(&sctx->b, entry->data); in si_destroy_context()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 957 X509_NAME_ENTRY* entry = X509_NAME_get_entry(name, i); in GetX509NameObject() local 958 CHECK_NOT_NULL(entry); in GetX509NameObject() 964 const ASN1_OBJECT* type = X509_NAME_ENTRY_get_object(entry); in GetX509NameObject() 965 const ASN1_STRING* value = X509_NAME_ENTRY_get_data(entry); in GetX509NameObject()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 291 struct anv_free_entry *entry = &table->map[state.next]; in anv_state_table_add() local 293 entry[i].state.idx = state.next + i; in anv_state_table_add() 355 struct anv_free_entry *entry = &table->map[current.offset]; in anv_free_list_pop() local 356 return &entry->state; in anv_free_list_pop()
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 1040 return lines.map(function (entry) { 1041 return ' ' + entry; 1074 (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { 1075 return (current.added ? '+' : '-') + entry;
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 126 static void nd6_send_neighbor_cache_probe(struct nd6_neighbor_cache_entry *entry, u8_t flags); 382 /* Find the cache entry corresponding to this na. */ in nd6_input() 390 /* Update cache entry. */ in nd6_input() 532 /* We couldn't assign a cache entry for this neighbor. in nd6_input() 597 /* Get the matching default router entry. */ in nd6_input() 600 /* Create a new router entry. */ in nd6_input() 605 /* Could not create a new router entry. */ in nd6_input() 627 /* Update flags in local entry (incl. preference). */ in nd6_input() 731 /* find cache entry for this prefix. */ in nd6_input() 734 /* Create a new cache entry in nd6_input() 1276 nd6_send_neighbor_cache_probe(struct nd6_neighbor_cache_entry *entry, u8_t flags) global() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 344 InternalIndex entry = in GetHolderIfValid() 346 if (entry.is_not_found()) { in GetHolderIfValid() 350 PropertyDetails details = dictionary.DetailsAt(entry); in GetHolderIfValid() 355 Object dictionary_value = dictionary.ValueAt(entry); in GetHolderIfValid()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 1585 nvc0_screen_tic_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tic_alloc() argument 1597 screen->tic.entries[i] = entry; in nvc0_screen_tic_alloc() 1602 nvc0_screen_tsc_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tsc_alloc() argument 1614 screen->tsc.entries[i] = entry; in nvc0_screen_tsc_alloc()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 997 entry = self.objs[name_hash] 998 if entry['essl_level'] != essl_level: 1000 if entry['glsl_level'] != glsl_level: 1002 if entry['shader_type'] != shader_type:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 99 const auto &entry = linkedUniforms->find(uniform.name); in ValidateGraphicsUniformsPerShader() local 100 if (entry != linkedUniforms->end()) in ValidateGraphicsUniformsPerShader() 102 const sh::ShaderVariable &linkedUniform = *(entry->second.second); in ValidateGraphicsUniformsPerShader() 109 mismatchedStructFieldName, entry->second.first, in ValidateGraphicsUniformsPerShader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 223 // Ensure that size is a multiple of the size of an entry. in dumpStringOffsetsSection() 1748 RelocAddrEntry &entry = I.first->getSecond(); in DWARFObjInMemory() local 1749 if (entry.Reloc2) { in DWARFObjInMemory() 1755 entry.Reloc2 = Reloc; in DWARFObjInMemory() 1756 entry.SymbolValue2 = SymInfoOrErr->Address; in DWARFObjInMemory()
|