HomeSort by relevance Sort by last modified time
    Searched refs:f2 (Results 226 - 250 of 709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/include/core/
SkEndian.h 130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
133 SK_OT_BYTE f2 : 1; \
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
146 SK_OT_BYTE f2 : 1; \
  /external/valgrind/main/none/tests/mips32/
MoveIns.stdout.exp 4 mfc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
32 mtc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
60 mov.s $f1, $f2 :: fs 3.000000, rt 0x40400000
61 mov.s $f2, $f3 :: fs -1.000000, rt 0xbf800000
88 mov.d $f0, $f2 ::fs -52072.789633, rt 0x44ad1333
89 mov.d $f2, $f4 ::fs -6445705852632282607665545216.000000, rt 0x4e6e6b28
90 mov.d $f2, $f4 ::fs 0.000000, rt 0x44db0000
193 movn.s $f0, $f2, $t3 :: fs rt 0x0
194 movn.s $f0, $f2, $t3 :: fs rt 0x43e41fde
195 movn.s $f0, $f2, $t3 :: fs rt 0x4040000
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 99 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols); local
100 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
101 assertEquals("Wrong pattern", "y'y'yy", f2.toPattern());
102 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
104 f2.format(new Date()).getClass() == String.class);
124 SimpleDateFormat f2 = new SimpleDateFormat("'yyyy' MM yy", local
126 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
127 assertEquals("Wrong pattern", "'yyyy' MM yy", f2.toPattern());
128 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
131 f2.format(new Date()).getClass() == String.class)
150 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); local
203 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); local
506 SimpleDateFormat f2 = new SimpleDateFormat("GyMdkHmsSEDFwWahKzZ", local
    [all...]
  /external/clang/test/SemaCXX/
vector.cpp 27 void f2(char16_e); // expected-note{{no known conversion from 'longlong16_e' to 'char16_e' for 1st argument}} \
31 f2(c16);
32 f2(ll16);
33 f2(c16e);
34 f2(ll16e); // expected-error{{no matching function}}
35 f2('a');
36 f2(17);
120 f2(to_c16);
121 f2(to_ll16);
122 f2(to_c16e)
    [all...]
issue547.cpp 61 typedef void f2(int, double, ...) &&; typedef
66 int check2[classify_function<f2>::value == 9? 1 : -1];
linkage2.cpp 28 void f2();
33 void f2() {} function in namespace:test3::__anon6888
typedef-redecl.cpp 22 typedef int f2; // expected-note{{previous definition is here}} typedef
23 void f2(); // expected-error{{redefinition of 'f2' as different kind of symbol}}
warn-global-constructors.cpp 66 void f2() { function in namespace:test5
77 void f2() { function in namespace:test6
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 165 File f2 = new File("a/"); local
166 assertEquals("Trailing slash file name is incorrect", f1, f2);
343 File f2 = new File("thisFile.file"); local
346 .compareTo(f2));
400 File f2 = new File(dir, "tempfile.tst"); local
402 f2.deleteOnExit();
407 assertTrue("File Should Exist.", f2.isFile());
419 f2.createNewFile());
462 File f2 = null; local
465 f2 = File.createTempFile("harmony-test-FileTest_tempFile_tf", null)
535 File f2 = null; local
681 File f2 = new File("filechk.tst"); local
738 File f2 = f.getAbsoluteFile(); local
781 File f2 = f.getCanonicalFile(); local
878 File f2 = null, f3 = null, dir2 = null; local
980 File f2 = new File(tempDirectory, "tempfile2.tmp"); local
1003 File f2 = new File("filechk.tst"); local
1155 File f2 = File.createTempFile(".harmony-test-FileTest_isHidden_", ".tmp"); local
1876 File f2 = new File(dir, "zzz.zzz"); local
1969 File f2 = null; local
    [all...]
  /external/clang/test/Analysis/
reinterpret-cast.cpp 31 void f2(Base2 *foo);
46 f2(p);
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 28 virtual void f2() throw(int, float);
64 virtual void f2() throw(float, int);
  /external/clang/test/CXX/special/class.ctor/
p1.cpp 36 X1 f2();
37 X1 f2(int);
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 46 template<typename T> void f2();
51 template<typename T = int> void Inner::f2() {} function in class:PR8748::Inner
  /external/clang/test/CodeGen/
bitfield.c 41 static int f2(void) { function
54 return f2() - 9;
  /external/clang/test/CodeGenCXX/
mangle-subst.cpp 45 template <typename T> void f2(V<T>, typename V<T>::U) { } function
48 template void f2<int>(V<int>, int);
  /external/clang/test/Sema/
overloadable.c 23 int (*f2)(int, float)) {
25 accept_funcptr(f2); // expected-error{{no matching function for call to 'accept_funcptr'}}
warn-strlcpycat-size.c 14 char f2[100][3]; member in struct:__anon6781
26 strlcpy((*s5)->f2[x], 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 20 char f2[100][3]; member in struct:__anon6782
41 strncat((*s5)->f2[x], 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/SemaTemplate/
dependent-template-recover.cpp 15 (*t).f2<N>(); // expected-error{{expected expression}}
16 (*t).f2<0>(); // expected-error{{expected expression}}
ms-lookup-template-base-classes.cpp 83 int f2(); // expected-note {{must qualify identifier to find this declaration in dependent base class}}
90 void g2(int p = f2());// expected-warning {{use of identifier 'f2' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
  /external/compiler-rt/test/Unit/
clear_cache_test.c 71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
72 if ((*f2)() != 2)
  /external/libffi/testsuite/libffi.call/
many_win32.c 13 float f2,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/valgrind/main/perf/
bigcode.c 65 int(*f2)(int,int) = (void*)&a[FN_SIZE*(i+1)];
69 sum2 += f2(i+1, n_fns-i+1);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 80 function f2() function
114 f2();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-002.js 41 * dec2 = "function f2(){1,2}";
46 * 1,2, giving function f2(){}. This should be legal by the testsuite's lights."
61 dec2 = "function f2(){var y; f1(1,2); y=new Date(); print(y.toString())}";
82 "typeof f2",
84 typeof f2 );
90 "f2.toString() == dec2",
92 StripSpaces(f2.toString()) == StripSpaces(dec2));

Completed in 989 milliseconds

1 2 3 4 5 6 7 8 91011>>