/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/ |
D | StringContainsInOrder.java | 10 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/ |
D | gflags_reporting.cc | 240 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/ |
D | Asserts.java | 112 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/ |
D | api_def_Substr.pbtxt | 34 Tensor of substrings 37 summary: "Return substrings from `Tensor` of strings."
|
/external/curl/tests/ |
D | objnames.inc | 45 # 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/ |
D | CLDRFilePseudolocalizer.java | 301 private boolean containsOneOf(String string, String[] substrings) { in containsOneOf() argument 302 for (String substring : substrings) { in containsOneOf()
|
/external/skqp/tools/skdiff/ |
D | skdiff_main.cpp | 242 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/ |
D | skdiff_main.cpp | 242 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/ |
D | Matchers.java | 1439 ….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/ |
D | help.txt | 63 substrings matched by the wildcards. A numbered reference is available
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 77 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
|
D | pcre2.txt | 569 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 …]
|
D | pcre2test.txt | 691 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/ |
D | CHANGELOG.md | 34 * New: `BufferedSink` can now write substrings directly, potentially saving an
|
/external/pcre/dist2/testdata/ |
D | testoutput2 | 252 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/ |
D | CMakeLists.txt | 103 # helpmatch is like helpon but takes substrings
|
/external/python/cpython3/Lib/test/ |
D | test_statistics.py | 632 substrings = [ 639 substrings.append('differ at index %d' % idx) 640 return substrings
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 525 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.
|
D | doctest.rst | 565 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/ |
D | NEWS | 70 all possible captured substrings in the pattern.
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 356 | ``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/ |
D | regex.rst | 368 | ``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/ |
D | xla.proto | 56 // Operations with names containing these substrings should be suffixed with
|
/external/pcre/dist2/src/ |
D | pcre2.h.in | 684 /* Convenience functions for handling matched substrings. */
|
D | pcre2.h.generic | 684 /* Convenience functions for handling matched substrings. */
|