HomeSort by relevance Sort by last modified time
    Searched full:foo1 (Results 451 - 475 of 689) sorted by null

<<11121314151617181920>>

  /build/soong/java/
java_test.go 130 name: "foo1",
196 check("foo1", "core-libart", bootclasspathLib)
  /external/clang/test/CodeGen/
asm.c 4 __asm__ ("foo1");
7 // CHECK: module asm "foo1"
  /external/clang/test/SemaOpenCL/
cond.cl 126 int foo1(int);
131 return (unsigned int)(C ? foo1 : foo2); // expected-error {{taking address of function is not allowed}} expected-error {{taking address of function is not allowed}}
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 76 void foo1 (${{PARAMETER1}})
90 foo1(result);
  /external/llvm/test/Analysis/BasicAA/
pr18573.ll 11 define <8 x float> @foo1(i8* noalias readonly %arr.ptr, <8 x i32>* noalias readonly %vix.ptr, i8* noalias %t2.ptr) #1 {
24 ; CHECK: foo1
  /external/llvm/test/Analysis/ScopedNoAliasAA/
basic-domains.ll 5 define void @foo1(float* nocapture %a, float* nocapture readonly %c) #0 {
7 ; CHECK-LABEL: Function: foo1
  /external/llvm/test/CodeGen/AArch64/
arm64-stur.ll 4 define void @foo1(i32* %p, i64 %val) nounwind {
5 ; CHECK-LABEL: foo1:
  /external/llvm/test/CodeGen/PowerPC/
ctrloops-softfloat.ll 5 ; void foo1()
36 define void @foo1() #0 {
  /external/llvm/test/CodeGen/X86/
pseudo_cmov_lower2.ll 8 ; CHECK-LABEL: foo1:
11 define double @foo1(float %p1, double %p2, double %p3) nounwind {
x86-setcc-int-to-fp-combine.ll 23 define void @foo1(<4 x float> %val, <4 x float> %test, <4 x double>* %p) nounwind {
29 ; CHECK-LABEL: foo1:
  /external/llvm/test/MC/ELF/
tls-i386.s 5 movl foo1@NTPOFF(%eax), %eax
21 // CHECK: Name: foo1
  /external/llvm/test/Transforms/LoopUnroll/
rebuild_lcssa.ll 18 ; CHECK-LABEL: @foo1
19 define void @foo1() {
  /external/llvm/test/Transforms/PGOProfile/
icp_invoke.ll 6 @foo1 = global void ()* null, align 8
22 %tmp = load void ()*, void ()** @foo1, align 8
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LiteEqualsAndHashTest.java 63 .addBar(Bar.newBuilder().setName("foo1"))
67 .addBar(Bar.newBuilder().setName("foo1"))
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowWranglerTest.java 74 Foo foo1 = new Foo(name); local
76 assertEquals(foo1, foo2);
  /external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
02-MemArith.ll 3 define signext i32 @foo1(i32 %a, i32 *%b, i64 %idx) {
4 ; CHECK: foo1:
05-MemRegStores.ll 7 define void @foo1(i64* nocapture %a, i64 %idx, i64 %val) nounwind {
10 ; CHECK: foo1:
  /prebuilts/go/darwin-x86/src/strings/
example_test.go 22 fmt.Printf("Fields are: %q", strings.FieldsFunc(" foo1;bar2,baz3...", f))
23 // Output: Fields are: ["foo1" "bar2" "baz3"]
  /prebuilts/go/linux-x86/src/strings/
example_test.go 22 fmt.Printf("Fields are: %q", strings.FieldsFunc(" foo1;bar2,baz3...", f))
23 // Output: Fields are: ["foo1" "bar2" "baz3"]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 5 .globl foo1
6 foo1: label
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 8 int foo1([SA_Post(attr=1)] void *param);
211 void foo1() = 0; // expected-note {{overridden virtual function is here}}
216 void foo1(); // expected-warning {{'foo1' overrides a member function but is not marked 'override'}}
223 a->foo1();
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 185 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60);
193 EXPECT_EQ(0, exists("com.example/cache/foo/foo1"));
203 EXPECT_EQ(-1, exists("com.example/cache/foo/foo1"));
217 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60);
225 EXPECT_EQ(-1, exists("com.example/cache/foo/foo1"));
  /external/clang/test/CodeGenCXX/
thunks.cpp 309 virtual B1 &foo1();
319 virtual D &foo1();
321 D& D::foo1() { function in class:Test13::D
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]

Completed in 860 milliseconds

<<11121314151617181920>>