HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 126 - 150 of 418) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 73 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value);
74 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value);
390 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value)
395 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 185 TVariable *variable = new TVariable(*this, remapper); local
187 return variable;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 418 static NPError NPN_GetValue(NPP npp, NPNVariable variable, void *value)
420 switch (variable) {
529 static NPError NPN_SetValue(NPP npp, NPPVariable variable, void *value)
531 switch (variable) {
791 static NPError NPN_GetValueForURL(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
796 switch (variable) {
824 static NPError NPN_SetValueForURL(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len)
826 switch (variable) {
NetscapePlugin.cpp 341 NPError NetscapePlugin::NPP_GetValue(NPPVariable variable, void *value)
346 return m_pluginModule->pluginFuncs().getvalue(&m_npp, variable, value);
349 NPError NetscapePlugin::NPP_SetValue(NPNVariable variable, void *value)
354 return m_pluginModule->pluginFuncs().setvalue(&m_npp, variable, value);
  /frameworks/base/tools/aidl/
AST.h 57 struct Variable : public Expression
63 Variable();
64 Variable(Type* type, const string& name);
65 Variable(Type* type, const string& name, int dimension);
66 virtual ~Variable();
90 Variable *variable; member in struct:Field
94 Field(int modifiers, Variable* variable);
130 Variable* lvalue
    [all...]
AST.cpp 59 variable(NULL)
63 Field::Field(int m, Variable* v)
66 variable(v)
77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
88 this->variable->name.c_str());
114 Variable::Variable()
121 Variable::Variable(Type* t, const string& n
    [all...]
  /libcore/
Android.mk 44 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
  /system/bluetooth/data/
auto_pairing.conf 21 // Fixed PIN keyboard blacklist. Keyboards should have variable PIN
  /external/chromium/third_party/libjingle/source/talk/base/
flags.h 90 Type type, void* variable, FlagValue default_);
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 97 expected-error {{variable has incomplete type 'void'}}
268 double *dp = (alias::C*)0; // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'alias::C *'}}
  /external/dbus/dbus/
dbus-shell.c 254 * the shell parses a command line. We don't do variable expansion,
540 * perform (variable expansion, globs, operators, filename expansion,
  /external/elfutils/src/
ldscript.y 42 static struct assignment *new_assignment (const char *variable,
485 new_assignment (const char *variable, struct expression *expression,
491 newp->variable = variable;
  /external/llvm/utils/TableGen/
TGLexer.cpp 195 return ReturnError(TokStart, "Invalid variable name");
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 224 <registerName> and <len> specify the name a variable, input
226 The current value of the named variable is returned as four
268 does not name a known program register or variable.
  /external/v8/test/mjsunit/compiler/
expression-trees.js 78 // Set the j'th variable to a string to force a bailout.
101 // Set the j'th variable to a string to force a bailout.
globals.js 31 // Test compilation of a global variable store.
inline-global-access.js 31 // global variable load.
regress-3136962.js 29 // value of global variable height was reused even after reassignment.
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent13.js 77 * Inner class implementation for variable listener1
120 * Inner class implementation for variable listener2
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent13.js 77 * Inner class implementation for variable listener1
120 * Inner class implementation for variable listener2
  /frameworks/base/libs/rs/
Android.mk 138 LOCAL_CFLAGS += -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
183 LOCAL_CFLAGS += -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
  /ndk/build/core/
build-local.mk 100 $(call __ndk_info,Please define the NDK_PROJECT_PATH variable to point to it.)
128 # If a goal is DUMP_xxx then we dump a variable xxx instead
  /sdk/files/
find_java.bat 17 rem to use. The script changes the "java_exe" env variable. The variable
  /bootable/recovery/updater/
Android.mk 41 # any sort of registration function for these. Use this variable for
  /development/ide/xcode/ports/
skia_mac.cp 25 // the variable (client-specific) part is :

Completed in 1426 milliseconds

1 2 3 4 56 7 8 91011>>