HomeSort by relevance Sort by last modified time
    Searched full:test3 (Results 126 - 150 of 1058) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
memcpy.ll 22 define void @test3(i8* %d, i8* %s) {
25 ; CHECK-LABEL: define void @test3(
compare-signs.ll 24 define i32 @test3(i32 %a, i32 %b) nounwind readnone {
25 ; CHECK-LABEL: @test3(
40 ; Variation on @test3: checking the 2nd bit in a situation where the 5th bit
  /external/llvm/test/Transforms/SCCP/
apint-ipsccp4.ll 17 define internal float @test3() {
26 %B = call float @test3()
apint-load.ll 20 define internal i212 @test3() {
29 %B = call i212 @test3()
  /ndk/sources/cxx-stl/gabi++/tests/
catch_ptr_02.cpp 48 void test3 () function
84 test3();
  /external/clang/test/CodeGen/
visibility.c 61 // CHECK-DEFAULT: define hidden void @test3()
62 // CHECK-PROTECTED: define hidden void @test3()
63 // CHECK-HIDDEN: define hidden void @test3()
64 extern void test3(void);
65 __private_extern__ void test3(void) {} function
attr-minsize.cpp 26 int test3() { function
28 // Oz: @{{.*}}test3{{.*}}[[MINSIZE]]
30 // OTHER: @{{.*}}test3
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 79 test3() function
145 test3<unsigned short>();
146 test3<unsigned int>();
147 test3<unsigned long>();
148 test3<unsigned long long>();
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
AddressDetectionTest.java 49 assertTrue(isExpectedGeoIntent(scrollAndTapExpectingIntent("test3"),
68 assertTrue(isExpectedGeoIntent(scrollAndTapExpectingIntent("test3"),
87 assertTrue(isExpectedGeoIntent(scrollAndTapExpectingIntent("test3"),
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
compositor-animation-delay.html 27 .test3 {
87 <div class='test3 anim-left'></div>
88 <div class='test3 anim-transform'></div>
  /external/chromium_org/third_party/icu/source/test/testdata/
ra.txt 35 * Tag name: test3
37 * @note This resource is for test3
39 test3{"jasldjfa"}
  /external/chromium_org/v8/test/webkit/fast/js/kde/
arguments-scope.js 53 function test3() { function
55 shouldBeOfType("test3", arguments, 'function');
72 test3();
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 39 namespace test3 { namespace
42 int (Derived::*d) = data_ptr; // expected-error {{conversion from pointer to member of class 'Base' to pointer to member of class 'test3::Derived' via virtual base 'Base' is not allowed}}
43 int (Derived::*m)() = method_ptr; // expected-error {{conversion from pointer to member of class 'Base' to pointer to member of class 'test3::Derived' via virtual base 'Base' is not allowed}}
  /external/clang/test/Index/
complete-macro-args.c 23 void test3(struct Point *p) {
32 void test3(struct Point *p) {
36 void test3(struct Point *p) {
  /external/clang/test/SemaCXX/
deleted-function.cpp 62 template<typename> void test3() = delete;
63 template<typename> void test3();
64 template void test3<int>();
microsoft-dtor-lookup.cpp 63 namespace Test3 {
73 void baz(A a) { } // expected-error {{variable of type 'Test3::A' has private destructor}}
78 bar(*a); // expected-error {{temporary of type 'Test3::A' has private destructor}}
  /external/clang/test/SemaObjC/
arc-property.m 60 @interface Test3
63 void test3(Test3 *t3) {
  /external/icu4c/test/testdata/
ra.txt 35 * Tag name: test3
37 * @note This resource is for test3
39 test3{"jasldjfa"}
  /external/llvm/test/CodeGen/ARM/
fp_convert.ll 32 define float @test3(i32 %a, i32 %b) {
33 ; VFP2-LABEL: test3:
35 ; NEON-LABEL: test3:
  /external/llvm/test/CodeGen/X86/
fp-load-trunc.ll 28 define <4 x float> @test3(<4 x double>* %p) nounwind {
29 ; CHECK: test3
34 ; AVX: test3
sincos.ll 36 ; SIN-LABEL: test3:
37 define x86_fp80 @test3(x86_fp80 %X) {
53 ; COS-LABEL: test3:
  /external/llvm/test/MC/AsmParser/
macros.s 27 .macro test3
32 test3 1, (2 3) label
35 test3 1 2 label
  /external/llvm/test/Transforms/DeadArgElim/
returned.ll 23 ; CHECK-LABEL: define internal void @test3(%Ty* %this)
25 define internal %Ty* @test3(%Ty* %this) {
49 %3 = call %Ty* @test3(%Ty* %this)
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 35 public static void test3() { method in class:Blort
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 29 public int test3() method in class:Blort

Completed in 654 milliseconds

1 2 3 4 56 7 8 91011>>