/external/clang/test/Sema/ |
convertvector.c | 10 float foo2(vector4double x) { function
|
arm-interrupt-attr.c | 6 __attribute__((interrupt("IRQ", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}} function
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
TestDefaults.java | 12 public void foo2(@DottedClassName String c) { method in class:TestDefaults
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-05-Small-ByVal-Structs-PR15293.ll | 14 ;CHECK-LABEL: foo2: 42 ;CHECK: bl foo2 57 define void @foo2(%artz* byval %s, i32 %p, %artz* byval %s2) { 70 call void @foo2(%artz* byval @static_val, i32 0, %artz* byval @static_val)
|
/external/llvm/test/CodeGen/X86/ |
2008-09-25-sseregparm-1.ll | 9 define inreg float @foo2() nounwind {
|
/external/llvm/test/Feature/ |
aliases.ll | 9 @foo2 = alias i32* @bar 10 @foo3 = alias i32* @foo2 11 @foo4 = unnamed_addr alias i32* @foo2 34 %tmp1 = load i32* @foo2
|
/external/llvm/test/LTO/ |
linkonce_odr_func.ll | 2 ; RUN: llvm-lto -o %t2 -dso-symbol=foo1 -dso-symbol=foo2 -dso-symbol=foo3 \ 14 ; CHECK: W foo2 15 define linkonce_odr void @foo2() noinline { 42 call void @f(void()* @foo2)
|
/external/llvm/test/Object/Inputs/ |
elf-versioning-test.i386 | |
/external/compiler-rt/test/tsan/ |
simple_stack2.cc | 19 void __attribute__((noinline)) foo2() { function 29 foo2(); 51 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack2.cc:20{{(:28)?}} ({{.*}})
|
/external/llvm/test/CodeGen/Mips/ |
remat-immed-load.ll | 22 tail call void @foo2(i64 1) nounwind 23 tail call void @foo2(i64 1) nounwind 27 declare void @foo2(i64)
|
fp16mix.ll | 33 define void @foo2() { 36 ; fmask2: .ent foo2 43 ; fmask2: .end foo2 44 ; fmask1: .ent foo2 46 ; fmask1: .end foo2 47 ; fmask1nr: .ent foo2 49 ; fmask1nr: .end foo2
|
/external/valgrind/main/memcheck/tests/ |
deep_templates.cpp | 28 typedef Stack<Foo,Foo> Foo2; 29 typedef Stack<Foo2,Foo2> Foo3;
|
/external/chromium_org/v8/test/mjsunit/lithium/ |
MulI.js | 63 function foo2(value) { function 67 foo2(-2147483600); 68 foo2(-2147483600); 69 %OptimizeFunctionOnNextCall(foo2); 70 assertEquals(2147483648, foo2(-2147483648));
|
/external/chromium_org/ppapi/generators/test_gen_pnacl/ |
test_interfaces.idl | 85 * *_struct_result = iface->foo2(a); 91 some_struct foo2([in] int32_t a); 97 void foo2([in] int32_t a, [out] some_struct b); 118 * ((void (*)(struct some_struct* _struct_result, int32_t a))iface->foo2); 128 * ((void (*)(struct some_struct* _struct_result, int32_t a))iface->foo2); 145 some_struct foo2([in] int32_t a); 154 void foo2([in] int32_t a);
|
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
BindingsTest.java | 102 private static void assertFooEquals(Foo foo1, Foo foo2) { 103 assertEquals(foo1.a, foo2.a); 104 assertEquals(foo1.b, foo2.b); 105 assertEquals(foo1.c, foo2.c); 106 assertEquals(foo1.name, foo2.name); 107 assertEquals(foo1.x, foo2.x); 108 assertEquals(foo1.y, foo2.y); 109 TestCase.assertTrue(Arrays.deepEquals(foo1.arrayOfArrayOfBools, foo2.arrayOfArrayOfBools)); 110 assertBarEquals(foo1.bar, foo2.bar); 111 assertTrue(Arrays.equals(foo1.data, foo2.data)) [all...] |
/external/chromium_org/mojo/public/js/bindings/ |
codec_unittests.js | 130 var foo2 = reader.decodeStruct(sample.Foo); 132 expect(foo2.x).toBe(foo.x); 133 expect(foo2.y).toBe(foo.y); 135 expect(foo2.a).toBe(foo.a & 1 ? true : false); 136 expect(foo2.b).toBe(foo.b & 1 ? true : false); 137 expect(foo2.c).toBe(foo.c & 1 ? true : false); 139 expect(foo2.bar).toEqual(foo.bar); 140 expect(foo2.data).toEqual(foo.data); 142 expect(foo2.extra_bars).toEqual(foo.extra_bars); 143 expect(foo2.name).toBe(foo.name) [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
object-prototype-constructor.js | 34 var Foo2 = { Bar: F}; 35 var f2 = new Foo2.Bar(); 36 shouldBe("f2.constructor", "Foo2.Bar");
|
/external/clang/test/SemaTemplate/ |
derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' which would make 'const T' equal 'int'}} 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
|
/external/llvm/test/MC/ELF/ |
alias-reloc.s | 14 .weak foo2 15 foo2: label 17 .set bar2,foo2
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
finder_unittest.py | 36 '/foo2/bar2/baz2.py': '', 37 '/foo2/bar2/baz2.pyc': '', 38 '/foo2/bar2/baz2_integrationtest.py': '', 39 '/foo2/bar2/missing.pyc': '', 45 self.finder.add_tree('/foo2') 62 ['/foo', '/foo2']) 78 self.assertTrue(self.fs.exists('/foo2/bar2/missing.pyc')) 80 self.assertFalse(self.fs.exists('/foo2/bar2/missing.pyc')) 98 self.check_names(['../../foo2/bar2'], ['bar2.baz2_integrationtest'])
|
/external/clang/test/Index/ |
index-refs.m | 20 void foo2() {
|
/external/clang/test/PCH/ |
ocl_types.cl | 10 void foo2(img1darr_t img);
|
/external/clang/test/Parser/ |
asm.cpp | 4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
|
bad-control.c | 7 void foo2() { function
|
/external/clang/test/Preprocessor/ |
c90.c | 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
|