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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2003-06-23-GCC-fold-infinite-recursion.c 3 double Test(double A, double B, double C, double D) {
  /external/clang/test/Parser/
cxx-member-init-missing-paren-crash.cpp 3 class Test {
5 Test() : ab_(false {};
  /external/v8/test/mjsunit/es6/
block-const-assign-sloppy.js 28 // Test that we throw early syntax errors in harmony mode
44 // TODO(rossberg): Once we have default parameters, test using 'c' there.
133 function Test(program, error) {
152 Test(declcontexts[o](decls[d](usecontexts[i](uses[u]))), decls[d + 1]);
block-const-assign.js 28 // Test that we throw early syntax errors in harmony mode
46 // TODO(rossberg): Once we have default parameters, test using 'c' there.
135 function Test(program, error) {
154 Test(declcontexts[o](decls[d](usecontexts[i](uses[u]))), decls[d + 1]);
classes-super.js 7 class Test {
14 Test.prototype.m.call(array);
  /external/v8/test/mjsunit/regress/
regress-1439135.js 29 function Test() {
40 Test();
regress-95485.js 28 function Test() {
35 with ({Test: i})
42 assertEquals('XY', Test());
  /external/v8/test/mjsunit/compiler/
this-property-refs.js 28 // Test references to properties of this.
29 function Test() {
36 Test.prototype.test0 = function () {
40 Test.prototype.test1 = function() {
44 Test.prototype.test2 = function() {
50 var t = new Test();
simple-bailouts.js 28 function Test() {
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.prototype.test7 = function()
    [all...]
  /external/clang/test/Index/
annotate-attribute.cpp 1 // RUN: c-index-test -test-load-source all %s | FileCheck %s
3 class Test {
19 // CHECK: ClassDecl=Test:3:7 (Definition) Extent=[3:1 - 17:2]
  /external/clang/test/Misc/
ast-dump-lookups.cpp 1 // 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 {
10 namespace Test { }
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/
regexp-sort.js 5 function Test(lower, upper) {
27 Test("a", "A");
28 Test("0", "0");
31 Test(String.fromCharCode(0xf6), String.fromCharCode(0xd6));
33 Test(String.fromCharCode(0x445), String.fromCharCode(0x425));
35 Test(String.fromCharCode(0xff), String.fromCharCode(0x178));
37 Test(String.fromCharCode(0x3bc), String.fromCharCode(0x39c));
39 Test(String.fromCharCode(0xb5), String.fromCharCode(0x39c));
41 Test(String.fromCharCode(0xb5), String.fromCharCode(0x3bc));
instanceof-2.js 290 Test(i & 1, i & 2, i & 4, i & 8, i & 0x10, i & 0x20, i & 0x40, i & 0x80);
299 assertTrue(/prototype/.test(e));
306 function Test(a, b, c, d, e, f, g, h) {
  /ndk/tests/device/test-gnustl-full/unit/
_template.cpp 13 class Test : public CPPUNIT_NS::TestCase
15 CPPUNIT_TEST_SUITE(Test);
16 CPPUNIT_TEST(test);
20 void test();
23 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
28 void Test::test() function in class:Test
  /ndk/tests/device/test-stlport/unit/
_template.cpp 13 class Test : public CPPUNIT_NS::TestCase
15 CPPUNIT_TEST_SUITE(Test);
16 CPPUNIT_TEST(test);
20 void test();
23 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
28 void Test::test() function in class:Test
  /cts/tests/tests/util/assets/
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
  /external/apache-harmony/support/src/test/resources/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>