Home
last modified time | relevance | path

Searched refs:TESTS (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile38 TESTS = ../tests macro
179 TESTFILE = $(TESTS)/htest$(API_SUFFIX).c
183 gcc -Wall -pedantic-errors -std=c99 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
185 g++ -Wall -pedantic-errors -c -std=c++11 -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
187 g++ -Wall -pedantic-errors -c -std=c++98 -I$(INCLUDE) -I$(TESTS) $(TESTFILE)
188 g++ -Wall -pedantic-errors -c -std=c++11 -I$(INCLUDE) -I$(TESTS) -DUSE_HPP=1 $(TESTFILE)
190 $(RM) htest.o $(TESTS)/test.o
195 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODECS_COMMON
196 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtes
[all...]
/third_party/python/Lib/test/
H A Dtest_datetime.py7 TESTS = 'test.datetimetester' variable
11 pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'],
13 fast_tests = import_fresh_module(TESTS, fresh=['datetime',
43 sys.modules[TESTS] = module
H A Dssltests.py8 TESTS = [ variable
32 args.extend(TESTS)
/third_party/mbedtls/tests/
H A Dcompat.sh27 TESTS=0
884 cp $SRV_OUT c-srv-${TESTS}.log
885 cp $CLI_OUT c-cli-${TESTS}.log
890 FAIL_PROMPT="outputs saved to c-srv-${TESTS}.log, c-cli-${TESTS}.log"
897 cat c-srv-${TESTS}.log
900 cat c-cli-${TESTS}.log
907 TESTS=$(( $TESTS + 1 ))
1231 PASSED=$(( $TESTS
[all...]
H A Dssl-opt.sh103 TESTS=0
905 TESTS=$(( $TESTS + 1 ))
909 LINE="$TESTS "
967 mv $SRV_OUT o-srv-${TESTS}.log
968 mv $CLI_OUT o-cli-${TESTS}.log
970 mv $PXY_OUT o-pxy-${TESTS}.log
972 echo " ! outputs saved to o-XXX-${TESTS}.log"
976 cat o-srv-${TESTS}.log
979 cat o-cli-${TESTS}
[all...]
/third_party/f2fs-tools/scripts/
H A Dverify.sh6 TESTS="4 5 8 11 16 25 32 55 64"
68 for i in $TESTS
119 for i in $TESTS
121 for j in $TESTS
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_precision_test.py32 TESTS = [ variable
2306 for test in TESTS:
2317 print('{}/{} tests returned correct results'.format(passed, len(TESTS)))
2318 sys.exit(0 if passed == len(TESTS) else 1)
/third_party/libcoap/scripts/
H A Dbuild.sh5 if test "x$TESTS" = "xyes" -o "x$TESTS" = "xtrue" ; then
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java2561 String TESTS[][] = { in TestTimeZoneInLocale20465()
2586 for (int i = 0; i < TESTS.length; ++i) { in TestTimeZoneInLocale20465()
2587 ULocale ulocale = new ULocale(TESTS[i][0]); in TestTimeZoneInLocale20465()
2588 Locale locale = new Locale(TESTS[i][0]); in TestTimeZoneInLocale20465()
2591 "TimeZone from Calendar.getInstance(Locale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale20465()
2592 TESTS[i][1], cal.getTimeZone().getID()); in TestTimeZoneInLocale20465()
2594 "Calendar from Calendar.getInstance(Locale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale20465()
2595 TESTS[i][2], cal.getType()); in TestTimeZoneInLocale20465()
2599 "TimeZone from Calendar.getInstance(ULocale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale20465()
2600 TESTS[ in TestTimeZoneInLocale20465()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dthcoll.cpp207 const char* TESTS[] = { in TestCornerCases() local
245 const int32_t TESTS_length = UPRV_LENGTHOF(TESTS); in TestCornerCases()
251 compareArray(*coll, TESTS, TESTS_length); in TestCornerCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java784 String TESTS[][] = { in TestTimeZoneInLocale()
808 for (int i = 0; i < TESTS.length; ++i) { in TestTimeZoneInLocale()
809 ULocale ulocale = new ULocale(TESTS[i][0]); in TestTimeZoneInLocale()
810 Locale locale = new Locale(TESTS[i][0]); in TestTimeZoneInLocale()
813 "TimeZone from SimpleDateFormat(\"Z\", Locale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale()
814 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale()
816 "Calendar from SimpleDateFormat(\"Z\", Locale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale()
817 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale()
821 "TimeZone from SimpleDateFormat(\"Z\", \"\", ULocale loc=\"" + TESTS[i][0] + "\")", in TestTimeZoneInLocale()
822 TESTS[ in TestTimeZoneInLocale()
[all...]
/third_party/jinja2/
H A Ddefaults.py4 from .tests import TESTS as DEFAULT_TESTS # noqa: F401
H A Dtests.py215 TESTS = { variable
/third_party/node/deps/v8/third_party/jinja2/
H A Ddefaults.py4 from .tests import TESTS as DEFAULT_TESTS # noqa: F401
H A Dtests.py177 TESTS = { variable
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddefaults.py32 from jinja2.tests import TESTS as DEFAULT_TESTS
H A Dtests.py142 TESTS = { variable
/third_party/skia/third_party/externals/jinja2/
H A Ddefaults.py4 from .tests import TESTS as DEFAULT_TESTS # noqa: F401
H A Dtests.py177 TESTS = { variable
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThaiTest.java45 String TESTS[] = { in TestCornerCases()
90 compareArray(coll, TESTS); in TestCornerCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThaiTest.java48 String TESTS[] = { in TestCornerCases()
93 compareArray(coll, TESTS); in TestCornerCases()
/third_party/mbedtls/library/
H A Dripemd160.c405 #define TESTS 8 macro
406 static const unsigned char ripemd160_test_str[TESTS][81] =
418 static const size_t ripemd160_test_strlen[TESTS] =
423 static const unsigned char ripemd160_test_md[TESTS][20] =
453 for (i = 0; i < TESTS; i++) { in mbedtls_ripemd160_self_test()
/third_party/littlefs/
H A DMakefile28 TESTS ?= $(wildcard tests/*.toml) macro
33 TEST_A := $(TESTS:%.toml=$(BUILDDIR)/%.t.a.c) \
162 $(TESTS) \
534 $(BUILDDIR)/%.t.a.c: %.c $(TESTS)
535 ./scripts/test.py -c $(TESTS) -s $< $(TESTCFLAGS) -o $@
/third_party/EGL/api/
H A DMakefile24 TESTS = Tests macro
/third_party/skia/third_party/externals/egl-registry/api/
H A DMakefile35 TESTS = Tests macro

Completed in 16 milliseconds

12