Home
last modified time | relevance | path

Searched refs:npos (Results 651 - 675 of 975) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/gn/src/gn/
H A Dfunctions.cc1292 while ((start_pos = val.find(old, start_pos)) != std::string::npos) {
1370 while ((next_pos = str.find(separator, pos)) != std::string::npos) {
1374 strings.push_back(str.substr(pos, std::string::npos));
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp286 if (pos == std::string::npos || in parseOpString()
299 if (entryEnd == std::string::npos) in parseOpString()
308 if (entryVal.find("const") != std::string::npos) in parseOpString()
/third_party/ninja/src/
H A Dninja.cc902 if (index == 0 || index == string::npos || in EvaluateCommandWithRspfile()
911 string::npos) { in EvaluateCommandWithRspfile()
1394 if (err.find("interrupted by user") != string::npos) { in RunBuild()
/third_party/nghttp2/src/
H A Dutil.cc856 path.find('\\') == std::string::npos && in check_path()
857 path.find("/../") == std::string::npos && in check_path()
858 path.find("/./") == std::string::npos && in check_path()
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c361 if (s->pos + ctx->npos > s->len) { in cb_dir()
366 memcpy(s->dest + s->pos, ctx->buf, ctx->npos); in cb_dir()
367 s->pos += ctx->npos; in cb_dir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp283 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexDollar()
366 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexVar()
401 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexQuote()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp298 while (found != std::string::npos) { in getPGOFuncNameVarName()
351 if (pos != std::string::npos) { in create()
1120 if (Pos != std::string::npos) { in getMemOPSizeRangeFromOption()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc385 if (slash_pos != std::string::npos) { in CreateTempFile()
435 return error_text_.find(expected_substring) != std::string::npos; in HasAlternateErrorSubstring()
2627 std::string::npos); in ExpectStderrContainsText() member in google::protobuf::compiler::__anon16917::EncodeDecodeTest::std::string
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp314 while ((new_start = returned_output.find(prefix, new_start)) != std::string::npos) {
316 if ((postfix_index = returned_output.find(postfix, new_start)) != std::string::npos) {
630 layer.lib_path.stem().str().find(fs::path(TEST_LAYER_WRAP_OBJECTS).stem().str()) == std::string::npos) {
H A Dtest_util.cpp306 if (last_div == std::string::npos) return ""; in parent_path()
311 return last_div != std::string::npos; in has_parent_path()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp203 ret = (procName.find("hidumper") != std::string::npos); in IsHidumperClientProcess()
772 while (strTmp.find(character) != std::string::npos) { in RemoveCharacterFromStr()
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp855 EXPECT_TRUE(noneIndex != string::npos); in HWTEST_F()
859 EXPECT_TRUE(helpIndex != string::npos); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp150 if (keyCheck.find("/") == std::string::npos && json.contains(keyCheck)) { in GetConfigJson()
155 if (keyCheck.find("/") != std::string::npos) { in GetConfigJson()
/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp51 if (newPhoneNum.find('@') != std::string::npos || newPhoneNum.find("%40") != std::string::npos) { in Dial()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h514 if (parenAt != candidateName.npos && candidateName.compare(0, parenAt, name) == 0) in hasFunctionName()
530 if (parenAt == candidateName.npos) { in findFunctionVariableName()
/third_party/cups-filters/fontembed/
H A Dsfnt.c697 int npos=get_USHORT(res+10); in otf_get_name() local
699 return nstore+npos; in otf_get_name()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp324 // static const npos in TestStringPiece()
325 const int32_t *ptr_npos=&StringPiece::npos; in TestStringPiece()
326 if(StringPiece::npos!=0x7fffffff || *ptr_npos!=0x7fffffff) { in TestStringPiece()
327 errln("StringPiece::npos!=0x7fffffff"); in TestStringPiece()
329 // substr() method with pos, using len=npos. in TestStringPiece()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp161 bool usesPointSize = sourceShader.find("GL_USES_POINT_SIZE") != std::string::npos; in generateVertexShaderForInputLayout()
1017 const bool usesPointCoord = preambleString.find("gl_PointCoord") != std::string::npos;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp118 if (end == StringRef::npos) in getRawName()
182 if (End == StringRef::npos || End < 1 || in getName()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTriangles.cpp319 std::size_t vertex_spacing_token_index = std::string::npos; in initTestDescriptor()
343 while ((vertex_spacing_token_index = te_body_string.find(vertex_spacing_token)) != std::string::npos) in initTestDescriptor()
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp292 const bool isFloat = value.find('.') != std::string::npos || value.find('e') != std::string::npos; in getNumericValue()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc727 if (feature.find(kSubgroupSupportedOperations) != std::string::npos) in Initialize()
732 if (feature.find(kSubgroupSupportedStages) != std::string::npos) in Initialize()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Doptimizer.cpp362 if (pass_args.find_first_not_of("0123456789") == std::string::npos) { in RegisterPassFromFlag()
394 if (pass_args.find_first_not_of(".0123456789") == std::string::npos) { in RegisterPassFromFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Doptimizer.cpp362 if (pass_args.find_first_not_of("0123456789") == std::string::npos) { in RegisterPassFromFlag()
394 if (pass_args.find_first_not_of(".0123456789") == std::string::npos) { in RegisterPassFromFlag()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_ext_inst_test.cpp4169 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4194 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4219 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4241 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4267 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4289 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4313 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4335 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4358 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P()
4381 if (std::string::npos in TEST_P()
[all...]

Completed in 45 milliseconds

1...<<21222324252627282930>>...39