/frameworks/base/test-runner/src/junit/runner/ |
package.html | 3 Utility classes supporting the junit test framework.
|
/libcore/luni/src/test/resources/tests/api/java/io/ |
testfile.txt | 1 This is a test message with Unicode character. ??? is China's name in Chines
|
/ndk/tests/ |
.gitignore | 1 # Ignore generated files in test subdirectories.
|
/ndk/tests/device/test-libc++/jni/ |
Android.mk | 1 include $(NDK_ROOT)/sources/cxx-stl/llvm-libc++/test/Android.mk
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
__phello__.foo.py | 1 # This file exists as a helper for the test.test_frozen module.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
empty.vbs | 1 'Empty VBS file, does nothing. Helper for Lib\test\test_startfile.py
|
test_email.py | 4 # The specific tests now live in Lib/email/test 5 from email.test.test_email import suite 6 from email.test.test_email_renamed import suite as suite2 7 from test import test_support
|
test_email_codecs.py | 4 # The specific tests now live in Lib/email/test 5 from email.test import test_email_codecs 6 from email.test import test_email_codecs_renamed 7 from test import test_support
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
__phello__.foo.py | 1 # This file exists as a helper for the test.test_frozen module.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
empty.vbs | 1 'Empty VBS file, does nothing. Helper for Lib\test\test_startfile.py
|
test_email.py | 4 # The specific tests now live in Lib/email/test 5 from email.test.test_email import suite 6 from email.test.test_email_renamed import suite as suite2 7 from test import test_support
|
test_email_codecs.py | 4 # The specific tests now live in Lib/email/test 5 from email.test import test_email_codecs 6 from email.test import test_email_codecs_renamed 7 from test import test_support
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/ |
test_instrumentation.template | 1 <instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.InstrumentationTestRunner" />
|
test_uses-library.template | 1 <uses-library android:name="android.test.runner" />
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/tools/ |
fxc | 6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then 12 if test "$#" == 0 || test "$1" == "--help"; then
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-none-traversal.py | 16 test = TestGyp.TestGyp() variable 18 test.run_gyp('none_traversal.gyp') 20 test.build('none_traversal.gyp', test.ALL) 22 test.run_built_executable('needs_chain', stdout="2\n") 23 test.run_built_executable('doesnt_need_chain', stdout="3\n") 25 test.pass_test()
|
/external/chromium_org/tools/gyp/test/exclusion/ |
gyptest-exclusion.py | 14 test = TestGyp.TestGyp() variable 16 test.run_gyp('exclusion.gyp') 17 test.build('exclusion.gyp') 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True) 22 test.pass_test()
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-default.py | 14 test = TestGyp.TestGyp(workdir='workarea_default') variable 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp') 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.DEFAULT) 24 test.pass_test()
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-cflags.py | 17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 19 test.run_gyp('test.gyp', chdir=CHDIR) 20 test.build('test.gyp', test.ALL, chdir=CHDIR) 21 test.pass_test()
|
gyptest-libraries.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 18 test.run_gyp('subdir/test.gyp', chdir='libraries') 20 test.build('subdir/test.gyp', test.ALL, chdir='libraries') 22 test.pass_test()
|
gyptest-prefixheader.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 17 test.run_gyp('test.gyp', chdir='prefixheader') 18 test.build('test.gyp', test.ALL, chdir='prefixheader') 19 test.pass_test()
|
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/ |
gyptest-use-built-dependencies.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('use-built-dependencies-rule.gyp', chdir='src') 16 test.relocate('src', 'relocate/src') 17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src') 19 test.built_file_must_exist('main_output', chdir='relocate/src') 20 test.built_file_must_match('main_output', 'output', chdir='relocate/src') 22 test.pass_test()
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-subdir2-deep.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('prog3.gyp', chdir='src/subdir/subdir2') 17 test.relocate('src', 'relocate/src') 19 test.build('prog3.gyp', test.ALL, chdir='relocate/src/subdir/subdir2') 21 test.run_built_executable('prog3', 25 test.pass_test()
|
/external/chromium_org/tools/gyp/test/variables/latelate/ |
gyptest-latelate.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('latelate.gyp', chdir='src') 17 test.relocate('src', 'relocate/src') 19 test.build('latelate.gyp', test.ALL, chdir='relocate/src') 21 test.run_built_executable( 25 test.pass_test()
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-lib-ltcg.py | 16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable 19 test.run_gyp('ltcg.gyp', chdir=CHDIR) 20 test.build('ltcg.gyp', test.ALL, chdir=CHDIR) 21 test.must_not_contain_any_line(test.stdout(), ['restarting link with /LTCG']) 22 test.pass_test()
|