/third_party/python/Tools/tz/ |
H A D | zdump.py | 50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
|
/third_party/python/Lib/idlelib/ |
H A D | calltip.py | 99 if not evalfuncs and (expression.find('(') != -1): 119 To find methods, fetch_tip must be fed a fully qualified name.
|
H A D | search.py | 27 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 D | HandleAllocator.cpp | 109 auto releasedIt = std::find(mReleasedList.begin(), mReleasedList.end(), handle); in reserve()
|
H A D | Observer.h | 24 return std::find(haystack.begin(), haystack.end(), needle) != haystack.end(); in IsInContainer()
|
H A D | CLProgram.h | 127 return std::find(mDevices.cbegin(), mDevices.cend(), device) != mDevices.cend(); in hasDevice()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.cpp | 82 ASSERT(find(freeTlsIndices.begin(), freeTlsIndices.end(), index) == freeTlsIndices.end()); in DestroyTLSIndex()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | NameEmbeddedUniformStructsMetal.cpp | 57 auto symbol = replacements.find(decl->uniqueId().get());
|
H A D | SeparateCompoundStructDeclarations.cpp | 94 auto symbol = replacementMap.find(decl->uniqueId().get());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | EmulateFragColorData.cpp | 40 auto replacement = mVariableMap.find(variable);
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 72 # 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 D | ShaderCache.h | 47 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 D | DwarfFile.cpp | 108 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 D | LatencyPriorityQueue.cpp | 136 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 D | DebugChecksumsSubsection.cpp | 112 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 D | DWARFDebugAbbrev.cpp | 120 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 D | PDBSymbolFunc.cpp | 41 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 D | EHFrameSupportImpl.h | 77 auto I = CIEInfos.find(Address); in findCIEInfo()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 128 if (pred.find(it->second) != end(pred)) in minVulkanAPIVersion()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsTcpServer.cpp | 90 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 D | gradlew | 119 ROOTDIRSRAW=$(find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null)
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | eliminate_dead_const_test.cpp | 74 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
|
H A D | fold_spec_const_op_composite_test.cpp | 192 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructions()
|
H A D | propagator_test.cpp | 191 auto it = values_.find(phi_arg_id); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_derivatives_test.cpp | 67 if (capabilities_and_extensions.find("OpCapability Float16") != in GenerateShaderCode()
|