Home
last modified time | relevance | path

Searched refs:test_pattern (Results 1 – 16 of 16) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dnew_points.py43 test_pattern = self.request.get('pattern')
45 if test_pattern:
47 test_pattern, only_with_rows=True)
50 'pattern': test_pattern,
51 'error': 'No tests matching pattern: %s' % test_pattern,
92 'pattern': test_pattern,
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp319 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20); in CollData()
320 U_STRING_INIT(test_pattern, "[[:assigned:]-[:c:]]", 20); in CollData()
321 USet *charsToTest = uset_openPattern(test_pattern, 20, &status); in CollData()
/external/e2fsprogs/po/
Did.po3328 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3462 msgid "can't allocate memory for test_pattern - %s"
3463 msgstr "tidak dapat mengalokasikan memori untuk test_pattern - %s"
3466 msgid "Maximum of one test_pattern may be specified in read-only mode"
3468 "Maksimum dari satu test_pattern boleh dispesifikasi dalam mode baca-saja"
3471 msgid "Random test_pattern is not allowed in read-only mode"
3472 msgstr "Random test_pattern tidak diperbolehkan dalam mode baca-saja"
De2fsprogs.pot3145 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3269 msgid "can't allocate memory for test_pattern - %s"
3273 msgid "Maximum of one test_pattern may be specified in read-only mode"
3277 msgid "Random test_pattern is not allowed in read-only mode"
Dzh_CN.po3159 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3283 msgid "can't allocate memory for test_pattern - %s"
3287 msgid "Maximum of one test_pattern may be specified in read-only mode"
3291 msgid "Random test_pattern is not allowed in read-only mode"
Dvi.po3271 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3405 msgid "can't allocate memory for test_pattern - %s"
3406 msgstr "không thể cấp phát bộ nhớ cho mẫu thử (test_pattern) — %s"
3409 msgid "Maximum of one test_pattern may be specified in read-only mode"
3410 msgstr "Trong chế độ chỉ đọc, có thể chỉ ra tối đa một mẫu thử (test_pattern)"
3413 msgid "Random test_pattern is not allowed in read-only mode"
3414 msgstr "Không cho phẹp mẫu thử (test_pattern) ngẫu nhiên trong chế độ chỉ đọc"
Dit.po3400 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3536 msgid "can't allocate memory for test_pattern - %s"
3540 msgid "Maximum of one test_pattern may be specified in read-only mode"
3545 msgid "Random test_pattern is not allowed in read-only mode"
Dca.po3280 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3413 msgid "can't allocate memory for test_pattern - %s"
3417 msgid "Maximum of one test_pattern may be specified in read-only mode"
3421 msgid "Random test_pattern is not allowed in read-only mode"
Dde.po3279 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3412 msgid "can't allocate memory for test_pattern - %s"
3416 msgid "Maximum of one test_pattern may be specified in read-only mode"
3420 msgid "Random test_pattern is not allowed in read-only mode"
Dtr.po3368 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3501 msgid "can't allocate memory for test_pattern - %s"
3505 msgid "Maximum of one test_pattern may be specified in read-only mode"
3509 msgid "Random test_pattern is not allowed in read-only mode"
Dnl.po3307 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3442 msgid "can't allocate memory for test_pattern - %s"
3446 msgid "Maximum of one test_pattern may be specified in read-only mode"
3450 msgid "Random test_pattern is not allowed in read-only mode"
Dpl.po3309 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3443 msgid "can't allocate memory for test_pattern - %s"
3447 msgid "Maximum of one test_pattern may be specified in read-only mode"
3451 msgid "Random test_pattern is not allowed in read-only mode"
Des.po3450 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3587 msgid "can't allocate memory for test_pattern - %s"
3591 msgid "Maximum of one test_pattern may be specified in read-only mode"
3597 msgid "Random test_pattern is not allowed in read-only mode"
Dsv.po3308 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3441 msgid "can't allocate memory for test_pattern - %s"
3445 msgid "Maximum of one test_pattern may be specified in read-only mode"
3449 msgid "Random test_pattern is not allowed in read-only mode"
Dcs.po3322 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3455 msgid "can't allocate memory for test_pattern - %s"
3459 msgid "Maximum of one test_pattern may be specified in read-only mode"
3463 msgid "Random test_pattern is not allowed in read-only mode"
/external/libxml2/
Dtestapi.c1212 static int test_pattern(void);
1265 test_ret += test_pattern(); in testlibxml2()
17238 test_pattern(void) { in test_pattern() function
52148 if (!strcmp(module, "pattern")) return(test_pattern()); in test_module()