Home
last modified time | relevance | path

Searched refs:npos (Results 1601 - 1625 of 1647) sorted by relevance

1...<<616263646566

/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp759 while (remainStr.find(';') != std::string::npos) { in PointerEventHandler()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1482 puri.find(PasteData::FILE_SCHEME_PREFIX + PasteData::PATH_SHARE) == std::string::npos) { in SetWebViewPasteData()
/third_party/node/src/
H A Dnode_file.cc94 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 DDwarfDebug.cpp436 return Name.find(") ") != StringRef::npos;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp2863 return Str.drop_back().find(0) == StringRef::npos; in isCString()
H A DAsmWriter.cpp2591 M->getModuleIdentifier().find('\n') == std::string::npos) in printModule()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp481 if (identifier.find("__") != TString::npos) { in reservedErrorCheck()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp1450 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 DRecord.cpp1198 if (found == std::string::npos)
/third_party/skia/tools/viewer/
H A DViewer.cpp1836 if (pos == std::string::npos) { in build_metal_highlight_shader()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5678 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 Djs_scene_session.cpp4815 [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 Dscene_session.cpp1880 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 Dd8.cc858 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 DteglGLES2SharingThreadedTests.cpp759 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 Dstylo.hpp21090 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 Dtinyexr.h11379 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 Dgl4cEnhancedLayoutsTests.cpp1588 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 Dform_mgr_adapter.cpp1926 if (hapPath.find(Constants::ABS_CODE_PATH) != std::string::npos) { in SetFormItemModuleInfo()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2492 if (tmp != std::string::npos) {
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2165 CHECK_AND_RETURN_RET(config->url.find(fdHead) != std::string::npos, GetRetInfo(ret, "Getfd", "uri"));
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_c_api_test_mslite.cpp3915 if (line.find("VmRSS") != std::string::npos) { in PrintMem()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2233 if(name.rfind('(') != std::string::npos) { in unmangleFunctionName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2560 while ((found = text.find(search)) != std::string::npos) in replaceString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp325 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()

Completed in 199 milliseconds

1...<<616263646566