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

1 2 3 45 6 7

  /external/webkit/WebCore/plugins/
PluginView.cpp 677 NPError PluginView::setValue(NPPVariable variable, void* value)
679 LOG(Plugins, "PluginView::setValue(%s): ", prettyNameForNPPVariable(variable, value).data());
681 switch (variable) {
734 return platformSetValue(variable, value);
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /external/elfutils/src/
ld.c 150 { NULL, 'i', NULL, 0, N_("Ignore LD_LIBRARY_PATH environment variable.") },
303 /* The user can use the LD_LIBRARY_PATH environment variable to add
977 /* First change the 'input_file_list' variable in a simple
    [all...]
ld.h 522 const char *variable; member in struct:assignment
748 /* From the environment variable LD_LIBRARY_PATH. */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 517 const char *variable = SDL_getenv("SDL_VIDEO_FULLSCREEN_HEAD"); local
518 if ( variable ) {
519 desired = SDL_atoi(variable);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 746 pos = mgmt->u.auth.variable;
894 data.ft_ies.ies = mgmt->u.auth.variable;
896 (mgmt->u.auth.variable - (u8 *) mgmt);
1078 pos = mgmt->u.assoc_resp.variable;
    [all...]
  /external/v8/src/
ast.h 306 Declaration(VariableProxy* proxy, Variable::Mode mode, FunctionLiteral* fun)
310 ASSERT(mode == Variable::VAR || mode == Variable::CONST);
312 ASSERT(fun == NULL || mode == Variable::VAR);
318 Variable::Mode mode() const { return mode_; }
323 Variable::Mode mode_;
893 // variable, which should be DontDelete.
921 Variable* AsVariable() {
930 ASSERT(var_ != NULL); // Variable must be resolved.
934 // Reading from a mutable variable is a side effect, but 'this' i
943 Variable* variable = AsVariable(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 204 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
  /external/icu4c/
icudefs.mk 160 # Environment variable to set a runtime search path
  /ndk/build/core/
build-binary.mk 16 # we expect the 'my' variable to be defined, either to
init.mk 93 # the OS environment variable is defined to 'Windows_NT'
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 145 // * Use member variable to store param variables as they're
146 // * being created, use member variable so we don't
1392 ElemVariable variable = (ElemVariable)vars.elementAt(i); local
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 98 #define SET_VAR(group, variable, value) \
99 if (!compareEqual(group->variable, value)) \
100 group.access()->variable = value;
    [all...]
  /external/jpeg/
ltmain.sh 37 magic="%%%MAGIC variable%%%"
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 225 Variable* par = scope()->parameter(i);
247 Variable* arguments = scope()->arguments()->var();
248 Variable* shadow = scope()->arguments_shadow()->var();
401 // a constant variable that is constant because it is read-only
402 // (such as the variable referring to a named function expression).
599 Variable* variable = expr->AsVariableProxy()->AsVariable(); local
600 if (variable != NULL && !variable->is_this() && variable->is_global())
3729 Variable* variable = node->expression()->AsVariableProxy()->AsVariable(); local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 365 Variable* par = scope()->parameter(i);
710 // from the stack. This also deals with cases where a local variable
3003 Variable* variable = node->expression()->AsVariableProxy()->AsVariable(); local
4919 Variable* variable = expr->AsVariableProxy()->AsVariable(); local
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 608 const Identifier& variable(unsigned index) { return m_variables[index]; } function in class:JSC::EvalCodeBlock
  /build/core/
config.mk 314 # For use with the LOCAL_SDK_VERSION variable for include $(BUILD_PACKAGE)
  /external/openssl/crypto/
crypto-lib.com 80 $! reflect the SDIRS variable in [-]Makefile.org as closely as possible,
    [all...]
  /external/zlib/contrib/masm686/
match.asm 139 ; Allocate local variable space
  /external/dropbear/libtommath/
bn.tex 691 This will assign the value of the 32-bit variable $b$ to the mp\_int $a$. Unlike mp\_set() this function will always
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]

Completed in 1022 milliseconds

1 2 3 45 6 7