HomeSort by relevance Sort by last modified time
    Searched refs:variables (Results 401 - 425 of 1005) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
body-not-visible.js 28 // Make sure we cannot see the local variables in NewFunction when
  /external/chromium_org/v8/test/webkit/
dfg-captured-var-get-local.js 25 "Tests that GetLocals on captured variables aren't eliminated too aggressively."
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 85 def ReadStatusFile(self, variables):
87 statusfile.ReadStatusFile(self.status_file(), variables)
  /external/compiler-rt/make/
lib_info.mk 6 # This defines the following variables describing compiler-rt:
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 330 SymbolFileSymtab::FindGlobalVariables(const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables)
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables)
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose)
105 if (variables)
  /external/openssl/
Apps-config-host.mk 5 # This script will append to the following variables:
Apps-config-target.mk 5 # This script will append to the following variables:
Ssl-config-host.mk 5 # This script will append to the following variables:
Ssl-config-target.mk 5 # This script will append to the following variables:
  /external/srec/srec/ca/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 51 @REM set local scope for the variables with windows NT shell
142 @REM Reaching here means variables are defined and arguments have been captured
171 @REM set local scope for the variables with windows NT shell
175 @REM For old DOS remove the set variables from ENV - we assume they were not set
mvnDebug.bat 53 @REM set local scope for the variables with windows NT shell
146 @REM Reaching here means variables are defined and arguments have been captured
175 @REM set local scope for the variables with windows NT shell
179 @REM For old DOS remove the set variables from ENV - we assume they were not set
  /sdk/avdlauncher/
Android.mk 35 # used in external/qemu/Makefile.android. The variables need to have different
  /sdk/find_java/
Android.mk 48 # used in external/qemu/Makefile.android. The variables need to have different
  /sdk/find_lock/
Android.mk 36 # used in external/qemu/Makefile.android. The variables need to have different
  /sdk/sdklauncher/
Android.mk 35 # used in external/qemu/Makefile.android. The variables need to have different
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 175 variables = {}
176 variables['ChromeDir'] = CHROME_DIR
177 variables['VersionDir'] = os.path.join(variables['ChromeDir'],
179 config = ConfigParser.SafeConfigParser(variables)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 151 * (or "constraint") between a set of variables. A constraint supplies
153 * of storing the constrained variables and other information required
291 * Variables that should, with some level of preference, stay the same.
342 * variables.
356 * should flow based on the relative strength of the variables related,
453 * Relates two variables by the linear scaling relationship: "v2 =
515 * Constrains two variables to have the same value.
586 * variables of constraints that have been processed are marked with
636 * only constraints whose output variables are not stay. Constraints
641 * the plan when all its input variables are known. A variable i
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 142 * (or "constraint") between a set of variables. A constraint supplies
144 * of storing the constrained variables and other information required
282 * Variables that should, with some level of preference, stay the same.
333 * variables.
347 * should flow based on the relative strength of the variables related,
444 * Relates two variables by the linear scaling relationship: "v2 =
506 * Constrains two variables to have the same value.
577 * variables of constraints that have been processed are marked with
627 * only constraints whose output variables are not stay. Constraints
632 * the plan when all its input variables are known. A variable i
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 142 * (or "constraint") between a set of variables. A constraint supplies
144 * of storing the constrained variables and other information required
282 * Variables that should, with some level of preference, stay the same.
333 * variables.
347 * should flow based on the relative strength of the variables related,
444 * Relates two variables by the linear scaling relationship: "v2 =
506 * Constrains two variables to have the same value.
577 * variables of constraints that have been processed are marked with
627 * only constraints whose output variables are not stay. Constraints
632 * the plan when all its input variables are known. A variable i
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 142 * (or "constraint") between a set of variables. A constraint supplies
144 * of storing the constrained variables and other information required
282 * Variables that should, with some level of preference, stay the same.
333 * variables.
347 * should flow based on the relative strength of the variables related,
444 * Relates two variables by the linear scaling relationship: "v2 =
506 * Constrains two variables to have the same value.
577 * variables of constraints that have been processed are marked with
627 * only constraints whose output variables are not stay. Constraints
632 * the plan when all its input variables are known. A variable i
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 148 * (or "constraint") between a set of variables. A constraint supplies
150 * of storing the constrained variables and other information required
288 * Variables that should, with some level of preference, stay the same.
339 * variables.
353 * should flow based on the relative strength of the variables related,
450 * Relates two variables by the linear scaling relationship: "v2 =
512 * Constrains two variables to have the same value.
583 * variables of constraints that have been processed are marked with
633 * only constraints whose output variables are not stay. Constraints
638 * the plan when all its input variables are known. A variable i
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 1 /* Internals of variables for GNU Make.
34 /* Chain of all pattern-specific variables. */
147 /* Implement variables. */
249 Currently there are two such variables, both used for introspection:
250 .VARIABLES expands to a list of all the variables defined in this instance
289 if (streq (var->name, ".VARIABLES")
301 /* Walk through the hash of variables, constructing a list of names. */
326 /* Remember how many variables are in our current count. Since we never
327 remove variables from the list, this is a reliable way to know whethe
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 23 * Names of special variables defined by the jstemplate evaluation
64 * expressions, and it holds the locally defined variables.
69 * variables are inherited. Normally the context object of the parent
91 // If there is a parent node, inherit local variables from the
96 // chain has a root with no parent, global variables will be
152 * global variables in general apply also here. (Hence the name

Completed in 1172 milliseconds

<<11121314151617181920>>