Home
last modified time | relevance | path

Searched refs:find (Results 4126 - 4150 of 8332) sorted by relevance

1...<<161162163164165166167168169170>>...334

/third_party/python/Tools/tz/
H A Dzdump.py50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
/third_party/python/Lib/idlelib/
H A Dcalltip.py99 if not evalfuncs and (expression.find('(') != -1):
119 To find methods, fetch_tip must be fed a fully qualified name.
H A Dsearch.py27 def find(text): function
85 search pattern) will be used to find the next occurrence
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.cpp109 auto releasedIt = std::find(mReleasedList.begin(), mReleasedList.end(), handle); in reserve()
H A DObserver.h24 return std::find(haystack.begin(), haystack.end(), needle) != haystack.end(); in IsInContainer()
H A DCLProgram.h127 return std::find(mDevices.cbegin(), mDevices.cend(), device) != mDevices.cend(); in hasDevice()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp82 ASSERT(find(freeTlsIndices.begin(), freeTlsIndices.end(), index) == freeTlsIndices.end()); in DestroyTLSIndex()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DNameEmbeddedUniformStructsMetal.cpp57 auto symbol = replacements.find(decl->uniqueId().get());
H A DSeparateCompoundStructDeclarations.cpp94 auto symbol = replacementMap.find(decl->uniqueId().get());
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp40 auto replacement = mVariableMap.find(variable);
/third_party/skia/third_party/externals/angle2/src/compiler/
H A Dgenerate_parser_tools.py72 # can vary based on flex version, and the string substitution will find the correct place
87 assert (output.find(patch_in) != -1)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DShaderCache.h47 typename Map::iterator it = mMap.find(key); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp108 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp136 std::vector<SUnit *>::iterator I = find(Queue, SU); in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp112 auto Iter = OffsetMap.find(Offset); in mapChecksumOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp120 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp41 if (SeenNames.find(Name) != SeenNames.end()) in FunctionArgEnumerator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h77 auto I = CIEInfos.find(Address); in findCIEInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp128 if (pred.find(it->second) != end(pred)) in minVulkanAPIVersion()
/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.cpp90 std::vector<ConnectionHandler*>::iterator liveListPos = std::find(m_liveConnections.begin(), m_liveConnections.end(), handler); in connectionDone()
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew119 ROOTDIRSRAW=$(find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null)
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Deliminate_dead_const_test.cpp74 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
H A Dfold_spec_const_op_composite_test.cpp192 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructions()
H A Dpropagator_test.cpp191 auto it = values_.find(phi_arg_id); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_derivatives_test.cpp67 if (capabilities_and_extensions.find("OpCapability Float16") != in GenerateShaderCode()

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...334