Home
last modified time | relevance | path

Searched refs:entry (Results 1526 - 1550 of 2329) sorted by relevance

1...<<61626364656667686970>>...94

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataJsonFromXml.java171 for (Map.Entry<Integer, List<String>> entry : countryCodeToRegionCodeMap.entrySet()) { in writeCountryCodeToRegionCodeMap()
177 writer.write(Integer.toString(entry.getKey())); in writeCountryCodeToRegionCodeMap()
181 jsArrayBuilder.appendIterator(entry.getValue().iterator()); in writeCountryCodeToRegionCodeMap()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java370 Map.Entry<Integer, String> entry = it.next(); in compressAccordingToEnglishData()
371 int prefix = entry.getKey(); in compressAccordingToEnglishData()
373 if (englishDescription != null && englishDescription.equals(entry.getValue())) { in compressAccordingToEnglishData()
/third_party/json/tools/serve_header/
H A Dserve_header.py169 for entry in dir_it:
170 if entry.is_dir():
171 scan_dirs.add(entry.path)
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo.c49 struct hash_entry *entry = _mesa_hash_table_search(tbl, &key); in lookup_bo() local
50 if (entry) { in lookup_bo()
52 bo = fd_bo_ref(entry->data); in lookup_bo()
336 /* Shuffle up the last entry to replace the current slot: */ in cleanup_fences()
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py64 Disambiguation suffix to be used for an enum entry or field name that
180 for entry in enum.entries:
184 name=entry.name,
185 enumentry=entry,
/third_party/littlefs/scripts/
H A Dcoverage.py166 entry = (file if by == 'file' else func)
167 entry_hits, entry_count = entries[entry]
168 entries[entry] = (entry_hits + hits, entry_count + count)
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py254 for entry in result:
257 tag = entry[:2]
258 text = entry[2:]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp288 auto entry = m_block_io.equal_range(ir); in vec_instr_set_remove() local
289 if (entry.first != m_block_io.end()) { in vec_instr_set_remove()
290 vec_instr_stack_pop(b, entry, ir); in vec_instr_set_remove()
/third_party/nghttp2/
H A Dgit-clang-format173 for entry in run('git', 'config', '--list', '--null').split('\0'):
174 if entry:
175 name, value = entry.split('\n', 1)
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c189 struct hostent *entry = gethostbyname(ifname); in lws_interface_to_sa() local
190 if (entry) in lws_interface_to_sa()
191 address = ((struct in_addr *)entry->h_addr_list[0])->s_addr; in lws_interface_to_sa()
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc32 for (Entry& entry : entries_) { in Print()
33 entry.SetTotal(total_time_, total_call_count_); in Print()
34 entry.Print(os); in Print()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c256 set_foreach (batch->resources, entry) { in batch_reset_resources()
257 struct fd_resource *rsc = (struct fd_resource *)entry->key; in batch_reset_resources()
258 _mesa_set_remove(batch->resources, entry); in batch_reset_resources()
/third_party/node/deps/openssl/openssl/apps/
H A Dsrp.c78 print_entry(db, indexindex, verbose, "g N entry"); in print_index()
87 print_entry(db, userindex, verbose, "User entry"); in print_user()
89 "g N entry"); in print_user()
116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf() local
117 if (entry == NULL) in lookup_conf()
119 return entry; in lookup_conf()
/third_party/openssl/apps/
H A Dsrp.c78 print_entry(db, indexindex, verbose, "g N entry"); in print_index()
87 print_entry(db, userindex, verbose, "User entry"); in print_user()
89 "g N entry"); in print_user()
116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf() local
117 if (entry == NULL) in lookup_conf()
119 return entry; in lookup_conf()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp325 func->entry().get(), [&changed, this](BasicBlock* bb) { in ProcessFunction()
333 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
340 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp325 func->entry().get(), [&changed, this](BasicBlock* bb) { in ProcessFunction()
333 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
340 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp11 // The struct parent tree consists of one entry per page, followed by
13 // annotations. Each entry is a key/value pair with an integer key
338 // First, one entry per page. in makeStructTreeRoot()
351 // Then, one entry per annotation. in makeStructTreeRoot()
387 for (const IDTreeEntry& entry : fIdTreeEntries) { in makeStructTreeRoot()
388 SkString idString = SkPDFTagNode::nodeIdToString(entry.nodeId); in makeStructTreeRoot()
390 names->appendRef(entry.ref); in makeStructTreeRoot()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h356 /// Register entry point information.
671 for (const auto& entry : special_builtins_) { in IdForSpecialBuiltIn()
672 if (entry.second == builtin) { in IdForSpecialBuiltIn()
673 return entry.first; in IdForSpecialBuiltIn()
679 /// @param entry_point the SPIR-V ID of an entry point.
680 /// @returns the entry point info for the given ID
/third_party/toybox/toys/net/
H A Dnetstat.c235 struct dirent *entry; in scan_pids() local
253 while ((entry = readdir(dp))) { in scan_pids()
255 if (!readlinkat0(dirfd, entry->d_name, s, sizeof(toybuf)-256)) continue; in scan_pids()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java44 * <p>In reflection API, map fields will be treated as repeated message fields and each map entry is
45 * accessed as a message. This MapEntry class is used to represent these map entry messages in
107 Map.Entry<K, V> entry = MapEntryLite.parseEntry(input, metadata, extensionRegistry); in MapEntry()
108 this.key = entry.getKey(); in MapEntry()
109 this.value = entry.getValue(); in MapEntry()
119 * each map entry message type. Generated code should store the created default instance and use
229 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedFieldCount()
234 throw new RuntimeException("There is no repeated field in a map entry message."); in getRepeatedField()
372 throw new RuntimeException("There is no repeated field in a map entry message."); in setRepeatedField()
377 throw new RuntimeException("There is no repeated field in a map entry messag in addRepeatedField()
[all...]
/third_party/protobuf/js/
H A Dmaps_test.js171 entries.forEach(function(entry) {
172 var key = entry[0];
173 var val = entry[1];
386 ['a', 'entry 1'],
387 ['c', 'entry 2'],
388 ['b', 'entry 3']
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java335 for (Map.Entry<IRubyObject, IRubyObject> entry : table.entrySet()) { in dup()
336 newMap.table.put(entry.getKey(), entry.getValue()); in dup()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c175 [OP_ENTRY] = "<entry-point>",
283 struct asm_constraint *entry; in show_asm_constraints() local
285 FOR_EACH_PTR(list, entry) { in show_asm_constraints()
286 buf += sprintf(buf, "%s\"%s\"", sep, entry->constraint); in show_asm_constraints()
287 if (entry->pseudo) in show_asm_constraints()
288 buf += sprintf(buf, " (%s)", show_pseudo(entry->pseudo)); in show_asm_constraints()
289 if (entry->ident) in show_asm_constraints()
290 buf += sprintf(buf, " [%s]", show_ident(entry->ident)); in show_asm_constraints()
292 } END_FOR_EACH_PTR(entry); in show_asm_constraints()
820 struct instruction *entry in argument_pseudo() local
2539 struct instruction *entry; linearize_fn() local
[all...]
/third_party/python/Modules/
H A D_pickle.c828 PyMemoEntry *entry; in _PyMemoTable_Lookup() local
832 entry = &table[i]; in _PyMemoTable_Lookup()
833 if (entry->me_key == NULL || entry->me_key == key) in _PyMemoTable_Lookup()
834 return entry; in _PyMemoTable_Lookup()
838 entry = &table[i & mask]; in _PyMemoTable_Lookup()
839 if (entry->me_key == NULL || entry->me_key == key) in _PyMemoTable_Lookup()
840 return entry; in _PyMemoTable_Lookup()
903 PyMemoEntry *entry in PyMemoTable_Get() local
913 PyMemoEntry *entry; PyMemoTable_Set() local
4830 PyMemoEntry entry = memo->mt_table[i]; _pickle_PicklerMemoProxy_copy_impl() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c1369 struct hash_entry *entry = _mesa_hash_table_search(state->remap, def); in read_live_in() local
1370 if (entry) in read_live_in()
1371 return entry->data; in read_live_in()
1544 struct hash_entry *entry = in add_live_in_phi() local
1546 assert(entry); in add_live_in_phi()
1547 struct reg_or_immed *pred_val = entry->data; in add_live_in_phi()
1583 struct hash_entry *entry = in add_live_in_phi() local
1585 assert(entry); in add_live_in_phi()
1586 struct reg_or_immed *new_val = entry->data; in add_live_in_phi()
1642 struct hash_entry *entry in rewrite_phi() local
[all...]

Completed in 27 milliseconds

1...<<61626364656667686970>>...94