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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/base/
socketaddress.cc 187 SetPort(strtoul(str.substr(colon + 1).c_str(), NULL, 10));
188 SetIP(str.substr(1, closebracket - 1));
197 SetPort(strtoul(str.substr(pos + 1).c_str(), NULL, 10));
198 SetIP(str.substr(0, pos));
  /frameworks/base/libs/androidfw/tests/
CommonHelpers.cpp 36 SetTestDataPath(arg.substr(strlen("--testdata=")));
  /frameworks/base/tools/aapt2/filter/
AbiFilter.cpp 47 const std::string& path_abi = path.substr(kLibPrefixLen, abi_end - kLibPrefixLen);
  /frameworks/minikin/include/minikin/
U16StringPiece.h 46 inline U16StringPiece substr(const Range& range) const { function in class:minikin::U16StringPiece
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
messagereader.cpp 76 cout << " at offset " << o << " near '" << string(json).substr(o, 10) << "...'" << endl;
  /system/tools/hidl/
DocComment.cpp 49 is << line.substr(idx);
  /art/libartbase/base/unix_file/
random_access_file_test.h 98 content.substr(0, short_request));
106 content.substr(non_zero_offset, short_request));
128 ASSERT_EQ(content.substr(0, 2), new_content);
  /build/kati/
command.cc 161 *s = TrimLeftSpace(s->substr(1));
203 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index));
204 cmds = cmds.substr(index + 1);
  /development/vndk/tools/header-checker/header-abi-util/src/
version_script_parser.cpp 128 std::string symbol = line.substr(0, pos);
130 symbol = symbol.substr(last_space + 1, pos);
131 std::string tags = line.substr(pos + 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 136 Substr = str[MacroStartPos:]
137 Path = Substr.replace(TAB_WORKSPACE, cls.WORKSPACE).strip()
140 Path = Substr.replace(TAB_WORKSPACE, Pkg).strip()
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 97 if (substr($self->input, $self->p, 1) eq "\n") {
124 return substr $self->input, $self->p + $i - 1, 1;
214 return substr $self->input, $start, $stop - $start + 1;
  /external/clang/lib/Tooling/Core/
Lookup.cpp 58 return HadLeadingColonColon ? NewName : NewName.substr(2);
66 return NewName.substr(NS.size());
104 return Pos != StringRef::npos ? ReplacementString.substr(Pos + 2)
  /external/libchrome/base/process/
internal_linux.cc 94 proc_stats->push_back(stats_data.substr(0, open_parens_idx));
97 stats_data.substr(open_parens_idx + 1,
102 stats_data.substr(close_parens_idx + 2), " ",
  /external/libcxx/test/std/strings/basic.string/string.ops/string_substr/
substr.pass.cpp 12 // basic_string substr(size_type pos = 0, size_type n = npos) const;
28 S str = s.substr(pos, n);
40 S str = s.substr(pos, n);
  /external/one-true-awk/
maketab.c 54 { SUBSTR, "substr", "substr" },
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 170 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
186 _strRuleType = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
259 strNext = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos);
  /external/pdfium/testing/
test_support.cpp 38 result = exe_path.substr(0, last_separator + 1);
137 result.push_back(str.substr(pos, found - pos));
140 result.push_back(str.substr(pos));
  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 90 name.substr(1).getAsInteger(10, offset);
107 Result = name.substr(0, name.size() - 1);
120 return MemoryBuffer::getMemBuffer(Data.substr(sizeof(ArchiveMemberHeader),
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 159 std::string OpName = Op.substr(1);
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);
202 std::string Tok = CStr.substr(start, wpos - start);
204 std::string Name = CStr.substr(wpos+1);
208 Name = Name.substr(wpos);
223 std::string Name = CStr.substr(start, pos - start);
229 std::string DestOpName = Name.substr(0, wpos);
232 Name = CStr.substr(pos+1);
238 Ops.ParseOperandName(Name.substr(wpos), false)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
shape_op_test.cc 65 static void ExpectHasError(const Status& s, const string& substr) {
66 EXPECT_TRUE(StringPiece(s.ToString()).contains(substr))
67 << ">>" << s << "<<, expected substring >>" << substr << "<<"; local
  /frameworks/native/services/vr/performanced/
task.cpp 105 return Trim(line.substr(offset + field.size() + 1));
125 std::string key = line.substr(0, offset);
126 std::string value = Trim(line.substr(offset + 1));
  /frameworks/rs/script_api/
Scanner.cpp 158 *documentation = s->substr(first, last - first);
170 p->testOption = s.substr(optionStart + 2);
187 p->name = s.substr(nameStart + 1);
Utilities.cpp 104 out += in.substr(start);
107 out += in.substr(start, lt - start);
173 addCommaSeparated(userAttribute.substr(1), &stream, &needComma);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string_substr/
substr.pass.cpp 12 // basic_string substr(size_type pos = 0, size_type n = npos) const;
28 S str = s.substr(pos, n);
40 S str = s.substr(pos, n);
  /system/extras/preopt2cachename/
preopt2cachename.cpp 58 std::string apk_name = file_location.substr(file_location_start + 1,
78 cache_file += file_location.substr(initial_position, apk_position);
98 std::string extension(file_location.substr(pos));

Completed in 1192 milliseconds

1 2 3 4 5 6 7 8 91011>>