Home
last modified time | relevance | path

Searched refs:entries (Results 276 - 300 of 800) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js22 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 Dmagic.c308 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 Dhashmap.c56 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 Doperand.cpp65 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 Doperand.cpp65 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 Doperand.cpp63 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 Dmap-iterators.js15 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 Dnir_propagate_invariant.c166 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 Dio_uring.h281 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 Dtst_safe_io_uring.c11 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 Dindex.js76 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 Dfile.js45 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 Dindex.js76 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 Dx509_obj.c64 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 Dnested.rs20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
/third_party/rust/crates/cxx/gen/src/
H A Dnested.rs20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dnested.rs20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
/third_party/python/Tools/scripts/
H A Dgenerate_opcode_h.py125 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 Dnested.rs20 self.nested.iter().map(|(k, entries)| (*k, entries)) in new()
/third_party/openssl/crypto/x509/
H A Dx509_obj.c64 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 Dshape-format.hh182 GOptionEntry entries[] = in add_options() local
204 parser->add_group (entries, in add_options()
/third_party/typescript/tests/baselines/reference/
H A DmappedTypeConstraints2.js40 for (const [key, val] of Object.entries(obj)) {
64 for (const [key, val] of Object.entries(obj)) {
/third_party/python/PCbuild/
H A Dprepare_ssl.py31 entries = os.environ["PATH"].split(os.pathsep)
33 for p in entries:
/third_party/rust/crates/syn/tests/debug/
H A Dmod.rs110 .entries(self.value.iter().map(Lite)) in fmt()
125 list.entries(punct.map(Lite)); in fmt()
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c156 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...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...32