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

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 35 ChoiceFormat f1 = new ChoiceFormat(limits, formats); field in class:ChoiceFormatTest
141 ChoiceFormat f = (ChoiceFormat) f1.clone();
198 ChoiceFormat f = (ChoiceFormat) f1.clone();
199 assertTrue("Not equal", f.equals(f1));
201 assertTrue("Equal", !f.equals(f1));
240 assertTrue("Not equal", f1.equals(f2));
253 String r = f1.format(-1, buf, field).toString();
256 r = f1.format(0, buf, field).toString();
259 r = f1.format(1, buf, field).toString();
262 r = f1.format(2, buf, field).toString()
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 3 X0 f1();
21 X0::X0 X0::f1() { return X0(); } // expected-error{{qualified reference to 'X0' is a constructor name rather than a type wherever a constructor can be declared}} function in class:X0
  /external/clang/test/CXX/class/class.mem/
p2.cpp 47 void f1() throw(A2);
52 void f1() throw(A2);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 61 f1(R(a)(B1));
64 { f1(N::f0<int>); }
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
basic.cpp 12 template<typename T> void f1(T*, int);
15 f1(ip, fv);
  /external/clang/test/CodeGen/
aarch64-arguments.c 11 // PCS: define [1 x i64] @f1()
13 struct s1 f1(void) {} function
28 struct s5 { struct { } f0; int f1; }; member in struct:s5
56 union u12 { char f0; short f1; int f2; long f3; }; member in union:u12
74 struct s17 { short f0 : 13; char f1 : 4; }; member in struct:s17
78 struct s18 { short f0; char f1 : 4; }; member in struct:s18
82 struct s19 { long f0; struct s8 f1; }; member in struct:s19
86 struct s20 { struct s8 f1; long f0; }; member in struct:s20
90 struct s21 { struct {} f1; long f0 : 4; }; member in struct:s21
  /external/clang/test/Sema/
attr-availability-ios.c 4 void f1(int) __attribute__((availability(ios,introduced=2.1)));
15 f1(0);
attr-availability-macosx.c 4 void f1(int) __attribute__((availability(macosx,introduced=10.5)));
12 f1(0);
  /external/clang/test/SemaCXX/
attr-nonnull.cpp 26 __attribute__((nonnull)) void f1(int * const &p);
30 f1(0); // expected-warning{{null passed to a callee which requires a non-null argument}}
attr-noreturn.cpp 22 void f1(void (*)());
23 void f2() { f1(f0); }
composite-pointer-type.cpp 18 void f1(volatile Base *b, Derived1 *d1, const Derived2 *d2) { function
55 bool f1(bool b, void **p, const void **q) { function
constructor.cpp 67 void f1();
76 void A::S::f1() {} function in class:A::S
  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; local
61 if ((*f1)() != 1)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-137181.js 56 function f1(x) function
62 actual = f1(0); // (bug: Rhino was returning |undefined|)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
definition-1.js 40 f1 = function() { return "passed!" }
45 'f1 = function() { return "passed!" }; f1()',
47 f1() );
38 f1 = function() { return "passed!" } function
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-185165.js 55 var f1 = function() { return "\\"; } function
56 var s1 = f1.toString();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-154693.js 59 var f1 = f();
63 actual = (f1 != f2);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.assign/
copy_assign.pass.cpp 52 functor1 f1; local
53 test(f1);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 37 std::false_type f1; local
38 std::false_type f2 = f1;
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 30 void f1() function
56 f1();
eh990323-4.cpp 30 void f1() function
57 f1();
ice990323-2.cpp 11 void f1() function
37 f1();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 30 void f1() function
56 f1();
eh990323-4.cpp 30 void f1() function
57 f1();
ice990323-2.cpp 11 void f1() function
37 f1();

Completed in 884 milliseconds

1 2 3 4 5 6 7 891011>>