/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 22 for (const [key, value] of Object.entries(obj)) { 35 `Received the following top level entries: ${Object.keys(globalDir).join(', ')}.` 218 const { argv, env, config } = Object.entries({ ...defaultConfigs, ...withDirs(_config) })
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | magic.c | 308 struct agx_map_entry *entries = (struct agx_map_entry *) (((uint8_t *) map) + sizeof(*header)); in demo_mem_map() local 316 assert((entries + i) < end); in demo_mem_map() 317 entries[i] = (struct agx_map_entry) { in demo_mem_map()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | hashmap.c | 56 PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree); 108 if (pa_flist_push(PA_STATIC_FLIST_GET(entries), e) < 0) in remove_entry() 145 if (!(e = pa_flist_pop(PA_STATIC_FLIST_GET(entries)))) in pa_hashmap_put()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.cpp | 65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 106 const auto beg = group.entries; in spvOperandTableValueLookup() 107 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.cpp | 65 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 106 const auto beg = group.entries; in spvOperandTableValueLookup() 107 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
|
/third_party/spirv-tools/source/ |
H A D | operand.cpp | 63 const auto& entry = group.entries[index]; in spvOperandTableNameLookup() 96 const auto beg = group.entries; in spvOperandTableValueLookup() 97 const auto end = group.entries + group.count; in spvOperandTableValueLookup()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | map-iterators.js | 15 var methods = ['entries', 'keys', 'values', Symbol.iterator]; 67 var entryIterators = [m.entries(), m[Symbol.iterator]()]; 103 var entryIterators = [m.entries(), m[Symbol.iterator]()];
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_propagate_invariant.c | 166 uint32_t prev_entries = invariants->entries; in propagate_invariant_impl() 174 if (invariants->entries > prev_entries) { in propagate_invariant_impl()
|
/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 281 static inline int io_uring_setup(unsigned int entries, in io_uring_setup() argument 284 return tst_syscall(__NR_io_uring_setup, entries, p); in io_uring_setup()
|
/third_party/ltp/lib/ |
H A D | tst_safe_io_uring.c | 11 unsigned int entries, struct io_uring_params *params, in safe_io_uring_init() 15 uring->fd = io_uring_setup(entries, params); in safe_io_uring_init() 10 safe_io_uring_init(const char *file, const int lineno, unsigned int entries, struct io_uring_params *params, struct tst_io_uring *uring) safe_io_uring_init() argument
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 76 for (const [groupName, group] of Object.entries(styles)) { 77 for (const [styleName, style] of Object.entries(group)) {
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | file.js | 45 Object.entries(this.hashes).forEach(([key, value]) => { 146 Object.entries(digests).forEach(([key, value]) => {
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 76 for (const [groupName, group] of Object.entries(styles)) { 77 for (const [styleName, style] of Object.entries(group)) {
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_obj.c | 64 for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) { in X509_NAME_oneline() 65 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | nested.rs | 20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | nested.rs | 20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | nested.rs | 20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
|
/third_party/python/Tools/scripts/ |
H A D | generate_opcode_h.py | 125 for i, entries in enumerate(opcode["_inline_cache_entries"]): 126 if entries: 127 iobj.write(f" [{opname[i]}] = {entries},\n")
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | nested.rs | 20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_obj.c | 64 for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) { in X509_NAME_oneline() 65 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-format.hh | 182 GOptionEntry entries[] = in add_options() local 204 parser->add_group (entries, in add_options()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypeConstraints2.js | 40 for (const [key, val] of Object.entries(obj)) { 64 for (const [key, val] of Object.entries(obj)) {
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.py | 31 entries = os.environ["PATH"].split(os.pathsep) 33 for p in entries:
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | mod.rs | 110 .entries(self.value.iter().map(Lite)) in fmt() 125 list.entries(punct.map(Lite)); in fmt()
|
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 156 mkv_seekhead_entry entries[MAX_SEEKHEAD_ENTRIES]; member 170 mkv_cuepoint *entries; member 746 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry() 747 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - mkv->segment_offset; in mkv_add_seekhead_entry() 843 av_freep(&mkv->cues.entries); in mkv_deinit() 849 * elements. Enough space to write MAX_SEEKHEAD_ENTRIES SeekHead entries 888 mkv_seekhead_entry *entry = &seekhead->entries[i]; in mkv_write_seekhead() 917 mkv_cuepoint *entries = cues->entries; in mkv_add_cuepoint() local 923 entries in mkv_add_cuepoint() [all...] |