/third_party/skia/tools/ |
H A D | SkMetaData.h | 107 const Rec* find(const char name[], Type) const;
|
H A D | blob_cache_sim.cpp | 49 auto lookup = counts.find(blobKey); in main()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() function in StringPiece
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | stringpiece.h | 288 int32_t find(StringPiece needle, int32_t offset);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DivergenceAnalysis.h | 126 return DivergentJoinBlocks.find(&Block) != DivergentJoinBlocks.end(); in isJoinDivergent()
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | jsxImportSource-backing-types-removed-incremental.js | 144 [96mindex.tsx[0m:[93m1[0m:[93m26[0m - [91merror[0m[90m TS2307: [0mCannot find module 'react/jsx-runtime' or its corresponding type declarations. 177 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-14760199789-export const App = () => <div propA={true}></div>;","signature":"-11175433774-export declare const App: () => any;\n"}],"options":{"jsx":4,"jsxImportSource":"react","module":1},"referencedMap":[],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[2,[{"file":"./index.tsx","start":25,"length":24,"messageText":"Cannot find module 'react/jsx-runtime' or its corresponding type declarations.","category":1,"code":2307}]]]},"version":"FakeTSVersion"}
213 "messageText": "Cannot find module 'react/jsx-runtime' or its corresponding type declarations.",
|
/third_party/unity/auto/ |
H A D | unity_test_summary.rb | 105 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ }
|
/third_party/python/Lib/zoneinfo/ |
H A D | _common.py | 15 # to "we cannot find this key": 98 span_end = abbr_chars.find(b"\x00", idx)
|
/third_party/rust/crates/clap/src/ |
H A D | mkeymap.rs | 107 .find(|k| &k.key == key)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.h | 167 size_t pos = s.find(old); in FindSubstitutions()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | roll_abseil.py | 37 pos = content.find(prefix)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc_test.cc | 112 it = allocated.find(rnd); in Test()
|
/third_party/skia/third_party/externals/angle2/include/platform/ |
H A D | Feature.h | 183 if (members.find(name) != members.end()) in overrideFeatures()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGNode.cpp | 76 SkASSERT(std::find(node->fInvalObserverArray->begin(), in observeInval()
|
/third_party/skia/platform_tools/android/apps/ |
H A D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 162 /// let mat = Regex::new(r"\b\w{13}\b").unwrap().find(text).unwrap(); 166 pub fn find<'t>(&self, text: &'t [u8]) -> Option<Match<'t>> { in find() functions 197 /// capturing group matches. Otherwise, `find` is faster for discovering 270 /// We can use this to find all movie titles and their release years in 584 /// Returns the same as find, but starts the search at the given
|
/third_party/spirv-tools/source/opt/ |
H A D | strip_nonsemantic_info_pass.cpp | 100 if (non_semantic_sets.find(inst->GetSingleWordInOperand(0)) != in Process()
|
H A D | unify_const_pass.cpp | 37 // as an array of keys, looks up the trie to find a result id which is stored 70 auto iter = next_.find(key); in GetOrCreateTrieNodeFor()
|
/third_party/spirv-tools/test/opt/ |
H A D | eliminate_dead_const_test.cpp | 71 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
|
/third_party/spirv-tools/test/val/ |
H A D | val_derivatives_test.cpp | 67 if (capabilities_and_extensions.find("OpCapability Float16") != in GenerateShaderCode()
|
/third_party/vk-gl-cts/scripts/ |
H A D | convert_case_list_to_xml.py | 36 ndx = haystack.find(needle, ndx+1)
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2CapabilityTests.cpp | 123 bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m_extName) != m_ctxInfo.getExtensions().end(); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Uniform.h | 69 bool isField() const { return name.find('.') != std::string::npos; } in isField()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 620 TLOGE(WmsLogTag::DEFAULT, "fail to find session by token."); in SetSessionContinueState() 739 if (stringToCornerRadius.find(value) != stringToCornerRadius.end()) { in ConfigAppWindowCornerRadius() 761 auto it = std::find(recoveredPersistentIds.begin(), recoveredPersistentIds.end(), persistentId); in ClearUnrecoveredSessions() 1056 if (paramCurveSet.find(name) != paramCurveSet.end()) { in CreateCurve() 1064 auto iter = curveSet.find(name); in CreateCurve() 1231 auto iter = sceneSessionMap_.find(persistentId); in GetSceneSession() 1390 auto it = std::find(skipSurfaceNodeIds_.begin(), skipSurfaceNodeIds_.end(), surfaceNodeId); in SetSkipSelfWhenShowOnVirtualScreen() 2195 auto iter = sceneSessionMap_.find(persistentId); in EraseSceneSessionAndMarkDirtyLockFree() 2334 auto iter = remoteObjectMap_.find(remoteObject); in DestroySpecificSession() 2609 auto it = std::find(alivePersistentIds in IsNeedRecover() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | data_ability_helper_impl.cpp | 637 auto dataability = registerMap_.find(dataObserver); in RegisterObserver() 643 auto path = uriMap_.find(dataObserver); in RegisterObserver() 683 auto dataability = registerMap_.find(dataObserver); in UnregisterObserver() 687 auto path = uriMap_.find(dataObserver); in UnregisterObserver()
|