Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/webkit/V8Binding/v8/test/mjsunit/
Dmegamorphic-callbacks.js28 function load(o) { argument
32 function store(o) { argument
36 function call(o) { argument
41 var o = { x: 42, f: function() { }, z: 100 }; variable
52 var o = { z: 100 }; variable
Din.js31 var o = { }; variable
37 var o = { x: 12 }; variable
43 var o = { x: 12, y: 15 }; variable
Dkeyed-storage-extend.js30 function GrowNamed(o) { argument
39 function GrowKeyed(o) { argument
/external/icu4c/tools/pkgdata/
Dmake.c36 pkg_mak_writeHeader(FileStream *f, const UPKGOptions *o) in pkg_mak_writeHeader()
115 pkg_mak_writeStanza(FileStream *f, const UPKGOptions *o, in pkg_mak_writeStanza()
135 pkg_mak_writeFooter(FileStream *f, const UPKGOptions *o) in pkg_mak_writeFooter()
156 pkg_mak_writeHeader(FileStream *f, const UPKGOptions *o) in pkg_mak_writeHeader()
242 pkg_mak_writeStanza(FileStream *f, const UPKGOptions *o, in pkg_mak_writeStanza()
262 pkg_mak_writeFooter(FileStream *f, const UPKGOptions *o) in pkg_mak_writeFooter()
269 pkg_mak_writeObjRules(UPKGOptions *o, FileStream *makefile, CharList **objects, const char* objSuf… in pkg_mak_writeObjRules()
391 pkg_mak_writeAssemblyHeader(FileStream *f, const UPKGOptions *o) in pkg_mak_writeAssemblyHeader()
411 pkg_mak_writeAssemblyFooter(FileStream *f, const UPKGOptions *o) in pkg_mak_writeAssemblyFooter()
/external/webkit/V8Binding/v8/test/mjsunit/regress/
Dregress-667061.js40 function h(o) { argument
55 function g(o) { argument
60 var o = new O(function() { return 1; }); variable
75 function f(o) { argument
Dregress-1493017.js38 var o = new C(); variable
47 o = new C(); variable
Dregress-1110164.js28 var o = { x: 0, f: function() { return 42; } }; variable
31 function CallF(o) { argument
/external/webkit/WebCore/platform/animation/
DAnimation.cpp48 Animation::Animation(const Animation& o) in Animation()
70 Animation& Animation::operator=(const Animation& o) in operator =()
98 bool Animation::animationsMatch(const Animation* o, bool matchPlayStates) const in animationsMatch() argument
/external/bluetooth/glib/gio/
Dgiomodule.h36 #define G_IO_MODULE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_IO_TYPE_MODULE, GIOModule)) argument
38 #define G_IO_IS_MODULE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_IO_TYPE_MODULE)) argument
40 #define G_IO_MODULE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_IO_TYPE_MODULE, GIOModuleClass)) argument
Dgfileicon.h35 #define G_FILE_ICON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_ICON, GFileIcon)) argument
37 #define G_IS_FILE_ICON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_ICON)) argument
39 #define G_FILE_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_ICON, GFileIconClass)) argument
Dgsimpleasyncresult.h35 #define G_SIMPLE_ASYNC_RESULT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_SIMPLE_ASYNC_RE… argument
37 #define G_IS_SIMPLE_ASYNC_RESULT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_SIMPLE_ASYNC_RE… argument
39 #define G_SIMPLE_ASYNC_RESULT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_SIMPLE_ASYNC_RES… argument
Dgthemedicon.h35 #define G_THEMED_ICON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_THEMED_ICON, GThemedIco… argument
37 #define G_IS_THEMED_ICON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_THEMED_ICON)) argument
39 #define G_THEMED_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_THEMED_ICON, GThemedIcon… argument
Dgemblem.h34 #define G_EMBLEM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_EMBLEM, GEmblem)) argument
36 #define G_IS_EMBLEM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_EMBLEM)) argument
38 #define G_EMBLEM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_EMBLEM, GEmblemClass)) argument
Dgemblemedicon.h37 #define G_EMBLEMED_ICON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_EMBLEMED_ICON, GEmble… argument
39 #define G_IS_EMBLEMED_ICON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_EMBLEMED_ICON)) argument
41 #define G_EMBLEMED_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_EMBLEMED_ICON, GEmblem… argument
Dgwin32appinfo.h31 #define G_WIN32_APP_INFO(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_WIN32_APP_INFO, GWin… argument
33 #define G_IS_WIN32_APP_INFO(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_WIN32_APP_INFO)) argument
35 #define G_WIN32_APP_INFO_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_WIN32_APP_INFO, GWin3… argument
Dgdummyfile.h31 #define G_DUMMY_FILE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DUMMY_FILE, GDummyFile)) argument
33 #define G_IS_DUMMY_FILE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DUMMY_FILE)) argument
35 #define G_DUMMY_FILE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DUMMY_FILE, GDummyFileCla… argument
Dglocalfile.h31 #define G_LOCAL_FILE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_LOCAL_FILE, GLocalFile)) argument
33 #define G_IS_LOCAL_FILE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_LOCAL_FILE)) argument
35 #define G_LOCAL_FILE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_LOCAL_FILE, GLocalFileCla… argument
Dglocalfileenumerator.h32 #define G_LOCAL_FILE_ENUMERATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_LOCAL_FILE_EN… argument
34 #define G_IS_LOCAL_FILE_ENUMERATOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_LOCAL_FILE_EN… argument
36 #define G_LOCAL_FILE_ENUMERATOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_LOCAL_FILE_ENU… argument
/external/webkit/WebCore/rendering/
DRenderMediaControls.cpp51 static ThemeControlState determineState(RenderObject* o) in determineState()
75 void RenderMediaControls::adjustMediaSliderThumbSize(RenderObject* o) in adjustMediaSliderThumbSize()
85 static HTMLMediaElement* parentMediaElement(RenderObject* o) in parentMediaElement()
95 bool RenderMediaControls::paintMediaControlsPart(MediaControlElementType part, RenderObject* o, con… in paintMediaControlsPart()
DRenderThemeWince.cpp147 unsigned RenderThemeWince::determineClassicState(RenderObject* o) in determineClassicState()
160 ThemeData RenderThemeWince::getThemeData(RenderObject* o) in getThemeData()
190 bool RenderThemeWince::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect… in paintButton()
225 bool RenderThemeWince::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntR… in paintTextField()
242 bool RenderThemeWince::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRe… in paintMenuList()
249 bool RenderThemeWince::paintMenuListButton(RenderObject* o, const RenderObject::PaintInfo& i, const… in paintMenuListButton()
364 bool RenderThemeWince::paintSearchField(RenderObject* o, const RenderObject::PaintInfo& i, const In… in paintSearchField()
369 bool RenderThemeWince::paintSearchFieldCancelButton(RenderObject* o, const RenderObject::PaintInfo&… in paintSearchFieldCancelButton()
414 bool RenderThemeWince::paintSearchFieldResultsDecoration(RenderObject* o, const RenderObject::Paint… in paintSearchFieldResultsDecoration()
427 bool RenderThemeWince::paintSearchFieldResultsButton(RenderObject* o, const RenderObject::PaintInfo… in paintSearchFieldResultsButton()
[all …]
DRenderThemeWin.cpp370 unsigned RenderThemeWin::determineClassicState(RenderObject* o) in determineClassicState()
405 unsigned RenderThemeWin::determineState(RenderObject* o) in determineState()
424 unsigned RenderThemeWin::determineSliderThumbState(RenderObject* o) in determineSliderThumbState()
438 unsigned RenderThemeWin::determineButtonState(RenderObject* o) in determineButtonState()
454 ThemeData RenderThemeWin::getClassicThemeData(RenderObject* o) in getClassicThemeData()
498 ThemeData RenderThemeWin::getThemeData(RenderObject* o) in getThemeData()
556 static void drawControl(GraphicsContext* context, RenderObject* o, HANDLE theme, const ThemeData& t… in drawControl()
614 bool RenderThemeWin::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& … in paintButton()
636 bool RenderThemeWin::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRec… in paintTextField()
642 bool RenderThemeWin::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect… in paintMenuList()
[all …]
/external/bluetooth/glib/gio/win32/
Dgwinhttpfileoutputstream.h35 #define G_WINHTTP_FILE_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_WINHTTP_… argument
37 #define G_IS_WINHTTP_FILE_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_WINHTTP_… argument
39 #define G_WINHTTP_FILE_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_WINHTTP_F… argument
Dgwinhttpfileinputstream.h35 #define G_WINHTTP_FILE_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_WINHTTP_F… argument
37 #define G_IS_WINHTTP_FILE_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_WINHTTP_F… argument
39 #define G_WINHTTP_FILE_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_WINHTTP_FI… argument
/external/openssl/crypto/des/
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
150 #define des_cbc_cksum(i,o,l,k,iv)\ argument
152 #define des_cbc_encrypt(i,o,l,k,iv,e)\ argument
154 #define des_ncbc_encrypt(i,o,l,k,iv,e)\ argument
156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ argument
[all …]
/external/openssl/include/openssl/
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
150 #define des_cbc_cksum(i,o,l,k,iv)\ argument
152 #define des_cbc_encrypt(i,o,l,k,iv,e)\ argument
154 #define des_ncbc_encrypt(i,o,l,k,iv,e)\ argument
156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ argument
[all …]

12345678910>>...15