/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.h | 493 const auto &bufferDataInfo = mBufferDataMap.find(bufferId); in eraseBufferDataMapEntry() 502 const auto &bufferDataInfo = mBufferDataMap.find(bufferID); in hasBufferData() 512 const auto &bufferDataInfo = mBufferDataMap.find(bufferID); in getBufferDataOffsetAndLength()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.cpp | 84 if (std::find(reservedLocations.begin(), reservedLocations.end(), locationInfo) == in FindUsedOutputLocation() 108 if (std::find(reservedLocations.begin(), reservedLocations.end(), locationInfo) == 980 if (version < Version(3, 1) && tfVaryingName.find('[') != std::string::npos) in linkValidateTransformFeedback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 442 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID() 461 ValueMapType::const_iterator I = ValueMap.find(V); in getValueID() 603 auto MD = MetadataMap.find(Op); in dropFunctionFromMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 914 if (Cost.find(*PS) == Cost.end()) in calcRegisterCost() 1459 CI = CSEMap.find(Opcode); in MayCSE() 1514 CI = CSEMap.find(Opcode); in Hoist() 1549 // Determine the block to which to hoist instructions. If we can't find a in getCurPreheader()
|
H A D | MachineTraceMetrics.cpp | 727 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); 916 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); 1099 MIHeightMap::iterator HeightI = Heights.find(&MI);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureClampTests.cpp | 259 if (funcToken.allowedTargets.find(target) == funcToken.allowedTargets.end()) in funcAllowed() 648 if (funcToken.name.find("sparse", 0) != std::string::npos) in iterate() 1110 if (funcName.find("sparse", 0) != std::string::npos) in generateFunctionDef()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.cpp | 1541 if(calledFunctions.find(instruction[i]->dst.label) == calledFunctions.end()) 2013 ASSERT(functions.find(id) != functions.end()); // Sanity check 2023 ASSERT(functions.find(id) != functions.end()); 2086 // If we ever find cases where there are unreachable functions, we can
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 1189 auto it = dirtySubresources.find(subresource); in prepareForSampling() 1209 auto it = dirtySubresources.find(subresource); in prepareForSampling() 1236 auto it = dirtySubresources.find(subresource); in prepareForSampling()
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 222 auto iter = varMap->find(variable); in RemapVariable() 441 auto varMapIter = varMap->find(v.variable()); in inlineExpression() 1182 auto iter = statementRemappingTable.find(enclosingStmt); in analyze()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 136 // specific order. It would be good to find a more straightforward 325 LoopPropsMapIt LIt = LoopsProperties.find(L); in forgetLoop() 415 /// mixed operator chain, as we can not reliably find a value which will simplify 426 auto CacheIt = Cache.find(Cond); in FindLIVLoopCondition() 448 // Walk up the operator chain to find partial invariant conditions. in FindLIVLoopCondition() 473 // reliably find a value that will simplify the chain. With this check, we in FindLIVLoopCondition() 475 // either backtrack to find partial LIV in other operand or return null. in FindLIVLoopCondition() 487 // We did not manage to find a partial LIV in operand(0). Backtrack and try in FindLIVLoopCondition() 512 // In case we do find a LIV, it can not be obtained by walking up a mixed in FindLIVLoopCondition() 712 // Loop over all of the basic blocks in the loop. If we find a in processCurrentLoop() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 308 /// uniqued node we find that isn't yet in \c G. \c I is always advanced to 340 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue() 583 auto Where = Info.find(&Op); in getFwdReference() 687 auto Where = Info.find(Op); in propagateChanges()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 588 auto It = ProfileDataMap.find(Name); in computeNumValueSiteCounts() 599 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst() 736 auto It = ProfileDataMap.find(NamePtr); in getOrCreateRegionCounters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 150 iterator find(const_arg_type_t<KeyT> Val) { in find() function in llvm::DenseMapBase 156 const_iterator find(const_arg_type_t<KeyT> Val) const { in find() function in llvm::DenseMapBase 163 /// Alternate version of find() which allows a different, and possibly 588 // FoundTombstone - Keep track of whether we find a tombstone while probing. in LookupBucketFor() 651 /// Equivalent to N calls to RHS.find and N value comparisons. Amortized 662 auto I = RHS.find(KV.first); in operator ==()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 803 auto It = PerBlockAccesses.find(BB); in getWritableBlockAccesses() 809 auto It = PerBlockDefs.find(BB); in getWritableBlockDefs() 1265 /// So if you are just trying to find, given a store, what the next 1300 assert((!UpTo || find(def_chain(MA), UpTo) != def_chain_iterator<T>()) && in def_chain()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 122 if (std::find(kKeywords, kKeywordsEnd, tokens[i]) != kKeywordsEnd) { in ContainsPythonKeyword() 130 return (std::find(kKeywords, kKeywordsEnd, name) != kKeywordsEnd); in IsPythonKeyword() 1318 int offset = file_descriptor_serialized_.find(sp); in PrintSerializedPbInterval()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 710 ASSERT_NE(message.map_int32_int32().find(2), in TEST() 760 ASSERT_NE(message.map_int32_int32().find(0), in TEST() 778 ASSERT_NE(message.map_int32_int32().find(1), in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_test.cc | 888 EXPECT_NE(map.find(0), map.end()); in TEST() 889 EXPECT_EQ(map.find(1), map.end()); in TEST() 890 EXPECT_NE(map.find(0u), map.end()); in TEST()
|
/third_party/rust/crates/regex/src/ |
H A D | exec.rs | 83 /// preceding `.*?`). This is used by the DFA to find the starting location 142 /// are completely unsupported. (This means both `find` and `captures` 576 unreachable!("BUG: RegexSet cannot be used with find") in find_at() 702 lits.find(&text[start..]).map(|(s, e)| (start + s, start + e)) in find_literals() 723 .find(&text[start..]) in find_literals() 752 // Now run the DFA in reverse to find the start of the match. in find_dfa_forward() 843 last_literal += match lcs.find(&text[last_literal..]) { in exec_dfa_reverse_suffix() 890 // Now run the DFA forwards to find the proper end of the match. in find_dfa_reverse_suffix() 966 /// Like find, but executes an NFA engine. 1352 // If our set of prefixes is complete, then we can use it to find in choose_literal_match_type() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | scalar_replacement_pass.cpp | 429 return std::find(replacements->begin(), replacements->end(), nullptr) == in CreateReplacementVariables() 500 auto iter = pointee_to_pointer_.find(id); in GetOrCreatePointerType() 523 auto iter = type_to_null_.find(storageId); in GetOrCreateInitialValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 308 if (mediaResourceFileMap.find(fileName) != mediaResourceFileMap.end()) { in LoadResourceConfiguration() 312 if (std::find(files.begin(), files.end(), fullFileName) != files.end()) { in LoadResourceConfiguration() 1138 auto iter = pageParamMap_.find(pageId_); in GetParams() 1632 if (callbacks.find(COMMON_SUCCESS) != callbacks.end()) { in ShowDialogInner() 1642 if (callbacks.find(COMMON_CANCEL) != callbacks.end()) { in ShowDialogInner() 1652 if (callbacks.find(COMMON_COMPLETE) != callbacks.end()) { in ShowDialogInner() 2157 auto timeoutTaskIter = timeoutTaskMap_.find(callbackId); in WaitTimer() 2158 // If not find the callbackId in map, means this timer already was removed, in WaitTimer() 2178 auto timeoutTaskIter = timeoutTaskMap_.find(callbackId); in ClearTimer() 3128 auto itPage = pageMap_.find(pageI in GetPage() [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 386 if (windowSessionMap_.find(name) != windowSessionMap_.end()) { in WindowSessionCreateCheck() 469 auto iter = subWindowSessionMap_.find(parentPersistentId); in UpdateSubWindowStateAndNotify() 568 auto subIter = subWindowSessionMap_.find(parentPersistentId); in DestroySubWindow() 586 auto mainIter = subWindowSessionMap_.find(persistentId); in DestroySubWindow() 882 WLOGFW("Can not find main window, not app type"); in FindMainWindowWithContext() 2333 if (avoidAreaChangeListeners_.find(persistentId) != avoidAreaChangeListeners_.end() && in RecoverSessionListener() 2340 if (touchOutsideListeners_.find(persistentId) != touchOutsideListeners_.end() && in RecoverSessionListener() 2347 if (windowVisibilityChangeListeners_.find(persistentId) != windowVisibilityChangeListeners_.end() && in RecoverSessionListener() 2354 if (windowRectChangeListeners_.find(persistentId) != windowRectChangeListeners_.end() && in RecoverSessionListener() 2401 if (std::find(holde in RegisterListener() [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 508 if (ignored.find(name) != ignored.end()) return; in InsertSyntheticTestCase() 568 auto it = suites_.find(std::string(test_suite_name)); in RegisterInstantiation() 581 if (ignored.find(testcase.first) != ignored.end()) continue; in CheckForInstantiations() 1239 const ::std::string::size_type colon = str.find(delimiter, pos); 1354 IdMap::iterator it = ids_.find(str); 1786 return haystack.find(needle) != StringType::npos; 2361 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != 4158 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != 4594 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != 4609 GTEST_CHECK_(std::find(allowed_name [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 939 errln("Couldn't find " + (UnicodeString)spotCheck1[i] + " in language list."); in TestGetLangsAndCountries() 975 errln("Couldn't find " + spotCheck2[i] + " in country list."); in TestGetLangsAndCountries() 4075 assertTrue("set::find(\"calendar\")", in TestCreateKeywordSet() 4076 result.find("calendar") != result.end()); in TestCreateKeywordSet() 4077 assertTrue("set::find(\"collation\")", in TestCreateKeywordSet() 4078 result.find("collation") != result.end()); in TestCreateKeywordSet() 4107 assertTrue("getKeywords set::find(\"calendar\")", in TestCreateKeywordSetWithPrivateUse() 4108 result.find("calendar") != result.end()); in TestCreateKeywordSetWithPrivateUse() 4109 assertTrue("getKeywords set::find(\"ca\")", in TestCreateKeywordSetWithPrivateUse() 4110 result.find("c in TestCreateKeywordSetWithPrivateUse() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 277 assert(subdword_regs.find(i) != subdword_regs.end()); in test() 893 /* best fit algorithm: find the smallest gap to fit in the variable */ in get_reg_simple() 934 /* find best position within gap by leaving a good stride for other variables*/ in get_reg_simple() 1121 /* Try to find space within the bounds but outside of the definition */ in get_regs_for_copies() 1148 /* we use a sliding window to find potential positions */ in get_regs_for_copies() 1208 /* FIXME: we messed up and couldn't find space for the variables to be copied */ in get_regs_for_copies() 1272 /* find the best position to place the definition */ in get_reg_impl() 1587 /* We didn't find a register relative to other vector operands. in get_reg_vector() 1588 * Try to find new space which fits the whole vector. in get_reg_vector() 1609 auto split_vec = ctx.split_vectors.find(tem in get_reg() [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 516 if (ignored.find(name) != ignored.end()) return; in InsertSyntheticTestCase() 576 auto it = suites_.find(std::string(test_suite_name)); in RegisterInstantiation() 589 if (ignored.find(testcase.first) != ignored.end()) continue; in CheckForInstantiations() 1256 const ::std::string::size_type colon = str.find(delimiter, pos); 1371 IdMap::iterator it = ids_.find(str); 1803 return haystack.find(needle) != StringType::npos; 2381 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != 4178 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != 4611 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != 4626 GTEST_CHECK_(std::find(allowed_name [all...] |