HomeSort by relevance Sort by last modified time
    Searched refs:SplitString (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/libchrome/base/strings/
string_split.cc 160 std::vector<std::string> SplitString(StringPiece input,
172 std::vector<string16> SplitString(StringPiece16 input,
  /system/update_engine/
test_http_server.cc 106 vector<string> terms = base::SplitString(lines[0], base::kWhitespaceASCII,
117 terms = base::SplitString(lines[i], base::kWhitespaceASCII,
490 terms = base::SplitString(url.substr(1), "/", base::KEEP_WHITESPACE,
update_engine_client_android.cc 194 std::vector<std::string> headers = base::SplitString(
omaha_request_action.cc 805 base::SplitString(app->action_postinstall_attrs[kTagMetadataSize],
810 base::SplitString(app->action_postinstall_attrs[kTagMetadataSignatureRsa],
815 base::SplitString(app->action_postinstall_attrs[kTagIsDeltaPayload],
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
export_test.go 36 func (d DummyFrontend) SplitString(s LocalSlot) (LocalSlot, LocalSlot) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
export_test.go 36 func (d DummyFrontend) SplitString(s LocalSlot) (LocalSlot, LocalSlot) {
  /external/libchrome/base/
feature_list.cc 151 return SplitString(input, ",", TRIM_WHITESPACE, SPLIT_WANT_NONEMPTY);
command_line.cc 413 StringVector wrapper_argv = SplitString(
  /external/llvm/lib/Support/
SpecialCaseList.cpp 90 SplitString(MB->getBuffer(), Lines, "\n\r");
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 137 static void SplitString(const UString &srcString, UStringVector &destStrings)
173 SplitString(ext, exts);
174 SplitString(addExt, addExts);
751 SplitString(iconTypes, pairs);
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 147 void CBC_QRCoderEncoder::SplitString(
210 SplitString(content.Mid(index, content.GetLength() - index), result);
356 SplitString(content, &splitResult);
421 SplitString(content, &splitResult);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 116 /// SplitString - Split up the specified string according to the specified
118 void SplitString(StringRef Source,
  /system/tools/hidl/utils/
StringHelper.cpp 204 void StringHelper::SplitString(
  /external/libchrome/base/trace_event/
trace_config.cc 377 std::vector<std::string> split = SplitString(
414 SplitString(trace_options_string, ",", TRIM_WHITESPACE, SPLIT_WANT_ALL);
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 280 // Split along '\n', then along the ' '. Note that base::SplitString trims all
283 base::SplitString(file_contents, "\n", base::TRIM_WHITESPACE,
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 229 vector<string> lines = base::SplitString(
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 234 SplitString(std::getenv("PATHEXT"), pathext, ";");

Completed in 1714 milliseconds

12 3 4