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

<<11121314151617181920>>

  /external/skia/include/core/
SkEndian.h 130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
132 SK_OT_BYTE f1 : 1; \
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
147 SK_OT_BYTE f1 : 1; \
  /external/skia/legacy/include/core/
SkEndian.h 130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
132 SK_OT_BYTE f1 : 1; \
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
147 SK_OT_BYTE f1 : 1; \
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 122 MessageFormat f1 = (MessageFormat) format1.clone(); local
123 f1.setFormat(0, DateFormat.getTimeInstance());
124 f1.setFormat(1, DateFormat.getTimeInstance());
125 f1.setFormat(2, NumberFormat.getInstance());
126 f1.setFormat(3, new ChoiceFormat("0#off|1#on"));
127 f1.setFormat(4, new ChoiceFormat("1#few|2#ok|3#a lot"));
128 f1.setFormat(5, DateFormat.getTimeInstance());
130 Format[] formats = f1.getFormats();
131 formats = f1.getFormats();
149 f1.setFormat(-1, DateFormat.getDateInstance())
300 MessageFormat f1 = (MessageFormat) format1.clone(); local
    [all...]
  /external/clang/test/Analysis/
reinterpret-cast.cpp 26 Derived1 *f1();
36 v = f1();
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 27 virtual void f1() throw();
63 virtual void f1() throw();
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 36 template void X1<int>::f1(int); // expected-error {{undefined template}}
37 template void X1<int>::f1<int>(int); // expected-error {{undefined template}}
  /external/clang/test/CodeGen/
arm-aapcs-vfp.c 54 float f1; member in struct:big_struct
69 float f1; member in struct:heterogeneous_struct
bitfield.c 23 static int f1(void) { function
38 return f1() + 16;
  /external/clang/test/CodeGenCXX/
mangle-subst.cpp 40 template <typename T> void f1(typename V<T>::U, V<T>) { } function
43 template void f1<int>(int, V<int>);
vtable-linkage.cpp 200 virtual void f1();
203 void G<int>::f1() {} function in class:G
  /external/clang/test/Sema/
warn-strlcpycat-size.c 13 char f1[100]; member in struct:__anon6781
25 strlcpy(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
warn-strncat-size.c 19 char f1[100]; member in struct:__anon6782
43 strncat(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/clang/test/SemaCXX/
issue547.cpp 60 typedef void f1(int, float...) const volatile;
65 int check1[classify_function<f1>::value == 8? 1 : -1];
warn-global-constructors.cpp 63 void f1() { function in namespace:test5
74 void f1() { function in namespace:test6
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 82 static int f1(); // expected-note {{must qualify identifier to find this declaration in dependent base class}}
89 void g1(int p = f1());// expected-warning {{use of identifier 'f1' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
  /external/compiler-rt/test/Unit/
clear_cache_test.c 64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; local
65 if ((*f1)() != 1)
  /external/libffi/testsuite/libffi.call/
many_win32.c 12 static float __attribute__((stdcall)) stdcall_many(float f1,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 44 o.f1 = f1;
45 function f1(x) { function
51 return o.f1(x == y);
regress-3.js 29 var f0 = 0, f1 = 1;
31 var f2 = f0 + f1;
32 f0 = f1; f1 = f2;
  /external/valgrind/main/perf/
bigcode.c 64 int(*f1)(int,int) = (void*)&a[FN_SIZE*(i+0)];
68 sum1 += f1(i+0, n_fns-i+0);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 38 * Note: it is the function statements for f1(), etc. that MUST be compiled
71 function f1() function
100 f1();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-002.js 60 dec1 = "function f1(x,y){++x, --y}";
61 dec2 = "function f2(){var y; f1(1,2); y=new Date(); print(y.toString())}";
68 "typeof f1",
70 typeof f1 );
76 "f1.toString() == dec1",
78 StripSpaces(f1.toString()) == StripSpaces(dec1));
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
79 b.register_callback(f1, 4);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 28 void f1() function
50 std::thread t1(f1);
notify_one.pass.cpp 28 void f1() function
50 std::thread t1(f1);

Completed in 1689 milliseconds

<<11121314151617181920>>