HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 151 - 175 of 400) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_simplesubclasses.py 12 class Test(unittest.TestCase):
19 # Test if the return value of a callback is ignored
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util_unittest.py 17 def test(): function in function:TestWait.testNonTimeout
20 util.WaitFor(test, 0.1)
24 def test(): function in function:TestWait.testTimeout
28 lambda: util.WaitFor(test, 0.1))
31 """Test methods and anonymous functions, functions are tested elsewhere."""
33 class Test(object):
36 return 'test'
38 util.WaitFor(Test().Method, 0.1)
42 # Test noncallable condition.
43 self.assertRaises(TypeError, lambda: util.WaitFor('test', 0.1)
    [all...]
  /external/clang/test/CXX/class.access/class.access.base/
p1.cpp 16 class Test : public Base {
17 void test() { function in class:test0::Test
34 void test(Test *t) { function in namespace:test0
65 class Test : protected Base { // expected-note 6 {{declared protected here}} expected-note 8 {{constrained by protected inheritance here}}
66 void test() { function in class:test1::Test
83 void test(Test *t) { function in namespace:test1
121 class Test : private Base { // expected-note 6 {{declared private here}} \
123 void test() { function in class:test2::Test
140 void test(Test *t) { function in namespace:test2
    [all...]
  /external/clang/test/CXX/special/class.copy/
p18-cxx11.cpp 52 struct Test {
  /external/clang/test/CoverageMapping/
classtemplate.cpp 7 class Test {
16 Test() { } // CHECK-CONSTRUCTOR: File 0, [[@LINE]]:10 -> [[@LINE]]:13 = #0
48 Test<unsigned> t;
49 t.set(Test<unsigned>::A, 5.5);
50 t.set(Test<unsigned>::T, 5.6);
51 t.set(Test<unsigned>::G, 5.7);
52 t.set(Test<unsigned>::C, 5.8);
  /external/clang/test/SemaCXX/
return.cpp 73 class Test
90 void Test(const VarType& value) {
i-c-e-cxx.cpp 34 char Test() {
  /external/llvm/utils/lit/lit/
LitConfig.py 6 import lit.Test
12 """LitConfig - Configuration data for a 'lit' test runner instance, shared
25 # The name of the test runner.
39 # Configuration files to look for when discovering test suites.
discovery.py 2 Test discovery functions.
11 from lit import LitConfig, Test
24 Find the test suite containing @arg item.
26 @retval (None, ...) - Indicates no test suite contains @arg item.
43 # We found a test suite, create a new config for it and load it.
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
54 # Check for an already instantiated test suite.
110 # Find the test suite for this input and its relative path.
113 litConfig.warning('unable to find test suite for %r' % path)
131 # Check if the user named a test directly
    [all...]
main.py 14 import lit.Test
35 def update(self, test):
39 update_incremental_cache(test)
43 test.getFullName())
45 shouldShow = test.result.code.isFailure or \
54 # Show the test result line.
55 test_name = test.getFullName()
56 print('%s: %s (%d of %d)' % (test.result.code.name, test_name,
59 # Show the test failure output, if requested.
60 if (test.result.code.isFailure and self.opts.showOutput) or
    [all...]
  /external/v8/test/mjsunit/compiler/
pic.js 36 function Test(o) {
45 assertTrue(SetXY(o, Test) === Test);
46 assertTrue(Test === GetX(o), "Test === GetX(o)");
56 // Run the test until we're fairly sure we've optimized the
59 Test(o1);
60 Test(o2);
61 Test(o3);
63 %OptimizeFunctionOnNextCall(Test);
    [all...]
  /external/vixl/test/
test-runner.cc 30 #include "test-runner.h"
33 vixl::Test* vixl::Test::first_ = NULL;
34 vixl::Test* vixl::Test::last_ = NULL;
37 bool vixl::Test::debug_ = false;
40 bool vixl::Test::trace_sim_ = false;
41 bool vixl::Test::trace_reg_ = false;
42 bool vixl::Test::trace_write_ = false;
45 bool vixl::Test::coloured_trace_ = false
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 1 package com.android.test.hwuicompare;
3 import com.android.test.hwuicompare.AutomaticActivity.FinalCallback;
6 import android.test.ActivityInstrumentationTestCase2;
8 public class Test extends ActivityInstrumentationTestCase2<AutomaticActivity> {
12 public Test() {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestActivity.java 38 Test[] mTests;
41 protected abstract Test[] tests();
43 abstract class Test {
45 Test(String n) {
68 Test t = mTests[position];
69 Log.d(tag(), "Test: " + t.name);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestAdapter.java 35 List<Test> tests;
38 private class Test {
42 protected Test(int instructions) {
51 this.tests = new ArrayList<Test>();
53 this.tests.add(new Test(t));
86 Test test = tests.get(position); local
87 if (test.mPassed) {
93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions);
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 7 3) Decomposing a test into shards. Ideally shard_count is chosen such that
16 Test = namedtuple('Test', 'filter, suite, shards, time, hasty, notpass')
36 Test('dEQP-EGL.functional', Suite.none, shards=1, hasty=False, notpass=True, time='LENGTHY'),
37 Test('dEQP-EGL.info', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
38 Test('dEQP-EGL.performance', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
39 Test('dEQP-EGL.stress', Suite.none, shards=1, hasty=False, notpass=True, time='LONG'),
40 Test('dEQP-GLES2.accuracy', Suite.bvtpb, shards=1, hasty=False, notpass=True, time='FAST'),
41 Test('dEQP-GLES2.capability', Suite.bvtpb, shards=1, hasty=False, notpass=True, time='FAST'),
42 Test('dEQP-GLES2.functional', Suite.daily, shards=1, hasty=False, notpass=True, time='LENGTHY')
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 38 template <typename T> struct Test {
40 test = 0 member in class:A::B::PR14029::Test::Tag
42 Test() {
43 auto t = Tag::test;
47 Test<int> t;
  /external/clang/test/Misc/
ast-dump-attr.cpp 1 // RUN: %clang_cc1 -triple x86_64-pc-linux -std=c++11 -Wno-deprecated-declarations -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s
107 namespace Test {
125 auto Test = []() __attribute__((no_thread_safety_analysis)) {};
141 struct { int Test __attribute__((deprecated)); };
142 // CHECK: FieldDecl{{.*}}Test 'int'
148 s.Test = 1;
149 // CHECK: IndirectFieldDecl{{.*}}Test 'int'
  /external/clang/test/Sema/
compound-literal.c 19 typedef struct Test {int a;int b;} Test;
20 static Test* ll = &(Test) {0,0};
  /external/libcxx/test/libcxx/test/
format.py 5 import lit.Test # pylint: disable=import-error
9 from libcxx.test.executor import LocalExecutor as LocalExecutor
15 Custom test format handler for use with the test format use by libc++.
18 FOO.pass.cpp - Executable test which should compile, run, and exit with
20 FOO.fail.cpp - Negative test case which is expected to fail compilation.
21 FOO.sh.cpp - A test that uses LIT's ShTest format.
45 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
48 def execute(self, test, lit_config)
    [all...]
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 188 cl::ParseCommandLineOptions(argc, argv, "llvm jit event listener test utility\n");
190 JitEventListenerTest Test;
192 Test.ProcessInput(InputFilename);
  /external/parameter-framework/upstream/bindings/c/
Test.cpp 47 struct Test
114 TEST_CASE_METHOD(Test, "Parameter-framework c api use")
126 const char *intParameterPath = "/test/system/integer";
127 const char *stringParameterPath = "/test/system/string";
137 <SystemClass Name='test'>\
143 SystemClassName='test' TuningAllowed='false'>\
171 WHEN ("Using test logger") {
175 // Test coverage of default logger warning
  /external/parameter-framework/upstream/utility/test/
utility.cpp 46 struct Test
54 const list<Test> tests = {{{}, nullptr, 21, 21, 0},
59 for (auto &test : tests) {
60 CAPTURE(Catch::toString(test.input));
61 const auto &first = begin(test.input);
62 const auto &last = end(test.input);
63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result);
64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty)
    [all...]
  /external/regex-re2/re2/testing/
parse_test.cc 5 // Test parse.cc, dump.cc, and tostring.cc.
9 #include "util/test.h"
16 struct Test {
27 static Test tests[] = {
111 // Test precedences
117 // Test flattening.
124 // Test Perl quoted literals
130 // Test Perl \A and \z
140 // Test named captures
201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags
    [all...]
  /external/skia/src/core/
SkColorSpace.cpp 210 void SkColorSpace::Test() {

Completed in 2069 milliseconds

1 2 3 4 5 67 8 91011>>