HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 1676 - 1700 of 4320) sorted by null

<<61626364656667686970>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 387 EXPECT_STREQ("", empty.pattern());
390 EXPECT_STREQ("hello", simple.pattern());
393 EXPECT_STREQ(".*(\\w+)", normal.pattern());
845 EXPECT_STREQ("", empty.pattern());
848 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 419 EXPECT_STREQ("", empty.pattern());
422 EXPECT_STREQ("hello", simple.pattern());
425 EXPECT_STREQ(".*(\\w+)", normal.pattern());
877 EXPECT_STREQ("", empty.pattern());
880 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 74 // If no number pattern can be located for a locale, this is the last
147 // the pattern is the same as the pattern of UNUM_CURRENCY
1391 UnicodeString pattern; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 465 * that is, if it does not contain the currency pattern symbol
517 * is required to be a stronger match to the pattern than when lenient parsing is in
519 * to lenient mode (examples use the pattern "#,##0.#"):<ul>
521 * pattern.<br>
522 * '+123' fails (there is no plus sign in the pattern)</li>
1373 String pattern = getPattern(desiredLocale, choice); local
    [all...]
  /external/pcre/dist2/
RunGrepTest 109 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
113 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
117 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
121 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
125 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
129 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
133 (cd $srcdir; $valgrind $vjs $pcre2grep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
137 (cd $srcdir; $valgrind $vjs $pcre2grep -l PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
141 (cd $srcdir; $valgrind $vjs $pcre2grep -q PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
145 (cd $srcdir; $valgrind $vjs $pcre2grep -q NEVER-PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygre
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 194 EXPECT_STREQ("", empty.pattern());
197 EXPECT_STREQ("hello", simple.pattern());
200 EXPECT_STREQ(".*(\\w+)", normal.pattern());
652 EXPECT_STREQ("", empty.pattern());
655 EXPECT_STREQ("hello", simple.pattern());
  /external/v8/testing/gtest/test/
gtest-port_test.cc 419 EXPECT_STREQ("", empty.pattern());
422 EXPECT_STREQ("hello", simple.pattern());
425 EXPECT_STREQ(".*(\\w+)", normal.pattern());
877 EXPECT_STREQ("", empty.pattern());
880 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 424 EXPECT_STREQ("", empty.pattern());
427 EXPECT_STREQ("hello", simple.pattern());
430 EXPECT_STREQ(".*(\\w+)", normal.pattern());
882 EXPECT_STREQ("", empty.pattern());
885 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 424 EXPECT_STREQ("", empty.pattern());
427 EXPECT_STREQ("hello", simple.pattern());
430 EXPECT_STREQ(".*(\\w+)", normal.pattern());
882 EXPECT_STREQ("", empty.pattern());
885 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 109 * A {@link FilenameFilter} to find all modules in a directory who match the given pattern.
115 public NameFilter(String pattern) {
116 mPattern = pattern;
595 * @return the {@link List} of modules whose name contains the given pattern.
597 public static List<String> getModuleNamesMatching(File directory, String pattern) {
598 String[] names = directory.list(new NameFilter(pattern));
604 if (module.equals(pattern)) {
605 // Pattern represents a single module, just return a single-item list
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-gen.c 398 /* PATTERN is only used to generate comment in the code. */
399 static char pattern[33] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; local
408 indented_print (indent, " %s\n", pattern);
419 pattern[bittree->bitno] = '0';
424 pattern[bittree->bitno] = '1';
427 pattern[bittree->bitno] = 'x';
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /build/make/tools/
warn.py 25 # warn_patterns[w]['projects'][p] number of warnings of pattern w in p
142 def tidy_warn_pattern(description, pattern):
147 'patterns': [r'.*: .+\[' + pattern + r'\]$']
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 164 def assertMultilineMatches(self, actual, pattern):
165 m = re.match(pattern, actual, re.DOTALL)
166 self.assertTrue(m, msg='%r did not match %r' % (actual, pattern))
366 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
370 pattern = '<.* at remote 0x[0-9a-f]+>'
372 m = re.match(pattern, gdb_repr)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 340 * @param pattern
343 private void insertPatternInTable(StepPattern pattern, ElemTemplate template)
346 String target = pattern.getTargetString();
352 new TemplateSubPatternAssociation(template, pattern, pstring);
375 * Given a match pattern and template association, return the
379 * @param matchPat The match pattern to template association.
427 * @return The head of a linked list that contains all possible match pattern to
721 * @param head Template pattern
723 * @param targetNode Node matching the pattern
828 * @return The head of a linked list that contains all possible match pattern to
    [all...]
  /external/autotest/client/common_lib/cros/
autoupdater.py 86 doesn't match the expected pattern.
88 @raises ValueError: If the update_url doesn't match the expected pattern.
92 pattern = global_config.global_config.get_config_value(
94 if not pattern:
97 re_pattern = pattern.replace('%s', '(\S+)')
  /external/autotest/client/common_lib/test_utils/
mock.py 91 def __init__(self, pattern, flags=0):
92 self.regex = re.compile(pattern, flags)
100 return self.regex.pattern
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 211 bool checkCasePathPatternMatch (const char* pattern, const char* casePath, bool isTestGroup)
219 char p = pattern[ptrnPos];
227 if (checkCasePathPatternMatch(pattern+ptrnPos+1, casePath+next, isTestGroup))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XCldrStub.java 27 import java.util.regex.Pattern;
286 Pattern pattern; field in class:XCldrStub.Splitter
289 this(Pattern.compile("\\Q" + c + "\\E"));
291 public Splitter(Pattern p) {
292 pattern = p;
297 public static Splitter on(Pattern p) {
301 String[] items = pattern.split(input);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XCldrStub.java 26 import java.util.regex.Pattern;
284 Pattern pattern; field in class:XCldrStub.Splitter
287 this(Pattern.compile("\\Q" + c + "\\E"));
289 public Splitter(Pattern p) {
290 pattern = p;
295 public static Splitter on(Pattern p) {
299 String[] items = pattern.split(input);
  /external/libedit/src/
search.c 108 * Return if string matches pattern
157 * return True if the pattern matches the prefix
172 * Set the history seatch pattern
296 /* No can do if globbing characters in pattern */
480 * Use the old pattern, but wild-card it.
526 * Look for a pattern inside a line
532 Char *pattern = el->el_search.patbuf; local
535 ocp = &pattern[1];
539 ocp = pattern;
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 349 * This function fills the passed buffer with data based on the pattern and patten type.
350 * for pattern types of counting the pattern does not matter. For lba pattern type, the
351 * pattern will be the address of the lba.
354 void fill_buffer(void *buf, size_t len, void *pattern, size_t pattern_len,
360 unsigned char *ucharpattern = pattern;
361 OFF_T *poff_tpattern = pattern;
364 switch (pattern_type) { /* the pattern type should only be one of the following */
366 /* Will fill buffer with counting pattern 0x00 thru 0xff *
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 30 import java.util.regex.Pattern;
594 LogRecorder assertLogMatch(String pattern) {
597 assertTrue("<" + actual + "> did not match pattern <" + pattern + ">",
598 Pattern.matches(pattern, actual));
  /external/tensorflow/tensorflow/core/platform/
env.cc 216 Status Env::GetMatchingPaths(const string& pattern,
219 TF_RETURN_IF_ERROR(GetFileSystemForFile(pattern, &fs));
220 return fs->GetMatchingPaths(pattern, results);

Completed in 1137 milliseconds

<<61626364656667686970>>