Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDateFormatTest.java75 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance(); in test_getDateInstance() local
92 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateInstanceI() local
142 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance( in test_getDateInstanceILjava_util_Locale() local
187 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateTimeInstance() local
199 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTime() local
248 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTimeLocale() local
301 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getInstance(); in test_getInstance() local
325 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance(); in test_getTimeInstance() local
339 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getTimeInstanceI() local
389 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance( in test_getTimeInstanceILjava_util_Locale() local
DSimpleDateFormatTest.java111 SimpleDateFormat f2 = new SimpleDateFormat(); in test_Constructor() local
126 SimpleDateFormat f2 = new SimpleDateFormat("yyyy"); in test_ConstructorLjava_lang_String() local
163 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols); in test_ConstructorLjava_lang_StringLjava_text_DateFormatSymbols() local
178 SimpleDateFormat f2 = new SimpleDateFormat("'yyyy' MM yy", in test_ConstructorLjava_lang_StringLjava_util_Locale() local
194 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyLocalizedPatternLjava_lang_String() local
238 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyPatternLjava_lang_String() local
273 SimpleDateFormat f2 = new SimpleDateFormat(); in test_clone() local
832 SimpleDateFormat f2 = new SimpleDateFormat("GyMdkHmsSEDFwWahKz", in test_toLocalizedPattern() local
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2071.js34 function f2() { function
47 function f2() { function
64 function f2() { function
/external/v8/test/mjsunit/regress/
Dregress-2071.js34 function f2() { function
47 function f2() { function
64 function f2() { function
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member
13 struct Bar f2; member
17 struct Baz f2; member
Dextern-inline.c17 extern inline int f2(int a, int b) {return a+b;} in f2() function
20 static int f2(int a, int b) {return a*b;} in f2() function
Dbitfield-assign.c19 unsigned f2 : 2; member
34 void f2(void) { in f2() function
Dintel_ocl_bicc.c6 void f2(void) { in f2() function
DPR2743-reference-missing-static.c16 void f2() { e2(); } in f2() function
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm35 void f2(T ptr, U value, V value2) { function
40 template void f2(A*, int, int); function
41 template void f2(A*, int*, int); // expected-note{{instantiation of}} function
42 template void f2(A*, int, double*); // expected-note{{instantiation of}} function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
Dp2.cpp24 struct X0::X0 X0::f2() { return X0(); } in f2() function in X0
26 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is… in f2() function in X1
27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1
28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } in X1() function in X1
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflateTest.cpp51 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final); in TEST() local
73 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final); in TEST() local
159 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final); in TEST() local
179 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final); in TEST() local
237 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final); in TEST() local
271 WebSocketFrame f2(continuation, "Hi!", 3, WebSocketFrame::Final); in TEST() local
302 WebSocketFrame f2(continuation, "\xf2\x48\xcd\xc9\xc9\x07\x00", 7, WebSocketFrame::Final); in TEST() local
324 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final); in TEST() local
353 …WebSocketFrame f2(opcode, "\xf2\x48\xcd\xc9\xc9\x07\x00", 7, WebSocketFrame::Final | WebSocketFram… in TEST() local
/external/clang/test/SemaCXX/
Dfunction-type-qual.cpp8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co… variable
12 cfn f2; member in C
Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { in g()
31 void overload_call(F2* f2) { in overload_call()
/external/clang/test/Sema/
Dext_vector_casts.c49 void inc(float2 f2) { in inc()
51 __real f2; // expected-error{{invalid type 'float2' to __real operator}} in inc() local
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglprocs.h43 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , o } argument
45 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f1 , o } argument
47 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f2 , o } argument
49 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f3 , o } argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DFloatTest.java123 Float f2 = new Float(90.8f); in test_byteValue() local
141 float f2 = values[j]; in test_compare() local
195 Float f2 = new Float(-0.876f); in test_floatValue() local
235 Float f2 = new Float(90.8f); in test_intValue() local
283 Float f2 = new Float(90.8f); in test_longValue() local
804 Float f2 = new Float(90.8f); in test_shortValue() local
951 float f2 = values[j]; in test_compareToLjava_lang_Float() local
971 Float f2 = new Float(8765.4321f); in test_equalsLjava_lang_Object() local
/external/chromium_org/tools/gyp/test/win/shard/
Dhello2.cc5 int f2() { in f2() function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dser.h6 inline bool f2() { in f2() function
/external/clang/test/Parser/
Dasm.c8 void f2() { in f2() function
/external/clang/test/SemaObjC/
Dbuiltin_objc_nslog.m10 void f2(id str, va_list args) { function
Drdar6248119.m22 void f2() { function
/external/llvm/test/MC/ELF/
Dcfi-sections.s11 f2: label
/external/clang/test/Analysis/
Dinline3.c13 void f2() { in f2() function
/external/v8/test/mjsunit/
Dbreak.js40 function f2() { function

12345678910>>...19