| /third_party/rust/crates/linux-raw-sys/gen/src/ |
| H A D | main.rs | 50 .find("// The rest of this file is auto-generated!\n") in main() 69 .find("# The rest of this file is auto-generated!\n") in main()
|
| /third_party/rust/crates/clap/tests/derive/ |
| H A D | flags.rs | 94 let arg = cmd.get_arguments().find(|a| a.get_id() == "help").unwrap(); in inferred_help() 117 .find(|a| a.get_id() == "version") in inferred_version()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageExtendedUsageBitTests.cpp | 107 if (map.find(format1) != map.end() && map.find(format1)->second == format0) in isCompatibleCompressedFormat()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageExtendedUsageBitTests.cpp | 107 if (map.find(format1) != map.end() && map.find(format1)->second == format0) in isCompatibleCompressedFormat()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateLimitations.cpp | 56 bool isLoopSymbol = std::find(mLoopSymbolIds.begin(), mLoopSymbolIds.end(), 173 return std::find(mLoopSymbolIds.begin(), mLoopSymbolIds.end(), symbol->uniqueId().get()) != in isLoopIndex()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Config.cpp | 97 ASSERT(mConfigs.find(id) != mConfigs.end()); in get() 98 return mConfigs.find(id)->second; in get()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | generate_gl_dispatch_table.py | 464 proto = command.find('proto') 465 command_name = proto.find('name').text
|
| /third_party/skia/third_party/externals/angle2/samples/multiview/ |
| H A D | Multiview.cpp | 71 if ((paddedExtensions.find(std::string(" GL_OVR_multiview2 ")) == std::string::npos) && 72 (paddedExtensions.find(std::string(" GL_OVR_multiview ")) == std::string::npos))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 288 LabelsBeforeInsn.find(MI); in beginInstruction() 318 LabelsAfterInsn.find(CurMI); in endInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 144 RUI.VirtI.find(Start); in update() 145 RUI.FixedI = RUI.Fixed->find(Start); in update()
|
| H A D | MIRCanonicalizerPass.cpp | 111 const size_t i = S.find("="); in rescheduleLexographically() 201 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()
|
| H A D | MachineModuleInfo.cpp | 139 DeletedAddrLabelsNeedingEmission.find(F); in takeDeletedSymbolsForFunction() 278 auto I = MachineFunctions.find(&F); in getMachineFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 144 const auto Entry = TypeIndexToSymbolId.find(Index); in findSymbolByTypeIndex() 259 auto Iter = GlobalOffsetToSymbolId.find(Offset); in getOrCreateGlobalSymbolByOffset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 179 auto I = Resolved.find(*Name); in onObjLoad() 210 auto I = R.getSymbols().find(InternedName); in onObjLoad()
|
| H A D | SpeculateAnalyses.cpp | 54 assert(BB != nullptr && "Traversing Null BB to find calls?"); in findCalles() 135 // FIXME : find good implementation. 154 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() 197 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderTextureImageSamplesTests.cpp | 398 while ((samples_modifier_token_location = cs_body.find(samples_modifier_token)) != std::string::npos) in executeFunctionalTest() 403 while ((sampler_type_token_location = cs_body.find(sampler_type_token)) != std::string::npos) in executeFunctionalTest()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcSpirvUtils.cpp | 345 size_t codePosition = glslSource.find(glslCode); in verifyMappings() 349 codePosition = glslSource.find(glslCode, codePosition + 1); in verifyMappings()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeTestLogCompare.cpp | 227 if (addedCases.find(caseIter->casePath) == addedCases.end()) in computeCaseList() 243 map<string, int>::const_iterator resultPos = batchResult.resultMap.find(casePath); in getTestResultHeaders()
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_function.cpp | 38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch() 90 if (std::find(acceptable.begin(), acceptable.end(), use->opcode()) == in ValidateFunction()
|
| /third_party/skia/src/core/ |
| H A D | SkStrikeCache.cpp | 132 sk_sp<SkStrike>* strikeHandle = fStrikeLookup.find(desc); 282 SkASSERT(fStrikeLookup.find(strike->getDescriptor()) == nullptr); in internalAttachToHead()
|
| H A D | SkScalerCache.cpp | 43 SkGlyphDigest* digest = fDigestForPackedGlyphID.find(packedGlyphID); in digest() 112 SkGlyphDigest* digest = fDigestForPackedGlyphID.find(toID); in mergeGlyphAndImage()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dead_insert_elim_pass.cpp | 231 if (liveInserts_.find(id) != liveInserts_.end()) continue; in EliminateDeadInsertsOnePass() 244 auto i = std::find(dead_instructions.begin(), dead_instructions.end(), in EliminateDeadInsertsOnePass()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dead_insert_elim_pass.cpp | 231 if (liveInserts_.find(id) != liveInserts_.end()) continue; in EliminateDeadInsertsOnePass() 244 auto i = std::find(dead_instructions.begin(), dead_instructions.end(), in EliminateDeadInsertsOnePass()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_function.cpp | 38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch() 90 if (std::find(acceptable.begin(), acceptable.end(), use->opcode()) == in ValidateFunction()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tznames_impl.h | 190 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const; 250 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
|