Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/JavaScriptCore/wtf/
DVector.h44 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
47 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
DAssertions.h194 #define ASSERT_UNUSED(variable, assertion) ((void)variable) argument
210 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) argument
/external/webkit/WebCore/plugins/
DPluginDebug.cpp84 CString prettyNameForNPNVariable(NPNVariable variable) in prettyNameForNPNVariable()
123 CString prettyNameForNPPVariable(NPPVariable variable, void* value) in prettyNameForNPPVariable()
Dnpapi.cpp137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value) in NPN_GetValue()
147 NPError NPN_SetValue(NPP instance, NPPVariable variable, void* value) in NPN_SetValue()
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_getenv.c39 int SDL_putenv(const char *variable) in SDL_putenv()
93 int SDL_putenv(const char *variable) in SDL_putenv()
/external/bluetooth/glib/tests/
Denv-test.c51 gchar *variable = "TEST_G_SETENV"; in main() local
/external/webkit/WebCore/plugins/qt/
DPluginPackageQt.cpp83 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable,… in staticPluginQuirkRequiresGtkToolKit_NPN_GetValue()
DPluginViewQt.cpp556 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
582 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
/external/webkit/WebCore/plugins/android/
DPluginViewAndroid.cpp366 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
455 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
534 NPError PluginView::platformSetValue(NPPVariable variable, void* value) in platformSetValue()
/external/webkit/WebCore/plugins/symbian/
DPluginViewSymbian.cpp310 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
328 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
Dmain.cpp226 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue()
239 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue()
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp248 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value) in webkit_test_plugin_get_value()
337 NP_GetValue(void* /*future*/, NPPVariable variable, void *value) in NP_GetValue()
/external/quake/quake/src/QW/client/
Dcvar.c175 void Cvar_RegisterVariable (cvar_t *variable) in Cvar_RegisterVariable()
/external/quake/quake/src/WinQuake/
Dcvar.cpp151 void Cvar_RegisterVariable (cvar_t *variable) in Cvar_RegisterVariable()
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp393 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue()
408 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h249 u8 variable[0]; member
258 u8 variable[0]; member
265 u8 variable[0]; member
272 u8 variable[0]; member
283 u8 variable[0]; member
287 u8 variable[0]; member
295 u8 variable[0]; member
304 u8 variable[0]; member
318 u8 variable[0]; /* FT Request */ member
325 u8 variable[0]; /* FT Request */ member
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp238 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
281 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
/external/bluetooth/glib/glib/
Dgutils.c1079 g_getenv (const gchar *variable) in g_getenv()
1168 _g_getenv_nomalloc (const gchar *variable, in _g_getenv_nomalloc()
1204 g_setenv (const gchar *variable, in g_setenv()
1304 g_unsetenv (const gchar *variable) in g_unsetenv()
3362 g_getenv (const gchar *variable) in g_getenv()
3382 g_setenv (const gchar *variable, in g_setenv()
3399 g_unsetenv (const gchar *variable) in g_unsetenv()
/external/protobuf/src/google/protobuf/io/
Dprinter.cc120 const char* variable, const string& value) { in Print()
/external/wpa_supplicant/
Dmlme.c98 u8 variable[0]; member
107 u8 variable[0]; member
114 u8 variable[0]; member
121 u8 variable[0]; member
132 u8 variable[0]; member
136 u8 variable[0]; member
144 u8 variable[0]; member
153 u8 variable[0]; member
/external/webkit/WebCore/plugins/gtk/
DPluginViewGtk.cpp614 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
652 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp870 NPError PluginView::getValueStatic(NPNVariable variable, void* value) in getValueStatic()
877 NPError PluginView::getValue(NPNVariable variable, void* value) in getValue()
/external/elfutils/src/
Dldscript.y485 new_assignment (const char *variable, struct expression *expression, in new_assignment()
/external/e2fsprogs/ext2ed/
Ddir_com.c595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; in type_dir___set() local

12