HomeSort by relevance Sort by last modified time
    Searched full:substr (Results 851 - 875 of 1935) sorted by null

<<31323334353637383940>>

  /external/clang/lib/Frontend/
TextDiagnostic.cpp 54 Str = Str.substr(Pos + 1);
370 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
643 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
653 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
660 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context_embeddertest.cpp     [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /external/skia/tools/bookmaker/
bookmaker.cpp     [all...]
includeWriter.cpp     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 1567 CPVRTString CPVRTString::substr(size_t _Off, size_t _Count) const function in class:CPVRTString
    [all...]
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/libsqlite4java-linux-i386/0.282/
libsqlite4java-linux-i386-0.282.so 
  /art/dex2oat/
dex2oat.cc     [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 293 std::stringstream SS(DemangledName.substr(Loc));
521 std::string lenStr = DemangledName.substr(8, 1);
840 std::string TargetTyName = DemangledName.substr(
844 TargetTyName = TargetTyName.substr(0, FirstUnderscoreLoc);
870 Rounding = DemangledName.substr(Loc, 4);
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 2020 Node* const substr = SubString(context, string, from, to); local
2059 Node* const substr = SubString(context, string, from, to); local
2097 Node* const substr = SubString(context, string, from, to); local
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 1235 str, substr string
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 1235 str, substr string
    [all...]
  /art/runtime/
class_loader_context.cc 106 std::string classpath = class_loader_spec.substr(type_str_size + 1,
368 if (!base_dir.empty() && location.substr(0, base_dir.length()) == base_dir) {
369 out << location.substr(base_dir.length() + 1).c_str();
    [all...]
  /external/ImageMagick/scripts/
txt2html 732 $underline = substr($underline,0,1);
774 if(substr($oldws, $i, 1) eq " ")
781 $line = (" " x $column) . substr($line, $oldlen);
  /external/clang/lib/Driver/
MSVCToolChain.cpp 518 path = path.substr(0, path.find("\\VC"));
529 path = vsIDEInstallDir.substr(0, vsIDEInstallDir.find("\\Common7\\IDE"));
537 path = vsExpressIDEInstallDir.substr(
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 113 out.strings.push_back(in.substr(i * sliceSize, sliceSize) + padding);
121 const std::string lastString = in.substr(numSlices * sliceSize);
681 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength);
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 385 if (eigs_sigma.substr(0,2) != "SM")
407 if (eigs_sigma.substr(0,2) == "SM" || !(isalpha(eigs_sigma[0]) && isalpha(eigs_sigma[1])) || (!isBempty && !BisSPD))
413 if (eigs_sigma.substr(0,2) == "SM" || !(isalpha(eigs_sigma[0]) && isalpha(eigs_sigma[1])))
  /external/libpng/scripts/
options.awk 119 version = substr($0, 4)
491 $1 = substr($1, 2)
843 deflt = " " subs substr(deflt, 3) sube
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 93 cur_->indent = cur_->indent.substr(0, cur_->indent.size() - 2);
214 return fd.name().substr(0, dot_index) +
221 return fd.name().substr(0, dot_index) + ".pb.h";
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 246 return path.substr(0, start) + "/oat/" + kRuntimeIsa + "/" +
247 path.substr(start + 1, end - start) + type;
464 dex_path.substr(name_start + 1, name_end - name_start) + type;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
requestwrite_test.go 575 matchSubstr := func(substr string) func(string) error {
577 if !strings.Contains(written, substr) {
578 return fmt.Errorf("expected substring %q in request: %s", substr, written)
  /prebuilts/go/linux-x86/src/net/http/
requestwrite_test.go 575 matchSubstr := func(substr string) func(string) error {
577 if !strings.Contains(written, substr) {
578 return fmt.Errorf("expected substring %q in request: %s", substr, written)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
propagateNoContraction.cpp 209 return pos_delimiter == std::string::npos ? chain : chain.substr(0, pos_delimiter);
216 return pos_delimiter == std::string::npos ? "" : chain.substr(pos_delimiter + 1);
226 return chain.substr(prefix.length() + sizeof(ObjectAccesschainDelimiter));
    [all...]

Completed in 1664 milliseconds

<<31323334353637383940>>