HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 1876 - 1900 of 3964) sorted by null

<<71727374757677787980>>

  /external/chromium_org/tools/stats_viewer/
OpenDialog.Designer.cs 10 /// Required designer variable.
  /external/chromium_org/ui/keyboard/resources/
constants.js 83 // TODO(rsadam): Remove this variable once figure out how to calculate this
  /external/chromium_org/v8/test/mjsunit/compiler/
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.
simple-global-access.js 28 // Test global variable loads.
variables.js 28 // Simple tests of the various kinds of variable references in the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
regress-1132.js 39 assertFalse(delete e, "deleting catch variable");
regress-crbug-134609.js 48 // Make sure that the local variable is context allocated.
  /external/chromium_org/v8/test/webkit/
dfg-dead-variable-on-exit.js 25 "This tests that if a variable is dead on OSR exit, it will at least contain a valid JS value."
dfg-double-vote-fuzz.js 25 "This tests that the static analysis we use to infer if a variable should be a double doesn't crash."
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 25 "Tests that an Int32ToDouble placed on a SetLocal does a forward exit, and works right even when the relevant variable is actually predicted numeric."
eval-and-with.js 25 "This test case checks variable resolution in the presence of both eval and with."
vardecl-blocks-init.js 25 "This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope."
  /device/generic/goldfish/opengl/
common.mk 5 # order for various variable definitions and usage to happen in the correct
113 # Called to indicate that a module exports a given local variable for its
115 # $1: Local variable type (e.g. CFLAGS, LDLIBS, etc...)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 99 .cm-s-default .cm-variable,
103 .cm-s-default .cm-variable-2 {color: #05a;}
104 .cm-s-default .cm-variable-3 {color: #085;}
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-scopes.js 195 // Local scope with a parameter and a local variable.
225 // Local introducing local variable using eval.
235 // Local scope with parameters, local variables and local variable introduced
  /external/chromium_org/v8/tools/gyp/
v8_libbase.target.darwin-arm.mk 33 v8/src/base/platform/condition-variable.cc \
73 -Wno-unused-but-set-variable \
188 -Wno-unused-but-set-variable \
v8_libbase.target.linux-arm.mk 33 v8/src/base/platform/condition-variable.cc \
73 -Wno-unused-but-set-variable \
188 -Wno-unused-but-set-variable \
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 57 "Debug Variable Analysis", false, false)
61 "Debug Variable Analysis", false, false)
100 /// UserValue - A user value is a part of a debug info user variable.
103 /// holds part of a user variable. The part is identified by a byte offset.
106 /// user values are related if they refer to the same variable, or if they are
112 const MDNode *variable; ///< The debug info variable we are part of. member in class:__anon5307::UserValue
113 unsigned offset; ///< Byte offset into variable.
115 DebugLoc dl; ///< The debug location for the variable. This is
144 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 615 counting of the variable.
625 A C string referring to the variable is returned.
880 # directives set Temporary variable used to track
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 111 // an environment variable not currently used in the list below, make sure to
642 for (std::vector<base::string16>::const_iterator variable = env_vars.begin();
643 variable != env_vars.end(); ++variable) {
645 if (environment->GetVar(base::UTF16ToASCII(*variable).c_str(), &path)) {
648 L"%" + base::i18n::ToLower(*variable) + L"%"));
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 56 # dictionary is keyed by an identifier that defines a local variable and has
129 variable = identifier.split('.')[-1]
130 self._declared_private_member_tokens[variable] = token
131 self._declared_private_members.add(variable)
153 # Check for variable arguments marker in type.
157 'Variable length argument %s must be renamed '
163 'Variable length argument %s type must start '
368 # If variable/token before '=' ends with '.prototype' then its above
556 # Add local variable declaration to the top of the unused locals
560 # This covers most cases where the variable is used as an identifier
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 290 # So, we remove them from the PATH using the ANDROID_BUILD_PATHS variable
420 variable = make.StringToMakefileVariable(self.relative_target + '_copies')
425 # source tree. The destination should start with a variable, which will
446 self.WriteLn('%s = %s' % (variable,
448 extra_outputs.append('$(%s)' % variable)
    [all...]

Completed in 1189 milliseconds

<<71727374757677787980>>