Searched defs:Test (Results 1 - 25 of 202) sorted by relevance

123456789

/external/clang/test/Parser/
H A Dcxx-member-init-missing-paren-crash.cpp3 class Test { class
5 Test() : ab_(false {};
/external/v8/test/mjsunit/regress/
H A Dregress-1439135.js29 function Test() { function
40 Test();
H A Dregress-95485.js28 function Test() { function
35 with ({Test: i})
42 assertEquals('XY', Test());
/external/v8/test/mjsunit/compiler/
H A Dthis-property-refs.js28 // Test references to properties of this.
29 function Test() { class
36 Test.prototype.test0 = function () {
40 Test.prototype.test1 = function() {
44 Test.prototype.test2 = function() {
50 var t = new Test();
H A Dsimple-bailouts.js28 function Test() { class
39 // Test operations expected to stay on the fast path. Enumerate all binary
41 Test.prototype.test0 = function () {
45 Test.prototype.test1 = function() {
49 Test.prototype.test2 = function() {
53 Test.prototype.test3 = function() {
57 Test.prototype.test4 = function() {
61 Test.prototype.test5 = function() {
65 Test.prototype.test6 = function() {
69 Test
[all...]
/external/clang/test/Index/
H A Dannotate-attribute.cpp3 class Test { class
19 // CHECK: ClassDecl=Test:3:7 (Definition) Extent=[3:1 - 17:2]
/external/clang/test/Misc/
H A Dast-dump-lookups.cpp1 // RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-filter Test %s | FileCheck -check-prefix DECLS %s
2 // RUN: %clang_cc1 -std=c++11 -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix LOOKUPS %s
3 // RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix DECLS-LOOKUPS %s
5 namespace Test { namespace
10 namespace Test { } namespace
12 // DECLS: Dumping Test:
13 // DECLS-NEXT: NamespaceDecl {{.*}} Test
18 // DECLS: Dumping Test:
19 // DECLS-NEXT: NamespaceDecl {{.*}} Test
21 // LOOKUPS: Dumping Test
[all...]
/external/v8/test/mjsunit/
H A Dinstanceof-2.js290 Test(i & 1, i & 2, i & 4, i & 8, i & 0x10, i & 0x20, i & 0x40, i & 0x80);
306 function Test(a, b, c, d, e, f, g, h) { function
/external/apache-harmony/support/src/test/resources/tests/resources/
H A DInserted_Entry_Manifest.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DInserted_Entry_Manifest_with_DigestCode.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DIntegrate.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DModified_Class.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DModified_Manifest_EntryAttributes.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DModified_Manifest_MainAttributes.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DModified_SF_EntryAttributes.jarMETA-INF/MANIFEST.MF META-INF/TESTROOT.SF META-INF/TESTROOT.DSA META ...
H A DTestCodeSigners.jarMETA-INF/MANIFEST.MF META-INF/BOB.SF META-INF/BOB.DSA META ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DSemanticPredicateReduction.g3.lexer.cs1 namespace Antlr3.Runtime.Test
H A DSemanticPredicateReduction.g3.parser.cs1 namespace Antlr3.Runtime.Test
H A DStringTemplateOutput.g3.lexer.cs1 namespace Antlr3.Runtime.Test
H A DStringTemplateOutput.g3.parser.cs1 namespace Antlr3.Runtime.Test
H A DTestActionFeatures.g3.lexer.cs1 namespace Antlr3.Runtime.Test
H A DTestActionFeatures.g3.parser.cs1 namespace Antlr3.Runtime.Test
H A DTestExpressionFeatures.g3.lexer.cs33 namespace Antlr3.Runtime.Test
H A DTestExpressionFeatures.g3.parser.cs33 namespace Antlr3.Runtime.Test
/external/clang/test/CodeGenCXX/
H A Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } function in struct:Test
11 Test() { func((void*)this); } function in struct:Test
17 __block Test t;

Completed in 583 milliseconds

123456789