Home
last modified time | relevance | path

Searched refs:substr (Results 426 - 450 of 1006) sorted by relevance

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

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Drun.js163 app_name = app_name.substr(0, app_name.length - 4);
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h156 StringPiece substr(size_type pos, size_type n = npos) const;
H A Dstring_piece.cc216 StringPiece StringPiece::substr(size_type pos, size_type n) const { in substr() function in i18n::phonenumbers::StringPiece
/third_party/lwip/src/include/lwip/
H A Dpbuf.h320 u16_t pbuf_strstr(const struct pbuf* p, const char* substr);
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc90 exe_path_wstring.substr(0, exe_path_wstring.find_last_of(L"\\/"))); in InitializeSymbols()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h55 return String16(m_impl.substr(pos, len)); in substring()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp193 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrImageOffsetTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp71 StringRef Name = ConstantPoolStrings.substr( in dumpSymbolTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassTimingInfo.cpp234 StringRef Prefix = PassID.substr(0, prefix_pos); in matchPassManager()
/third_party/vk-gl-cts/external/amber/src/src/
H A Damber.cc94 if (input.substr(0, 7) == "#!amber") in Parse()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawElementsPerf.cpp63 os << params.backendAndStory().substr(1); in operator <<()
H A DVulkanBarriersPerf.cpp56 os << params.backendAndStory().substr(1); in operator <<()
H A DBindingPerf.cpp60 os << params.backendAndStory().substr(1); in operator <<()
H A DTextureSampling.cpp52 os << params.backendAndStory().substr(1); in operator <<()
H A DGenerateMipmapPerf.cpp52 return os << params.backendAndStory().substr(1); in operator <<()
H A DFramebufferAttachmentPerfTest.cpp43 os << params.backendAndStory().substr(1); in operator <<()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h317 std::string substr(size_t pos, size_t length) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h218 return hasFlag(Feature) ? Feature.substr(1) : Feature; in StripFlag()
/third_party/vixl/test/
H A Dtest-donkey.cc220 (buffer_s.substr(space).find("sp") != std::string::npos)) in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h103 flats.push_back(MakeFlat(s.substr(0, chunk_size))); in CreateFlatsFromString()
/third_party/skia/include/core/
H A DSkStringView.h130 constexpr string_view substr(size_type pos = 0, size_type count = npos) const { in substr() function in skstd::string_view
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp193 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrImageOffsetTests()
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1098 for (unsigned int substr = 0; substr < ctx->num_substreams; substr++) { in write_frame_headers()
1105 substr_hdr |= (substream_data_len[substr] / 2) & 0x0FFF; in write_frame_headers()
1145 for (unsigned int substr = 0; substr < ctx->num_substreams; substr++) { in write_access_unit()
/third_party/gptfdisk/
H A Dparttypes.cc708 cout << thisType->name.substr(0, DESC_LENGTH); in ShowAllTypes()
709 for (i = 0; i < (DESC_LENGTH - (thisType->name.substr(0, DESC_LENGTH).length())); i++) in ShowAllTypes()
/third_party/node/test/parallel/
H A Dtest-fs-realpath.js45 root = process.cwd().substr(0, 3);
370 const entry = `${tmpAbsDir.substr(entrydir.length + 1)}/cycles/root.js`;

Completed in 16 milliseconds

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