| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | UnknownFieldSetTest.java | 108 UnknownFieldSet.Field first = fieldBuilder.build(); in testFieldBuildersAreReusable() 113 assertThat(first).isEqualTo(second); in testFieldBuildersAreReusable() 114 assertThat(first).isNotEqualTo(third); in testFieldBuildersAreReusable() 249 UnknownFieldSet.Field first = UnknownFieldSet.Field.newBuilder().addFixed32(56).build(); in testAddField_withReplacement() 252 .addField(1, first) in testAddField_withReplacement()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | bitset_utils_unittest.cpp | 87 EXPECT_EQ(mBits.first(), 1u); in TYPED_TEST() 94 EXPECT_EQ(mBits.first(), 0u); in TYPED_TEST() 415 EXPECT_EQ(mBits.first(), 45u); in TYPED_TEST() 528 EXPECT_EQ(testBitSet1.first(), 0u); in TYPED_TEST() 531 EXPECT_EQ(testBitSet2.first(), 5u); in TYPED_TEST()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rdt.c | 45 * that array such that the first is the first stream of this set. */ 421 int n, first = -1; in rdt_parse_sdp_line() local 426 if (first == -1) first = n; in rdt_parse_sdp_line() 440 rdt_load_mdpr(rdt, s->streams[n], (n - first) * 2); in rdt_parse_sdp_line() 487 * is set and once for if it isn't. We only read the first because we in real_parse_asm_rulebook()
|
| /third_party/gn/src/gn/ |
| H A D | header_checker.cc | 88 // dependency chain things went bad. Don't list this for the first link in GetDependencyChainPublicError() 157 const SourceFile::Type type = file.first.GetType(); in RunCheckOverFiles() 168 for (const auto& vect_i : file_map_[file.first]) in RunCheckOverFiles() 177 pool.PostTask([this, target = vect_i.target, file = file.first]() { in RunCheckOverFiles() 259 (*dest)[cur.first].push_back( in AddTargetToFileMap() 547 // This method conducts a breadth-first search through the dependency graph in IsDependencyOf() 551 // part of this chain, in the order they were first traversed. in IsDependencyOf() 554 // the first time, it is added to work_queue and a "breadcrumb" is added, in IsDependencyOf() 555 // indicating which target it was reached from when first discovered. in IsDependencyOf() 591 // in private ones. Also do this the first tim in IsDependencyOf() [all...] |
| H A D | loader_unittest.cc | 144 return pending_.size() == 1u && pending_[0].first == f; 151 return pending_[0].first == f1 && pending_[1].first == f2; 158 CannedResponseMap::const_iterator found = canned_responses_.find(cur.first);
|
| /third_party/ffmpeg/libswscale/ |
| H A D | slice.c | 166 int first = s->plane[i].sliceY; in ff_init_slice_from_src() local 169 int tot_lines = end[i] - first; in ff_init_slice_from_src() 171 if (start[i] >= first && n >= tot_lines) { in ff_init_slice_from_src() 174 s->plane[i].line[start[i] - first + j] = src_i + j * stride[i]; in ff_init_slice_from_src()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | LocaleIDParser.java | 308 if (firstPass) { // first, add hyphen in parseCountry() 425 if (firstPass) { // only for the first separator in parseVariant() 652 boolean first = true; in parseKeywords() 654 append(first ? KEYWORD_SEPARATOR : ITEM_SEPARATOR); in parseKeywords() 655 first = false; in parseKeywords() 660 if (first == false) { in parseKeywords()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| H A D | NumberRangeFormatterImpl.java | 419 Modifier resolveModifierPlurals(Modifier first, Modifier second) { in resolveModifierPlurals() argument 420 Modifier.Parameters firstParameters = first.getParameters(); in resolveModifierPlurals() 422 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 423 return first; in resolveModifierPlurals() 428 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 429 return first; in resolveModifierPlurals()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | NumberRangeFormatterImpl.java | 372 Modifier resolveModifierPlurals(Modifier first, Modifier second) { in resolveModifierPlurals() argument 373 Modifier.Parameters firstParameters = first.getParameters(); in resolveModifierPlurals() 375 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 376 return first; in resolveModifierPlurals() 381 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 382 return first; in resolveModifierPlurals()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | LocaleIDParser.java | 310 if (firstPass) { // first, add hyphen in parseCountry() 427 if (firstPass) { // only for the first separator in parseVariant() 654 boolean first = true; in parseKeywords() 656 append(first ? KEYWORD_SEPARATOR : ITEM_SEPARATOR); in parseKeywords() 657 first = false; in parseKeywords() 662 if (first == false) { in parseKeywords()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numrange_impl.cpp | 432 NumberRangeFormatterImpl::resolveModifierPlurals(const Modifier& first, const Modifier& second) const { in resolveModifierPlurals() argument 434 first.getParameters(parameters); in resolveModifierPlurals() 436 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 437 return first; in resolveModifierPlurals() 443 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 444 return first; in resolveModifierPlurals()
|
| /third_party/libuv/test/ |
| H A D | test-timer.c | 208 int first; in TEST_IMPL() local 213 first = 0; in TEST_IMPL() 219 handle_a.data = &first; in TEST_IMPL() 232 handle_b.data = &first; in TEST_IMPL()
|
| /third_party/libuv/src/ |
| H A D | idna.c | 168 int first; in uv__idna_toascii_label() local 217 /* Only write separator when we've written ASCII characters first. */ in uv__idna_toascii_label() 225 first = 1; in uv__idna_toascii_label() 291 if (first) { in uv__idna_toascii_label() 293 first = 0; in uv__idna_toascii_label() 394 /* uv_wtf8_length_as_utf16 should have been called and checked first. */ in uv_wtf8_to_utf16()
|
| /third_party/mbedtls/library/ |
| H A D | x509_create.c | 250 /* Now p points to the first byte of the payload inside der, in parse_attribute_value_hex_der_encoded() 377 /* The first byte of the value in the mbedtls_asn1_named_data structure is reserved 447 mbedtls_asn1_named_data *first) in mbedtls_x509_write_names() 451 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() 549 mbedtls_asn1_named_data *first) in mbedtls_x509_write_extensions() 553 mbedtls_asn1_named_data *cur_ext = first; in mbedtls_x509_write_extensions() 446 mbedtls_x509_write_names(unsigned char **p, unsigned char *start, mbedtls_asn1_named_data *first) mbedtls_x509_write_names() argument 548 mbedtls_x509_write_extensions(unsigned char **p, unsigned char *start, mbedtls_asn1_named_data *first) mbedtls_x509_write_extensions() argument
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerTraceState.cpp | 79 CountedUnits.push_back(std::make_pair(I.second, I.first)); in StopTraceRecording() 81 [](const CU &a, const CU &b) { return a.first > b.first; }); in StopTraceRecording() 84 Printf(" %zd ", I.first); in StopTraceRecording() 129 // Gladly handle first N mutations. in WantToHandleOneMoreMutation()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_render_cl.c | 118 uint8_t x, uint8_t y, bool first, bool last) in emit_tile() 170 /* Wait for the binner before jumping to the first in emit_tile() 173 if (first && has_bin) in emit_tile() 363 bool first = (xi == 0 && yi == 0); in vc4_create_rcl_bo() local 366 emit_tile(exec, setup, x, y, first, last); in vc4_create_rcl_bo() 116 emit_tile(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, uint8_t x, uint8_t y, bool first, bool last) emit_tile() argument
|
| /third_party/node/lib/internal/perf/ |
| H A D | observe.js | 173 this.#buffer = ArrayPrototypeSort(entries, (first, second) => { 174 return first.startTime - second.startTime; 486 return ArrayPrototypeSort(bufferList, (first, second) => { 487 return first.startTime - second.startTime;
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | cache.c | 43 * the first fields must follow a mandatory pattern and further 68 struct HASH_ENTRY *first; in inserthashindex() local 77 first = cache->first_hash[h]; in inserthashindex() 78 if (first) in inserthashindex() 79 link->next = first; in inserthashindex() 255 * before, previous and first are different when in ntfs_enter_cache()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numrange_impl.cpp | 432 NumberRangeFormatterImpl::resolveModifierPlurals(const Modifier& first, const Modifier& second) const { in resolveModifierPlurals() argument 434 first.getParameters(parameters); in resolveModifierPlurals() 436 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 437 return first; in resolveModifierPlurals() 443 // No plural form; return a fallback (e.g., the first) in resolveModifierPlurals() 444 return first; in resolveModifierPlurals()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.c | 74 scene->data.head = &scene->data.first; in lp_scene_create() 106 assert(scene->data.head == &scene->data.first); in lp_scene_destroy() 312 if (block != &list->first) in lp_scene_end_rasterization() 316 list->head = &list->first; in lp_scene_end_rasterization() 582 /* first bin */ in lp_scene_bin_iter_next()
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | gzwrite.c | 67 /* allocate memory if this is the first time through */
115 int first;
local 124 first = 1;
128 if (first) {
130 first = 0;
174 /* allocate memory if this is the first time through */
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_crld.c | 188 int first = 1; in print_reasons() local 193 if (first) in print_reasons() 194 first = 0; in print_reasons() 200 if (first) in print_reasons()
|
| /third_party/python/Tools/scripts/ |
| H A D | summarize_stats.py | 315 for count, (first, second) in pair_counts: 317 predecessors[second][first] = count 318 successors[first][second] = count 320 total_successors[first] += count
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ContextGL.h | 102 GLint first, 106 GLint first, 111 GLint first, 290 GLint first,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | VirtRegMap.cpp | 288 MBBI != Indexes->MBBIndexEnd() && MBBI->first <= Last; ++MBBI) { in addLiveInsForSubRanges() 289 SlotIndex MBBBegin = MBBI->first; in addLiveInsForSubRanges() 294 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() 334 for (; I != Indexes->MBBIndexEnd() && I->first < Seg.end; ++I) { in addMBBLiveIns()
|