/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | DateFormatTest.java | 75 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
|
D | SimpleDateFormatTest.java | 111 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/ |
D | regress-2071.js | 34 function f2() { function 47 function f2() { function 64 function f2() { function
|
/external/v8/test/mjsunit/regress/ |
D | regress-2071.js | 34 function f2() { function 47 function f2() { function 64 function f2() { function
|
/external/clang/test/CodeGen/ |
D | 2009-06-18-StaticInitTailPadPack.c | 8 unsigned short f2; member 13 struct Bar f2; member 17 struct Baz f2; member
|
D | extern-inline.c | 17 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
|
D | bitfield-assign.c | 19 unsigned f2 : 2; member 34 void f2(void) { in f2() function
|
D | intel_ocl_bicc.c | 6 void f2(void) { in f2() function
|
D | PR2743-reference-missing-static.c | 16 void f2() { e2(); } in f2() function
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 35 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/ |
D | p2.cpp | 24 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/ |
D | WebSocketPerMessageDeflateTest.cpp | 51 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/ |
D | function-type-qual.cpp | 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co… variable 12 cfn f2; member in C
|
D | derived-to-base-ambig.cpp | 20 void g(E2* e2, F2* f2) { in g() 31 void overload_call(F2* f2) { in overload_call()
|
/external/clang/test/Sema/ |
D | ext_vector_casts.c | 49 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/ |
D | glprocs.h | 43 # 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/ |
D | FloatTest.java | 123 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/ |
D | hello2.cc | 5 int f2() { in f2() function
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | ser.h | 6 inline bool f2() { in f2() function
|
/external/clang/test/Parser/ |
D | asm.c | 8 void f2() { in f2() function
|
/external/clang/test/SemaObjC/ |
D | builtin_objc_nslog.m | 10 void f2(id str, va_list args) { function
|
D | rdar6248119.m | 22 void f2() { function
|
/external/llvm/test/MC/ELF/ |
D | cfi-sections.s | 11 f2: label
|
/external/clang/test/Analysis/ |
D | inline3.c | 13 void f2() { in f2() function
|
/external/v8/test/mjsunit/ |
D | break.js | 40 function f2() { function
|