Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/V8Binding/v8/src/
Druntime.h44 #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/
Dinstanceof.js41 function F() { } class in TestChains
42 F.prototype = A; class
62 function F() { } class in TestExceptions
Dfunction-prototype.js32 function F() {}; class in TestNonObjectPrototype
33 F.prototype = value; class
Dmultiple-return.js28 function F() { class
Doverride-read-only-property.js35 function F() {}; class
Dkeyed-storage-extend.js28 function F() { } class
/external/bluetooth/bluez/sbc/
Dsbc_tables.h162 #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/
Ddirname.h37 # 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/
D15.11.7.6-003.js57 function testReadOnly(F) argument
60 F.prototype = new Object(); class
D15.11.7.6-002.js57 function testDontDelete(F) argument
61 return F.prototype === orig; class
D15.11.7.6-001.js57 function testDontEnum(F) argument
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-192105.js89 function F() class
114 var obj = {F:F, G:G}; property
/external/webkit/V8Binding/v8/test/mjsunit/regress/
Dregress-1102760.js28 function F() { class
Dregress-341.js31 function F() {} class
Dregress-124.js38 function F(f) { class
/external/webkit/WebKit/mac/Misc/
DWebLocalizableStrings.h56 #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/
Dregress-104584.js39 function F(obj) class
/external/webkit/WebKit/win/
DWebLocalizableStrings.h55 #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/
DSDL_cdrom.h83 #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/
Dbug-1344252.js34 function F() { class
/external/fdlibm/
Ds_cbrt.c36 F = 1.60714285714285720630e+00, /* 45/28 = 0x3FF9B6DB, 0x6DB6DB6E */ variable
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-146596.js65 function F() class
/external/dropbear/libtomcrypt/src/ciphers/
Dblowfish.c378 #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/
Dregress-191276.js59 function F(name) class
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/
Dswitch-001.js76 function match(x, y, F, G) argument

123