Searched refs:dotest (Results 1 – 11 of 11) sorted by relevance
/external/lldb/test/ |
D | README-TestSuite | 4 o dotest.py 7 directory and issue the './dotest.py' command or './dotest.py -v' for more 8 verbose output. '.dotest.py -h' prints out the help messge. 11 directory in order to be recognized by 'dotest.py' test driver as a module 16 1. ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log0 19 …2. LLDB_LOG=/tmp/lldb.log GDB_REMOTE_LOG=/tmp/gdb-remote.log ./dotest.py -v . 2> ~/Developer/Log/l… 41 test case on its own. To run the whole test suite, 'dotest.py' is all you 113 o dotest.pl 115 In case you wonder, there is also a 'dotest.pl' perl script file. It was 122 suite become more reliable, we don't expect to be using 'dotest.pl' anymore. [all …]
|
D | CMakeLists.txt | 38 ${LLDB_SOURCE_DIR}/test/dotest.py
|
/external/lldb/examples/test/ |
D | usage-pre-post-flight | 5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l… 8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l… 38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function…
|
D | usage-lldb-loggings | 9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l… 38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities… 70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l… 103 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
|
D | usage-config | 9 [15:36:32] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -c ~/.lldbtest-config persiste…
|
D | .lldbtest-config2 | 6 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ..…
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | main.cpp | 135 int dotest() in dotest() function 196 dotest(); in main()
|
/external/libvncserver/test/ |
D | tjbench.c | 208 void dotest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual, in dotest() function 644 dotest(srcbuf, w, h, TJ_GRAYSCALE, i, argv[1]); in main() 647 dotest(srcbuf, w, h, TJ_420, i, argv[1]); in main() 650 dotest(srcbuf, w, h, TJ_422, i, argv[1]); in main() 653 dotest(srcbuf, w, h, TJ_444, i, argv[1]); in main()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-shrink-v1i64.ll | 8 define <1 x i64> @dotest(<1 x i64> %in0) {
|
/external/lldb/docs/testsuite/ |
D | a-detailed-walkthrough.txt | 15 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py settings 28 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v settings 265 test driver program dotest.py. For example, if we comment out the 268 /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v settings
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 195 dotest(num); in diagrun() 236 private void dotest(int num) { in dotest() method in DiagBigDecimal
|