HomeSort by relevance Sort by last modified time
    Searched refs:local_vars (Results 1 - 14 of 14) sorted by null

  /art/test/701-easy-div-rem/
genMain.py 50 local_vars = default_vars.copy() variable
51 int_type = local_vars['@INT@']
53 local_vars['@CHECKER@'] = checker
55 local_vars['@NAME@'] = name + str(i)
56 local_vars['@VALUE@'] = value
57 local_vars['@OP@'] = '/' if 'div' in name else '%'
60 decls += subst_vars(local_vars, '''
64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
69 local_vars = {} variable
71 local_vars['@INT@'] = int_typ
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 265 def subst_vars (s, local_vars):
268 variable is substituted by the value found in the 'local_vars'
269 dictionary, or in 'os.environ' if it's not in 'local_vars'.
272 variables not found in either 'local_vars' or 'os.environ'.
275 def _subst (match, local_vars=local_vars):
277 if var_name in local_vars:
278 return str(local_vars[var_name])
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /external/autotest/client/bin/
job.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 136 def _subst_vars(s, local_vars):
138 return s.format(**local_vars)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 132 def _subst_vars(s, local_vars):
134 return s.format(**local_vars)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py 141 def _subst_vars(s, local_vars):
143 return s.format(**local_vars)
  /prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py 141 def _subst_vars(s, local_vars):
143 return s.format(**local_vars)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 141 def _subst_vars(s, local_vars):
143 return s.format(**local_vars)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 141 def _subst_vars(s, local_vars):
143 return s.format(**local_vars)
  /external/toolchain-utils/cros_utils/
buildbot_json.py 1097 local_vars = {'buildbot': buildbot, 'b': buildbot}
1098 code.interact(prompt, None, local_vars)
    [all...]

Completed in 383 milliseconds