HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 310 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
312 LOG(Plugins, "PluginView::getValueStatic(%s)", prettyNameForNPNVariable(variable).data());
314 switch (variable) {
328 NPError PluginView::getValue(NPNVariable variable, void* value)
330 LOG(Plugins, "PluginView::getValue(%s)", prettyNameForNPNVariable(variable).data());
332 switch (variable) {
368 return getValueStatic(variable, value);
  /frameworks/base/tests/CoreTests/android/core/
PerformanceTests.java 91 boolean variable = false;
94 local = variable;
95 local = variable;
96 local = variable;
97 local = variable;
98 local = variable; // 5
99 local = variable;
100 local = variable;
101 local = variable;
102 local = variable;
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 194 #define ASSERT_UNUSED(variable, assertion) ((void)variable)
210 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion)
  /external/openssl/crypto/threads/
netware.bat 60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
  /external/v8/test/mjsunit/
global-load-from-nested-eval.js 38 // Shadow variable with a with statement.
46 // Shadow variable with an eval-introduced variable.
smi-negative-zero.js 38 // variable op variable
55 // literal op variable
70 // variable op literal
global-deleted-property-ic.js 34 // Introduce a global variable and make sure we load that from LoadX.
38 // Delete the global variable and make sure we get back to loading from
  /external/webkit/WebCore/plugins/
npfunctions.h 57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
58 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32* len);
70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32 len);
113 typedef NPError (*NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
114 typedef NPError (*NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
PluginView.h 163 NPError getValue(NPNVariable variable, void* value);
165 static NPError getValueStatic(NPNVariable variable, void* value);
167 NPError setValue(NPPVariable variable, void* value);
320 // called if the default setValue does not recognize the variable
321 NPError platformSetValue(NPPVariable variable, void* value);
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 44 NPError NP_GetValue(void *future, NPPVariable variable, void *value);
248 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value)
252 switch (variable) {
268 fprintf(stderr, "Unhandled variable\n");
273 if (variable == NPPVpluginScriptableNPObject) {
285 webkit_test_plugin_set_value(NPP /*instance*/, NPNVariable /*variable*/, void* /*value*/)
337 NP_GetValue(void* /*future*/, NPPVariable variable, void *value)
339 return webkit_test_plugin_get_value(NULL, variable, value);
  /external/v8/test/mjsunit/regress/
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
35 assertFalse(delete e, "deleting catch variable");
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 170 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
171 - (NPError)setVariable:(NPPVariable)variable value:(void *)value;
175 - (NPError)getVariable:(NPNURLVariable)variable forURL:(const char*)url value:(char**)value length:(uint32*)length;
176 - (NPError)setVariable:(NPNURLVariable)variable forURL:(const char*)url value:(const char*)value length:(uint32)length;
  /external/webkit/WebCore/wml/
WMLSelectElement.cpp 171 // FIXME: There must be a better place to update the page variable state. Investigate.
270 String variable;
272 // Spec: If the 'iname' attribute is specified and names a variable that is set,
273 // then the default option index is the validated value of that variable.
276 variable = pageState->getVariable(iname);
277 if (!variable.isEmpty())
278 m_defaultOptionIndices = parseIndexValueString(variable);
288 // and the 'name' ttribute names a variable that is set, then for each value in the 'name'
289 // variable that is present as a value in the select's option elements, the index of the
294 variable = pageState->getVariable(name)
    [all...]
  /external/webkit/WebCore/bridge/
npapi.h 329 * List of variable names for which NPP_GetValue shall be implemented
389 * List of variable names for which NPN_GetValue is implemented by Mozilla
455 * The drawing model for a Mac OS X plugin. These are the possible values for the NPNVpluginDrawingModel variable.
468 * The event model for a Mac OS X plugin. These are the possible values for the NPNVpluginEventModel variable.
837 NPError NPP_GetValue(NPP instance, NPPVariable variable,
839 NPError NPP_SetValue(NPP instance, NPNVariable variable,
874 NPError NPN_GetValue(NPP instance, NPNVariable variable,
876 NPError NPN_SetValue(NPP instance, NPPVariable variable,
884 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32* len);
885 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32 len)
    [all...]
  /external/astl/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
  /external/e2fsprogs/ext2ed/
general_com.c 304 wprintw (command_win, "Variable %s set to %s\n",
339 wprintw (command_win, "Variable %s set to %s\n",
352 wprintw (command_win, "Variable %s set to %s\n",
364 char *ptr,buffer [80],variable [80],value [80]; local
386 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
394 if (strcmp (current_type->field_names [i],variable)==0) {
400 set_int(len, ptr, variable, value);
403 set_uint(len, ptr, variable, value);
406 set_char(len, ptr, variable, value)
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 366 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
371 switch (variable) {
389 (void)anp_getInterface(variable, value, &error);
455 NPError PluginView::getValue(NPNVariable variable, void* value)
457 switch (variable) {
528 (void)anp_getInterface(variable, value, &error);
534 NPError PluginView::platformSetValue(NPPVariable variable, void* value)
538 switch (variable) {
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 70 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
71 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
360 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
365 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /ndk/build/core/
main.mk 64 The APP variable is undefined or empty.)
78 APP variable defined to unknown applications: $(_bad_apps))
121 Removing unknown names from APP variable: $(_unknown_apps))\
125 The APP variable contains unknown app names: $(_unknown_apps))\
  /system/extras/tests/sdcard/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
  /external/bluetooth/glib/glib/
gutils.h 245 /* return the environment string for the variable. The returned memory
254 G_CONST_RETURN gchar* g_getenv (const gchar *variable);
255 gboolean g_setenv (const gchar *variable,
258 void g_unsetenv (const gchar *variable);
262 const gchar* _g_getenv_nomalloc (const gchar *variable,
417 * we prefix variable declarations so they can
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /system/extras/tests/bionic/libstdc++/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
27 # in the build. the variable will be cleaned on exit
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 226 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
228 if (variable == NPPVpluginScriptableNPObject) {
239 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 238 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
240 LOG(Plugins, "PluginView::getValueStatic(%s)", prettyNameForNPNVariable(variable).data());
242 switch (variable) {
281 NPError PluginView::getValue(NPNVariable variable, void* value)
283 LOG(Plugins, "PluginView::getValue(%s)", prettyNameForNPNVariable(variable).data());
285 switch (variable) {
324 return getValueStatic(variable, value);

Completed in 1936 milliseconds

12 3 4 5 6 7