/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
InstrumentationResultParser.java | 34 * Parses the 'raw output mode' results of an instrumentation test run from shell and informs a 49 * <p>Otherwise, expect a series of test results, each one containing a set of status key/value 50 * pairs, delimited by a start(1)/pass(0)/fail(-2)/error(-1) status code result. At end of test 51 * run, expects that the elapsed test time in seconds will be displayed 57 * INSTRUMENTATION_STATUS: test=testFoo 70 /** Relevant test status keys. */ 72 private static final String TEST = "test"; 83 KNOWN_KEYS.add(StatusKeys.TEST); 95 /** Test result status codes. * [all...] |
/external/bison/lib/ |
argmatch.c | 98 /* Test all elements for either exact match or abbreviated matches. */ 213 #ifdef TEST
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_unittest.cc | 8 #include "chrome/test/testing_browser_process.h" 9 #include "chrome/test/testing_profile.h" 99 typedef testing::Test AutocompleteEditTest; 102 TEST(AutocompleteEditTest, AdjustTextForCopy) { 112 // Test that http:// is inserted if all text is selected. 115 // Test that http:// is inserted if the host is selected.
|
/external/chromium/testing/gtest/test/ |
gtest-typed-test_test.cc | 35 #include "test/gtest-typed-test_test.h" 38 using testing::Test; 42 // type-parameterized test. 44 class CommonTest : public Test { 115 // The second test makes sure shared_ is not deleted after the first 116 // test. 131 class TypedTest1 : public Test { 140 class TypedTest2 : public Test { 147 // This also verifies that tests from different typed test cases can 151 // Tests that a typed test case can be defined in a namespace [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 64 TEST(SanitizerCommon, IntrusiveList) {
|
/external/grub/netboot/ |
epic100.h | 22 TEST = 0x1C, /* Test register: marked as reserved (see in source code) */
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 35 #include "test/gtest-typed-test_test.h" 38 using testing::Test; 42 // type-parameterized test. 44 class CommonTest : public Test { 115 // The second test makes sure shared_ is not deleted after the first 116 // test. 131 class TypedTest1 : public Test { 140 class TypedTest2 : public Test { 147 // This also verifies that tests from different typed test cases can 151 // Tests that a typed test case can be defined in a namespace [all...] |
/external/llvm/unittests/ADT/ |
IntEqClassesTest.cpp | 17 TEST(IntEqClasses, Simple) {
|
/external/llvm/unittests/VMCore/ |
MetadataTest.cpp | 23 class MetadataTest : public testing::Test { 29 // Test that construction of MDString with different value produces different 39 // Test that creation of MDStrings with the same string contents produces the 50 // Test that MDString prints out the string we fed it. 64 // Test printing of MDString with non-printable characters. 76 // Test the two constructors, and containing other Constants. 130 TEST(NamedMDNodeTest, Search) {
|
/external/protobuf/gtest/test/ |
gtest-typed-test_test.cc | 35 #include "test/gtest-typed-test_test.h" 38 using testing::Test; 42 // type-parameterized test. 44 class CommonTest : public Test { 115 // The second test makes sure shared_ is not deleted after the first 116 // test. 131 class TypedTest1 : public Test { 140 class TypedTest2 : public Test { 147 // This also verifies that tests from different typed test cases can 151 // Tests that a typed test case can be defined in a namespace [all...] |
/external/v8/test/cctest/ |
test-assembler-mips.cc | 63 TEST(MIPS0) { 88 TEST(MIPS1) { 126 TEST(MIPS2) { 134 // ----- Test all instructions. 136 // Test lui, ori, and addiu, used in the li pseudo-instruction. 266 TEST(MIPS3) { 267 // Test floating point instructions. 345 TEST(MIPS4) { 346 // Test moves between floating point and integer registers. 405 TEST(MIPS5) [all...] |
test-date.cc | 120 TEST(DaylightSavingsTime) {
|
test-hashmap.cc | 173 TEST(Set) {
|
test-liveedit.cc | 160 TEST(LiveEditDiffer) {
|
test-reloc-info.cc | 44 TEST(Positions) {
|
test-hashing.cc | 225 TEST(StringHash) { 243 TEST(NumberHash) {
|
/external/valgrind/unittest/ |
old_test_suite.cc | 28 This file contains a simple test suite for some of our old unit-tests. 40 std::map<int, Test> *TheMapOfTests = NULL; 68 TEST(NonGtestTests, All) { 72 printf("test%i was excluded\n", test_id); 137 for (std::map<int,Test>::iterator it = TheMapOfTests->begin(); 143 for (std::map<int,Test>::iterator it = TheMapOfTests->begin(); 158 // Enqueue the test specified. 161 printf("Unknown test id: %d\n", test_id); 166 // Exclude the test specified. 169 printf("Unknown test id: %d\n", test_id) [all...] |
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
PageLoadBasic.cpp | 26 #include "Test.h" 111 TEST(WebKit2, PageLoadBasic)
|
/tools/build/gradle/src/main/groovy/com/android/build/gradle/ |
AndroidPlugin.groovy | 75 if (buildType.name.startsWith("test")) { 76 throw new RuntimeException("BuildType names cannot start with 'test'") 96 if (productFlavor.name.startsWith("test")) { 97 throw new RuntimeException("ProductFlavor names cannot start with 'test'") 104 String testName = "test${productFlavor.name.capitalize()}" 125 // there'll be more than one test app, so we need a top level assembleTest 128 assembleTest.description = "Assembles all the Test applications" 185 throw new RuntimeException("Test Build Type '$extension.testBuildType' does not exist.") 211 VariantConfiguration.Type.TEST, testedVariant.config) 229 throw new RuntimeException("Test Build Type '$extension.testBuildType' does not exist." [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
filter_false_positive_perftest.cc | 5 // This test performs a series false positive checks using a list of URLs 46 // chrome/test/data/safe_browsing/filter/database 47 // chrome/test/data/safe_browsing/filter/urls 92 // Returns the path to the data used in this test, relative to the top of the 210 // Construct a bloom filter with the given prefixes and multiplier, and test the 276 // Print out the results for this test. 290 // This test can take several minutes to perform its calculations, so it should 292 TEST(SafeBrowsingBloomFilter, FalsePositives) { 319 TEST(SafeBrowsingBloomFilter, HashTime) {
|
/external/valgrind/main/VEX/test/ |
test-amd64.c | 4 gcc -g -o test-amd64 test-amd64.c -lm 9 test. */ 12 * x86 CPU test 42 /* Setting this to 1 creates a very comprehensive test of 70 #include "test-amd64.h" 73 #include "test-amd64.h" 76 #include "test-amd64.h" 79 #include "test-amd64.h" 82 #include "test-amd64.h [all...] |
test-i386.c | 2 * x86 CPU test 33 /* Setting this to 1 creates a very comprehensive test of 60 #include "test-i386.h" 63 #include "test-i386.h" 66 #include "test-i386.h" 69 #include "test-i386.h" 72 #include "test-i386.h" 75 #include "test-i386.h" 79 #include "test-i386.h" 83 #include "test-i386.h [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLDocument05.js | 16 * Gets URI that identifies the test. 17 * @return uri identifier of test 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument05"; 28 // running the test suite. 33 // raised when entering the body of the test. 39 // creates test document builder, may throw exception 68 // body of the test to be executed. 105 assertEquals("idLink","TEST-BODY",vid);
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLDocument05.js | 16 * Gets URI that identifies the test. 17 * @return uri identifier of test 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument05"; 28 // running the test suite. 33 // raised when entering the body of the test. 39 // creates test document builder, may throw exception 68 // body of the test to be executed. 105 assertEquals("idLink","TEST-BODY",vid);
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
basic-multi-touch-events-limited.js | 21 // call the isSucccessfullyParsed function to output the correct TEST COMPLETE 99 description("This tests basic multi touch event support. This is a limited version of test basic-multi-touch-events.html that avoids the situation where one touch point is released while another is maintained."); 105 debug("This test requires DumpRenderTree. Tap on the blue rect to log.")
|