HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 201 - 225 of 374) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/mjsunit/regress/
regress-70066.js 72 function test4(value) { function
80 assertEquals("4:false", test4(4), "test4");
81 assertEquals(0, x, "test4"); // Global x is undisturbed.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
instruction_packing-006.d 24 00000020 <test4>:
  /external/clang/test/Analysis/
malloc-interprocedural.c 57 int test4() { function
  /external/clang/test/CodeGenCXX/
arm.cpp 177 namespace test4 { namespace
global-init.cpp 76 namespace test4 { namespace
microsoft-abi-virtual-inheritance.cpp 376 namespace test4{ namespace
394 // CHECK-LABEL: define x86_thiscallcc void @"\01??1C@test4@@UAE@XZ"(%"struct.test4::C"* %this)
399 // CHECK: %[[VFPTR_i8:.*]] = bitcast %"struct.test4::C"* %{{.*}} to i32 (...)***
400 // CHECK: store i32 (...)** bitcast ([1 x i8*]* @"\01??_7C@test4@@6BB@1@@" to i32 (...)**), i32 (...)*** %[[VFPTR_i8]]
407 // CHECK-LABEL: define void @"\01?destroy@test4@@YAXPAUC@1@@Z"(%"struct.test4::C"* %obj)
410 // CHECK: %[[VPTR:.*]] = bitcast %"struct.test4::C"* %[[OBJ:.*]] to i8* (%"struct.test4::C"*, i32)***
411 // CHECK: %[[VFTABLE:.*]] = load i8* (%"struct.test4::C"*, i32)**, i8* (%"struct.test4::C"*, i32)*** %[[VPTR]
    [all...]
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp 96 namespace test4 { namespace
105 // CHECK-LABEL: VFTable for 'test4::A' in 'test4::X' (1 entry)
106 // CHECK-NEXT: 0 | void test4::X::f()
108 // CHECK-LABEL: VFTable indices for 'test4::X' (1 entry).
109 // CHECK-NEXT: 0 | void test4::X::f()
111 // MANGLING-DAG: @"\01??_7X@test4@@6B@"
visibility-inlines-hidden.cpp 130 namespace test4 { namespace
  /external/clang/test/Parser/
declarators.c 34 void test4(x, x) int x; {} /* expected-error {{redefinition of parameter 'x'}} */ function
switch-recovery.cpp 44 int test4(int i) { function
  /external/clang/test/Sema/
complex-int.c 51 void test4(_Complex float *x) { function
  /external/clang/test/SemaCXX/
alignof.cpp 21 int test4 = __alignof__(x); // ok member in struct:S2
anonymous-union.cpp 131 namespace test4 { namespace
ast-print.cpp 42 void test4() { new X; } function
conversion.cpp 115 namespace test4 { namespace
openmp_default_simd_align.cpp 19 int test4 = __builtin_omp_required_simd_align(decltype(x)); // ok member in struct:S2
references.cpp 46 void test4() { function
warn-global-constructors.cpp 54 namespace test4 { namespace
warn-redundant-move.cpp 57 C test4(A& a1, B& b1) { function
warn-thread-safety-verbose.cpp 64 void test4() { // expected-note {{Thread warning in function 'test4'}} function in class:Test
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 39 namespace test4 { namespace
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PixmapBlendingTest.java 33 private Sprite logoSprite, test3, test4; field in class:PixmapBlendingTest
48 pixS1 = new Pixmap(Gdx.files.getFileHandle("data/test4.png", Files.FileType.Internal));
  /external/v8/test/mjsunit/
object-literal-conversions.js 34 var test4 = { 13.213000: 6, "13.213": 7 }; variable
39 assertEquals(7, test4[13.213]);
  /external/v8/test/webkit/
continue-break-multiple-labels.js 81 function test4() function
94 shouldBe("test4()", "1");
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ConsoleReporterTest.java 140 TestIdentifier test4 = new TestIdentifier(CLASS, METHOD_3); local
141 mReporter.testStarted(test4);
143 mReporter.testIgnored(test4);

Completed in 3783 milliseconds

1 2 3 4 5 6 7 891011>>