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

<<41424344454647484950>>

  /system/extras/simpleperf/
cmd_stat.cpp 232 s.type_name.substr(0, s.type_name.size() - strlen("-misses")) + "s";
243 std::string other_name = s.type_name.substr(0, s.type_name.size() - strlen("-refill"));
environment.cpp 162 std::string module_name = name.substr(0, name.size() - 3);
528 process_name = process_name.substr(0, split_pos);
  /art/runtime/gc/space/
image_space.cc     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 219 mcpu = opt.substr(strlen("mcpu="));
221 extra_library_path = opt.substr(strlen("extra_library_path="));
223 triple = opt.substr(strlen("mtriple="));
225 obj_path = opt.substr(strlen("obj-path="));
239 thinlto_prefix_replace = opt.substr(strlen("thinlto-prefix-replace="));
    [all...]
  /external/skqp/tools/bookmaker/
includeWriter.cpp     [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 167 *hostname = in_str.substr(colonpos + 1, std::string::npos);
195 if (!ParsePort(in_str.substr(closebracket + 2, std::string::npos),
200 *host = in_str.substr(1, closebracket - 1);
207 if (!ParsePort(in_str.substr(colonpos + 1, std::string::npos), port)) {
210 *host = in_str.substr(0, colonpos);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rope     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rope     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 687 AsmOperands.push_back(AsmOperand(String.substr(i, 1)));
698 AsmOperands.push_back(AsmOperand(String.substr(i, 1)));
735 AsmOperands.push_back(AsmOperand(String.substr(Prev)));
812 StringRef RegName = Tok.substr(Info.RegisterPrefix.size());
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 169 if (r.substr(0, 10) == "_GLOBAL__N")
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
CXADemangle.tcc 231 if (r.substr(0, 10) == "_GLOBAL__N")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 444 if (r.substr(0, 10) == "_GLOBAL__N")
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 130 out.strings.push_back(in.substr(ndx * sliceSize, sliceSize) + padding);
138 const std::string lastString = in.substr(numSlices * sliceSize);
741 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 411 StringRef Rest = AliasName.substr(Pos);
866 Buf += Name.substr(0, Pos);
868 Buf += Name.substr(Pos + Skip);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 89 Str = Str.substr(1);
    [all...]
  /external/llvm/lib/Support/
Host.cpp 1054 Implementer = Lines[I].substr(15).ltrim("\t :");
1063 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :"))
    [all...]
  /external/python/cpython3/Python/
import.c 1437 PyObject *substr = PyUnicode_Substring(package, 0, dot); local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp     [all...]
  /external/tensorflow/tensorflow/core/framework/
function_test.cc 498 static void HasError(const Status& s, const string& substr) {
499 EXPECT_TRUE(StringPiece(s.ToString()).contains(substr))
500 << ">>" << s << "<<, expected substring >>" << substr << "<<"; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp     [all...]
  /system/tools/hidl/
main.cpp 292 limitToType = fqName.name().substr(strlen("types."));
    [all...]
  /art/dex2oat/linker/
image_test.h 180 image_dir = image_filename.substr(0, pos);
  /art/dexlayout/
dexdiag.cc 465 std::string contains(option.substr(strlen("--contains=")).data());
  /art/runtime/
runtime_callbacks_test.cc 267 location.substr(location.rfind('/') + 1, location.size()) + ">";

Completed in 1173 milliseconds

<<41424344454647484950>>