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

<<51525354555657585960>>

  /external/python/cpython3/Lib/logging/
__init__.py     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 271 BaseName = FileName.substr(Loc + 1);
272 Path = FileName.substr(0, Loc);
894 QName = QName.substr(0,1) + QName.substr(QName.find("_") + 1, 1) + "_";
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveParser.cpp 131 return (name.substr(0, 3) == "GL_");
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 301 name.substr(1).getAsInteger(10, Offset);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 39 Name = Name.substr(5); // Strip off "llvm."
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 439 return Name.substr(1);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatProviders.h 209 Stream << S.substr(0, N);
  /external/tensorflow/tensorflow/c/
c_api_function.cc 101 return i == n ? "unknown" : name.substr(i);
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.cc 60 if (line.substr(0, sep) == "nv_peer_mem") {
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 99 "Failed to connect to gRPC channel at ", kInvalidGrpcUrl.substr(7),
  /external/tensorflow/tensorflow/core/distributed_runtime/
master.cc 338 req->target().substr(grpc_protocol.length(), string::npos);
  /external/tensorflow/tensorflow/core/graph/
quantize_training.cc 171 return name.substr(0, name.rfind('/'));
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 81 return s.substr(start, end - start + 1);
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 122 return label.substr(start, end - start);
  /external/v8/src/builtins/
builtins.h     [all...]
  /external/v8/testing/gmock/test/
gmock-internal-utils_test.cc 459 int skip_count = atoi(log.substr(expected_message.size()).c_str());
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 657 std::string suffix = name.substr(ext + 1, std::string::npos);
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc     [all...]
  /external/webrtc/talk/session/media/
srtpfilter.cc 472 std::string key_b64(key_params.substr(7)), key_str;
  /external/webrtc/webrtc/base/
network.cc 915 ss << "Net[" << description_.substr(0, description_.find(' '))
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 473 output_file_name.substr(output_file_name.size() - 4) == ".wav") {
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 185 FLAGS_input_filename.substr(
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.cpp 749 reply_str.substr(reply_str.find("=") + 1, reply_str.size());
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_iface.cpp 763 reply_str.substr(reply_str.find("=") + 1, reply_str.size());

Completed in 982 milliseconds

<<51525354555657585960>>