Home
last modified time | relevance | path

Searched refs:npos (Results 1626 - 1650 of 1659) sorted by relevance

1...<<61626364656667

/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()
H A Dgl3cTransformFeedbackTests.cpp6862 if (position == std::string::npos) in preprocessCode()
H A Dgl4cDirectStateAccessVertexArraysTests.cpp762 while (std::string::npos != (pos = dst.find(key, pos))) in replace()
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2591 M->getModuleIdentifier().find('\n') == std::string::npos) in printModule()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1450 if (startOfParameters != std::string::npos) in handleDirtyEventLogImpl()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp4447 while((pos = str.find(substr, pos)) != std::string::npos)
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2265 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 DItaniumDemangle.h2658 StringView("yptn").find(look(1)) != StringView::npos) { in parseUnnamedTypeName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp323 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp2873 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 Dabg-ir.cc2538 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 DARMAsmParser.cpp4964 if (Next != StringRef::npos) in parseMSRMaskOperand()
6925 while (Next != StringRef::npos) { in ParseInstruction()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1193 url = (np == std::string::npos) ? resourceUrl : resourceUrl.erase(np, 1); in SetResponseData()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3030 if (param.find("-") == std::string::npos) { in DumpData()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp324 if ((pos == std::string::npos) || (pos == 0)) { in GetBundleNameAndIndexByName()

Completed in 248 milliseconds

1...<<61626364656667