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

1 2 3 4 56 7 8

  /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);
  /libcore/
JavaLibrary.mk 234 # variable is not exported from envsetup.sh). There is also
  /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...]
  /libcore/luni/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/jpeg/
ltmain.sh 37 magic="%%%MAGIC variable%%%"
    [all...]
configure 108 # Reject names that are not valid shell variable names.
117 # Reject names that are not valid shell variable names.
348 # Reject names that are not valid shell variable names.
361 # Reject names that are not valid shell variable names.
391 # Reject names that aren't valid shell variable names.
393 { echo "configure: error: $varname: invalid shell variable name" 1>&2; exit 1; }
396 test -n "$verbose" && echo " setting shell variable $varname to $val"
    [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 319 # For use with the LOCAL_SDK_VERSION variable for include $(BUILD_PACKAGE)
  /external/libvpx/vp8/encoder/arm/neon/
vp8_packtokens_armv7.asm 142 ; temp variable here. So after r10 is used, reload
vp8_packtokens_mbrow_armv7.asm 163 ; temp variable here. So after r10 is used, reload
vp8_packtokens_partitions_armv7.asm 191 ; temp variable here. So after r10 is used, reload
  /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
  /ndk/build/core/
init.mk 93 # the OS environment variable is defined to 'Windows_NT'
  /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...]
  /external/chromium/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 318 \mysection{Functions with Variable Length Output}
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
321 \index{rsa\_export()} \index{error\_to\_string()} \index{variable length output}
424 If the function returns successfully the variable \textit{skey} will have a scheduled key stored in it. It's important to note
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 111 # WARNING: NOT THE SAME AS ICU_DATA environment variable. Confusing.
159 # This variable can be overridden to "-m static" by the project settings,
  /external/v8/src/ia32/
codegen-ia32.cc 213 Variable* par = scope()->parameter(i);
360 // a constant variable that is constant because it is read-only
361 // (such as the variable referring to a named function expression).
570 Variable* variable = expr->AsVariableProxy()->AsVariable(); local
571 if (variable != NULL && !variable->is_this() && variable->is_global()) {
572 // For a global variable we build the property reference
573 // <global>.<variable> and perform a (regular non-contextual) propert
5909 Variable* variable = node->expression()->AsVariableProxy()->AsVariable(); local
    [all...]
  /external/libpng/
CHANGES 157 removed all implicit variable tests which assume NULL == 0 (I think)
527 accommodate making DLL's: Moved usr_png_ver from global variable to function
    [all...]

Completed in 2340 milliseconds

1 2 3 4 56 7 8