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

<<21222324252627282930>>

  /external/libbrillo/brillo/
mime_utils.cc 59 return param.substr(1, param.size() - 2);
  /external/libchrome/base/
version.cc 125 wildcard_string.substr(0, wildcard_string.length() - 2), &parsed);
vlog.cc 95 module = module.substr(0, extension_start);
  /external/libchrome/crypto/
p224_spake_unittest.cc 143 *m = m->substr(0, (i >> 3) % m->size());
  /external/llvm/lib/IR/
Mangler.cpp 42 OS << Name.substr(1);
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 39 return OS.str().substr(StartIndex);
  /external/mesa3d/scripts/
get_reviewer.pl 649 $value_pd++ if (substr($value,-1,1) ne "/");
758 if (substr($pattern, -1) eq "/") {
864 if ($lk_path ne "" && substr($lk_path,length($lk_path)-1,1) ne "/") {
980 $subsystem = substr($subsystem, 0, $output_section_maxlen - 3);
    [all...]
  /external/one-true-awk/
proto.h 164 extern Cell *substr(Node **, int);
  /external/perf_data_converter/src/quipper/
perf_recorder_test.cc 64 command.Get(3).value().substr(0, strlen("/tmp/quipper")));
  /external/perfetto/src/ftrace_reader/
format_parser.cc 76 std::string result = type_and_name.substr(left, right - left);
  /external/perfetto/src/traced/probes/
process_stats_data_source.cc 188 return buf.substr(begin, end - begin);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 494 String substr = source.substring(pos, pos + 2);
496 expectedBytesStream.write(substr.getBytes(Internal.UTF_8));
504 String substr = source.substring(pos, pos + 2);
505 coder.stream().writeStringNoTag(substr);
  /external/protobuf/src/google/protobuf/testing/
file.cc 130 return RecursivelyCreateDir(path.substr(0, slashpos), mode) &&
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser_test.cc 96 StringPiece single = json.substr(i, 1);
106 StringPiece first = json.substr(0, split);
107 StringPiece rest = json.substr(split);
132 EXPECT_EQ(error_prefix, error_message.substr(0, error_prefix.size()));
  /external/skia/tools/bookmaker/
includeParser.cpp 202 string result = name.substr(slash);
203 result = result.substr(1, result.size() - 3);
641 piece = parmName.substr(0, nextComma);
642 parmName = parmName.substr(nextComma + 1);
755 if ("_anonymous" != token.fName.substr(0, 10)) {
    [all...]
  /external/skqp/tools/bookmaker/
includeParser.cpp 202 string result = name.substr(slash);
203 result = result.substr(1, result.size() - 3);
633 piece = parmName.substr(0, nextComma);
634 parmName = parmName.substr(nextComma + 1);
747 if ("_anonymous" != token.fName.substr(0, 10)) {
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
pbuf.h 148 u16_t pbuf_strstr(struct pbuf* p, const char* substr);
  /external/tensorflow/tensorflow/core/lib/core/
stringpiece.h 106 StringPiece substr(size_t pos, size_t n = npos) const;
  /external/tensorflow/tensorflow/core/ops/
string_ops.cc 123 REGISTER_OP("Substr")
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.h 151 formatted_str_ = formatted_str_.substr(0, kTFProfTenosrMaxDisplayLen);
  /external/tensorflow/tensorflow/python/ops/
string_ops.py 26 @@substr
  /external/tensorflow/tensorflow/tools/graph_transforms/
backports.cc 124 v2_node.set_op(v3_node.op().substr(0, v3_node.op().size() - 1) + "2");
insert_logging.cc 81 const string output_index_string = suffix.substr(1, suffix.size() - 1);
  /external/v8/src/inspector/
string-16.h 62 return String16(m_impl.substr(pos, len));
  /external/webrtc/webrtc/base/
win32regkey.cc 896 root_key = full_key_name->substr(0, index);
897 *full_key_name = full_key_name->substr(index + 1,
959 parent_key = key_name->substr(0, index);
960 *key_name = key_name->substr(index + 1, key_name->length() - index - 1);

Completed in 1833 milliseconds

<<21222324252627282930>>