Home
last modified time | relevance | path

Searched refs:test_options (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Tools/iobench/
Diobench.py437 test_options = ""
439 test_options += "r"
441 test_options += "w"
443 test_options += "rw"
445 test_options += "t"
447 test_options += "b"
449 test_options += "tb"
455 run_all_tests(test_options)
/external/libmojo/base/android/jni_generator/
Djni_generator_tests.py917 test_options = TestOptions()
918 test_options.ptr_type = 'long'
923 natives = jni_generator.ExtractNatives(test_data, test_options.ptr_type)
931 ptr_type=test_options.ptr_type),
935 natives, [], [], test_options)
/external/libmicrohttpd/src/testcurl/
DMakefile.am70 test_options program
97 test_options.c
DMakefile.in113 @HAVE_CURL_TRUE@noinst_PROGRAMS = test_options$(EXEEXT)
251 am_test_options_OBJECTS = test_options.$(OBJEXT)
866 test_options.c
1228 test_options$(EXEEXT): $(test_options_OBJECTS) $(test_options_DEPENDENCIES) $(EXTRA_test_options_DE…
1229 @rm -f test_options$(EXEEXT)
1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_options.Po@am__quote@
/external/vixl/tools/
Dtest.py187 test_options = \ variable
206 for option in test_options:
/external/libmojo/mojo/edk/system/
Ddata_pipe_unittest.cc174 MojoCreateDataPipeOptions test_options[] = { in TEST_F() local
193 for (size_t i = 0; i < arraysize(test_options); i++) { in TEST_F()
196 i ? &test_options[i] : nullptr; in TEST_F()
/external/netperf/doc/examples/
Darr_script53 USAGE: scale_script {test_options} {hostlist}
/external/python/cpython2/Lib/test/
Dtest_ssl.py767 def test_options(self): member in ContextTests