Home
last modified time | relevance | path

Searched refs:second (Results 101 - 125 of 3306) sorted by relevance

12345678910>>...133

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFormatPrintTest.cpp48 for (const auto &typeFormatPair : internalFormat.second) in TEST_P()
50 bool textureSupport = typeFormatPair.second.textureSupport(context->getClientVersion(), in TEST_P()
52 bool filterSupport = typeFormatPair.second.filterSupport(context->getClientVersion(), in TEST_P()
54 bool textureAttachmentSupport = typeFormatPair.second.textureAttachmentSupport( in TEST_P()
56 bool renderbufferSupport = typeFormatPair.second.renderbufferSupport( in TEST_P()
/third_party/typescript/tests/baselines/reference/
H A DnoRepeatedPropertyNames.js6 const second = { a: 1, a: 2 };
7 return second.a;
19 var second = { a: 1, a: 2 };
20 return second.a;
/third_party/python/Lib/unittest/
H A Dcase.py818 logging.getLogger('foo.bar').error('second message')
820 'ERROR:foo.bar:second message'])
835 def _getAssertEqualityFunc(self, first, second):
838 Returns: A callable accepting (first, second, msg=None) that will
839 raise a failure exception if first != second with a useful human
843 # NOTE(gregory.p.smith): I considered isinstance(first, type(second))
852 if type(first) is type(second):
861 def _baseAssertEqual(self, first, second, msg=None):
863 if not first == second:
864 standardMsg = '%s != %s' % _common_shorten_repr(first, second)
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1563 if (other == copy_map.end() || copy.bytes + other->second.bytes > 8 || in try_coalesce_copies()
1564 copy.op.isConstant() != other->second.op.isConstant()) in try_coalesce_copies()
1572 unsigned new_size = copy.bytes + other->second.bytes; in try_coalesce_copies()
1575 copy.op.constantValue64() | (other->second.op.constantValue64() << (copy.bytes * 8u)); in try_coalesce_copies()
1583 if (other->second.op.physReg() != copy.op.physReg().advance(copy.bytes)) in try_coalesce_copies()
1605 if (it->second.def.physReg() == scc) in handle_operands()
1608 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr)); in handle_operands()
1611 if (it->first == it->second.op.physReg()) { in handle_operands()
1617 if (it->second.bytes > 8) { in handle_operands()
1618 assert(!it->second in handle_operands()
[all...]
H A Daco_spill.cpp98 void add_affinity(uint32_t first, uint32_t second) in add_affinity()
107 else if (entry == second) in add_affinity()
112 affinities.emplace_back(std::vector<uint32_t>({first, second})); in add_affinity()
114 affinities[found_first].push_back(second); in add_affinity()
118 /* merge second into first */ in add_affinity()
128 void add_interference(uint32_t first, uint32_t second) in add_interference()
130 if (interferences[first].first.type() != interferences[second].first.type()) in add_interference()
133 bool inserted = interferences[first].second.insert(second).second; in add_interference()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp42 return It->second; in getOrCreateVReg()
55 return It->second; in getOrCreateVRegDefAt()
70 return It->second; in getOrCreateVRegUseAt()
165 Register UUseVReg = UpwardsUse ? UUseIt->second : Register(); in propagateVRegs()
184 if (!Visited.insert(Pred).second) in propagateVRegs()
197 UUseVReg = UUseIt->second; in propagateVRegs()
208 -> bool { return V.second != VRegs[0].second; }) != in propagateVRegs()
217 setCurrentVReg(MBB, SwiftErrorVal, VRegs[0].second); in propagateVRegs()
234 .addReg(VRegs[0].second); in propagateVRegs()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp112 return BBF.second > BBS.second ? true : false; in operator ()()
156 if (!Itr->second.Upward) in traverseToEntryBlock()
158 Itr->second.Upward = false; in traverseToEntryBlock()
179 // occurs in second position. in traverseToEntryBlock()
181 if (I.second == AtBB) in traverseToEntryBlock()
199 if (!Itr->second.Downward) in traverseToExitBlock()
201 Itr->second.Downward = false; in traverseToExitBlock()
223 SuccSkipNodes.insert(I.second); in traverseToExitBlock()
254 return Bbf.second > Bb in queryCFG()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-use-machine.hh374 if (0) fprintf (stderr, "syllable %d..%d %s\n", (*ts).second.first, (*te).second.first, #syllable_type); \
375 for (unsigned i = (*ts).second.first; i < (*te).second.first; ++i) \
436 if (p.second.use_category() == USE(ZWNJ)) in find_syllables_use()
486 _trans = _inds[ _slen > 0 && _keys[0] <=( (*p).second.second.use_category()) && in find_syllables_use()
487 ( (*p).second.second.use_category()) <= _keys[1] ? in find_syllables_use()
488 ( (*p).second in find_syllables_use()
[all...]
/third_party/curl/tests/libtest/
H A Dlib1900.c34 CURL *second = NULL; in test() local
41 easy_setopt(hnd, CURLOPT_HSTS, "second-hsts.txt"); in test()
43 second = curl_easy_duphandle(hnd); in test()
46 curl_easy_cleanup(second); in test()
52 curl_easy_cleanup(second); in test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp77 for (auto &GlobSummary : GlobalList.second.SummaryList) {
168 for (auto &S : P.second.SummaryList) {
196 if (P.second.SummaryList.size())
198 P.second.SummaryList[0]->getBaseObject()))
461 auto &GVSMap = ModIt.second;
472 auto Flags = SummaryIt.second->flags();
474 if (isa<FunctionSummary>(SummaryIt.second)) {
476 } else if (isa<AliasSummary>(SummaryIt.second)) {
481 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second))
483 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second))
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c733 struct entry *first, struct entry *second, in vectorize_loads()
818 nir_instr_remove(second->instr); in vectorize_loads()
824 struct entry *first, struct entry *second, in vectorize_stores()
831 b->cursor = nir_before_instr(second->instr); in vectorize_stores()
858 if (set_low && (!set_high || low == second)) { in vectorize_stores()
862 assert(!set_low || high == second); in vectorize_stores()
872 nir_intrinsic_set_write_mask(second->intrin, write_mask); in vectorize_stores()
873 second->intrin->num_components = data->num_components; in vectorize_stores()
875 const struct intrinsic_info *info = second->info; in vectorize_stores()
877 nir_instr_rewrite_src(second in vectorize_stores()
731 vectorize_loads(nir_builder *b, struct vectorize_ctx *ctx, struct entry *low, struct entry *high, struct entry *first, struct entry *second, unsigned new_bit_size, unsigned new_num_components, unsigned high_start) vectorize_loads() argument
822 vectorize_stores(nir_builder *b, struct vectorize_ctx *ctx, struct entry *low, struct entry *high, struct entry *first, struct entry *second, unsigned new_bit_size, unsigned new_num_components, unsigned high_start) vectorize_stores() argument
1007 check_for_aliasing(struct vectorize_ctx *ctx, struct entry *first, struct entry *second) check_for_aliasing() argument
1118 can_vectorize(struct vectorize_ctx *ctx, struct entry *first, struct entry *second) can_vectorize() argument
1137 try_vectorize(nir_function_impl *impl, struct vectorize_ctx *ctx, struct entry *low, struct entry *high, struct entry *first, struct entry *second) try_vectorize() argument
1199 try_vectorize_shared2(nir_function_impl *impl, struct vectorize_ctx *ctx, struct entry *low, struct entry *high, struct entry *first, struct entry *second) try_vectorize_shared2() argument
1298 struct entry *second = low->index < high->index ? high : low; vectorize_sorted_entries() local
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dwhen-final-project-is-not-composite-but-uses-project-references.js62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
94 "outFile": "../2/second-output.js",
125 { "path": "../second", "prepend": true },
136 * src/second/tsconfig.json
143 [12:00:19 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [12:00:20 AM] Building project '/src/second/tsconfig.json'...
154 //// [/src/2/second
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_modifiers_test.h52 EXPECT_TRUE(p.second); in TYPED_TEST_P()
56 EXPECT_FALSE(p.second); in TYPED_TEST_P()
125 EXPECT_TRUE(p.second); in TYPED_TEST_P()
130 EXPECT_FALSE(p.second); in TYPED_TEST_P()
163 EXPECT_TRUE(p.second); in TYPED_TEST_P()
167 EXPECT_FALSE(p.second); in TYPED_TEST_P()
193 auto p = m.try_emplace(val.first, val.second); in TYPED_TEST_P()
194 EXPECT_TRUE(p.second); in TYPED_TEST_P()
197 p = m.try_emplace(val2.first, val2.second); in TYPED_TEST_P()
198 EXPECT_FALSE(p.second); in TYPED_TEST_P()
[all...]
H A Dunordered_map_lookup_test.h40 EXPECT_EQ(p.second, val) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
54 val = p.second; in TYPED_TEST_P()
57 EXPECT_EQ(p.second, m[p.first]) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
87 EXPECT_EQ(p.second, get<1>(*it)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
100 ASSERT_EQ(0, std::distance(r.first, r.second)); in TYPED_TEST_P()
105 ASSERT_EQ(1, std::distance(r.first, r.second)); in TYPED_TEST_P()
106 EXPECT_EQ(p.second, get<1>(*r.first)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
/third_party/icu/icu4c/source/i18n/
H A Dpluralranges.cpp45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); variable
50 fOutput.addPluralRange(first, second, result);
113 StandardPlural::Form second, in addPluralRange()
116 fTriples[fTriplesLen] = {first, second, result}; in addPluralRange()
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
133 if (triple.first == first && triple.second == second) { in resolve()
111 addPluralRange( StandardPlural::Form first, StandardPlural::Form second, StandardPlural::Form result) addPluralRange() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dpluralranges.cpp45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); variable
50 fOutput.addPluralRange(first, second, result);
113 StandardPlural::Form second, in addPluralRange()
116 fTriples[fTriplesLen] = {first, second, result}; in addPluralRange()
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
133 if (triple.first == first && triple.second == second) { in resolve()
111 addPluralRange( StandardPlural::Form first, StandardPlural::Form second, StandardPlural::Form result) addPluralRange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp43 void *SlabStart = SegBlocks.begin()->second.base(); in allocate()
46 SlabStart = std::min(SlabStart, KV.second.base()); in allocate()
47 SlabEnd = std::max(SlabEnd, (char *)(KV.second.base()) + in allocate()
48 KV.second.allocatedSize()); in allocate()
63 auto &Block = KV.second; in allocate()
88 const auto &Seg = KV.second; in allocate()
111 const auto &Seg = KV.second; in allocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DStringTableBuilder.cpp69 memcpy(Buf + P.second, Data.data(), Data.size()); in write()
149 P->second = Pos; in finalizeStringTable()
155 P->second = Size; in finalizeStringTable()
184 return I->second; in getOffset()
193 if (P.second) { in add()
195 P.first->second = Start; in add()
198 return P.first->second; in add()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dpluralranges.cpp45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); variable
50 fOutput.addPluralRange(first, second, result);
113 StandardPlural::Form second, in addPluralRange()
116 fTriples[fTriplesLen] = {first, second, result}; in addPluralRange()
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
133 if (triple.first == first && triple.second == second) { in resolve()
111 addPluralRange( StandardPlural::Form first, StandardPlural::Form second, StandardPlural::Form result) addPluralRange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h94 if (InsertResult.second) { in insert()
100 auto &Index = InsertResult.first->second; in insert()
126 if (InsertResult.second) in insert()
131 ptrdiff_t &Index = InsertResult.first->second; in insert()
168 assert(V[I->second] == X && "Value not actually at index in map!"); in erase()
169 if (I->second == (ptrdiff_t)(V.size() - 1)) { in erase()
174 V[I->second] = T(); in erase()
/third_party/curl/tests/unit/
H A Dunit1323.c40 struct curltime second; member
55 timediff_t result = Curl_timediff(tests[i].first, tests[i].second);
60 (long)tests[i].second.tv_sec,
61 tests[i].second.tv_usec,
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dudiffer.py49 parser.add_argument('second', metavar='FILE')
53 second = _read_lines(config.second)
55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
56 tofile=config.second))
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
H A DStandardPluralRanges.java44 StandardPlural second = StandardPlural.fromString(value.getString()); in put()
47 output.addPluralRange(first, second, result); in put()
84 private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange() argument
86 flatTriples[3 * numTriples + 1] = second; in addPluralRange()
96 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() argument
98 if (first == flatTriples[3 * i] && second == flatTriples[3 * i + 1]) { in resolve()
/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.cc36 ValueType locals_type = local_decl.second; in Emit()
55 if (local_decls.size() > 0 && local_decls.back().second == type) { in AddLocals()
71 (p.second.encoding_needs_heap_type() in Size()
72 ? LEBHelper::sizeof_i32v(p.second.heap_type().code()) in Size()
74 (p.second.is_rtt() ? LEBHelper::sizeof_u32v(p.second.ref_index()) : 0); in Size()
/third_party/libinput/test/
H A Dlitest-device-alps-3fg.c34 unsigned int first, second; member
55 alps->second = slot; in touch_down()
76 slot != alps->second) in touch_move()
93 slot != alps->second) { in touch_up()
100 if (slot == alps->second) in touch_up()
101 alps->second = UINT_MAX; in touch_up()

Completed in 17 milliseconds

12345678910>>...133