| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_derivatives.cpp | 83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass() 85 (modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in DerivativesPass() 87 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in DerivativesPass()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | pass_utils.cpp | 66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace() 67 pos = process_str->find(find_str, pos)) { in FindAndReplace() 78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | OrderedBasicBlock.cpp | 18 // It's currently used by the CaptureTracker in order to find relative 32 /// Given no cached results, find if \p A comes before \p B in \p BB. 48 // Number all instructions up to the point where we find 'A' or 'B'. in comesBefore() 57 assert((Inst == A || Inst == B) && "Should find A or B"); in comesBefore() 77 auto NAI = NumberedInsts.find(A); in dominates() 78 auto NBI = NumberedInsts.find(B); in dominates() 103 auto OI = NumberedInsts.find(Old); in replaceInstruction()
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | mutator_cache.cc | 27 auto it = map_.find(key); in Get() 37 auto it = map_.find(key); in Put() 54 auto it = map_.find(key); in Remove()
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | namer.h | 57 return id_to_name_.find(id) != id_to_name_.end(); in HasName() 63 return name_to_id_.find(name) != name_to_id_.end(); in IsRegistered() 69 return id_to_name_.find(id)->second; in GetName()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | LiveStacks.h | 66 SS2IntervalMap::iterator I = S2IMap.find(Slot); in getInterval() 73 SS2IntervalMap::const_iterator I = S2IMap.find(Slot); in getInterval() 83 S2RCMap.find(Slot); in getIntervalRegClass()
|
| /third_party/spirv-tools/source/lint/ |
| H A D | divergence_analysis.h | 78 auto it = divergence_.find(id); in GetDivergenceLevel() 93 auto it = divergence_source_.find(id); in GetDivergenceSource() 110 auto it = divergence_dependence_source_.find(id); in GetDivergenceDependenceSource()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | struct_cfg_analysis.h | 39 auto it = bb_to_construct_.find(bb_id); in ContainingConstruct() 65 auto it = bb_to_construct_.find(bb_id); in ContainingLoop() 93 auto it = bb_to_construct_.find(bb_id); in ContainingSwitch()
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_derivatives.cpp | 82 models->find(spv::ExecutionModel::GLCompute) != models->end() && in DerivativesPass() 84 (modes->find(spv::ExecutionMode::DerivativeGroupLinearNV) == in DerivativesPass() 86 modes->find(spv::ExecutionMode::DerivativeGroupQuadsNV) == in DerivativesPass()
|
| /third_party/spirv-tools/test/opt/ |
| H A D | pass_utils.cpp | 66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace() 67 pos = process_str->find(find_str, pos)) { in FindAndReplace() 78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ipc_transactor_test.cpp | 114 ASSERT_TRUE(clientOutput.find(" FAILED ") == string::npos); in TEST_P() 164 ASSERT_TRUE(result.exception_.message_.find("ipc connection is dead") != string::npos); in TEST() 170 ASSERT_TRUE(clientOutput.find(" FAILED ") == string::npos); in TEST() 223 ASSERT_TRUE(clientOutput.find(" FAILED ") == string::npos); in TEST() 270 ASSERT_TRUE(clientOutput.find(" FAILED ") == string::npos); in TEST() 304 ASSERT_TRUE(clientOutput.find(" FAILED ") == string::npos); in TEST()
|
| /third_party/gn/src/gn/ |
| H A D | command_help.cc | 218 all.find(std::string_view(what)); in PrintHelpOnSwitch() 293 auto found_command = command_map.find(what); in RunHelp() 303 auto found_function = function_map.find(what); in RunHelp() 312 auto found_builtin_var = builtin_vars.find(what); in RunHelp() 321 auto found_target_var = target_vars.find(what); in RunHelp() 355 auto found_random_topic = random_topics.find(what); in RunHelp()
|
| /third_party/json/tests/thirdparty/fifo_map/ |
| H A D | fifo_map.hpp | 60 const auto timestamp_lhs = keys->find(lhs); in operator ()() 61 const auto timestamp_rhs = keys->find(rhs); in operator ()() 415 iterator find(const Key& key) in find() function in nlohmann::fifo_map 417 return m_map.find(key); in find() 421 const_iterator find(const Key& key) const in find() function in nlohmann::fifo_map 423 return m_map.find(key); in find()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | SwiftErrorValueTracking.cpp | 29 auto It = VRegDefMap.find(Key); in getOrCreateVReg() 53 auto It = VRegDefUses.find(Key); in getOrCreateVRegDefAt() 68 auto It = VRegDefUses.find(Key); in getOrCreateVRegUseAt() 162 auto UUseIt = VRegUpwardsUse.find(Key); in propagateVRegs() 163 auto VRegDefIt = VRegDefMap.find(Key); in propagateVRegs() 195 UUseIt = VRegUpwardsUse.find(Key); in propagateVRegs()
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | script.h | 83 auto it = name_to_pipeline_.find(name); in GetPipeline() 105 auto it = name_to_shader_.find(name); in GetShader() 127 auto it = name_to_buffer_.find(name); in GetBuffer() 149 auto it = name_to_sampler_.find(name); in GetSampler() 166 return std::find(engine_info_.required_features.begin(), in IsRequiredFeature() 230 auto it = name_to_type_.find(name); in GetType()
|
| /third_party/skia/tools/trace/ |
| H A D | ChromeTracingTracer.cpp | 179 if (int* shortIDPtr = fShortThreadIDMap.find(id)) { in getShortThreadID() 202 SkASSERT(nullptr == baseTypeResolver->find(traceEvent->fID)); in trace_event_to_json() 205 SkASSERT(nullptr != baseTypeResolver->find(traceEvent->fID)); in trace_event_to_json() 239 baseTypeResolver->find(traceEvent->fID) && in trace_event_to_json() 240 0 != strcmp(*baseTypeResolver->find(traceEvent->fID), traceEvent->fName)) { in trace_event_to_json() 243 writer->appendString("base_type", *baseTypeResolver->find(traceEvent->fID)); in trace_event_to_json()
|
| /third_party/rust/crates/regex/src/literal/ |
| H A D | imp.rs | 79 pub fn find(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find() functions 83 Bytes(ref sset) => sset.find(haystack).map(|i| (i, i + 1)), in find() 84 Memmem(ref s) => s.find(haystack).map(|i| (i, i + s.len())), in find() 86 ac.find(haystack).map(|m| (m.start(), m.end())) in find() 89 s.find(haystack).map(|m| (m.start(), m.end())) in find() 94 /// Like find, except matches must start at index `0`. 107 /// Like find, except matches must end at index `haystack.len()`. 328 /// Faster find that special cases certain sizes to use memchr. 330 fn find(&self, text: &[u8]) -> Option<usize> { in find() functions 340 /// Generic find tha 375 pub fn find(&self, haystack: &[u8]) -> Option<usize> { find() functions [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 215 assert(aliasTo < 0 && index >= 0 && aliases.find(index) == aliases.end()); 479 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo() 539 if (ZONEINFO.find(id) != ZONEINFO.end()) { in handleFile() 756 if (aliases.find(alias) != aliases.end()) { in addLink() 908 * Predicate used to find FinalRule objects that do not have both 916 * Predicate used to find FinalZone objects that do not map to a known 920 return finalRules.find(p.second.ruleid) == finalRules.end(); in mapsToUnknownRule() 971 if (finalZones.find(toid) != finalZones.end()) { in readFinalZonesAndRules() 1276 assert(simplemap.find(newtype) != simplemap.end()); in optimizeTypeList() 1324 assert(simplemap.find(newtyp in optimizeTypeList() [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 215 assert(aliasTo < 0 && index >= 0 && aliases.find(index) == aliases.end()); 479 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo() 539 if (ZONEINFO.find(id) != ZONEINFO.end()) { in handleFile() 756 if (aliases.find(alias) != aliases.end()) { in addLink() 908 * Predicate used to find FinalRule objects that do not have both 916 * Predicate used to find FinalZone objects that do not map to a known 920 return finalRules.find(p.second.ruleid) == finalRules.end(); in mapsToUnknownRule() 971 if (finalZones.find(toid) != finalZones.end()) { in readFinalZonesAndRules() 1276 assert(simplemap.find(newtype) != simplemap.end()); in optimizeTypeList() 1324 assert(simplemap.find(newtyp in optimizeTypeList() [all...] |
| /third_party/vulkan-loader/tests/ |
| H A D | loader_version_tests.cpp | 179 // Declare drivers using the D3DKMT driver interface and make sure the loader can find them - but don't export 785 ASSERT_TRUE(log.find( in TEST() 799 ASSERT_TRUE(log.find("loader_parse_icd_manifest: Driver's ICD JSON ")); in TEST() 801 ASSERT_TRUE(log.find("\'api_version\' field contains a non-zero variant value of 1. Skipping ICD JSON.")); in TEST() 821 ASSERT_TRUE(log.find(std::string("Layer \"") + implicit_layer_name + in TEST() 841 ASSERT_TRUE(log.find(std::string("Layer \"") + explicit_layer_name + in TEST() 856 ASSERT_TRUE(log.find("loader_parse_icd_manifest: ")); in TEST() 858 ASSERT_TRUE(log.find("has unknown icd manifest file version 3.2.1. May cause errors.")); in TEST() 872 ASSERT_TRUE(log.find("loader_parse_icd_manifest: ")); in TEST() 874 ASSERT_TRUE(log.find("ha in TEST() [all...] |
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| H A D | distributed_cfg.cpp | 52 position = strline.find(":");
in OpenCfg() 69 cfgIterator = cfgMap_.find(key);
in GetCfgVal() 82 posend = str.find(",", pos);
in GetValueInString() 89 posend = str.find(",", pos);
in GetValueInString()
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
| H A D | update_metadata.cc | 41 if (metadataMap->find(code) != metadataMap->end()) { in UpdateShortNumber() 55 if (regionMetadataMap->find(code) != regionMetadataMap->end()) { in UpdatePhoneNumber() 64 if (countryMetadataMap->find(code) != countryMetadataMap->end()) { in UpdatePhoneNumber() 76 if (metadataMap.find(code) != metadataMap.end()) { in UpdateAlternateFormat()
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | regexp_adapter_icu.cc | 144 : matcher->find(input->position(), status); in Consume() 179 : matcher->find(input.position(), status); in Match() 207 if (!matcher->find()) { in Replace() 215 while (matcher->find()) { in Replace()
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_entrypoints.py | 111 name = command.find('./proto/name').text 112 ret_type = command.find('./proto/type').text 114 type=p.find('./type').text, 115 name=p.find('./name').text,
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktSafetyCriticalApiTests.cpp | 143 if(coreExtensions.find(extensionName)!= coreExtensions.end()) in forbiddenCoreExtensions() 332 if (extensionName.find("VK_KHR") != 0 && extensionName.find("VK_EXT") != 0) in allowedExtensions() 335 if(extensions.find(extensionName)==extensions.end()) in allowedExtensions()
|