Home
last modified time | relevance | path

Searched refs:npos (Results 501 - 525 of 607) sorted by relevance

1...<<2122232425

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2637 if (F->getName().find("erlang.") != StringRef::npos ||
2638 F->getName().find("bif_") != StringRef::npos ||
2639 F->getName().find_first_of("._") == StringRef::npos)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1855 if (Section.find("__llvm") != StringRef::npos || Section.find("__LLVM") != StringRef::npos) return false; in ShouldInstrumentGlobal()
2549 if (F.getName().find(" load]") != std::string::npos) { in maybeInsertAsanInitAtFunctionEntry()
H A DSanitizerCoverage.cpp572 if (F.getName().find(".module_ctor") != std::string::npos) in instrumentFunction()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1973 if (lastMember != std::string::npos)
1991 if (accessorEnd != std::string::npos)
2007 if (deStringBeginsWith(resourceName.c_str(), "gl_") && resourceName.find('.') == std::string::npos)
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h577 type_name.find_first_of("<(") == std::string::npos); in IsReadableTypeName()
882 if (i1 == StringType::npos || i2 == StringType::npos) { in CaseInsensitiveStringEquals()
996 return StringType(s).find(substring_) != StringType::npos; in MatchAndExplain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2890 if (Name.find('.') != StringRef::npos) in parseSysAlias()
2963 bool ExpectRegister = (Op.lower().find("all") == StringRef::npos); in parseSysAlias()
3149 if (Next != StringRef::npos) { in tryParseVectorRegister()
3150 Kind = Name.slice(Next, StringRef::npos); in tryParseVectorRegister()
3796 if (Head == "b" && Next != StringRef::npos) { in ParseInstruction()
3813 while (Next != StringRef::npos) { in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp532 if (EqualPos == StringRef::npos) { in LookupOption()
630 while (Pos != StringRef::npos) { in CommaSeparateAndAddOccurrence()
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp173 if (name.find(*it) != std::string::npos) { in isStripOp()
/third_party/cups-filters/filter/
H A Drastertopdf.cpp224 if (delimiters.find(str[i]) != std::string::npos) in split_strings()
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc539 if (line_end == ::std::string::npos) { in FormatDeathTestOutput()
H A Dgtest.cc1240 if (colon == ::std::string::npos) {
1786 return haystack.find(needle) != StringType::npos;
5629 if (pos != std::string::npos) {
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp583 assert(splitpos != string::npos); in read_prop()
/third_party/node/src/
H A Dnode_errors.cc95 if (sourceline.find("node-do-not-add-exception-line") != std::string::npos) { in GetErrorSource()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc543 if (line_end == ::std::string::npos) { in FormatDeathTestOutput()
H A Dgtest.cc1257 if (colon == ::std::string::npos) {
1803 return haystack.find(needle) != StringType::npos;
5657 if (pos != std::string::npos) {
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc538 if (line_end == ::std::string::npos) { in FormatDeathTestOutput()
H A Dgtest.cc946 if (colon == ::std::string::npos) { in SplitString()
1580 return haystack.find(needle) != StringType::npos; in IsSubstringPred()
5092 if (pos != std::string::npos) { in ConfigureStreamingOutput()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramExecutable.cpp980 if (version < Version(3, 1) && tfVaryingName.find('[') != std::string::npos) in linkValidateTransformFeedback()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1667 if (position == std::string::npos) in preprocessCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp157 if (Pos == std::string::npos) { in splitToClassAndName()
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc412 if (last_dot_pos == std::string::npos) { in PrintImports()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc648 path.append(name, pos, std::string::npos); in Open()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc417 flag_set.find_first_of("+ ") != std::string::npos) { in TYPED_TEST_P()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp1748 const bool isPreprocessorDirective = (firstNonWhitespace != std::string::npos && line.at(firstNonWhitespace) == '#'); in injectExtensionRequirements()
/third_party/python/Lib/test/
H A Dpickletester.py1882 for npos in nbase-1, nbase, nbase+1:
1883 for n in npos, -npos:

Completed in 88 milliseconds

1...<<2122232425