/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | SimpleDateFormatICU.java | 110 for (Entry<AttributedCharacterIterator.Attribute, Object> entry in formatToCharacterIterator() 112 AttributedCharacterIterator.Attribute key = entry.getKey(); in formatToCharacterIterator() 114 Object jdkVal = entry.getValue(); in formatToCharacterIterator()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
H A D | JacocoReportCheck.java | 78 System.err.println("Warning: Duplicated exclusion entry - " + line); in main() 263 // Add the entry in parseReport() 267 ReportEntry entry = new ReportEntry(cls, method); in parseReport() 268 ReportEntry prev = entries.put(entry.key(), entry); in parseReport()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataProtoFromXml.java | 283 for (Map.Entry<Integer, List<String>> entry : countryCodeToRegionCodeMap.entrySet()) { in writeMap() 284 int countryCallingCode = entry.getKey(); in writeMap() 285 List<String> regionCodes = entry.getValue(); in writeMap()
|
H A D | BuildMetadataJsonFromXml.java | 171 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 D | GeneratePhonePrefixData.java | 370 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 D | serve_header.py | 169 for entry in dir_it: 170 if entry.is_dir(): 171 scan_dirs.add(entry.path)
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo.c | 49 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 D | makeregheader.py | 64 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 D | coverage.py | 166 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 D | diff_state.py | 254 for entry in result: 257 tag = entry[:2] 258 text = entry[2:]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 288 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 D | git-clang-format | 173 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 D | windows-sockets.c | 189 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 D | runtime-call-stats.cc | 32 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 D | freedreno_batch.c | 256 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 D | srp.c | 78 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 D | srp.c | 78 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 D | convert_to_half_pass.cpp | 325 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 D | convert_to_half_pass.cpp | 325 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 D | SkPDFTag.cpp | 11 // 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 D | parser_impl.h | 356 /// 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 D | netstat.c | 235 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 D | MapEntry.java | 44 * <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 D | maps_test.js | 171 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 D | RubyMap.java | 335 for (Map.Entry<IRubyObject, IRubyObject> entry : table.entrySet()) { in dup() 336 newMap.table.put(entry.getKey(), entry.getValue()); in dup()
|