Home
last modified time | relevance | path

Searched refs:find (Results 5401 - 5425 of 7555) sorted by relevance

1...<<211212213214215216217218219220>>...303

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h493 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 DProgramExecutable.cpp84 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 DValueEnumerator.cpp442 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 DMachineLICM.cpp914 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 DMachineTraceMetrics.cpp727 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 Dgl4cSparseTextureClampTests.cpp259 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 DShader.cpp1541 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 DVkImage.cpp1189 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 DSkSLInliner.cpp222 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 DLoopUnswitch.cpp136 // 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 DValueMapper.cpp308 /// 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 DInstrProfiling.cpp588 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 DDenseMap.h150 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 DMemorySSA.h803 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 Dpython_generator.cc122 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 Dlite_unittest.cc710 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 Dhash_test.cc888 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 Dexec.rs83 /// 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 Dscalar_replacement_pass.cpp429 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 Dfrontend_delegate_declarative.cpp308 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 Dwindow_session_impl.cpp386 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 Dgtest.cc508 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 Dloctest.cpp939 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 Daco_register_allocation.cpp277 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 Dgtest.cc516 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...]

Completed in 67 milliseconds

1...<<211212213214215216217218219220>>...303