/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TexturesPerf.cpp | 96 os << params.backendAndStory().substr(1); in operator <<()
|
H A D | TextureUploadPerf.cpp | 48 os << params.backendAndStory().substr(1); in operator <<()
|
H A D | InstancingPerf.cpp | 80 os << params.backendAndStory().substr(1); in operator <<()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | dictionary_generator.cc | 283 std::string chunk = content.substr(chunkStart, chunkLen); in main()
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 143 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 D | GlobalValue.h | 483 return Name.substr(1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatProviders.h | 208 Stream << S.substr(0, N);
|
H A D | GraphWriter.h | 335 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 D | GlobalValue.h | 439 return Name.substr(1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 209 Stream << S.substr(0, N);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | AArch64TargetParser.cpp | 148 StringRef ArchExtBase(ArchExt.substr(2)); in getArchExtFeature()
|
H A D | LockFileManager.cpp | 65 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 D | SystemZHazardRecognizer.cpp | 182 FU = FU.substr(FU.find("_") + 1); in dumpSU()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 387 StringPiece substr(size_type pos, size_type n = npos) const;
|
H A D | stringpiece.cc | 261 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 D | usage_test.cc | 77 fname = fname.substr(absl_pos); in NormalizeFileName()
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 63 ? fMgr->fCurrentNode.substr(
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 637 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 D | visual_studio_writer.cc | 840 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 D | passthrough_hp.cc | 1178 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 D | vktApiImageCompressionControlTests.cpp | 654 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 D | BTFDebug.cpp | 948 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 D | python_generator.cc | 73 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 D | cpp_file.cc | 336 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 D | es2fShaderApiTests.cpp | 113 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()
|