Home
last modified time | relevance | path

Searched refs:substr (Results 476 - 500 of 1006) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTexturesPerf.cpp96 os << params.backendAndStory().substr(1); in operator <<()
H A DTextureUploadPerf.cpp48 os << params.backendAndStory().substr(1); in operator <<()
H A DInstancingPerf.cpp80 os << params.backendAndStory().substr(1); in operator <<()
/third_party/skia/third_party/externals/brotli/research/
H A Ddictionary_generator.cc283 std::string chunk = content.substr(chunkStart, chunkLen); in main()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc143 std::string RangeCheckedBytePtr::substr(size_t pos, size_t length) const { in substr() function in piex::binary_parse::RangeCheckedBytePtr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalValue.h483 return Name.substr(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h208 Stream << S.substr(0, N);
H A DGraphWriter.h335 N = N.substr(0, std::min<std::size_t>(N.size(), 140)); in WriteGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h439 return Name.substr(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h209 Stream << S.substr(0, N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAArch64TargetParser.cpp148 StringRef ArchExtBase(ArchExt.substr(2)); in getArchExtFeature()
H A DLockFileManager.cpp65 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp182 FU = FU.substr(FU.find("_") + 1); in dumpSU()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h387 StringPiece substr(size_type pos, size_type n = npos) const;
H A Dstringpiece.cc261 StringPiece StringPiece::substr(size_type pos, size_type n) const { in substr() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc77 fname = fname.substr(absl_pos); in NormalizeFileName()
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp63 ? fMgr->fCurrentNode.substr(
/third_party/gn/src/gn/
H A Dxcode_object.cc637 return group->AddSourceFile(navigator_path.substr(sep + 1), source_path); in AddSourceFile()
863 ? output_name.substr(basename_offset) in AddNativeTarget()
867 ? output_basename.substr(0, ext_offset - 1) in AddNativeTarget()
H A Dvisual_studio_writer.cc840 folder_path = folder_path.substr(0, folder_path.size() - 1); in ResolveSolutionFolders()
873 root_folder_path_ = root_folder_path_.substr(0, common_prefix_len); in ResolveSolutionFolders()
938 s = s.substr(2); in GetNinjaTarget()
/third_party/libfuse/example/
H A Dpassthrough_hp.cc1178 token = s.substr(pos_start, pos_end - pos_start); in string_split()
1183 out.push_back(s.substr(pos_start)); in string_split()
1229 << help.substr(help.find("\n\n") + 1, string::npos); in parse_options()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp654 const string caseName = de::toLower(string(enumName).substr(10)); in addImageCompressionControlTests()
899 const string caseName = de::toLower(string(enumName).substr(10)); in addAhbCompressionControlTests()
924 const string caseName = de::toLower(string(enumName).substr(10)); in AddOHOSCompressionControlTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp948 StringRef IndexPattern = AccessPattern.substr(FirstDollar + 1); in generateFieldReloc()
949 StringRef RelocKindStr = AccessPattern.substr(FirstColon + 1, in generateFieldReloc()
951 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1, in generateFieldReloc()
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc73 return sp.size() >= x.size() && sp.substr(sp.size() - x.size()) == x; in StrEndsWith()
417 import_statement = "from " + module_name.substr(0, last_dot_pos) + in PrintImports()
418 " import " + module_name.substr(last_dot_pos + 1); in PrintImports()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc336 std::string path = google3_name.substr(prefix.size()); in DoIncludeFile()
846 format("'$1$', ", CEscape(file_data.substr(i, 1))); in GenerateReflectionInitializationCode()
857 EscapeTrigraphs(CEscape(file_data.substr(i, kBytesPerLine)))); in GenerateReflectionInitializationCode()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp113 out.strings.push_back(in.substr(i * sliceSize, sliceSize) + padding); in sliceSourceString()
121 const std::string lastString = in.substr(numSlices * sliceSize); in sliceSourceString()
681 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength); in insertRandomNullTermStrings()

Completed in 30 milliseconds

1...<<11121314151617181920>>...41