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

<<11121314151617181920>>

  /external/compiler-rt/make/
util.mk 93 # Check that all command line variables are in the given list. This routine is
  /external/lldb/scripts/Python/interface/
SBFrame.i 148 /// of this is it will return the block that contains all of the variables
246 /// Find variables, register sets, registers, or persistent variables using
325 __swig_getmethods__["variables"] = get_all_variables
326 if _newclass: variables = property(get_all_variables, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the variables in this stack frame.''')
329 if _newclass: vars = property(get_all_variables, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the variables in this stack frame.''')
332 if _newclass: locals = property(get_locals, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the local variables in this stack frame.''')
335 if _newclass: args = property(get_arguments, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
338 if _newclass: arguments = property(get_arguments, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.'''
    [all...]
  /external/mesa3d/src/mesa/
Android.mk 28 # Import the following variables:
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 34 # To suppress compiler warnings for unused variables/functions used for debug features etc.
  /build/core/
product.mk 38 # variables set in the given AndroidProducts.mk files.
56 # variables set in all AndroidProducts.mk files.
127 # 1. Inherits all of the variables from $1.
272 # Stash values of the variables in _product_stash_var_list.
295 $(eval $(error The following variables have been changed: $(changed_variables))),)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 86 * Stores state variables in a provided object.
96 * Updates the object with state variables from an earlier storeOn call.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 232 * Stores state variables in a provided object.
242 * Updates the object with state variables from an earlier storeOn call.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 64 for variable in class_.variables():
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 20 $tcl_platform(os) and $tcl_platform(machine) variables. Supported
  /external/chromium_org/tools/gn/
functions_target.cc 13 #include "tools/gn/variables.h"
122 "Variables\n"
193 "Variables\n"
264 scope->GetValue(variables::kComponentMode);
361 "Variables\n"
394 "Variables\n"
430 "Variables\n"
477 "Variables\n"
507 "Variables\n"
visibility.cc 15 #include "tools/gn/variables.h"
267 const Value* vis_value = scope->GetValue(variables::kVisibility, true);
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 206 '''Tests that variables are expanded in filenames before inlining.'''
  /external/chromium_org/tools/grit/grit/node/
message.py 212 '''We always expand variables on Messages.'''
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 180 """Get a dict of variables mapping internal VS macro names to their gyp
703 contain ninja variables cannot be fixed here (for example ${source}), so
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-scopes.js 205 // Local scope with parameters and local variables.
235 // Local scope with parameters, local variables and local variable introduced
  /external/clang/tools/scan-view/
ScanView.py 741 # Allow a very limited set of variables. This is pretty gross.
742 variables = {}
743 variables['report'] = ''
746 variables['report'] = m.group(2)
755 data = a.sub(b % variables, data)
  /external/deqp/framework/opengl/
gluVarType.hpp 278 std::vector<glu::VariableDeclaration> variables; member in struct:glu::InterfaceBlock
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy.s 66 @**************variables vs registers*****************************************
ihevc_intra_pred_chroma_ver.s 80 @**************variables vs registers*****************************************
ihevc_intra_pred_luma_mode2.s 84 @**************variables vs registers*****************************************
ihevc_intra_pred_luma_mode_18_34.s 84 @**************variables vs registers*****************************************
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 64 for variable in class_.variables():
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 70 @load state variables from pFilter structure
ARM-E_voice_gain_gnu.s 63 @ register context for local variables
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 70 @load state variables from pFilter structure

Completed in 1657 milliseconds

<<11121314151617181920>>