HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /external/stlport/test/unit/
equal_test.cpp 67 struct Test {
69 Test();
72 Test(int val) : value(val) {}
79 bool operator < (const Test& v1, int v2)
82 bool operator < (int v1, const Test& v2)
86 bool operator < (const Test& v1, const Test& v2)
105 vector<Test> tv;
106 vector<Test>::iterator it;
107 pair<vector<Test>::iterator, vector<Test>::iterator> p
    [all...]
  /external/valgrind/unittest/
old_test_suite.h 28 This file contains a simple test suite for some of our old unit-tests.
64 struct Test{
68 Test(void_func_void_t f, int id, int flags)
73 Test() : f_(0), flags_(0) {}
79 printf("*RESULT test%d: time= %4ld ms\n", id_, end - start);
86 extern std::map<int, Test> *TheMapOfTests;
91 TheMapOfTests = new std::map<int, Test>;
93 (*TheMapOfTests)[id] = Test(f, id, flags);
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 57 Test[] mTests = new Test[] {
58 new Test("Show File") {
77 new Test("Append to File") {
93 new Test("Clear File") {
107 new Test("Poke") {
112 new Test("Show Shared Pref") {
121 new Test("Increment Shared Pref") {
131 new Test("Backup Helpers") {
153 new Test("Restore Helpers")
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
equal_test.cpp 67 struct Test {
69 Test();
72 Test(int val) : value(val) {}
79 bool operator < (const Test& v1, int v2)
82 bool operator < (int v1, const Test& v2)
86 bool operator < (const Test& v1, const Test& v2)
105 vector<Test> tv;
106 vector<Test>::iterator it;
107 pair<vector<Test>::iterator, vector<Test>::iterator> p
    [all...]
  /ndk/tests/device/test-stlport/unit/
equal_test.cpp 67 struct Test {
69 Test();
72 Test(int val) : value(val) {}
79 bool operator < (const Test& v1, int v2)
82 bool operator < (int v1, const Test& v2)
86 bool operator < (const Test& v1, const Test& v2)
105 vector<Test> tv;
106 vector<Test>::iterator it;
107 pair<vector<Test>::iterator, vector<Test>::iterator> p
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 16 delete Test::default_instance_;
28 Test::default_instance_ = new Test();
32 Test::default_instance_->InitAsDefaultInstance();
306 return "audio_processing_unittest.Test.Statistic";
398 // optional .audio_processing_unittest.Test.Statistic residualEchoReturnLoss = 1;
411 // optional .audio_processing_unittest.Test.Statistic echoReturnLoss = 2;
425 // optional .audio_processing_unittest.Test.Statistic echoReturnLossEnhancement = 3;
439 // optional .audio_processing_unittest.Test.Statistic aNlp = 4;
470 // optional .audio_processing_unittest.Test.Statistic residualEchoReturnLoss = 1
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 18 class GtkChromeShrinkableHBoxTest : public testing::Test {
129 void Test(bool pack_start) {
214 SCOPED_TRACE("Test LTR");
216 EXPECT_NO_FATAL_FAILURE(Test(true));
219 SCOPED_TRACE("Test RTL");
221 EXPECT_NO_FATAL_FAILURE(Test(true));
229 SCOPED_TRACE("Test LTR");
231 EXPECT_NO_FATAL_FAILURE(Test(false));
234 SCOPED_TRACE("Test RTL");
236 EXPECT_NO_FATAL_FAILURE(Test(false))
    [all...]
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 145 void Test() {
nested-name-spec.cpp 202 class Test {
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 36 void test() { function
69 void Test() {
instantiate-expr-4.cpp 133 void Test() {
  /external/skia/src/xml/
SkJS.cpp 214 void SkJS::Test(void* hwnd) {
  /external/v8/test/cctest/
test-alloc.cc 51 // in order to make the test harder.
91 // Test that we can allocate in old pointer space and code space.
101 static Handle<Object> Test() {
106 TEST(StressHandles) {
110 Handle<Object> o = Test();
128 TEST(StressJS) {
159 // CodeRange test.
186 TEST(CodeRange) {
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 28 import android.test.AndroidTestCase;
39 TestLooperThread looperThread = new TestLooperThread(Test.ADD_IDLE_HANDLER);
52 TestLooperThread looperThread = new TestLooperThread(Test.REMOVE_IDLE_HANDLER);
64 private enum Test {ADD_IDLE_HANDLER, REMOVE_IDLE_HANDLER};
67 * {@link HandlerThread} that adds or removes an idle handler depending on the {@link Test}
75 private final Test mTestMode;
79 TestLooperThread(Test testMode) {
95 if (mTestMode == Test.ADD_IDLE_HANDLER) {
170 * Helper class used to test sending message to message queue.
219 throw new RuntimeException("test timed out")
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 27 * Data structure that represents a "Test" result XML element.
29 class Test extends AbstractXmlPullParser {
31 static final String TAG = "Test";
48 * Create an empty {@link Test}
50 public Test() {
54 * Create a {@link Test} from a {@link TestResult}.
58 public Test(String name) {
66 * Set the name of this {@link Test}
73 * Get the name of this {@link Test}
163 * Populates this class with test result data parsed from XML
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThrowableTest.java 50 // Test for method java.lang.Throwable
52 class Test implements Runnable {
55 public Test(int x) {
78 new Test(0).run();
87 new Test(1).run();
128 // Test for method void java.lang.Throwable.printStackTrace()
129 Throwable x = new ClassNotFoundException("A Test Message");
146 // Test for method void
162 // Test for method void
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 62 void Test() {
83 void test() { function in namespace:noreturn_stripping
133 void test() function in namespace:N
  /external/clang/test/CodeGenCXX/
value-init.cpp 78 int test(S *s) { function in namespace:ptrmem
88 struct Test {
89 Test() : i(10) {}
90 Test(int i) : i(i) {}
97 Test t;
100 struct Test3 : public Test { };
108 Test partial[3] = { 1 };
113 Test empty[3] = {};
135 int test() { function in namespace:zeroinit
202 void test() { function in namespace:test6
    [all...]
  /external/icu4c/test/intltest/
idnaconf.cpp 64 // read the test data file to memory
74 const char* name = "idna_conf.txt"; // test data file
89 errln("Error reading test data file.");
97 errln("Error reading test data file.");
280 void IdnaConfTest::Test(void){
340 void IdnaConfTest::Test(void)
342 // test nothing...
348 TESTCASE(0,Test);
  /external/llvm/utils/lit/lit/
main.py 17 import Test
19 # Configuration files to look for when discovering test suites. These can be
37 def update(self, test):
39 if self.opts.quiet and not test.result.isFailure:
46 self.handleUpdate(test)
58 def handleUpdate(self, test):
62 test.getFullName())
64 if self.opts.succinct and not test.result.isFailure:
70 print '%s: %s (%d of %d)' % (test.result.name, test.getFullName()
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 194 function Test(testInfoLine)
219 this.completedHTML = false; // true if this test has a result (pass, fail or skip)
220 this.completedXHTML = false; // true if this test has a result (pass, fail or skip)
229 Test.prototype.runForFormat = function(format)
240 Test.prototype.completedForFormat = function(format)
251 Test.prototype.statusForFormat = function(format)
355 this.tests = {}; // map of test id to test info
361 this.currChapterTestIndex = -1; // index of test in the current chapter
407 var test = new Test(lines[i])
    [all...]
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 108 new Thread(new Test(), TAG).start();
117 private final class Test extends Assert implements Runnable {
  /cts/tools/host/src/com/android/cts/
Test.java 24 * Correspond to junit's test method, provide functions on storing
25 * and executing a test from CTS test harness.
27 public class Test implements DeviceObserver {
44 public Test(final TestCase parentCase, final String name,
58 * Check if it's known failure test.
60 * @return If known failure test, return true; else, return false.
76 * Set the test controller.
78 * @param testController The test controller.
85 * Get the test controller
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
54 // The following platform macros are used throughout Google Test:
67 #include <gtest/gtest-death-test.h>
100 // This flag controls whether Google Test includes Google Test interna
    [all...]
  /external/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
54 // The following platform macros are used throughout Google Test:
67 #include <gtest/gtest-death-test.h>
69 #include <gtest/gtest-param-test.h>
71 #include <gtest/gtest-test-part.h
    [all...]

Completed in 2023 milliseconds

1 2 34 5 6