Home
last modified time | relevance | path

Searched refs:find (Results 3926 - 3950 of 8893) sorted by relevance

1...<<151152153154155156157158159160>>...356

/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs50 .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 Dflags.rs94 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 DvktImageExtendedUsageBitTests.cpp107 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 DvktImageExtendedUsageBitTests.cpp107 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 DValidateLimitations.cpp56 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 DConfig.cpp97 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 Dgenerate_gl_dispatch_table.py464 proto = command.find('proto')
465 command_name = proto.find('name').text
/third_party/skia/third_party/externals/angle2/samples/multiview/
H A DMultiview.cpp71 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 DDebugHandlerBase.cpp288 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 DInterferenceCache.cpp144 RUI.VirtI.find(Start); in update()
145 RUI.FixedI = RUI.Fixed->find(Start); in update()
H A DMIRCanonicalizerPass.cpp111 const size_t i = S.find("="); in rescheduleLexographically()
201 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()
H A DMachineModuleInfo.cpp139 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 DSymbolCache.cpp144 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 DRTDyldObjectLinkingLayer.cpp179 auto I = Resolved.find(*Name); in onObjLoad()
210 auto I = R.getSymbols().find(InternedName); in onObjLoad()
H A DSpeculateAnalyses.cpp54 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 Dgl4cShaderTextureImageSamplesTests.cpp398 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 DglcSpirvUtils.cpp345 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 DxeTestLogCompare.cpp227 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 Dvalidate_function.cpp38 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 DSkStrikeCache.cpp132 sk_sp<SkStrike>* strikeHandle = fStrikeLookup.find(desc);
282 SkASSERT(fStrikeLookup.find(strike->getDescriptor()) == nullptr); in internalAttachToHead()
H A DSkScalerCache.cpp43 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 Ddead_insert_elim_pass.cpp231 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 Ddead_insert_elim_pass.cpp231 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 Dvalidate_function.cpp38 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 Dtznames_impl.h190 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;

Completed in 19 milliseconds

1...<<151152153154155156157158159160>>...356