HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 101 - 125 of 323) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
BitSet.pm 1 package Test::ANTLR::Runtime::BitSet;
3 use Test::More;
7 BEGIN { extends 'My::Test::Class' }
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
iri2uri.py 82 class Test(unittest.TestCase):
85 """Test that URIs are invariant under the transformation."""
99 """ Test that the right type of escaping is done for each part of the URI."""
  /external/chromium_org/third_party/re2/re2/testing/
compile_test.cc 5 // Test prog.cc, compile.cc
9 #include "util/test.h"
23 struct Test {
28 static Test tests[] = {
104 TEST(TestRegexpCompileToProg, Simple) {
107 const re2::Test& t = tests[i];
158 TEST(TestCompile, ByteRanges) {
  /external/chromium_org/tools/cr/cr/actions/
adb.py 118 def Test(self, target, arguments):
runner.py 13 Runner implementations must implement the Kill, Run and Test methods.
24 '--test', dest='CR_TEST_TYPE',
28 Sets the test type to use,
30 Set to 'no' to force it to not be a test.
45 def Test(self, target, arguments):
46 """Run a test target."""
53 This dispatches to either Test or Run depending on the target type.
57 self.Test(target, arguments)
85 def Test(self, target, arguments):
  /external/chromium_org/tools/grit/grit/
util_unittest.py 6 '''Unit test that checks some of util functions.
24 # Test short class name with no fully qualified package name
30 # Test non existent class name
35 # Test valid class name and valid base class
40 # Test valid class name with wrong hierarchy
81 def Test(data, encoding, expected_result):
94 test = test_std_newline.replace('\n', newline)
95 Test(test, util.BINARY, test)
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
division-by-constant.js 105 // Define the function to test.
116 // Avoid deopt caused by overflow, we do not want to test this here.
122 function Test(ref, construct) {
129 Test(RefDivByConstI, ConstructDiv);
130 Test(RefModByConstI, ConstructMod);
131 Test(RefFlooringDivByConstI, ConstructFlooringDiv);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-const-assign.js 30 // Test that we throw early syntax errors in harmony mode
113 function Test(d,u) {
128 Test(decls[d], uses[u]);
  /external/clang/test/CXX/class.derived/class.member.lookup/
p8.cpp 19 void Test() {
57 void Test(DerivedT<T> d) {
63 template void Test(DerivedT<int>);
  /external/clang/test/CXX/special/class.copy/
p8-cxx11.cpp 41 struct Test {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 22 void Test() {
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 3 int test(int X) { function
13 struct Test { short X, x; int Y, Z; };
15 int Testing(struct Test *A) {
19 int Test2(int X, struct Test A, int Y) {
22 int Test3(struct Test A, struct Test B) {
26 struct Test Test4(struct Test A) {
  /external/clang/test/SemaCXX/
PR11358.cpp 12 struct Test {
14 void test() { function in struct:test1::Test
44 struct Test {
46 void test() { function in struct:test3::Test
return.cpp 73 class Test
90 void Test(const VarType& value) {
virtuals.cpp 50 struct Test {
warn-new-overaligned-3.cpp 3 // This test ensures that we still get the warning even if we #include <new>
8 struct Test {
18 Test t;
19 new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
20 new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
warn-new-overaligned.cpp 4 struct Test {
14 Test t;
15 new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
16 new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
21 class Test {
27 Test t;
28 new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}
    [all...]
  /external/compiler-rt/test/tsan/
unaligned_race.cc 108 NOINLINE void Test(bool main) {
127 Test(false);
134 Test(true);
  /external/icu/icu4c/source/samples/citer/
citer.cpp 36 class Test
43 void Test::TestUChariter() {
110 void Test::TestStringiter() {
180 Test t;
183 u_fprintf(out, "Test::TestUCharIter()\n");
188 u_fprintf(out, "Test::TestStringchariter()\n");
  /external/javassist/sample/
Test.java 8 This program overwrites sample/Test.class (the class file of this
10 defined in class Test, then this program adds a copy of
11 f() to the class Test with name g(). Otherwise, this program does
12 not modify sample/Test.class at all.
16 % javap sample.Test
20 public class Test {
28 CtClass cc = pool.get("sample.Test");
31 System.out.println("g() is already defined in sample.Test.");
35 * is not defined in sample.Test.
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 8 public class Test {
  /external/lldb/test/unittest2/test/
test_new_tests.py 6 from unittest2.test.support import resultFactory
25 class Test(unittest.TestCase):
28 suite = unittest2.TestSuite((Test('testOne'),))
35 class Test(unittest2.TestCase):
39 suite = unittest.TestSuite((Test('testOne'),))
  /external/llvm/utils/lit/lit/formats/
base.py 5 import lit.Test
27 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
36 # FIXME: Refactor into generic test for running some command on a directory
76 test = lit.Test.Test(
80 test.source_path = path
81 yield test
83 def createTempInput(self, tmp, test)
    [all...]
googletest.py 5 import lit.Test
69 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
83 for test in self.getTestsInExecutable(
86 yield test
88 for test in self.getTestsInExecutable(
91 yield test
93 def execute(self, test, litConfig):
94 testPath,testName = os.path.split(test.getSourcePath())
106 return lit.Test.PASS, '
    [all...]
  /external/protobuf/gtest/test/
gtest_nc.cc 32 // This file is the input to a negative-compilation test for Google
33 // Test. Code here is NOT supposed to compile. Its purpose is to
34 // verify that certain incorrect usages of the Google Test API are
37 // We still need to write the negative-compilation test itself, which
40 // TODO(wan@google.com): finish the negative-compilation test.
59 // Setup() method in a test fixture.
63 class MyTest : public testing::Test {
70 // from a test fixture.
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class
    [all...]

Completed in 1697 milliseconds

1 2 3 45 6 7 8 91011>>