| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ExtensionSet.cs | 228 /// Merges the second set into the first set, creating a new instance if first is null
230 public static void MergeFrom<TTarget>(ref ExtensionSet<TTarget> first, ExtensionSet<TTarget> second) where TTarget : IExtendableMessage<TTarget>
236 if (first == null)
238 first = new ExtensionSet<TTarget>();
243 if (first.ValuesByNumber.TryGetValue(pair.Key, out value))
250 first.ValuesByNumber[pair.Key] = cloned;
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | span_unittest.cpp | 30 // Don't use ASSERT_EQ at first because the == is more hidden in TEST() 154 // Test first and last 159 constexpr Span first = sp.first(kSplitSize); in TEST() local 162 ASSERT_EQ(first, Span(kSpanData, kSplitSize)); in TEST() 163 ASSERT_EQ(first.data(), kSpanData); in TEST() 164 ASSERT_EQ(first.size(), kSplitSize); in TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 53 Pair.first->dump(); in ~LLVMContextImpl() 201 return &*(BundleTagCache.insert(std::make_pair(Tag, NewIdx)).first); in getOrInsertBundleTag() 207 Tags[T.second] = T.first(); in getOperandBundleTags() 220 return SSC.insert(std::make_pair(SSN, SyncScope::ID(NewSSID))).first->second; in getOrInsertSyncScopeID() 227 SSNs[SSE.second] = SSE.first();
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | construct.cpp | 182 if ((use.first->opcode() == SpvOpLoopMerge || in IsStructuredExit() 183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit() 184 use.second == 1 && use.first->block()->dominates(*block)) { in IsStructuredExit() 185 return use.first->block(); in IsStructuredExit() 203 auto merge_block = merge_inst->function()->GetBlock(merge_target).first; in IsStructuredExit()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 105 if (DataMatches(*constant_inst, fact_and_type_id.first)) { in GetUniformDescriptorsForConstant() 107 fact_and_type_id.first.uniform_buffer_element_descriptor()); in GetUniformDescriptorsForConstant() 121 &fact_and_type.first.uniform_buffer_element_descriptor())) { in GetConstantFromUniformDescriptor() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_add_opphi_synonyms.cpp | 104 // first one of this kind that we found, remember its id. in Apply() 159 if (already_in_a_class.count(pair.first)) { in GetIdEquivalenceClasses() 165 pair.first)) { in GetIdEquivalenceClasses() 188 new_equivalence_class.emplace(pair.first); in GetIdEquivalenceClasses() 189 already_in_a_class.emplace(pair.first); in GetIdEquivalenceClasses() 194 pair.first)) { in GetIdEquivalenceClasses()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 105 if (DataMatches(*constant_inst, fact_and_type_id.first)) { in GetUniformDescriptorsForConstant() 107 fact_and_type_id.first.uniform_buffer_element_descriptor()); in GetUniformDescriptorsForConstant() 121 &fact_and_type.first.uniform_buffer_element_descriptor())) { in GetConstantFromUniformDescriptor() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | fuzzer_pass_add_opphi_synonyms.cpp | 104 // first one of this kind that we found, remember its id. in Apply() 159 if (already_in_a_class.count(pair.first)) { in GetIdEquivalenceClasses() 165 pair.first)) { in GetIdEquivalenceClasses() 188 new_equivalence_class.emplace(pair.first); in GetIdEquivalenceClasses() 189 already_in_a_class.emplace(pair.first); in GetIdEquivalenceClasses() 194 pair.first)) { in GetIdEquivalenceClasses()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | construct.cpp | 182 if ((use.first->opcode() == SpvOpLoopMerge || in IsStructuredExit() 183 use.first->opcode() == SpvOpSelectionMerge) && in IsStructuredExit() 184 use.second == 1 && use.first->block()->dominates(*block)) { in IsStructuredExit() 185 return use.first->block(); in IsStructuredExit() 203 auto merge_block = merge_inst->function()->GetBlock(merge_target).first; in IsStructuredExit()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 97 const auto &ImplSymbolName = ImplSymbol.getPointer()->first; in launchCompile() 105 llvm::dbgs() << "\n In " << I.first->getName() << " JITDylib "; in launchCompile() 116 makeJITDylibSearchOrder(LookupPair.first, in launchCompile() 146 auto Target = SymPair.first; in registerSymbols() 200 InternedNames[Mangle(NamePair.first)] = std::move(TargetJITNames); in internToJITSymbols()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | trace.cpp | 61 auto first = true; in Trace() 67 if (!first) { in Trace() 70 first = false; in Trace() 202 auto first = true; in write() local 204 if (!first) { in write()
|
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 105 if (DataMatches(*constant_inst, fact_and_type_id.first)) { in GetUniformDescriptorsForConstant() 107 fact_and_type_id.first.uniform_buffer_element_descriptor()); in GetUniformDescriptorsForConstant() 121 &fact_and_type.first.uniform_buffer_element_descriptor())) { in GetConstantFromUniformDescriptor() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | normalizer2.h | 238 * This function calls edits->reset() first unless 251 * Appends the normalized form of the second string to the first string 252 * (merging them at the boundary) and returns the first string. 253 * The result is normalized if the first string was normalized. 254 * The first and second strings must be different objects. 255 * @param first string, should be normalized 261 * @return first 265 normalizeSecondAndAppend(UnicodeString &first, 269 * Appends the second string to the first string 270 * (merging them at the boundary) and returns the first strin [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 66 const Loop *L = N.first; in operator ()() 78 {succ_begin(Node.second), Node.first}, in child_begin() 79 {succ_end(Node.second), Node.first}), in child_begin() 86 {succ_begin(Node.second), Node.first}, in child_end() 87 {succ_end(Node.second), Node.first}), in child_end() 93 /// Store the result of a depth first search within basic blocks contained by a 199 /// Traverse the blocks in a loop using a depth-first search.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | excessPropertyCheckWithUnions.js | 44 | { a: 1, b: 1, first: string } 50 over = { a: 1, b: 1, first: "ok", second: "error" } 51 over = { a: 1, b: 1, first: "ok", third: "error" } 188 over = { a: 1, b: 1, first: "ok", second: "error" };
189 over = { a: 1, b: 1, first: "ok", third: "error" };
|
| /third_party/rust/crates/proc-macro-error/src/ |
| H A D | diagnostic.rs | 108 first: span, in spanned() 121 first: span, in span_error() 136 first: span, in span_help() 157 first: span, in span_note() 258 quote_spanned!(span_range.first=> compile_error!#group) in to_tokens() 296 let first = match ts.next() { in from() 335 Some((SpanRange { first, last }, msg)) in from()
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_add_opphi_synonyms.cpp | 104 // first one of this kind that we found, remember its id. in Apply() 159 if (already_in_a_class.count(pair.first)) { in GetIdEquivalenceClasses() 165 pair.first)) { in GetIdEquivalenceClasses() 188 new_equivalence_class.emplace(pair.first); in GetIdEquivalenceClasses() 189 already_in_a_class.emplace(pair.first); in GetIdEquivalenceClasses() 194 pair.first)) { in GetIdEquivalenceClasses()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutTests.cpp | 214 static std::string genName (char first, char last, int ndx) in genName() argument 217 int alphabetLen = last - first + 1; in genName() 221 str.insert(str.begin(), (char)(first + ((ndx-1)%alphabetLen))); in genName() 225 str.insert(str.begin(), (char)(first + (ndx%(alphabetLen+1)) - 1)); in genName() 268 // Generate members first so nested struct declarations are in correct order. in generateType() 1218 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (caseName + loadType.first + storeType.first).c_str(), glu::VarType(type, precision), layoutFlags[layoutFlagNdx].flags|matrixFlags[matFlagNdx].flags, 0, loadType.second, storeType.second, m_usePhysStorageBuffer, m_readonly)); in init() 1252 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName + loadType.first + storeType.first).c_str(), in init() 1287 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName + loadType.first in init() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
| H A D | vktSSBOLayoutTests.cpp | 214 static std::string genName (char first, char last, int ndx) in genName() argument 217 int alphabetLen = last - first + 1; in genName() 221 str.insert(str.begin(), (char)(first + ((ndx-1)%alphabetLen))); in genName() 225 str.insert(str.begin(), (char)(first + (ndx%(alphabetLen+1)) - 1)); in genName() 268 // Generate members first so nested struct declarations are in correct order. in generateType() 1218 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (caseName + loadType.first + storeType.first).c_str(), "", glu::VarType(type, precision), layoutFlags[layoutFlagNdx].flags|matrixFlags[matFlagNdx].flags, 0, loadType.second, storeType.second, m_usePhysStorageBuffer, m_readonly)); in init() 1252 layoutGroup->addChild(new BlockBasicTypeCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName + loadType.first + storeType.first).c_str(), "", in init() 1287 layoutGroup->addChild(new BlockBasicUnsizedArrayCase(m_testCtx, (string(matrixFlags[matFlagNdx].name) + "_" + typeName + loadType.first in init() [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
| H A D | stripInternal-when-one-two-three-are-prepended-in-order.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
49 "outFile": "./bin/first-output.js",
123 { "path": "../first", "prepend": true }
162 * src/first/tsconfig.json
166 [[90m12:00:12 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first [all...] |
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| H A D | sc-ip22.c | 29 static inline void indy_sc_wipe(unsigned long first, unsigned long last) in indy_sc_wipe() argument 54 " or %0, $1 # first line to flush \n" in indy_sc_wipe() 68 : "=r" (first), "=r" (last), "=&r" (tmp) in indy_sc_wipe() 69 : "0" (first), "1" (last)); in indy_sc_wipe()
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| H A D | sc-ip22.c | 29 static inline void indy_sc_wipe(unsigned long first, unsigned long last) in indy_sc_wipe() argument 54 " or %0, $1 # first line to flush \n" in indy_sc_wipe() 68 : "=r" (first), "=r" (last), "=&r" (tmp) in indy_sc_wipe() 69 : "0" (first), "1" (last)); in indy_sc_wipe()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_mitigations.c | 33 bool first = true; in mitigations_set() local 49 if (first) { in mitigations_set() 50 first = false; in mitigations_set()
|
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| H A D | videobuf2-memops.c | 40 unsigned long first, last; in vb2_create_framevec() local 45 first = start >> PAGE_SHIFT; in vb2_create_framevec() 47 nr = last - first + 1; in vb2_create_framevec()
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| H A D | modules.py | 84 first = True 88 separator=" " if first else ",", 90 first = False
|