HomeSort by relevance Sort by last modified time
    Searched refs:test_options (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 437 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/vixl/tools/
test.py 63 # See the definition of `test_options` below.
187 test_options = \
206 for option in test_options:
188 test_environment_options + test_build_options + test_runtime_options variable
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousServerSocketChannelTest.java 206 public void test_options() throws Throwable { method in class:AsynchronousServerSocketChannelTest
AsynchronousSocketChannelTest.java 836 public void test_options() throws Exception { method in class:AsynchronousSocketChannelTest
    [all...]
  /external/libmojo/mojo/edk/system/
data_pipe_unittest.cc 174 MojoCreateDataPipeOptions test_options[] = { local
193 for (size_t i = 0; i < arraysize(test_options); i++) {
196 i ? &test_options[i] : nullptr;
    [all...]

Completed in 146 milliseconds