HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 76 - 100 of 744) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2008-07-31-asm-labels.c 19 void f1() { function
PR2743-reference-missing-static.c 13 void f1() { e1(); } function
_Bool-conversion.c 10 _Bool f1(void) { function
always_inline.c 12 int f1() { function
assign.c 21 // CHECK: define void @f1()
28 void f1() { function
builtins-arm.c 9 void f1(char *a, char *b) { function
attr-availability.c 22 // CHECK-10_4: declare extern_weak void @f1
23 // CHECK-10_5: declare extern_weak void @f1
24 // CHECK-10_6: declare void @f1
25 void f1() __attribute__((availability(macosx,introduced=10.6)));
29 f1();
available-externally-suppress.c 14 inline int __attribute__((always_inline)) f1(int x) { function
24 // CHECK-NOT: call {{.*}} @f1
26 return f1(x);
staticinit.c 29 // RUN: grep "f1.l0 = internal global i32 ptrtoint (i32 ()\* @f1 to i32)" %t
30 int f1(void) { static int l0 = (unsigned) f1; } function
  /external/clang/test/CodeGenCXX/
PR5834-constructor-conversion.cpp 11 void f1() { function
cxx-apple-kext.cpp 35 extern "C" void f1() { function
  /external/clang/test/Index/
complete-unterminated.c 11 void f1(char);
  /external/clang/test/PCH/
multiple_decls.c 15 void f1(int i) { function
functions.c 7 // expected-note{{'f1' declared here}}
12 return f1(x, y);
14 return f1(x); // expected-error{{too few arguments to function call}}
  /external/clang/test/Parser/
cxx-attributes.cpp 5 virtual void f1(const char* a, ...)
pragma-fp-contract.c 3 void f1(void) { function
  /external/clang/test/Sema/
implicit-builtin-redecl.c 12 void f1(void) { function
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 37 float[] f1 = new float[1024 * 2]; local
39 for (int ct=0; ct < f1.length; ct++) {
40 f1[ct] = (float)ct;
42 a1.copyFrom(f1);
47 for (int ct=0; ct < f1.length; ct++) {
48 if (f1[ct] != f2[ct]) {
50 Log.v("RS Test", "Compare failed at " + ct + ", " + f1[ct] + ", " + f2[ct]);
61 float[] f1 = new float[1024 * 4]; local
63 for (int ct=0; ct < f1.length; ct++) {
64 f1[ct] = (float)ct
85 float[] f1 = new float[1024 * 4]; local
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_copy_test.java 37 float[] f1 = new float[1024 * 2]; local
39 for (int ct=0; ct < f1.length; ct++) {
40 f1[ct] = (float)ct;
42 a1.copyFrom(f1);
47 for (int ct=0; ct < f1.length; ct++) {
48 if (f1[ct] != f2[ct]) {
50 Log.v("RS Test", "Compare failed at " + ct + ", " + f1[ct] + ", " + f2[ct]);
61 float[] f1 = new float[1024 * 4]; local
63 for (int ct=0; ct < f1.length; ct++) {
64 f1[ct] = (float)ct
85 float[] f1 = new float[1024 * 4]; local
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_DeleteOnExitTest.java 26 File f1 = new File(args[i]); local
27 f1.deleteOnExit();
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 9 void f1();
25 void A<T, N>::f1() { } // expected-error{{out-of-line definition}} function in class:A
  /external/clang/test/Modules/Inputs/
module_private_left.h 10 __module_private__ void f1(T*);
13 __module_private__ void f1(T*);
  /external/clang/test/SemaCXX/
attr-regparm.cpp 7 void __attribute__((regparm(3))) f1();
13 void __attribute__((regparm(3))) X0::f1() { } function in class:X0
  /external/clang/test/SemaTemplate/
explicit-specialization-member.cpp 7 void f1(type);
11 template<> void X0<char>::f1(type);
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 28 path_filter f1("foo,*bar", "foobar");
29 check(f1, "foo/barfoobar", true);
30 check(f1, "foo/bar", true);
31 check(f1, "/foo/foobar/foo", false);
32 check(f1, "fooobar1", false);
33 check(f1, "foo1", false);
34 check(f1, "foobar", false);
35 check(f1, "bar1", false);

Completed in 1100 milliseconds

1 2 34 5 6 7 8 91011>>