/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 42 import testlib.resultset as trs namespace 106 return trs.Result.FAIL 109 return trs.Result.FAIL 112 return trs.Result.WARN 114 return trs.Result.PASS 185 resultSet = trs.ResultSet(testSet.name) 207 res = trs.Record(blkSz, image.testFile, res[0], res[1], res[2], res[3]) 396 worstResult = trs.Result.NOTRUN 411 testRef = trs.ResultSet(imageSet) 429 if (testSetCount > 1) and (worstResult != trs [all...] |
H A D | astc_test_result_report.py | 29 import testlib.resultset as trs namespace 98 testRef = trs.ResultSet(imageSet) 101 patchedRef = trs.ResultSet(imageSet)
|
H A D | astc_test_result_plot.py | 30 import testlib.resultset as trs namespace 68 testRef = trs.ResultSet(imageSet)
|
/third_party/eudev/ |
H A D | test-driver | 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH 49 The '--test-name', '--log-file' and '--trs-file' options are mandatory. 65 --trs-file) trs_file=$2; shift;; 79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file" 127 # file, without the need of also peaking into the corresponding '.trs'
|
/third_party/node/deps/cares/config/ |
H A D | test-driver | 45 test-driver --test-name NAME --log-file PATH --trs-file PATH 50 The '--test-name', '--log-file' and '--trs-file' options are mandatory. 67 --trs-file) trs_file=$2; shift;; 81 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file" 132 # file, without the need of also peaking into the corresponding '.trs'
|
/third_party/libevdev/build-aux/ |
H A D | test-driver | 45 test-driver --test-name NAME --log-file PATH --trs-file PATH 50 The '--test-name', '--log-file' and '--trs-file' options are mandatory. 67 --trs-file) trs_file=$2; shift;; 81 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file" 132 # file, without the need of also peaking into the corresponding '.trs'
|
/third_party/skia/third_party/externals/libpng/ |
H A D | test-driver | 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH 49 The '--test-name', '--log-file' and '--trs-file' options are mandatory. 65 --trs-file) trs_file=$2; shift;; 79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file" 127 # file, without the need of also peaking into the corresponding '.trs'
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | test-driver | 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH 49 The '--test-name', '--log-file' and '--trs-file' options are mandatory. 65 --trs-file) trs_file=$2; shift;; 79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 972 char *trs = NULL; in rtsp_stream_cb() local 977 trs = pa_sprintf_malloc( in rtsp_stream_cb() 985 trs = pa_sprintf_malloc( in rtsp_stream_cb() 991 pa_rtsp_setup(c->rtsp, trs); in rtsp_stream_cb() 993 pa_xfree(trs); in rtsp_stream_cb() 1009 pa_xfree(trs); in rtsp_stream_cb() 1017 char *ajs, *token, *pc, *trs; in rtsp_stream_cb() local 1060 trs = pa_xstrdup(pa_headerlist_gets(headers, "Transport")); in rtsp_stream_cb() 1062 if (trs) { in rtsp_stream_cb() 1064 while ((token = pa_split(trs, delimiter in rtsp_stream_cb() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 2751 TimeZoneTransition trs = null; in parse() 2755 trs = btz.getNextTransition(time, false); in parse() 2756 if (trs == null) { in parse() 2759 resolvedSavings = trs.getTo().getDSTSavings(); in parse() 2763 time = trs.getTime(); in parse() 2772 trs = btz.getPreviousTransition(time, true); in parse() 2773 if (trs == null) { in parse() 2776 resolvedSavings = trs.getFrom().getDSTSavings(); in parse() 2780 time = trs.getTime() - 1; in parse()
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 346 $(TEST_LOGS:.log=.trs) \
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbtz.cpp | 651 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0); in deleteTransitions() local 652 uprv_free(trs); in deleteTransitions()
|
H A D | smpdtfmt.cpp | 2590 TimeZoneTransition trs; in parse() local 2595 trsAvail = btz->getNextTransition(time, FALSE, trs); in parse() 2599 resolvedSavings = trs.getTo()->getDSTSavings(); in parse() 2603 time = trs.getTime(); in parse() 2612 trsAvail = btz->getPreviousTransition(time, TRUE, trs); in parse() 2616 resolvedSavings = trs.getFrom()->getDSTSavings(); in parse() 2620 time = trs.getTime() - 1; in parse()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 2638 TimeZoneTransition trs; in parse() local 2643 trsAvail = btz->getNextTransition(time, false, trs); in parse() 2647 resolvedSavings = trs.getTo()->getDSTSavings(); in parse() 2651 time = trs.getTime(); in parse() 2660 trsAvail = btz->getPreviousTransition(time, true, trs); in parse() 2664 resolvedSavings = trs.getFrom()->getDSTSavings(); in parse() 2668 time = trs.getTime() - 1; in parse()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 2589 TimeZoneTransition trs; in parse() local 2594 trsAvail = btz->getNextTransition(time, false, trs); in parse() 2598 resolvedSavings = trs.getTo()->getDSTSavings(); in parse() 2602 time = trs.getTime(); in parse() 2611 trsAvail = btz->getPreviousTransition(time, true, trs); in parse() 2615 resolvedSavings = trs.getFrom()->getDSTSavings(); in parse() 2619 time = trs.getTime() - 1; in parse()
|
/third_party/libinput/test/ |
H A D | litest.c | 1096 TestResult **trs; in litest_run_suite() local 1098 trs = srunner_failures(sr); in litest_run_suite() 1107 snprintf(tname, sizeof(tname), "%s)", tr_tcname(trs[i])); in litest_run_suite() 1113 tr_lfile(trs[i]), in litest_run_suite() 1114 tr_lno(trs[i]), in litest_run_suite() 1117 free(trs); in litest_run_suite()
|