Home
last modified time | relevance | path

Searched refs:substrings (Results 1 – 25 of 37) sorted by relevance

12

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
DStringContainsInOrder.java10 private final Iterable<String> substrings; field in StringContainsInOrder
12 public StringContainsInOrder(Iterable<String> substrings) { in StringContainsInOrder() argument
13 this.substrings = substrings; in StringContainsInOrder()
20 for (String substring : substrings) { in matchesSafely()
38 .appendValueList("", ", ", "", substrings) in describeTo()
52 public static Matcher<String> stringContainsInOrder(Iterable<String> substrings) { in stringContainsInOrder() argument
53 return new StringContainsInOrder(substrings); in stringContainsInOrder()
66 public static Matcher<String> stringContainsInOrder(String... substrings) { in stringContainsInOrder() argument
67 return new StringContainsInOrder(Arrays.asList(substrings)); in stringContainsInOrder()
/external/gflags/src/
Dgflags_reporting.cc240 const vector<string>& substrings) { in FileMatchesSubstring() argument
241 for (vector<string>::const_iterator target = substrings.begin(); in FileMatchesSubstring()
242 target != substrings.end(); in FileMatchesSubstring()
264 const vector<string> &substrings) { in ShowUsageWithFlagsMatching() argument
276 if (substrings.empty() || in ShowUsageWithFlagsMatching()
277 FileMatchesSubstring(flag->filename, substrings)) { in ShowUsageWithFlagsMatching()
294 if (!found_match && !substrings.empty()) { in ShowUsageWithFlagsMatching()
300 vector<string> substrings; in ShowUsageWithFlagsRestrict() local
302 substrings.push_back(restrict_); in ShowUsageWithFlagsRestrict()
304 ShowUsageWithFlagsMatching(argv0, substrings); in ShowUsageWithFlagsRestrict()
[all …]
/external/guice/core/test/com/google/inject/
DAsserts.java112 public static void assertContains(String text, String... substrings) {
113 assertContains(text, false, substrings);
120 public static void assertContains(String text, boolean allowDuplicates, String... substrings) {
129 for (String substring : substrings) {
138 String lastSubstring = substrings[substrings.length - 1];
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Substr.pbtxt34 Tensor of substrings
37 summary: "Return substrings from `Tensor` of strings."
/external/curl/tests/
Dobjnames.inc45 # are conformed with underscore '_' separated substrings, or separated by
58 # 6) Five leftmost substrings which end in an underscore character are
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRFilePseudolocalizer.java301 private boolean containsOneOf(String string, String[] substrings) { in containsOneOf() argument
302 for (String substring : substrings) { in containsOneOf()
/external/skqp/tools/skdiff/
Dskdiff_main.cpp242 const StringArray& substrings) { in string_contains_any_of() argument
243 for (int i = 0; i < substrings.count(); i++) { in string_contains_any_of()
244 if (string.contains(substrings[i]->c_str())) { in string_contains_any_of()
/external/skia/tools/skdiff/
Dskdiff_main.cpp242 const StringArray& substrings) { in string_contains_any_of() argument
243 for (int i = 0; i < substrings.count(); i++) { in string_contains_any_of()
244 if (string.contains(substrings[i]->c_str())) { in string_contains_any_of()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1439 ….Matcher<java.lang.String> stringContainsInOrder(java.lang.Iterable<java.lang.String> substrings) { in stringContainsInOrder() argument
1440 return org.hamcrest.text.StringContainsInOrder.stringContainsInOrder(substrings); in stringContainsInOrder()
1453 …atic org.hamcrest.Matcher<java.lang.String> stringContainsInOrder(java.lang.String... substrings) { in stringContainsInOrder() argument
1454 return org.hamcrest.text.StringContainsInOrder.stringContainsInOrder(substrings); in stringContainsInOrder()
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt63 substrings matched by the wildcards. A numbered reference is available
/external/pcre/dist2/doc/
Dpcre2grep.txt77 matching substrings, or if --only-matching, --file-offsets, or --line-
95 from matching with "super|man" when only the matching substrings are
628 of the line and/or captured substrings into the text.
633 turing substrings, or if the capture is unset, the replace-
676 If this option is given multiple times, multiple substrings
679 the substrings matched by capturing parentheses 3 and 1 and
848 ter, it is parsed into a list of substrings separated by pipe charac-
850 ing substrings specifying arguments:
858 capturing substrings, or if the capture is unset, the replacement is
879 their substrings, and therefore should not be present. Any syntax
Dpcre2.txt569 return captured substrings. A description of the two matching algo-
575 convenience functions for extracting captured substrings from a subject
1490 matches, which are necessarily substrings of the first one, must obvi-
2327 subject and any substrings that were captured. This is known as the
2337 three captured substrings. A minimum of at least 1 pair is imposed by
2348 right size to hold all the substrings a pattern might capture. The sec-
2640 addition, further substrings from the subject may be picked out by
2645 other kinds of parenthesized subpattern that do not cause substrings to
2649 You can use auxiliary functions for accessing captured substrings by
2675 numbered pair that has been set. For example, if two substrings have
[all …]
Dpcre2test.txt691 for substrings enclosed in single or double quotes, are to be inter-
1074 getall extract all captured substrings
1199 all captured substrings.
1201 If the subject line is successfully matched, the substrings extracted
1441 Unset capturing substrings that are not followed by one that is set are
1443 the following example, there are two capturing substrings, but when the
1528 so the modifiers that are concerned with captured substrings are not
/external/okhttp/okio/
DCHANGELOG.md34 * New: `BufferedSink` can now write substrings directly, potentially saving an
/external/pcre/dist2/testdata/
Dtestoutput2252 Matched, but too many substrings
255 Matched, but too many substrings
259 Matched, but too many substrings
281 Matched, but too many substrings
297 Matched, but too many substrings
300 Matched, but too many substrings
304 Matched, but too many substrings
5707 Matched, but too many substrings
5730 Matched, but too many substrings
6529 Matched, but too many substrings
[all …]
/external/gflags/test/
DCMakeLists.txt103 # helpmatch is like helpon but takes substrings
/external/python/cpython3/Lib/test/
Dtest_statistics.py632 substrings = [
639 substrings.append('differ at index %d' % idx)
640 return substrings
/external/python/cpython3/Doc/library/
Dconfigparser.rst525 Delimiters are substrings that delimit keys from values within a section.
871 When *delimiters* is given, it is used as the set of substrings that
873 as the set of substrings that prefix comments in otherwise empty lines.
875 be used as the set of substrings that prefix comments in non-empty lines.
Ddoctest.rst565 any substring in the actual output. This includes substrings that span line
566 boundaries, and empty substrings, so it's best to keep usage of this simple.
/external/pcre/dist2/
DNEWS70 all possible captured substrings in the pattern.
/external/python/cpython2/Doc/howto/
Dregex.rst356 | ``findall()`` | Find all substrings where the RE matches, and |
359 | ``finditer()`` | Find all substrings where the RE matches, and |
855 Elaborate REs may use many groups, both to capture substrings of interest, and
1047 | ``sub()`` | Find all substrings where the RE matches, and |
/external/python/cpython3/Doc/howto/
Dregex.rst368 | ``findall()`` | Find all substrings where the RE matches, and |
371 | ``finditer()`` | Find all substrings where the RE matches, and |
877 Elaborate REs may use many groups, both to capture substrings of interest, and
1062 | ``sub()`` | Find all substrings where the RE matches, and |
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto56 // Operations with names containing these substrings should be suffixed with
/external/pcre/dist2/src/
Dpcre2.h.in684 /* Convenience functions for handling matched substrings. */
Dpcre2.h.generic684 /* Convenience functions for handling matched substrings. */

12