HomeSort by relevance Sort by last modified time
    Searched full:test4 (Results 1 - 25 of 860) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test4-part2.cc 1 #include "dwarfdump-test4-decl.h"
dwarfdump-test4-part1.cc 1 #include "dwarfdump-test4-decl.h"
6 // $ cp dwarfdump-test4-*.* /tmp/dbginfo
8 // $ gcc -fPIC -shared -g dwarfdump-test4-part*.cc -o <output>
  /external/libxml2/test/schemas/
regexp-char-ref_0.xml 6 test4=";"
  /external/valgrind/none/tests/mips64/
branch_and_jump_instructions.c 130 #define TEST4(instruction, RDval, RSval, RD, RS) \
212 TEST4("bgez", 0, 0, 2, 3);
213 TEST4("bgez", 1, 1, 3, 4);
214 TEST4("bgez", 2, 0xffffffff, 4, 5);
215 TEST4("bgez", 3, 0xffffffff, 5, 6);
216 TEST4("bgez", 4, 0xfffffffe, 6, 7);
217 TEST4("bgez", 5, 0xffffffff, 7, 8);
218 TEST4("bgez", 6, 0x5, 8, 9);
219 TEST4("bgez", 7, -3, 9, 10);
220 TEST4("bgez", 8, 125, 10, 11)
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 35 namespace test4 { namespace
37 class Test4 {}; // expected-note {{previous definition}}
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}}
  /ndk/tests/build/mips-fp4/jni/
mips-fp4-test3-6.c 7 double test4 (double a, double b, double c) function
25 test4(a, b, c);
  /external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp 23 // RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 8 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST4
24 // TEST4: constant expression
25 // TEST4-NEXT: reinterpret_cast
26 // TEST4-NEXT: in call to 'recurse(0)'
27 // TEST4-NEXT: in call to 'recurse(1)'
28 // TEST4-NEXT: in call to 'recurse(2)'
29 // TEST4-NEXT: in call to 'recurse(3)'
30 // TEST4-NEXT: in call to 'recurse(4)'
31 // TEST4-NEXT: in call to 'recurse(5)'
statements.cpp 28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}}
warn-func-not-needed.cpp 32 namespace test4 { namespace
46 namespace test4 { namespace
  /external/clang/test/CodeGenCXX/
enable_if.cpp 16 class test4 { class
20 template class test4<double>;
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp 140 namespace test4 { namespace
166 // CHECK-LABEL: VFTable for 'test4::D' in 'test4::X' (3 entries).
167 // CHECK-NEXT: 0 | test4::F *test4::X::foo()
168 // CHECK-NEXT: [return adjustment (to type 'struct test4::B *'): 8 non-virtual]
169 // CHECK-NEXT: 1 | void test4::D::z()
170 // CHECK-NEXT: 2 | test4::F *test4::X::foo()
172 // CHECK-LABEL: Thunks for 'test4::F *test4::X::foo()' (1 entry)
    [all...]
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 17 @interface Test4 {
  /external/icu/icu4c/source/test/testdata/
test4x.ucm 16 <icu:base> "test4"
  /external/llvm/test/Feature/
fold-fpcast.ll 15 define double @test4() {
  /external/clang/test/CodeGen/
attr-minsize.cpp 40 void test4(T arg) { function
45 void test4<int>(int arg);
46 // Oz: define{{.*}}void @{{.*}}test4
48 // OTHER: define{{.*}}void @{{.*}}test4
52 void test4<float>(float arg);
53 // Oz: define{{.*}}void @{{.*}}test4
55 // OTHER: define{{.*}}void @{{.*}}test4
bool-convert.c 14 // CHECK-LABEL: @test4 = common global [0 x i8]* null
15 _Bool (*test4)[]; variable
restrict.c 23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
  /external/v8/test/webkit/
dictionary-no-cache.js 82 var test4 = new Test();
83 update(test4);
86 var test4 = {__proto__:{prop:"on prototype"}};
88 test4[i]=[i];
98 getTestProperty(test4);
99 getTestProperty(test4);
100 shouldBe("getTestProperty(test4)", '"on prototype"');
101 test4.prop = "on self";
102 shouldBe("getTestProperty(test4)", '"on self"');
  /external/clang/test/CodeGenObjC/
arc-unopt.m 41 @interface Test4 { id x; } @end
42 @interface Test4_sub : Test4 { id y; } @end
43 Test4 *test4(void) {
46 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST4S]]* [[T0]] to [[TEST4:%.*]]*
47 // CHECK-NEXT: ret [[TEST4]]* [[T1]]
  /external/clang/test/SemaObjC/
property-ivar-mismatch.m 4 @interface Test4
11 @implementation Test4
  /external/llvm/test/CodeGen/PowerPC/
ld-st-upd.ll 6 define i32* @test4(i32* readonly %X, i32* nocapture %dest) #0 {
12 ; CHECK-LABEL: @test4
  /external/llvm/test/CodeGen/Thumb2/
thumb2-sxt-uxt.ll 24 define i32 @test4(i8 signext %z) nounwind {
25 ; CHECK-LABEL: test4:
  /external/llvm/test/MC/AsmParser/
directive_ascii.s 25 # CHECK: TEST4:
27 TEST4:
  /frameworks/base/libs/androidfw/tests/data/feature/res/values/
values.xml 19 <string name="test4">test4</string>
  /external/clang/test/Parser/
pointer-arithmetic.c 6 int test4(int *a, int *b) { return a - b; } function

Completed in 1088 milliseconds

1 2 3 4 5 6 7 8 91011>>