HomeSort by relevance Sort by last modified time
    Searched full:locals (Results 551 - 575 of 969) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 93 /* no locals on Tasm without the 'locals' directive */
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 483 // Make sure to not declare any locals here -- locals in the presence
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 586 // Make sure to not declare any locals here -- locals in the presence
  /external/chromium_org/v8/src/
frames.h 460 // Access the expressions in the stack frame including locals.
486 // Iterate over expression stack including stack handlers, locals,
runtime.cc     [all...]
scopes.cc 907 // Print locals.
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 112 * named locals
139 * named locals
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 326 /// should be allocated together or let PEI allocate the locals in it
331 /// should be allocated together or let PEI allocate the locals in it
  /external/v8/src/
frames.h 395 // Access the expressions in the stack frame including locals.
421 // Iterate over expression stack including stack handlers, locals,
gdb-jit.cc 1119 int locals = scope_info.LocalCount(); local
1170 for (int local = 0; local < locals; ++local) {
1316 int locals = scope_info.LocalCount(); local
    [all...]
  /ndk/build/core/
build-binary.mk 18 $(call module-restore-locals,$(LOCAL_MODULE))
81 include $(BUILD_SYSTEM)/import-locals.mk
definitions.mk 373 modules-LOCALS := \
406 modules-LOCALS += MAKEFILE
409 modules-LOCALS += LDFLAGS
413 modules-LOCALS += OBJECTS
418 modules-LOCALS += BUILT_MODULE
422 modules-LOCALS += OBJS_DIR
427 modules-LOCALS += INSTALLED
431 modules-LOCALS += MODULE_CLASS
435 $(modules-LOCALS)
496 $(foreach __local,$(modules-LOCALS),\
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 362 def import_module(self, name, globals={}, locals={}, fromlist=[]):
404 def import_module(self, name, globals=None, locals=None, fromlist=None,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 119 exec 'z = locals()' in g, m
137 self.fail('Did not validate locals as a mapping')
test_collections.py 78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
122 self.assertRaises(AttributeError, eval, 'p.z', locals())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 362 def import_module(self, name, globals={}, locals={}, fromlist=[]):
404 def import_module(self, name, globals=None, locals=None, fromlist=None,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 119 exec 'z = locals()' in g, m
137 self.fail('Did not validate locals as a mapping')
test_collections.py 78 self.assertRaises(TypeError, eval, 'Point(XXX=1, y=2)', locals()) # wrong keyword argument
79 self.assertRaises(TypeError, eval, 'Point(x=1)', locals()) # missing keyword argument
122 self.assertRaises(AttributeError, eval, 'p.z', locals())
    [all...]
  /art/runtime/
thread.cc 1171 IndirectReferenceTable& locals = jni_env_->locals; local
    [all...]
indirect_reference_table.h 160 * To get the desired behavior for JNI locals, we need to know the bottom
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js     [all...]
  /packages/services/Telephony/res/values-ca/
strings.xml 210 <string name="local_enable" msgid="6370463247609136359">"Notícies locals activades"</string>
211 <string name="local_disable" msgid="4405691986943795798">"Notícies locals desactivades"</string>
248 <string name="enable_disable_lafs" msgid="668189073721277199">"Horaris de vols dels aeroports locals"</string>
249 <string name="lafs_enable" msgid="2791978667205137052">"Horaris de vols dels aeroports locals activats"</string>
250 <string name="lafs_disable" msgid="2391212397725495350">"Horaris de vols dels aeroports locals desactivats"</string>
    [all...]
  /dalvik/vm/
IndirectRefTable.h 148 * To get the desired behavior for JNI locals, we need to know the bottom
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/bison/tests/
torture.at 488 # The push parser can't use alloca since the stacks can't be locals. This test

Completed in 1367 milliseconds

<<21222324252627282930>>