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

1 2 3 4 5 6

  /external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc 16 vector<string> ops = Split(" ",
28 vector<string> ops = Split(" ",
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops,
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops,
exhaustive2_test.cc 17 ExhaustiveTest(2, 2, Split(" ", "(?:) a"),
19 5, Split("", "ab"), "", "");
36 ExhaustiveTest(2, 2, Split(" ", "(?:^) (?:$) . a \\n (?:\\A) (?:\\z)"),
64 // ExhaustiveTest(1, 1, Split(" ", "\\n . a [^a]"),
exhaustive3_test.cc 14 vector<string> atoms = Split(" ",
22 vector<string> atoms = Split(" ",
67 vector<string> atoms = Split(" ",
80 vector<string> atoms = Split(" ",
random_test.cc 60 RandomTest(5, 5, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
68 RandomTest(10, 10, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
78 vector<string> ops = Split(" ",
86 vector<string> atoms = Split(" ",
regexp_generator.h 66 vector<string> Split(const StringPiece& sep, const StringPiece& s);
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 16 vector<string> ops = Split(" ",
28 vector<string> ops = Split(" ",
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops,
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops,
exhaustive2_test.cc 17 ExhaustiveTest(2, 2, Split(" ", "(?:) a"),
19 5, Split("", "ab"), "", "");
36 ExhaustiveTest(2, 2, Split(" ", "(?:^) (?:$) . a \\n (?:\\A) (?:\\z)"),
64 // ExhaustiveTest(1, 1, Split(" ", "\\n . a [^a]"),
exhaustive3_test.cc 14 vector<string> atoms = Split(" ",
22 vector<string> atoms = Split(" ",
67 vector<string> atoms = Split(" ",
80 vector<string> atoms = Split(" ",
random_test.cc 60 RandomTest(5, 5, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
68 RandomTest(10, 10, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
78 vector<string> ops = Split(" ",
86 vector<string> atoms = Split(" ",
  /external/clang/lib/Format/
BreakableToken.h 36 /// \brief Contains starting character index and length of split.
37 typedef std::pair<StringRef::size_type, unsigned> Split;
57 virtual Split getSplit(unsigned LineIndex, unsigned TailOffset,
60 /// \brief Emits the previously retrieved \p Split via \p Whitespaces.
61 virtual void insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split,
112 virtual Split getSplit(unsigned LineIndex, unsigned TailOffset,
114 virtual void insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split,
127 virtual Split getSplit(unsigned LineIndex, unsigned TailOffset
    [all...]
BreakableToken.cpp 41 static BreakableToken::Split getCommentSplit(StringRef Text,
46 return BreakableToken::Split(StringRef::npos, 0);
64 // If the comment is only whitespace, we cannot split.
65 return BreakableToken::Split(StringRef::npos, 0);
72 return BreakableToken::Split(BeforeCut.size(),
75 return BreakableToken::Split(StringRef::npos, 0);
78 static BreakableToken::Split getStringSplit(StringRef Text,
84 return BreakableToken::Split(StringRef::npos, 0);
86 return BreakableToken::Split(StringRef::npos, 0);
119 return BreakableToken::Split(SpaceOffset + 1, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 51 * Determine how to split access to the masked channels of the
54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 51 * Determine how to split access to the masked channels of the
54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
  /hardware/qcom/display/msm8974/libqdutils/
mdp_version.h 79 struct Split {
82 Split() : mLeft(0), mRight(0){}
117 Split mSplit;
  /external/llvm/lib/TableGen/
StringMatcher.cpp 57 std::pair<StringRef, StringRef> Split = Code.split('\n');
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
60 Code = Split.second;
62 Split = Code.split('\n');
63 OS << Indent << Split.first << "\n";
64 Code = Split.second;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
ExceptionExtensions.cs 44 foreach ( string line in trace.Split( '\n', '\r' ) )
  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 55 /// Split - Partition a set of changes \p S into one or two subsets.
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
62 Split(*it, SplitSets);
78 Split(*it, Sets);
111 Split(Changes, Sets);
Regex.cpp 114 std::pair<StringRef, StringRef> Split = Repl.split('\\');
117 Res += Split.first;
120 if (Split.second.empty()) {
121 if (Repl.size() != Split.first.size() &&
128 Repl = Split.second;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.h 52 StringArray_t Split() const;
59 static StringArray_t Split(const std::string& paths);
path.cc 42 StringArray_t paths = Split(path);
55 StringArray_t paths = Split(path);
67 StringArray_t paths = Split(path);
92 StringArray_t Path::Split() const {
172 StringArray_t Path::Split(const std::string& path) {
  /art/runtime/
utils_test.cc 220 TEST_F(UtilsTest, Split) {
227 Split("", ':', actual);
231 Split(":", ':', actual);
238 Split(":foo", ':', actual);
242 Split("foo:", ':', actual);
246 Split(":foo:", ':', actual);
252 Split("foo:bar", ':', actual);
256 Split(":foo:bar", ':', actual);
260 Split("foo:bar:", ':', actual);
264 Split(":foo:bar:", ':', actual)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 54 Split split; local
55 if ((split = split(line, "=")) != null) {
57 output.setValue(createFullPath(context, split.left), split.right);
58 } else if ((split = split(line, "<<")) != null) {
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right))
120 private Split split(String line, String delimiter) { method in class:DefaultHdfParser
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc 32 // Split span 's1' into 's1', 's2'. Delete 's2'
33 tcmalloc::Span* s2 = ph->Split(s1, 128);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
page_heap_test.cc 32 // Split span 's1' into 's1', 's2'. Delete 's2'
33 tcmalloc::Span* s2 = ph->Split(s1, 128);

Completed in 684 milliseconds

1 2 3 4 5 6