/external/dbus/dbus/ |
dbus-test.c | 2 /* dbus-test.c Program to run all tests 63 printf ("%s: running %s tests\n", "dbus-test", test_name); 79 printf ("%s: running %s tests\n", "dbus-test", test_name); 91 * unit tests. Should not be used by 94 * (with --enable-tests=no) 132 printf ("%s: running recursive marshalling tests\n", "dbus-test"); 138 _dbus_warn ("recursive marshal tests disabled\n"); 166 printf ("%s: running md5 tests\n", "dbus-test"); 181 printf ("Not compiled with unit tests, not running any\n");
|
/cts/tools/vm-tests/ |
Android.mk | 26 LOCAL_JAR_PATH := android.core.vm-tests.jar 46 LOCAL_MODULE := vm-tests 55 GENERATED_FILES:=$(intermediates)/tests 66 $(GENERATED_FILES): PRIVATE_INTERMEDIATES := $(intermediates)/tests 71 # copy Util class to compile later together with the generated host side junit tests 73 # generated and compile the host side junit tests 80 $(INSTALLED_TESTS): PRIVATE_INTERMEDIATES := $(intermediates)/tests 82 $(hide) mkdir -p $(dir $@)tests 83 $(hide) $(ACP) -r $(PRIVATE_INTERMEDIATES)/dot $(dir $@)tests 87 $(intermediates)/android.core.vm-tests.jar: PRIVATE_INTERMEDIATES := $(intermediates [all...] |
/external/expat/win32/ |
expat.iss | 56 Flags: ignoreversion; Source: tests\*.c; DestDir: "{app}\Source\tests" 57 Flags: ignoreversion; Source: tests\*.cpp; DestDir: "{app}\Source\tests" 58 Flags: ignoreversion; Source: tests\*.h; DestDir: "{app}\Source\tests" 59 Flags: ignoreversion; Source: tests\README.txt; DestDir: "{app}\Source\tests" 60 Flags: ignoreversion; Source: tests\benchmark\*.c; DestDir: "{app}\Source\tests\benchmark [all...] |
/external/gtest/test/ |
gtest_nc.cc | 43 // Tests that the result of RUN_ALL_TESTS() cannot be ignored. 53 // Tests that a user cannot include gtest-internal-inl.h in his code. 58 // Tests that the compiler catches the typo when a user declares a 69 // Tests that the compiler catches the typo when a user calls Setup() 82 // Tests that the compiler catches the typo when a user declares a 93 // Tests that the compiler catches the typo when a user calls Setup() 107 // Tests that the compiler catches using the wrong test case name in 126 // Tests that the compiler catches using the wrong test case name in 145 // Tests that the compiler catches using the wrong test case name in 166 // Tests that the compiler catches instantiating TYPED_TEST_CASE_ [all...] |
/development/testrunner/ |
create_test.py | 18 """Utility to create Android project files for tests.""" 54 package="$PACKAGE_NAME.tests"> 62 android:label="Tests for $MODULE_NAME"> 69 LOCAL_MODULE_TAGS := tests 75 LOCAL_PACKAGE_NAME := ${MODULE_NAME}Tests${CERTIFICATE} 83 TESTS_FOLDER = "tests" 87 """Create and populate tests/AndroidManifest.xml with variable values from 90 Does nothing if tests/AndroidManifest.xml already exists. 98 IOError: tests/AndroidManifest.xml cannot be opened for writing 113 # create tests folder if not existen [all...] |
runtest.py | 17 """Command line utility for running Android tests 19 runtest helps automate the instructions for building and running tests 22 - It launches InstrumentationTestRunner (or similar) to run the tests you 25 runtest supports running tests whose attributes have been pre-defined in 55 # file path to android core platform tests, relative to android build root 60 # vendor glob file path patterns to tests, relative to android 62 _VENDOR_TEST_PATH = os.path.join("vendor", "*", "tests", "testinfo", 68 "for a list of tests, or you can launch one or more tests.") 91 parser.add_option("-l", "--list-tests", dest="only_list_tests" [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
AllTests.java | 17 package org.apache.harmony.crypto.tests.javax.crypto; 23 * This is autogenerated source file. Includes tests for package org.apache.harmony.crypto.tests.javax.crypto; 33 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package org.apache.harmony.crypto.tests.javax.crypto;");
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
IllegalFormatCodePointExceptionTest.java | 17 package org.apache.harmony.luni.tests.java.util; 36 * @tests java.util.IllegalFormatCodePointException.IllegalFormatCodePointException(int) 51 * @tests java.util.IllegalFormatCodePointException.getCodePoint() 67 * @tests java.util.IllegalFormatCodePointException.getMessage() 99 * @tests serialization/deserialization. 114 * @tests serialization/deserialization compatibility with RI.
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigIntegerToStringTest.java | 22 package org.apache.harmony.math.tests.java.math; 43 notes = "This is a complete subset of tests for toString method", 60 notes = "This is a complete subset of tests for toString method", 77 notes = "This is a complete subset of tests for toString method", 94 notes = "This is a complete subset of tests for toString method", 111 notes = "This is a complete subset of tests for toString method", 128 notes = "This is a complete subset of tests for toString method", 145 notes = "This is a complete subset of tests for toString method", 162 notes = "This is a complete subset of tests for toString method", 179 notes = "This is a complete subset of tests for toString method" [all...] |
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
AllTests.java | 17 package tests.api.javax.net.ssl; 23 * This is autogenerated source file. Includes tests for package tests.api.javax.net.ssl; 33 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.api.javax.net.ssl;");
|
/external/icu4c/test/cintltst/ |
citertst.h | 16 * Collation Iterator tests. 83 * Tests the CEs generated by the iterators. 87 * Tests the discontiguos contractions 91 * Tests that the iterators bails out when the CEBuffer is exhausted 95 * Tests the validity of CEs generated by the iterators. 100 * Tests the validity of sortkeys generated by the iterators.
|
/external/icu4c/test/intltest/ |
rbbitst.h | 7 * 01/12/2000 Madhu Updated for changed API and added new tests 43 * Tests rule status return values 84 * Perform tests of BreakIterator forward and backward functionality 86 * It tests the methods first(), next(), current(), preceding(), following() 112 * Internal method to perform tests of BreakIterator multiple selection functionality 129 // Run the actual tests for TestTailoredBreaks()
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
mkhtml.pl | 3 # mkhtml.pl cruises through your $MOZ_SRC/mozilla/js/tests/ subdirectories, 5 # $MOZ_SRC/mozilla/js/tests/$suite/shell.js, $ 6 # MOZ_SRC/mozilla/js/tests/$suite/browser.js, 14 $test_home = $moz_src ."/js/tests/"; 29 $js_test_dir = $moz_src . "/js/tests/" . $ARGV[0] ."/"; 31 print "Generating html files for the tests in $js_test_dir\n";
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
ListTestCaseNames.java | 30 List<Test> tests = Collections.<Test>list(suite.tests()); local 32 for (Test test : tests) { 46 List<Test> tests = Collections.<Test>list(suite.tests()); local 48 for (Test test : tests) {
|
/system/core/libacc/tests/ |
Android.mk | 18 LOCAL_MODULE_TAGS := tests 37 LOCAL_MODULE_TAGS := tests 41 # Runtime tests for host 55 LOCAL_MODULE_TAGS := tests 59 # Runtime tests for target 73 LOCAL_MODULE_TAGS := tests
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
InsertFunctionalityTest.java | 16 package tests.java.sql; 31 import tests.support.Support_SQL; 32 import tests.support.DatabaseCreator; 119 * @tests InsertFunctionalityTest#testInsert1(). Attempts to insert row into 139 * @tests InsertFunctionalityTest#testInsert2(). Attempts to insert row into 172 * @tests InsertFunctionalityTest#testInsert3(). Tests INSERT ... SELECT 178 notes = "Functionality test: Tests INSERT ... SELECT functionality", 184 notes = "Functionality test: Tests INSERT ... SELECT functionality", 203 * @tests InsertFunctionalityTest#testInsert4(). Tests INSERT ... SELEC [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
BooleanTest.java | 17 package org.apache.harmony.luni.tests.java.lang; 30 * @tests java.lang.Boolean#hashCode() 44 * @tests java.lang.Boolean#Boolean(String) 62 * @tests java.lang.Boolean#Boolean(boolean) 76 * @tests java.lang.Boolean#booleanValue() 90 * @tests java.lang.Boolean#equals(Object) 109 * @tests java.lang.Boolean#getBoolean(String) 129 * @tests java.lang.Boolean#toString() 143 * @tests java.lang.Boolean#toString(boolean) 157 * @tests java.lang.Boolean#valueOf(String [all...] |
ExtendTestClass.java | 16 package org.apache.harmony.luni.tests.java.lang; 19 @TestAnnotation("org.apache.harmony.luni.tests.java.lang.ExtendTestClass")
|
/system/core/fastboot/ |
usbtest.c | 132 } tests[] = { variable in typeref:struct:__anon12996 144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n"); 145 for(i = 0; tests[i].cmd; i++) { 146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help); 191 for(i = 0; tests[i].cmd; i++) { 192 if(!strcmp(argv[1], tests[i].cmd)) { 193 usb = usb_open(tests[i].match); 194 if(tests[i].test) { 197 tests[i].cmd) [all...] |
/dalvik/dx/src/junit/extensions/ |
TestSetup.java | 7 * Subclass TestSetup and insert it into your tests when you want 8 * to set up additional state once before the tests are run.
|
/dalvik/libcore/dom/src/test/java/tests/api/org/w3c/dom/ |
AllTests.java | 17 package tests.api.org.w3c.dom; 31 TestSuite suite = tests.TestSuiteFactory.createTestSuite();
|
/dalvik/libcore/dom/src/test/java/tests/dom/ |
AllTests.java | 17 package tests.dom; 27 TestSuite suite = tests.TestSuiteFactory.createTestSuite();
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
TestSetup.java | 7 * Subclass TestSetup and insert it into your tests when you want 8 * to set up additional state once before the tests are run.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
MalformedParameterizedTypeExceptionTests.java | 1 package tests.api.java.lang.reflect; 16 * @tests java.lang.reflect.MalformedParameterizedTypeException#MalformedParameterizedTypeException()
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
PasswordCallbackTest.java | 18 package tests.api.javax.security.auth; 30 * Tests for <code>PasswordCallback</code> class constructors and methods. 37 * @tests javax.security.auth.callback.PasswordCallback#PasswordCallback(String prompt, boolean echoOn) 38 * @tests javax.security.auth.callback.PasswordCallback#getPrompt() 39 * @tests javax.security.auth.callback.PasswordCallback#isEchoOn() 96 * @tests javax.security.auth.callback.PasswordCallback#getPassword() 97 * @tests javax.security.auth.callback.PasswordCallback#setPassword(char[] password) 98 * @tests javax.security.auth.callback.PasswordCallback#clearPassword()
|