Home
last modified time | relevance | path

Searched refs:npos (Results 626 - 650 of 1616) sorted by relevance

1...<<21222324252627282930>>...65

/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()
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc109 if (equals_pos == std::string::npos) { in ParseGeneratorParameter()
/third_party/protobuf/src/google/protobuf/
H A Dany_lite.cc106 if (pos == std::string::npos || pos + 1 == type_url.size()) { in ParseAnyTypeUrl()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h168 if (pos == s.npos) continue; in FindSubstitutions()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dusage_config.cc99 if (pos == absl::string_view::npos) return ""; in NormalizeFilename()
/third_party/spirv-tools/test/opt/
H A Deliminate_dead_const_test.cpp71 return std::string(line).find(const_decl_op) != std::string::npos; in TEST_F()
/third_party/spirv-tools/test/val/
H A Dval_derivatives_test.cpp68 std::string::npos) { in GenerateShaderCode()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp34 if (pos == string::npos) in StringToAddress()

Completed in 15 milliseconds

1...<<21222324252627282930>>...65