HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 451 - 475 of 2199) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 44 <testsuites tests="3" failures="0" disabled="0" errors="0" time="11.35" name="AllTests">
45 <testsuite name="RenderTableCellDeathTest" tests="3" failures="0" disabled="0" errors="0" time="0.677">
55 <testsuites tests="4" failures="1" disabled="0" errors="0" time="11.35" name="AllTests">
56 <testsuite name="RenderTableCellDeathTest" tests="4" failures="1" disabled="0" errors="0" time="0.677">
61 <failure message="Value of: scale&#x0A; Actual: 4&#x0A;Expected: 1" type=""><![CDATA[../../Source/WebKit/chromium/tests/WebFrameTest.cpp:191
73 <testsuites tests="4" failures="2" disabled="0" errors="0" time="11.35" name="AllTests">
74 <testsuite name="UnitTests" tests="4" failures="2" disable="0" errors="0" time="10.0">
76 <failure message="Value of: pi&#x0A; Actual: 3&#x0A;Expected: 3.14" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassOneTest.cpp:42
82 <failure message="Value of: e&#x0A; Actual: 2&#x0A;Expected: 2.71" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:30
86 <failure message="Value of: tau&#x0A; Actual: 6&#x0A;Expected: 6.28" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:5
    [all...]
  /external/chromium_org/v8/tools/testrunner/objects/
peer.py 38 self.tests = [] # list of TestCase objects
48 """Adds tests from |shell| to this peer.
50 Stops when self.needed_work reaches zero, or when all of shell's tests
55 while len(shell.tests) > 0 and self.needed_work > 0:
56 t = shell.tests.pop()
60 self.tests.append(t)
69 self.tests.append(test)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 5 """Generates test runner factory and tests for GTests."""
187 A gtest filter which excludes disabled tests.
207 """Get a list of tests.
215 A list of all the tests in the test suite.
236 tests = []
238 tests.extend(r.test_list)
239 return tests
243 """Removes tests with disabled prefixes.
246 all_tests: List of tests to filter.
247 pre: If True, include tests with PRE_ prefix
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
36 return "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee"
    [all...]
NewInstance002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
37 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 19 package org.apache.harmony.jpda.tests.jdwp.Events;
21 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
22 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
23 import org.apache.harmony.jpda.tests.framework.jdwp.EventPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
26 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
27 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
SingleStepWithLocationTest.java 19 package org.apache.harmony.jpda.tests.jdwp.Events;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.EventMod;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
26 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
27 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
35 private String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/SingleStepDebuggee;"
    [all...]
FieldWithLocationTest.java 19 package org.apache.harmony.jpda.tests.jdwp.Events;
21 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
23 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
24 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
25 import org.apache.harmony.jpda.tests.framework.jdwp.VmMirror;
35 "Lorg/apache/harmony/jpda/tests/jdwp/Events/FieldWithLocationDebuggee;";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DisableCollectionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
35 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/DisableCollectionDebuggee;"
    [all...]
EnableCollectionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
35 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
46 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/EnableCollectionDebuggee;"
    [all...]
  /external/chromium_org/net/proxy/
proxy_list_unittest.cc 22 } tests[] = { local
61 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
63 list.SetFromPacString(tests[i].pac_input);
64 EXPECT_EQ(tests[i].pac_output, list.ToPacString());
74 } tests[] = { local
87 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
89 list.SetFromPacString(tests[i].pac_input);
90 list.RemoveProxiesWithoutScheme(tests[i].filter);
91 EXPECT_EQ(tests[i].filtered_pac_output, list.ToPacString());
  /external/expat/tests/
minicheck.c 4 * tests. This interface is based entirely on the portion of the
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
65 if (new_tests != tc->tests) {
66 free(tc->tests);
67 tc->tests = new_tests;
71 tc->tests[tc->ntests] = test;
117 tc = suite->tests;
136 (tc->tests[i])()
    [all...]
  /cts/tests/core/libcore/tests/
Android.mk 18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.tests
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ClassFileVersionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
24 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
26 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
38 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee;";
40 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassFileVersionDebuggee.class";
44 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionDebuggee";
ConstantPoolTest.java 20 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
25 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
26 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
27 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
29 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee;";
45 static final String debuggeeClass = "org/apache/harmony/jpda/tests/jdwp/ReferenceType/ConstantPoolDebuggee.class";
49 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ConstantPoolDebuggee";
InterfacesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/InterfacesDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.InterfacesDebuggee";
61 String checkedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/CheckedClass_Interfaces001;";
65 logWriter.println("=> Checked class = org.apache.harmony.jpda.tests.jdwp.ReferenceType.CheckedClass_Interfaces001")
    [all...]
StatusTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/StatusDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.StatusDebuggee";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StopDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
28 import org.apache.harmony.jpda.tests.framework.DebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.framework.LogWriter;
30 import org.apache.harmony.jpda.tests.framework.TestOptions;
31 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
32 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
36 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.StopTest</code>.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator3Test.java 22 package org.apache.harmony.security.tests.java.security.cert;
34 import org.apache.harmony.security.tests.java.security.cert.CertPathBuilder1Test;
35 import org.apache.harmony.security.tests.java.security.cert.CertPathValidator1Test;
36 import org.apache.harmony.security.tests.support.SpiEngUtils;
37 import org.apache.harmony.security.tests.support.cert.MyCertPath;
38 import org.apache.harmony.security.tests.support.cert.TestUtils;
43 * Tests for <code>CertPathValidator</code> class methods.
  /external/chromium_org/net/base/
mime_util_unittest.cc 22 } tests[] = { local
36 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
37 rv = GetMimeTypeFromExtension(tests[i].extension, &mime_type);
38 EXPECT_EQ(tests[i].valid, rv);
40 EXPECT_EQ(tests[i].mime_type, mime_type);
49 } tests[] = { local
61 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
62 rv = GetMimeTypeFromFile(base::FilePath(tests[i].file_path),
64 EXPECT_EQ(tests[i].valid, rv);
66 EXPECT_EQ(tests[i].mime_type, mime_type)
264 } tests[] = { local
388 } tests[] = { local
    [all...]
  /external/e2fsprogs/tests/
test_config 20 TEST_REL=../tests/progs/test_rel
21 TEST_ICOUNT=../tests/progs/test_icount
22 CRCSUM=../tests/progs/crcsum
  /external/chromium_org/net/http/
http_util_unittest.cc 108 } tests[] = { local
117 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
118 bool result = HttpUtil::HasHeader(tests[i].headers, tests[i].name);
119 EXPECT_EQ(tests[i].expected_result, result);
267 } tests[] = { local
275 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
276 int input_len = static_cast<int>(strlen(tests[i].input));
277 int eoh = HttpUtil::LocateEndOfHeaders(tests[i].input, input_len);
278 EXPECT_EQ(tests[i].expected_result, eoh)
286 } tests[] = { local
600 } tests[] = { local
665 } tests[] = { local
752 } tests[] = { local
    [all...]
http_content_disposition_unittest.cc 23 const FileNameCDCase tests[] = { local
113 // RFC 5987 tests with Filename* : see http://tools.ietf.org/html/rfc5987
138 // Filename* tests converted from Q-encoded tests above.
198 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
199 HttpContentDisposition header(tests[i].header, tests[i].referrer_charset);
200 EXPECT_EQ(tests[i].expected,
202 << "Failed on input: " << tests[i].header;
212 } tests[] = local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 1 package org.apache.harmony.jpda.tests.jdwp.EventModifiers;
3 import org.apache.harmony.jpda.tests.framework.Breakpoint;
4 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
5 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
6 import org.apache.harmony.jpda.tests.framework.jdwp.EventPacket;
7 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
8 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
9 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
10 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThread;
11 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket
    [all...]
  /cts/tests/core/runner/
Android.mk 23 # include this package in the tests target for continuous testing
24 LOCAL_MODULE_TAGS := tests
28 LOCAL_PACKAGE_NAME := android.core.tests.runner
30 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-support-test

Completed in 1058 milliseconds

<<11121314151617181920>>