Home
last modified time | relevance | path

Searched refs:substr (Results 626 - 650 of 2161) sorted by relevance

1...<<21222324252627282930>>...87

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp36 auto token = s.substr(startIndex, i - startIndex); in Split()
41 auto token = s.substr(startIndex, i - startIndex + 1); in Split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallString.h246 StringRef substr(size_t Start, size_t N = StringRef::npos) const { in substr() function in llvm::SmallString
247 return str().substr(Start, N); in substr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallString.h245 StringRef substr(size_t Start, size_t N = StringRef::npos) const { in substr() function in llvm::SmallString
246 return str().substr(Start, N); in substr()
/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypeIsSubtypeOfString.js63 substr(from: number, length?: number): string { return null; }
142 C.prototype.substr = function (from, length) { return null; };
H A DAPISample_watcher.js116 filter(fileName=> fileName.length >= 3 && fileName.substr(fileName.length - 3, 3) === ".ts");
202 filter(function (fileName) { return fileName.length >= 3 && fileName.substr(fileName.length - 3, 3) === ".ts"; });
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc60 return full_name.substr(file->package().size() + 1); in StripPackageName()
139 basename = file->name().substr(last_slash + 1); in GetFileDefaultImmutableClassName()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_reader_test.cc137 ASSERT_THAT(chunk, Eq(flats[i].substr(off))); in TEST()
162 ASSERT_THAT(chunk, Eq(flats[i].substr(off))); in TEST()
/third_party/skia/modules/svg/src/
H A DSkSVGXMLDOM.cpp140 color = color.substr(pos); in isPureColor()
143 if (color.length() > 6 && color.substr(0, 5) == "url(#") { in isPureColor()
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h219 token = vuids.substr(0, position); in MATCHER_P()
222 token = vuids.substr(0); // last item in MATCHER_P()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp167 dst.push_back(src.substr(start, end-start)); in split()
172 dst.push_back(src.substr(start, end-start)); in split()
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_dispatcher.cpp57 return formatTitle.substr(0, formatTitle.length() - 1); in getCmdTitle()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp47 std::string moduleName = baseFileName.substr(prefixLen, moduleLen); in operator ()()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader.cpp75 if (filePath_.substr(0, Constants::GetProcPrefix().size()) == Constants::GetProcPrefix()) { in init()
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drender_qrcode.cpp38 value_ = value_.substr(QRCODE_START_INDEX, QRCODE_VALUE_MAX_LENGTH); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.h42 return !(src.size() > 4 && src.substr(src.size() - 4) == ".svg");
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_paint_method.cpp49 value = value.substr(QRCODE_START_INDEX, QRCODE_VALUE_MAX_LENGTH); in UpdateContentModifier()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_uni_render_judgement.cpp53 line = myline.substr(0, myline.size() - 1); in SafeGetLine()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/enviroment/
H A Dheap_memory_thread.cpp31 pthread_setname_np(heapMemoryLoop_->native_handle(), name.substr(0, 15).c_str()); // 15: max thread name in HeapMemoryThread()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dthread_utils.cpp28 auto threadName = name.size() > threadNameMaxSize ? name.substr(0, threadNameMaxSize).c_str() : name; in SetThreadName()
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-href-common.js15 result = a.search.substr(1); // remove leading "?"
/third_party/node/benchmark/http/
H A Dbench-parser.js49 header += `X-Filler${i}: ${Math.random().toString(36).substr(2)}${CRLF}`;
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t26 $_ .= substr($0, 0, 0); # LOD
/third_party/skia/src/core/
H A DSkPathComplexityDfx.cpp57 std::string message = std::to_string(complexity).substr(0, MESSAGE_SIZE); in ShowPathComplexityDfx()
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t26 $_ .= substr($0, 0, 0); # LOD
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTableGenBackend.cpp43 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader()

Completed in 10 milliseconds

1...<<21222324252627282930>>...87