HomeSort by relevance Sort by last modified time
    Searched refs:variables (Results 251 - 275 of 290) sorted by null

<<1112

  /ndk/build/core/
definitions.mk 83 # Rationale: Checks that all variables listed in $1 are defined, or abort the
98 # Rationale: Clears/undefines all variables in argument list
535 # the list of variables that *must* be defined in Application.mk files
538 # the list of variables that *may* be defined in Application.mk files
543 # the list of all variables that may appear in an Application.mk file
    [all...]
add-application.mk 21 # file that will be included here. The latter must define a few variables
  /external/icu4c/
icudefs.mk 9 # Some of these variables are overridden in the config/mh-* files.
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 439 // Read the local variables.
587 // Read the verification types of the additional local variables.
602 // Read the verification types of the local variables.
604 fullFrame.variables = new VerificationType[fullFrame.variablesCount];
609 fullFrame.variables[index] = verificationType;
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 86 // declarations of the introduced variables or constants.
debug-scopes.js 232 // Local scope with parameters and local variables.
284 // Local scope with parameters, local variables and local variable introduced
smi-ops.js 437 // Repeat block A with shift amounts in variables intialized with
532 // Repeat previous block, with computed values in the shift variables.
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 406 Vector<Identifier> variables; local
407 variables.reserveCapacity(numVariables);
409 variables.append(*varStack[i].first);
410 codeBlock->adoptVariables(variables);
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 575 // See if we have already resolved the variables in this declaration.
582 // If this declaration has any variables in it, then we need to make a cloned
583 // declaration with as many variables resolved as possible for this style selector's media.
594 // Now iterate over the properties in the original declaration. As we resolve variables we'll end up
616 if (!rule || !rule->variables()) {
624 CSSMutableStyleDeclaration* declBlock = rule->variables()->getParsedVariableDeclarationBlock(primitiveValue->getStringValue());
632 CSSValueList* resolvedVariable = rule->variables()->getParsedVariable(primitiveValue->getStringValue());
2854 CSSVariablesRule* variables = static_cast<CSSVariablesRule*>(item); local
    [all...]
  /build/core/
java.mk 103 # Override some target variables that base_rules set up for us.
main.mk 53 # Set up various standard variables based on configuration
  /external/zlib/
make_vms.com 15 $! Setup variables holding "config" information
  /external/dropbear/libtommath/
bn.tex 442 variables in an ``all or nothing'' fashion. That is, they are either all initialized successfully or they are all
453 at once. If the function returns MP\_OKAY then all of the mp\_int variables are ready to use, otherwise none of them
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that you will further
811 mp\_int variables based on their digits only.
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
874 This will compare $a$ to the left of $b$. It will first compare the signs of the two mp\_int variables. If they
    [all...]
  /bionic/libc/
Android.mk 413 # 'timezone' and 'daylight' global variables, as well as
  /external/bison/doc/
refcard.tex 440 \section{Grammar Variables and Symbols}
459 \section {Variables and Types}
512 % Local variables:
  /external/fdlibm/
configure 2 # Guess values for system-dependent variables and create Makefiles.
280 # Initialize some variables set by options.
283 # The variables have the same names as the options, with
302 # and all the variables that are supposed to be based on exec_prefix
746 To assign environment variables (e.g., CC, CFLAGS...), specify them as
747 VAR=VALUE. See below for descriptions of some of the useful variables.
803 Some influential environment variables:
811 Use these variables to override the choices made by `configure' or to help
    [all...]
  /external/v8/src/
date.js 148 // Cache the start and the end in local variables for fast access.
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 156 ; initialize or check the variables used in match.asm.
  /external/dropbear/libtomcrypt/
crypt.tex 395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 526 % Now make Tex use those variables
530 % Commands to set those variables.
    [all...]
  /external/clearsilver/
configure 2 # Guess values for system-dependent variables and create Makefiles.
315 # Initialize some variables set by options.
318 # The variables have the same names as the options, with
337 # and all the variables that are supposed to be based on exec_prefix
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
868 Some influential environment variables:
877 Use these variables to override the choices made by `configure' or to help
    [all...]
  /external/elfutils/
configure 3 # Guess values for system-dependent variables and create Makefiles.
283 # Initialize some variables set by options.
286 # The variables have the same names as the options, with
305 # and all the variables that are supposed to be based on exec_prefix
753 To assign environment variables (e.g., CC, CFLAGS...), specify them as
754 VAR=VALUE. See below for descriptions of some of the useful variables.
839 Some influential environment variables:
848 Use these variables to override the choices made by `configure' or to help
    [all...]
  /external/genext2fs/
configure 2 # Guess values for system-dependent variables and create Makefiles.
707 # Initialize some variables set by options.
710 # The variables have the same names as the options, with
729 # and all the variables that are supposed to be based on exec_prefix
1211 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1212 VAR=VALUE. See below for descriptions of some of the useful variables.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 1396 milliseconds

<<1112