/third_party/vk-gl-cts/external/amber/src/android_gradle/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/libwebp/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/imgui/backends/ |
H A D | imgui_impl_wgpu.cpp | 289 image_bg_descriptor.entries = image_bg_entries; in ImGui_ImplWGPU_CreateImageBindGroup() 634 common_bg_descriptor.entries = common_bg_entries; in ImGui_ImplWGPU_CreateDeviceObjects()
|
/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/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | LabelTests.cpp | 31 descriptor.entries = nullptr; in TEST_F() 63 descriptor.entries = nullptr; in TEST_F()
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 28 /// `io_uring_setup(entries, params)`—Setup a context for performing 36 pub fn io_uring_setup(entries: u32, params: &mut io_uring_params) -> io::Result<OwnedFd> { in io_uring_setup() 37 backend::io_uring::syscalls::io_uring_setup(entries, params) in io_uring_setup()
|
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 182 sum_entry = &(sum_blk->entries[offset]); in is_valid_ssa_node_blk() 307 sum_entry = &(sum_blk->entries[offset]); in is_valid_ssa_data_blk() 2121 u32 blk = le32_to_cpu(fsck->entries[i].block_addr); in fsck_chk_meta() 2122 nid_t ino = le32_to_cpu(fsck->entries[i].ino); in fsck_chk_meta() 2147 " of nat entries %u\n", in fsck_chk_meta() 2274 /* update curseg sit entries, since we may change in flush_curseg_sit_entries() 2284 sit = &sit_blk->entries[SIT_ENTRY_OFFSET(sit_i, curseg->segno)]; in flush_curseg_sit_entries() 3247 printf("[FSCK] Unreachable nat entries "); in fsck_verify() 3406 if (fsck->entries) in fsck_free() 3407 free(fsck->entries); in fsck_free() [all...] |
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 2080 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf() 2087 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf() 2102 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str() 2109 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 455 int uv__io_uring_setup(int entries, struct uv__io_uring_params* params) { in uv__io_uring_setup() argument 456 return syscall(__NR_io_uring_setup, entries, params); in uv__io_uring_setup() 530 uint32_t entries, in uv__iou_init() 559 ringfd = uv__io_uring_setup(entries, ¶ms); in uv__iou_init() 528 uv__iou_init(int epollfd, struct uv__iou* iou, uint32_t entries, uint32_t flags) uv__iou_init() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 142 std::vector<HandleAndGroup> entries(deps_.begin(), deps_.end()); in InstallAllPredictable() 144 std::sort(entries.begin(), entries.end(), in InstallAllPredictable() 152 for (const auto& o_and_g : entries) { in InstallAllPredictable()
|
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 196 std::vector<std::string> entries; member 200 std::vector<std::string> entries = {}) in EnumDescription() 205 entries(std::move(entries)) {}
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 725 entries, nentries = PyDictObjectPtr._get_entries(keys) 727 ep = entries[i] 771 entries, nentries = self._get_entries(keys) 773 ep = entries[i]
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.h | 537 png_sPLT_entryp entries; /* palette entries */ member 538 png_int_32 nentries; /* number of palette entries */ 724 /* Maximum number of entries in PLTE/sPLT/tRNS arrays */ 886 * entries, and are removed by pngconf.h. 2103 png_inforp info_ptr, png_sPLT_tpp entries)); 2108 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries)); 2308 png_inforp info_ptr, png_unknown_chunkpp entries)); 2681 /* Number of entries in the color-map */ 2746 * by bytes in the image data. In the case of a color-map the color-map entries [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 1577 // 1) Insert nullptr entries in the cache for wrappers that need to be in CompileImportWrappers() 1951 table_object->entries().set(entry_index, in SetFunctionTablePlaceholder() 1961 table_object->entries().set(entry_index, *isolate->factory()->null_value()); in SetFunctionTableNullEntry() 2018 ? elem_segment.entries.size() in LoadElemSegmentImpl() 2029 ConstantExpression entry = elem_segment.entries[src + i]; in LoadElemSegmentImpl() 2062 size_t count = elem_segment.entries.size(); in LoadTableSegments()
|
/third_party/selinux/libsepol/src/ |
H A D | write.c | 121 Requires merging similar entries if uncond avtab. */ in avtab_write_item() 142 entries that have the same key. */ in avtab_write_item() 173 entries that have the same key. */ in avtab_write_item() 293 merge similar entries, so we need to track merged nodes in avtab_write() 1222 * does not support to load entries of attribute, so we skip to write it. in type_write() 1946 size_t items, entries; in filename_trans_rule_write() local 1979 entries = 3; in filename_trans_rule_write() 1981 entries = 2; in filename_trans_rule_write() 1988 items = put_entry(buf, sizeof(uint32_t), entries, fp); in filename_trans_rule_write() 1989 if (items != entries) in filename_trans_rule_write() [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3616 int show_all_entries, AVDictionary *entries) in mark_section_show_entries() 3624 mark_section_show_entries(*id, show_all_entries, entries); in mark_section_show_entries() 3626 av_dict_copy(§ion->entries_to_show, entries, 0); in mark_section_show_entries() 3631 int show_all_entries, AVDictionary *entries) in match_section() 3643 mark_section_show_entries(section->id, show_all_entries, entries); in match_section() 3655 AVDictionary *entries = NULL; in opt_show_entries() local 3672 "Adding '%s' to the entries to show in section '%s'\n", in opt_show_entries() 3674 av_dict_set(&entries, entry, "", AV_DICT_DONT_STRDUP_KEY); in opt_show_entries() 3682 ret = match_section(section_name, show_all_entries, entries); in opt_show_entries() 3687 av_dict_free(&entries); in opt_show_entries() 3615 mark_section_show_entries(SectionID section_id, int show_all_entries, AVDictionary *entries) mark_section_show_entries() argument 3630 match_section(const char *section_name, int show_all_entries, AVDictionary *entries) match_section() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 172 HuffEntry entries[32]; member 293 /* This table contains superblock_count * 16 entries. Each set of 16 2453 &tab->entries[0].len, sizeof(*tab->entries), in vp3_decode_init() 2454 &tab->entries[0].sym, sizeof(*tab->entries), 1, in vp3_decode_init() 2860 huff->entries[huff->nb_entries++] = (HuffEntry){ length, token }; in read_huffman_tree()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3870 vector<VkSpecializationMapEntry> entries; in runAndVerifyDefaultPipeline() local 3874 entries.resize(numSpecConstants); in runAndVerifyDefaultPipeline() 3881 entries[ndx].constantID = (deUint32)ndx; in runAndVerifyDefaultPipeline() 3882 entries[ndx].offset = static_cast<deUint32>(offset); in runAndVerifyDefaultPipeline() 3883 entries[ndx].size = valueSize; in runAndVerifyDefaultPipeline() 3888 specConstantEntries.push_back(entries); in runAndVerifyDefaultPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3867 vector<VkSpecializationMapEntry> entries; in runAndVerifyDefaultPipeline() local 3871 entries.resize(numSpecConstants); in runAndVerifyDefaultPipeline() 3878 entries[ndx].constantID = (deUint32)ndx; in runAndVerifyDefaultPipeline() 3879 entries[ndx].offset = static_cast<deUint32>(offset); in runAndVerifyDefaultPipeline() 3880 entries[ndx].size = valueSize; in runAndVerifyDefaultPipeline() 3885 specConstantEntries.push_back(entries); in runAndVerifyDefaultPipeline()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 101 TAILQ_ENTRY(dso_entry) entries; 4026 TAILQ_INSERT_TAIL(&unload_queue, start_entry, entries); in do_dlclose() 4031 TAILQ_REMOVE(&unload_queue, ecur, entries); in do_dlclose() 4033 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4042 TAILQ_INSERT_TAIL(&need_unload_queue, ecur, entries); in do_dlclose() 4047 TAILQ_FOREACH(ef, &unload_queue, entries) { in do_dlclose() 4059 TAILQ_INSERT_TAIL(&unload_queue, edeps, entries); in do_dlclose() 4065 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4070 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4085 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 129 TAILQ_ENTRY(dso_entry) entries; 4364 TAILQ_INSERT_TAIL(&unload_queue, start_entry, entries); in do_dlclose() 4369 TAILQ_REMOVE(&unload_queue, ecur, entries); in do_dlclose() 4371 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4380 TAILQ_INSERT_TAIL(&need_unload_queue, ecur, entries); in do_dlclose() 4385 TAILQ_FOREACH(ef, &unload_queue, entries) { in do_dlclose() 4397 TAILQ_INSERT_TAIL(&unload_queue, edeps, entries); in do_dlclose() 4403 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4408 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() 4423 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | hevc.mak | 229 # this sample has two stsd entries and needs to reload extradata
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 111 public Iterable<Entry<K, V>> entries() { in entries() method in XCldrStub.Multimap
|