Searched
full:substr (Results
451 -
475 of
1935) sorted by null
<<11121314151617181920>>
| /external/libcxx/utils/google-benchmark/src/ |
| sysinfo.cc | 207 total += CountBits(Val.substr(0, Pos)); 208 Val = Val.substr(Pos + 1); 371 if (SplitIdx != std::string::npos) value = ln.substr(SplitIdx + 1); 442 if (SplitIdx != std::string::npos) value = ln.substr(SplitIdx + 1);
|
| /external/libvncserver/utils/ |
| git2cl.pl | 101 if substr($text, -1) eq "\n"; 178 if (substr ($this_line, $idx, 1) =~ /\s/) 180 my $line_now = substr ($this_line, 0, $idx); 181 my $next_line = substr ($this_line, $idx);
|
| /external/llvm/lib/DebugInfo/CodeView/ |
| TypeRecordBuilder.cpp | 97 Value = Value.substr(0, 0xffd8);
|
| /external/llvm/tools/llvm-diff/ |
| llvm-diff.cpp | 45 if (Name.startswith("@")) Name = Name.substr(1);
|
| /external/llvm/unittests/ADT/ |
| HashingTest.cpp | 109 hash_value(s.substr(0, s.size() - 1))); 111 hash_value(s.substr(1, s.size() - 2))); 117 hash_value(ws.substr(0, ws.size() - 1))); 119 hash_value(ws.substr(1, ws.size() - 2)));
|
| /external/llvm/utils/ |
| GenLibDeps.pl | 232 if (' ' eq substr($_,0,2) and index($_,'U ')) { 233 $_ = substr($_,index($_,'U ')+2) 235 $_ = substr($_,index($_,' *U ')+5) if -1!=index($_,' *U '); 286 my $suffix = substr($key,length($key)-1,1);
|
| /external/parameter-framework/upstream/parameter/ |
| XmlFileIncluderElement.cpp | 126 return strKind.substr(0, pos);
|
| /external/protobuf/js/commonjs/ |
| rewrite_tests_for_commonjs.js | 43 return str.substr(prefix.length);
|
| /external/protobuf/src/google/protobuf/ |
| any.cc | 92 *full_type_name = type_url.substr(pos + 1);
|
| /external/slf4j/slf4j-site/src/site/pages/js/ |
| decorator.js | 19 return url.substr(index+1);
|
| /external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
| TimeValue.inc | 36 return result.substr(0,24);
|
| /external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
| PTXMCAsmStreamer.cpp | 216 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; 218 Comments = Comments.substr(Position+1); 348 Data = Data.substr(0, Data.size()-1); 527 String = String.substr(0, String.size()-1);
|
| /external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
| llvm-diff.cpp | 48 if (Name.startswith("@")) Name = Name.substr(1);
|
| /external/swiftshader/third_party/LLVM/unittests/Support/ |
| raw_ostream_test.cpp | 39 return OS.str().substr(StartIndex);
|
| /external/swiftshader/third_party/LLVM/utils/ |
| GenLibDeps.pl | 236 if (' ' eq substr($_,0,2) and index($_,'U ')) { 237 $_ = substr($_,index($_,'U ')+2) 239 $_ = substr($_,index($_,' *U ')+5) if -1!=index($_,' *U '); 290 my $suffix = substr($key,length($key)-1,1);
|
| /external/syslinux/gpxe/src/util/ |
| diffsize.pl | 97 printf "%12s %+d\n", substr($_, 0, 12), $Sizes{$_}{new} - $Sizes{$_}{old};
|
| /external/syslinux/libinstaller/ |
| bin2c.pl | 40 $byte = substr($data, $i, 1);
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| test_macros.cc | 50 line = line.substr(0, comment);
|
| /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/ |
| normalize.cc | 89 result = result.substr(0, kMaxInputChars);
|
| /external/tensorflow/tensorflow/contrib/lite/testing/ |
| nnapi_example.cc | 32 string dirname(const string& s) { return s.substr(0, s.find_last_of("/")); }
|
| parse_testdata.cc | 54 elements.push_back(line.substr(pos)); 57 elements.push_back(line.substr(pos, end - pos)); 85 csv.emplace_back(ParseLine(str.substr(pos))); 88 csv.emplace_back(ParseLine(str.substr(pos, end - pos)));
|
| split.h | 42 fields.push_back(s.substr(p.first, p.second - p.first));
|
| /external/tensorflow/tensorflow/core/debug/ |
| debug_graph_utils.cc | 342 *debug_op_name_proper = debug_op_name.substr(0, l_index); 343 string arguments = debug_op_name.substr(l_index + 1, r_index - l_index - 1); 359 const string key = seg.substr(0, eq_index).ToString(); 361 seg.substr(eq_index + 1, attribute_seg.size() - eq_index - 1)
|
| /external/tensorflow/tensorflow/core/framework/ |
| log_memory.cc | 34 if (index != string::npos) type_name = type_name.substr(index + 1);
|
| /external/tensorflow/tensorflow/core/platform/ |
| tracing.cc | 62 name = name.substr(1);
|
Completed in 1293 milliseconds
<<11121314151617181920>>