/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 759 while (remainStr.find(';') != std::string::npos) { in PointerEventHandler()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 1482 puri.find(PasteData::FILE_SCHEME_PREFIX + PasteData::PATH_SHARE) == std::string::npos) { in SetWebViewPasteData()
|
/third_party/node/src/ |
H A D | node_file.cc | 94 if (pos != std::string::npos) { in Basename()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 436 return Name.find(") ") != StringRef::npos;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 2863 return Str.drop_back().find(0) == StringRef::npos; in isCString()
|
H A D | AsmWriter.cpp | 2591 M->getModuleIdentifier().find('\n') == std::string::npos) in printModule()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 481 if (identifier.find("__") != TString::npos) { in reservedErrorCheck()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.cpp | 1450 if(tfVaryingName.find('[') != std::string::npos) in linkTransformFeedback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 1198 if (found == std::string::npos)
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1836 if (pos == std::string::npos) { in build_metal_highlight_shader()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5678 EXPECT_NE(pos, std::string::npos); in HWTEST_F() 5750 EXPECT_NE(pos, std::string::npos); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 4815 [reason](const std::string& permission) { return permission.find(reason) != std::string::npos; }); in OnSyncScenePanelGlobalPosition() 4853 [reason](const std::string& permission) { return permission.find(reason) != std::string::npos; }); in OnUnSyncScenePanelGlobalPosition()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1880 sessionInfo_.bundleName_.find("SCBGestureBack") == std::string::npos) { in ProcessPointDownSession() 2926 sessionInfo_.bundleName_.find("SCBDropdownPanel") != std::string::npos) { in IsSystemSessionAboveApp()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 858 return path.find(':') != std::string::npos; in IsAbsolutePath() 883 DCHECK(last_slash != std::string::npos); in DirName()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 759 if (pos != std::string::npos) in exec() 776 } while (pos != std::string::npos); in exec()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 21090 static const size_type npos = static_cast<size_type>(-1); 21383 size_type __n = npos) 21412 { _M_construct(__s, __s ? __s + traits_type::length(__s) : __s+npos); } 22109 erase(size_type __pos = 0, size_type __n = npos) 22345 rfind(const basic_string& __str, size_type __pos = npos) const 22353 rfind(const _CharT* __s, size_type __pos = npos) const 22360 rfind(_CharT __c, size_type __pos = npos) const noexcept; 22382 find_last_of(const basic_string& __str, size_type __pos = npos) const 22390 find_last_of(const _CharT* __s, size_type __pos = npos) const 22397 find_last_of(_CharT __c, size_type __pos = npos) cons [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 11379 if (pos != std::string::npos && pos != 0 && pos + 1 < full_name.size()) { in GetLayers() 11402 if (pos != std::string::npos && pos < ch_name.size()) { in ChannelsInLayer() 11407 if (pos == std::string::npos) in ChannelsInLayer()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 1588 if (std::string::npos == token_position) in replaceToken() 1619 if (std::string::npos == token_position) in replaceAllTokens() 1673 if (std::string::npos == list_position) in insertElementOfList() 1707 if (std::string::npos != sep_position) in endList()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 1926 if (hapPath.find(Constants::ABS_CODE_PATH) != std::string::npos) { in SetFormItemModuleInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2492 if (tmp != std::string::npos) {
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2165 CHECK_AND_RETURN_RET(config->url.find(fdHead) != std::string::npos, GetRetInfo(ret, "Getfd", "uri"));
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_c_api_test_mslite.cpp | 3915 if (line.find("VmRSS") != std::string::npos) { in PrintMem()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2233 if(name.rfind('(') != std::string::npos) { in unmangleFunctionName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 2560 while ((found = text.find(search)) != std::string::npos) in replaceString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsTests.cpp | 325 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
|