/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 528 auto globalFunction = globalFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr() 536 auto instanceFunction = instanceFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr() 542 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetInstanceProcAddr() 550 deviceFunction = deviceExtensionFunctions.second.find(std::string(pName)); in GetInstanceProcAddr() 563 auto deviceFunction = deviceFunctionPointers.find(std::string(pName)); in GetDeviceProcAddr() 573 deviceFunction = deviceExtensionFunctions.second.find(std::string(pName)); in GetDeviceProcAddr()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 274 if any (l.find("space+0|space+0") >= 0 for l in lines if l[0] == '+'): return True 275 if any (l.find("uni25CC") >= 0 for l in lines if l[0] == '+'): return True 276 if any (l.find("dottedcircle") >= 0 for l in lines if l[0] == '+'): return True 277 if any (l.find("glyph0") >= 0 for l in lines if l[0] == '+'): return True 278 if any (l.find("gid0") >= 0 for l in lines if l[0] == '+'): return True 279 if any (l.find("notdef") >= 0 for l in lines if l[0] == '+'): return True
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 342 const auto &ret = BodySamples.find(LineLocation(LineOffset, Discriminator)); in findSamplesAt() 354 const auto &ret = BodySamples.find(LineLocation(LineOffset, Discriminator)); in findCallTargetMapAt() 368 auto iter = CallsiteSamples.find(Loc); in findFunctionSamplesMapAt() 383 auto iter = CallsiteSamples.find(Loc); in findFunctionSamplesAt() 386 auto FS = iter->second.find(CalleeName); in findFunctionSamplesAt() 389 // If we cannot find exact match of the callee name, return the FS with in findFunctionSamplesAt() 539 auto iter = GUIDToFuncNameMap->find(std::stoull(Name.data())); in getNameInModule()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.h | 196 auto list_transform_it = list_transforms_.find(&from); in Clone() 203 auto insert_before_it = transforms.insert_before_.find(el); in Clone() 212 auto insert_after_it = transforms.insert_after_.find(el); in Clone() 369 if (std::find(vector.begin(), vector.end(), object) == vector.end()) { in Remove() 419 if (std::find(vector.begin(), vector.end(), before) == vector.end()) { in InsertBefore() 443 if (std::find(vector.begin(), vector.end(), after) == vector.end()) { in InsertAfter()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ResourceMap.h | 34 auto it = mHashedResources.find(handle); in query() 79 Iterator find(IDType handle) const; 135 return (mHashedResources.find(handle) != mHashedResources.end()); in contains() 154 auto it = mHashedResources.find(handle); in erase() 226 typename ResourceMap<ResourceType, IDType>::Iterator ResourceMap<ResourceType, IDType>::find( in find() function in gl::ResourceMap 237 return mHashedResources.find(handle); in find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 87 auto F1 = Map.find(N1), F2 = Map.find(N2); in operator ()() 310 return NS.find(N) != NS.end(); in operator ()() 350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst() 458 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() 507 NodePairSet::iterator FEq = Eq.find(NP); in node_eq() 510 NodePairSet::iterator FNe = Ne.find(NP); in node_eq() 638 ProjMap::iterator F = PM.find(PC); in common() 655 ProjMap::iterator F = PM.find(PC); in common() 771 NodeToUsesMap::iterator UF = Uses.find(Nod in recalculatePlacement() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 377 return dwarf::toString(getUnitDIE().find(DW_AT_comp_dir), nullptr); in getCompilationDir() 456 if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id))) in tryExtractDIEsIfNeeded() 462 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded() 465 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded() 466 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded() 467 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded() 499 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0)); in tryExtractDIEsIfNeeded() 527 toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0)); in tryExtractDIEsIfNeeded() 566 ? dwarf::toString(UnitDie.find(DW_AT_dwo_name)) in parseDWO() 567 : dwarf::toString(UnitDie.find(DW_AT_GNU_dwo_nam in parseDWO() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | textsearch.h | 33 * @find: find the next occurrence of the pattern 43 unsigned int (*find)(struct ts_config *, member 99 * textsearch_find() must be called to find the first occurrence 108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | textsearch.h | 33 * @find: find the next occurrence of the pattern 43 unsigned int (*find)(struct ts_config *, member 99 * textsearch_find() must be called to find the first occurrence 108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
|
/third_party/benchmark/test/ |
H A D | map_test.cc | 27 auto it = m.find(std::rand() % size); in BM_MapLookup() 51 auto it = m.find(std::rand() % size); in BENCHMARK_DEFINE_F()
|
/third_party/gn/src/gn/ |
H A D | version.cc | 24 if (size_t major_end = s.find(kDot, major_begin); in FromString() 31 if (size_t minor_end = s.find(kDot, minor_begin); in FromString()
|
/third_party/icu/icu4c/as_is/os400/ |
H A D | unpax-icu.sh | 108 for file in `find ./icu \( -name \*.txt -print \)`; do 146 # echo "Looking for additional files: find ... $more_bin_opts" 147 more_bin_files=$(find icu -type f \( -name '*.zzz' $more_bin_opts \) -print)
|
/third_party/ninja/src/ |
H A D | graphviz.cc | 26 if (visited_nodes_.find(node) != visited_nodes_.end()) in AddTarget() 42 if (visited_edges_.find(edge) != visited_edges_.end()) in AddTarget()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-observer.cc | 21 DCHECK(observations_.find(node->id()) == observations_.end()); in StartObserving() 36 const auto it = observations_.find(old_node->id()); in OnNodeChanged()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | prefinalizer-handler.cc | 43 std::find(ordered_pre_finalizers_.begin(), in RegisterPrefinalizer() 46 std::find(current_ordered_pre_finalizers_->begin(), in RegisterPrefinalizer()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | remote-object-id.cc | 28 size_t firstDotPos = objectId.find(dot); in parseId() 34 size_t secondDotPos = objectId.find(dot, firstDotPos); in parseId()
|
/third_party/rust/crates/autocfg/src/ |
H A D | version.rs | 37 let release = match output.lines().find(|line| line.starts_with("release: ")) { in from_rustc() 39 None => return Err(error::from_str("could not find rustc release")), in from_rustc() 43 let version = match release.find('-') { in from_rustc()
|
/third_party/python/Tools/freeze/ |
H A D | parsesetup.py | 31 i = value.find('#') 62 i = line.find('#')
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderObjectUtil.cpp | 56 if (discardRectanglesVersion < 2 && std::find(extensions.begin(), extensions.end(), "VK_EXT_discard_rectangles") != extensions.end()) in removeUnsupportedShaderObjectExtensions() 58 if (scissorExclusiveVersion < 2 && std::find(extensions.begin(), extensions.end(), "VK_NV_scissor_exclusive") != extensions.end()) in removeUnsupportedShaderObjectExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 44 && (testName.find("r8g8") != std::string::npos || testName.find("inputs-outputs-mod") != std::string::npos)) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 44 && (testName.find("r8g8") != std::string::npos || testName.find("inputs-outputs-mod") != std::string::npos)) in checkSupport()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | BasicGOTAndStubsBuilder.h | 42 auto GOTEntryI = GOTEntries.find(Target.getName()); in getGOTEntrySymbol() 58 auto StubI = Stubs.find(Target.getName()); in getStubSymbol()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/ |
H A D | Makefile | 48 `find ./gen ./chapters ./appendices -name '[A-Za-z]*.adoc' | grep -v /vulkanscdeviations.adoc` \ 59 `find ./proposals -name '[A-Za-z]*.adoc'`
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | datum_type_parser.cc | 54 size_t vec_pos = data.find("vec"); in Parse() 74 size_t mat_pos = data.find("mat"); in Parse()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_mandatory_format_support_table.py | 82 buffer_features = [de(x) for x in vk_map[vk_format] if x.find("_BUFFER_") != -1] 83 optimal_features = [de(x) for x in vk_map[vk_format] if x.find("_BUFFER_") == -1]
|