HomeSort by relevance Sort by last modified time
    Searched refs:Delimiters (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Support/
StringExtras.cpp 32 /// leading characters that appear in the Delimiters string, and ending the
33 /// token at any of the characters that appear in the Delimiters string. If
38 StringRef Delimiters) {
40 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
49 /// delimiters, appending the result fragments to the output list.
52 StringRef Delimiters) {
53 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
56 S = getToken(S.second, Delimiters);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringExtras.cpp 32 /// leading characters that appear in the Delimiters string, and ending the
33 /// token at any of the characters that appear in the Delimiters string. If
38 StringRef Delimiters) {
40 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
49 /// delimiters, appending the result fragments to the output list.
52 StringRef Delimiters) {
53 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
56 S = getToken(S.second, Delimiters);
  /external/swiftshader/third_party/LLVM/lib/Support/
StringExtras.cpp 33 /// leading characters that appear in the Delimiters string, and ending the
34 /// token at any of the characters that appear in the Delimiters string. If
39 StringRef Delimiters) {
41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
50 /// delimiters, appending the result fragments to the output list.
53 StringRef Delimiters) {
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
57 S = getToken(S.second, Delimiters);
  /test/vts-testcase/kernel/ltp/
ltp_enums.py 54 class Delimiters(object):
test_cases_parser.py 62 for item in line.split(ltp_enums.Delimiters.TESTCASE_DEFINITION)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 142 /// leading characters that appear in the Delimiters string, and ending the
143 /// token at any of the characters that appear in the Delimiters string. If
148 StringRef Delimiters = " \t\n\v\f\r");
151 /// delimiters, appending the result fragments to the output list.
154 StringRef Delimiters = " \t\n\v\f\r");
  /external/llvm/include/llvm/ADT/
StringExtras.h 107 /// leading characters that appear in the Delimiters string, and ending the
108 /// token at any of the characters that appear in the Delimiters string. If
113 StringRef Delimiters = " \t\n\v\f\r");
116 /// delimiters, appending the result fragments to the output list.
119 StringRef Delimiters = " \t\n\v\f\r");
  /external/tensorflow/tensorflow/contrib/lite/testing/
tokenize_test.cc 59 TEST(TokenizeTest, Delimiters) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 108 /// leading characters that appear in the Delimiters string, and ending the
109 /// token at any of the characters that appear in the Delimiters string. If
114 StringRef Delimiters = " \t\n\v\f\r");
117 /// delimiters, appending the result fragments to the output list.
120 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 108 /// leading characters that appear in the Delimiters string, and ending the
109 /// token at any of the characters that appear in the Delimiters string. If
114 StringRef Delimiters = " \t\n\v\f\r");
117 /// delimiters, appending the result fragments to the output list.
120 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 108 /// leading characters that appear in the Delimiters string, and ending the
109 /// token at any of the characters that appear in the Delimiters string. If
114 StringRef Delimiters = " \t\n\v\f\r");
117 /// delimiters, appending the result fragments to the output list.
120 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 160 /// leading characters that appear in the Delimiters string, and ending the
161 /// token at any of the characters that appear in the Delimiters string. If
166 StringRef Delimiters = " \t\n\v\f\r");
169 /// delimiters, appending the result fragments to the output list.
172 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 160 /// leading characters that appear in the Delimiters string, and ending the
161 /// token at any of the characters that appear in the Delimiters string. If
166 StringRef Delimiters = " \t\n\v\f\r");
169 /// delimiters, appending the result fragments to the output list.
172 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 160 /// leading characters that appear in the Delimiters string, and ending the
161 /// token at any of the characters that appear in the Delimiters string. If
166 StringRef Delimiters = " \t\n\v\f\r");
169 /// delimiters, appending the result fragments to the output list.
172 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 160 /// leading characters that appear in the Delimiters string, and ending the
161 /// token at any of the characters that appear in the Delimiters string. If
166 StringRef Delimiters = " \t\n\v\f\r");
169 /// delimiters, appending the result fragments to the output list.
172 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 203 /// leading characters that appear in the Delimiters string, and ending the
204 /// token at any of the characters that appear in the Delimiters string. If
209 StringRef Delimiters = " \t\n\v\f\r");
212 /// delimiters, appending the result fragments to the output list.
215 StringRef Delimiters = " \t\n\v\f\r");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 349 Delimiters : '<>#%"'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 471 Delimiters : '<>#%"'
    [all...]

Completed in 1407 milliseconds

1 2