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

<<31323334353637383940>>

  /external/pdfium/fxjs/
cjs_util.cpp 96 strSub = unsafe_fmt_string.substr(iOffset);
98 strSub = unsafe_fmt_string.substr(iOffset, iOffend - iOffset);
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 267 path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true);
360 string after_prefix = filename.substr(after_prefix_start);
  /external/protobuf/src/google/protobuf/
message_unittest.cc 89 EXPECT_EQ("bar", str2.substr(0, 3));
92 EXPECT_TRUE(str2.substr(3) == str1);
  /external/python/cpython2/Doc/c-api/
unicode.rst     [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.cpp 88 // Copying the string here by using substr is a check for use-after-free. It detects
90 assert(macro->name.substr() != "");
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.cc 256 (pos != std::string::npos) ? tensor_name.substr(0, pos) : tensor_name;
286 (pos != std::string::npos) ? tensor_name.substr(0, pos) : tensor_name;
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session.cc 55 options.target.substr(kSchemePrefixLength), &master_channel));
390 options.target.substr(kSchemePrefixLength), &master_channel));
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 398 const auto src_device_full = device_name.substr(
400 const auto dst_device_full = device_name.substr(to_loc + to.size());
  /external/tensorflow/tensorflow/core/grappler/
utils.cc 149 CHECK(strings::safe_strto32(remaining.substr(1), position));
174 return strings::StrCat("^", prefix, delimiter, name.substr(1));
  /external/v8/testing/gtest/src/
gtest-filepath.cc 127 return FilePath(pathname_.substr(
348 ? FilePath(pathname_.substr(0, pathname_.length() - 1))
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 122 return FilePath(pathname_.substr(
343 ? FilePath(pathname_.substr(0, pathname_.length() - 1))
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 445 current = endpoint_path.substr(0, separators[pos]);
453 std::string next = current.substr(
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 399 ForEachFileInZip(path.substr(0, zip_pos), path.substr(zip_pos + 2),
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
PrefixParser.cpp 212 addr = in.substr(0, pos);
225 mask = in.substr(pos + 1);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 62 sscanf(aid.substr(pos1).c_str(), "%x", &num);
67 sscanf(aid.substr(pos1, pos2 - pos1 + 1).c_str(), "%x", &num);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 122 return FilePath(pathname_.substr(
343 ? FilePath(pathname_.substr(0, pathname_.length() - 1))
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 122 return FilePath(pathname_.substr(
343 ? FilePath(pathname_.substr(0, pathname_.length() - 1))
  /system/core/adb/
file_sync_service.cpp 375 std::string path = spec.substr(0, comma);
378 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0);
  /system/core/libbacktrace/
backtrace_offline_test.cpp 218 map.name = android::base::Trim(line.substr(pos));
241 symbol.name = line.substr(pos);
  /system/tools/aidl/
type_namespace.h 344 std::string container = Trim(name.substr(0, opening_brace));
345 std::string remainder = name.substr(opening_brace + 1,
  /system/tools/hidl/utils/
FQName.cpp 321 return getInterfaceName().substr(1);
375 return FQName(mPackage, version(), mName.substr(0, idx));
  /system/tpm/tpm_manager/client/
main.cc 390 attribute_str = attributes.substr(pos);
392 attribute_str = attributes.substr(pos, next_pos - pos);

Completed in 1363 milliseconds

<<31323334353637383940>>