/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()
|
H A D | gl3cTransformFeedbackTests.cpp | 6862 if (position == std::string::npos) in preprocessCode()
|
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 762 while (std::string::npos != (pos = dst.find(key, pos))) in replace()
|
/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2591 M->getModuleIdentifier().find('\n') == std::string::npos) in printModule()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 1450 if (startOfParameters != std::string::npos) in handleDirtyEventLogImpl()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 4447 while((pos = str.find(substr, pos)) != std::string::npos)
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 2265 if (index == string::npos) in to_sampler_expression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2658 StringView("yptn").find(look(1)) != StringView::npos) { in parseUnnamedTypeName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsTests.cpp | 323 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 2873 if (fnCandidate.getName().find("Offset") != TString::npos) { in nonOpBuiltInCheck() 3264 if (identifier.find("__") != TString::npos && !extensionTurnedOn(E_GL_EXT_spirv_intrinsics)) { in reservedErrorCheck()
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 2538 if (i == string::npos) in get_name_and_version_from_id() 2551 if (j == string::npos) in get_name_and_version_from_id()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4964 if (Next != StringRef::npos) in parseMSRMaskOperand() 6925 while (Next != StringRef::npos) { in ParseInstruction()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1193 url = (np == std::string::npos) ? resourceUrl : resourceUrl.erase(np, 1); in SetResponseData()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3030 if (param.find("-") == std::string::npos) { in DumpData()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 324 if ((pos == std::string::npos) || (pos == 0)) { in GetBundleNameAndIndexByName()
|