Home
last modified time | relevance | path

Searched refs:npos (Results 401 - 425 of 975) sorted by relevance

1...<<11121314151617181920>>...39

/test/testfwk/developer_test/aw/cxx/distributed/utils/
H A Dcsv_transform_xml.h124 while (std::string::npos != pos2) { in SplitString()
/test/xts/hats/kernel/prctl/
H A DPrctlApiTest.cpp84 if (found == s.npos) in str_split()
/third_party/glslang/StandAlone/
H A DDirStackFileIncluder.h147 return last == std::string::npos ? "." : path.substr(0, last); in getDirectory()
/third_party/benchmark/test/
H A Dfilter_test.cc76 std::string::npos; in main()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h65 if (end != s.npos) { in CanonicalizeForStdLibVersioning()
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc46 if (next == std::string::npos) { in Parse()
/third_party/icu/icu4c/source/common/
H A Dstringpiece.cpp114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h249 uint8_t npos; member
/third_party/node/deps/icu-small/source/common/
H A Dstringpiece.cpp114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/third_party/ninja/src/
H A Dincludes_normalize_test.cc168 EXPECT_TRUE(err.find("GetFullPathName") != string::npos); in TEST()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_shaderfromstring_test.cpp104 if (line.find_first_not_of(" \t") == std::string::npos) in from_string()
/third_party/musl/libc-test/src/common/
H A Dcfi_util.h99 if (buffer.find(needle) != std::string::npos) { in CheckCfiLog()
/third_party/libabigail/src/
H A Dabg-viz-common.cc55 while((pos = target.find(match, pos)) != std::string::npos) in string_replace()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp34 return (lastPathSepLoc != std::string::npos) ? executablePath.substr(0, lastPathSepLoc) : ""; in GetDirectory()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Deliminate_dead_const_test.cpp74 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
H A Dfold_spec_const_op_composite_test.cpp192 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructions()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_derivatives_test.cpp68 std::string::npos) { in GenerateShaderCode()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DFile.cpp127 if(pos != std::string::npos) in createPhysical()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Deliminate_dead_const_test.cpp74 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
H A Dfold_spec_const_op_composite_test.cpp192 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_derivatives_test.cpp68 std::string::npos) { in GenerateShaderCode()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp153 return mInfoLog.find("WARNING: ") != std::string::npos; in hasWarning()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc87 while (end != std::string::npos) { in StringToGlyphId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp75 if (Argv0.find("llvm-symbolizer") != std::string::npos) in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp103 while (DelimPos != std::string::npos) { in tokenize()

Completed in 14 milliseconds

1...<<11121314151617181920>>...39