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

<<21222324252627282930>>

  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
  /frameworks/base/tools/aapt2/compile/
PngChunkFilter.cpp 140 data_ = data_.substr(0, window_end_);
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 76 m_SOName = pName.substr(pos + 1);
  /frameworks/minikin/tests/unittest/
LineBreakerTestHelper.h 165 std::string hyphenatedStr = utf16ToUtf8(textBuf.substr(textRange));
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 44 return in.substr(start, end - start + 1 /* +1 since end is inclusive */);
  /frameworks/ml/nn/runtime/
Manager.cpp 42 (mName.substr(0, sizeof(samplePrefix) - 1) == samplePrefix)
  /frameworks/native/libs/ui/tools/
lutgen.cpp 138 string extension(filename.substr(index + 1));
  /frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp 84 mapping << "\"" << A.VarName.substr(1) << "\":" << A.ID;
rs2spirv.cpp 60 return FileName.substr(0, Pos);
  /hardware/interfaces/configstore/utils/include/configstore/
Utils.h 100 iname = iname.substr(pos + sizeof("func = "));
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DummyDynamicAccelDaemon.cpp 63 ret.emplace_back(new DummySensor(deviceKey.substr(start)));
  /hardware/qcom/display/msm8909/sdm/libs/utils/
debug.cpp 187 *height = UINT32(stoi(str.substr(str.find('x') + 1)));
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
debug.cpp 188 *height = UINT32(stoi(str.substr(str.find('x') + 1)));
  /hardware/qcom/display/msm8998/sdm/libs/utils/
debug.cpp 195 *height = UINT32(stoi(str.substr(str.find('x') + 1)));
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp 114 const std::string optionName = arg.substr(1);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_basic_string.i 181 substr(size_type __pos = 0, size_type __n = npos) const;
  /system/core/adb/
socket_spec.cpp 87 std::string addr = spec.substr(4);
  /system/core/healthd/
charger_test.cpp 93 LOG_THIS("Cannot find substr '%s'", field.c_str());
  /system/core/libunwindstack/tests/
ElfTestUtils.cpp 56 return exec.substr(0, value + 1) + "tests/files/";
  /system/tools/aidl/tests/
fake_io_delegate.cpp 161 clean_path = clean_path.substr(2);
  /system/tools/aidl/
type_namespace.cpp 156 if (a.GetName().substr(0, 5) == "_aidl") {
  /system/tools/hidl/
Annotation.cpp 52 value = value.substr(1, value.size() - 2);
  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 99 string hal_pointer_name = comp_spec_.package().substr(prefix.size());
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 51 result = dot_h_fname.substr(pos + sizeof("/genfiles/") - 1);
55 result = result.substr(sizeof("external/") - 1);
58 result = result.substr(pos + 1);
71 return path.substr(slash_pos + 1, dot_pos - (slash_pos + 1));
122 text.substr(0, last_non_space + 1), "\n");
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 73 Name = Name.substr(5); // Strip off "llvm."
88 "llvm.ctlz." + Name.substr(14), F->getParent());
200 Name = Name.substr(4);
309 if (Name.substr(11) == "c")
311 if (Name.substr(11) == "z")
313 if (Name.substr(11) == "nzc")
369 F->setName("llvm.x86.fma" + Name.substr(5));
649 Name = Name.substr(5);
653 Name = Name.substr(4);
    [all...]

Completed in 1487 milliseconds

<<21222324252627282930>>