Home
last modified time | relevance | path

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

1234

/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp84 CString prettyNameForNPNVariable(NPNVariable variable) in prettyNameForNPNVariable()
123 CString prettyNameForNPPVariable(NPPVariable variable, void* value) in prettyNameForNPPVariable()
166 CString prettyNameForNPNURLVariable(NPNURLVariable variable) in prettyNameForNPNURLVariable()
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()
181 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, ui… in NPN_GetValueForURL()
186 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* valu… in NPN_SetValueForURL()
/external/webkit/Source/JavaScriptCore/wtf/
DUnusedParam.h32 #define UNUSED_PARAM(variable) unusedParam(variable) argument
34 #define UNUSED_PARAM(variable) (void)variable argument
DAlignment.h28 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
31 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
DAssertions.h243 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) argument
245 #define ASSERT_UNUSED(variable, assertion) ((void)variable) argument
262 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) argument
/external/clang/test/PCH/
Dtentative-defs.h2 int variable; variable
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.y156 const TVariable* variable; variable
966 TVariable *variable = new TVariable(param.name, *param.type); variable
1212 TVariable* variable; variable
1233 TVariable* variable; variable
1297 TVariable* variable; variable
1326 TVariable* variable; variable
2019 TVariable *variable = new TVariable(param.name, *param.type); variable
2026 delete variable; variable
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DVariableLocator.java51 private String quickEval(PVariable variable) { in quickEval()
69 public String getVariableName(PVariable variable) { in getVariableName()
/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/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
DNameFunction.java39 Data variable = variableValue.getReference(); in execute() local
/external/bluetooth/glib/tests/
Denv-test.c51 gchar *variable = "TEST_G_SETENV"; in main() local
/external/doclava/src/com/google/doclava/
DResolution.java48 public Resolution(String variable, String value, InfoBuilder builder) { in Resolution()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DPluginScriptableNPObjectInvokeDefault.cpp50 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
DNPRuntimeRemoveProperty.cpp77 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
DNPRuntimeObjectFromDestroyedPlugin.cpp60 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
DNPPSetWindowCalledDuringDestruction.cpp65 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) in NPP_GetValue()
DNPDeallocateCalledBeforeNPShutdown.cpp76 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp328 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value) in webkit_test_plugin_get_value()
371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value) in webkit_test_plugin_set_value()
434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value) in NP_GetValue()
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp407 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result) in platformGetValueStatic()
498 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()
587 NPError PluginView::platformSetValue(NPPVariable variable, void* value) in platformSetValue()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp100 NPError PluginTest::NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) in NPN_GetValue()
Dmain.cpp732 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue()
773 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
794 NPError NP_GetValue(NPP instance, NPPVariable variable, void* value) in NP_GetValue()
/external/webkit/Source/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/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp91 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable,… in staticPluginQuirkRequiresGtkToolKit_NPN_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()

1234