Searched defs:Test (Results 26 - 50 of 202) sorted by relevance

123456789

/external/clang/test/CodeGenCXX/
H A Dno-elide-constructors.cpp18 X Test() function
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 Dpragma-weak.cpp10 extern "C" int Test; variable
11 #pragma weak test = Test
H A Dprefetch-enum.cpp7 void Test() { function
H A Dthread-safety-reference-handling.cpp15 void Test() { function
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];
/external/javassist/sample/hotswap/
H A DTest.java4 public class Test { class
/external/llvm/unittests/Support/
H A Draw_pwrite_stream_test.cpp21 StringRef Test = "test"; local
22 OS.pwrite(Test.data(), Test.size(), 0);
23 EXPECT_EQ(Test, OS.str());
/external/v8/test/mjsunit/compiler/
H A Dsafepoint.js30 function Test(o) { function
39 assertTrue(Test(o) === this);
H A Darray-length.js32 function Test(a0, a2, a5) { function
41 for (var i = 0; i < 5; i++) Test(a0, a2, a5);
43 %OptimizeFunctionOnNextCall(Test);
44 Test(a0, a2, a5);
46 for (var i = 0; i < 5; i++) Test(a0, a2, a5);
47 %OptimizeFunctionOnNextCall(Test);
48 Test(a0, a2, a5);
/external/vogar/src/junit/framework/
H A DTest.java21 public interface Test {} interface
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs33 namespace Antlr3.Runtime.Test
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DLexer.pm1 package Test::ANTLR::Runtime::Lexer;
3 use Test::More;
10 BEGIN { extends 'My::Test::Class' }
12 sub constructor : Test(1) {
H A DANTLRStringStream.pm1 package Test::ANTLR::Runtime::ANTLRStringStream;
4 use Test::More;
8 BEGIN { extends 'My::Test::Class' }
10 sub consume : Test(2) {
19 sub LA : Test(5) {
H A DException.pm1 package Test::ANTLR::Runtime::Exception;
3 use Test::More;
7 BEGIN { extends 'My::Test::Class' }
9 sub constructor : Test(1) {
15 sub constructor_message : Test(1) {
21 sub throw : Test(1) {
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
H A DLoad.pm1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm1 package My::Test::Class;
3 use Test::More;
7 BEGIN { extends 'Test::Class' }
24 (my $class = ref $test) =~ s/^Test:://xms;
/external/clang/test/CodeGen/
H A D2003-06-23-GCC-fold-infinite-recursion.c3 double Test(double A, double B, double C, double D) { function
/external/clang/test/PCH/
H A Dcxx11-inheriting-ctors.cpp16 struct Test : Base { struct in inherits:Base
32 Test test1a(42);
33 Test test1b(nullptr);
/external/v8/test/webkit/
H A Ddictionary-no-cache.js24 description("Test to ensure that we handle caching of prototype chains containing dictionaries.");
26 var Test = function(){}; function
31 Test.prototype['myMethod' + i] = function(){};
34 var test1 = new Test();
38 Test.prototype.myAdditionalMethod = function(){};
39 var test2 = new Test();
47 var Test = function(){};
49 Test.prototype['myMethod' + i] = function(){};
51 var test1 = new Test();
55 delete (Test
30 Test.prototype['myMethod' + i] = function(){}; class
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs1 namespace Antlr3.Runtime.Test.Composition
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp13 class Test { class in namespace:test0
/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}}

Completed in 4853 milliseconds

123456789