| /external/webkit/V8Binding/v8/src/ |
| D | runtime.h | 44 #define RUNTIME_FUNCTION_LIST_ALWAYS_1(F) \ argument 162 #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ argument 266 #define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) \ argument 314 #define RUNTIME_FUNCTION_LIST_DEBUG(F) \ argument 327 #define RUNTIME_FUNCTION_LIST(F) \ argument 339 #define F(name, nargs) k##name, macro
|
| /external/webkit/V8Binding/v8/test/mjsunit/ |
| D | instanceof.js | 41 function F() { } class in TestChains 42 F.prototype = A; class 62 function F() { } class in TestExceptions
|
| D | function-prototype.js | 32 function F() {}; class in TestNonObjectPrototype 33 F.prototype = value; class
|
| D | multiple-return.js | 28 function F() { class
|
| D | override-read-only-property.js | 35 function F() {}; class
|
| D | keyed-storage-extend.js | 28 function F() { } class
|
| /external/bluetooth/bluez/sbc/ |
| D | sbc_tables.h | 162 #define F(x) F_PROTO4(x) macro 212 #define F(x) F_COS4(x) macro 240 #define F(x) F_PROTO8(x) macro 309 #define F(x) F_COS8(x) macro 383 #define F(x) F_PROTO4(x) macro 405 #define F(x) F_COS4(x) macro 428 #define F(x) F_PROTO4(x) macro 450 #define F(x) F_COS4(x) macro 477 #define F(x) F_PROTO8(x) macro 519 #define F(x) F_COS8(x) macro [all …]
|
| /external/bison/lib/ |
| D | dirname.h | 37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument 38 # define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
| D | 15.11.7.6-003.js | 57 function testReadOnly(F) argument 60 F.prototype = new Object(); class
|
| D | 15.11.7.6-002.js | 57 function testDontDelete(F) argument 61 return F.prototype === orig; class
|
| D | 15.11.7.6-001.js | 57 function testDontEnum(F) argument
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/ |
| D | regress-192105.js | 89 function F() class 114 var obj = {F:F, G:G}; property
|
| /external/webkit/V8Binding/v8/test/mjsunit/regress/ |
| D | regress-1102760.js | 28 function F() { class
|
| D | regress-341.js | 31 function F() {} class
|
| D | regress-124.js | 38 function F(f) { class
|
| /external/webkit/WebKit/mac/Misc/ |
| D | WebLocalizableStrings.h | 56 #define LOCALIZABLE_STRINGS_BUNDLE(F) LOCALIZABLE_STRINGS_BUNDLE_HELPER(F) argument 57 #define LOCALIZABLE_STRINGS_BUNDLE_HELPER(F) F ## LocalizableStringsBundle argument
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
| D | regress-104584.js | 39 function F(obj) class
|
| /external/webkit/WebKit/win/ |
| D | WebLocalizableStrings.h | 55 #define LOCALIZABLE_STRINGS_BUNDLE(F) LOCALIZABLE_STRINGS_BUNDLE_HELPER(F) argument 56 #define LOCALIZABLE_STRINGS_BUNDLE_HELPER(F) F ## LocalizableStringsBundle argument
|
| /external/qemu/distrib/sdl-1.2.12/include/ |
| D | SDL_cdrom.h | 83 #define FRAMES_TO_MSF(f, M,S,F) { \ argument 91 #define MSF_TO_FRAMES(M, S, F) ((M)*60*CD_FPS+(S)*CD_FPS+(F)) argument
|
| /external/webkit/V8Binding/v8/test/mjsunit/bugs/ |
| D | bug-1344252.js | 34 function F() { class
|
| /external/fdlibm/ |
| D | s_cbrt.c | 36 F = 1.60714285714285720630e+00, /* 45/28 = 0x3FF9B6DB, 0x6DB6DB6E */ variable
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
| D | regress-146596.js | 65 function F() class
|
| /external/dropbear/libtomcrypt/src/ciphers/ |
| D | blowfish.c | 378 #define F(x) ((S1[byte(x,3)] + S2[byte(x,2)]) ^ S3[byte(x,1)]) + S4[byte(x,0)] macro 380 #define F(x) ((skey->blowfish.S[0][byte(x,3)] + skey->blowfish.S[1][byte(x,2)]) ^ skey->blowfish.S[… macro
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
| D | regress-191276.js | 59 function F(name) class
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
| D | switch-001.js | 76 function match(x, y, F, G) argument
|