Searched defs:Test (Results 51 - 75 of 221) sorted by relevance

123456789

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp13 class Test { class in namespace:test0
H A Dp4.cpp33 namespace Test { namespace
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dbasic.cpp17 void Test() { function
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp16.cpp30 struct Test{ struct in namespace:PR10024
37 void Test<T>::get<double>(double i) {} // expected-error{{cannot specialize (with 'template<>') a member of an unspecialized template}}
/external/clang/test/CodeGenCXX/
H A Ddebug-info-dup-fwd-decl.cpp3 class Test class
6 Test () : reserved (new data()) {} function in class:Test
20 Test t;
/external/clang/test/SemaCXX/
H A Dconversion-incomplete-type.cpp8 struct Test { struct
H A Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t;
21 new Test;
22 new Test[10];
H A Dwarn-unused-attribute.cpp2 struct __attribute__((warn_unused)) Test struct
4 Test();
5 ~Test();
16 Test unused; // expected-warning {{unused variable 'unused'}}
17 Test used;
H A Dtag-ambig.cpp13 class Test class
17 virtual bool testMethod (Test::Point& p) = 0;
/external/javassist/sample/
H A DTest.java8 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 { class
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/junit/src/junit/framework/
H A DTest.java4 * A <em>Test</em> can be run and collect its results.
8 public interface Test { interface
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestFastLexer.cs33 namespace Antlr3.Runtime.Test
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DCommonToken.pm1 package Test::ANTLR::Runtime::CommonToken;
3 use Test::More;
9 BEGIN { extends 'My::Test::Class' }
11 sub constructor : Test(1) {
22 sub same : Test(2) {
27 sub not_same : Test(2) {
32 sub bool_eof : Test(1) {
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm1 package ANTLR::Runtime::Test;
6 use base 'Test::Builder::Module';
/external/chromium_org/third_party/re2/re2/testing/
H A Dsimplify_test.cc5 // Test simplify.cc.
14 struct Test { struct in namespace:re2
19 static Test tests[] = {
81 // Test that operators simplify their arguments.
/external/chromium_org/tools/cr/cr/actions/
H A Dlinux.py27 def Test(self, context, target, arguments): member in class:LinuxRunner
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dmock_writer.py29 def Test(self): member in class:MockWriter
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dutil_unittest.py21 """Test methods and anonymous functions, functions are tested elsewhere."""
22 class Test(object): class in function:TestWait.testCallable
25 util.WaitFor(Test().Method, 0.1)
29 # Test noncallable condition.
/external/clang/test/CodeGen/
H A D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; struct
17 struct Test Array[10] = { { 2, 12.0 }, { 3, 24.0 } };
/external/clang/test/Misc/
H A Dast-dump-color.cpp6 int Test __attribute__((unused)); variable
32 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]{{.*}}ast-dump-color.cpp:6:1[[RESET]], [[Yellow]]col:5[[RESET]]>[[CYAN]] Test[[RESET]] [[Green]]'int'[[RESET]]{{$}}
/external/clang/test/Sema/
H A Dpredefined-function.c4 enum Test {A=-1}; enum
5 char *funk(enum Test x);
/external/junit/src/org/junit/
H A DTest.java9 * <p>The <code>Test</code> annotation tells JUnit that the <code>public void</code> method
19 * <b>&#064;Test</b>
27 * <p>The <code>Test</code> annotation supports two optional parameters.
32 * &#064;Test(<b>expected=IndexOutOfBoundsException.class</b>) public void outOfBounds() {
40 * &#064;Test(<b>timeout=100</b>) public void infinity() {
47 public @interface Test { interface
/external/llvm/utils/lit/lit/
H A DLitTestCase.py2 import Test namespace
27 if tr is Test.UNRESOLVED:
/external/regex-re2/re2/testing/
H A Dsimplify_test.cc5 // Test simplify.cc.
14 struct Test { struct in namespace:re2
19 static Test tests[] = {
81 // Test that operators simplify their arguments.
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js90 testing.Test.prototype.typedefCppFixture = 'V8UnitTest';
95 testing.Test.prototype.typedefCppFixture = 'WebUIBrowserTest';

Completed in 824 milliseconds

123456789