Searched refs:locals (Results 26 - 50 of 200) sorted by relevance

12345678

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py85 self.locals['__interpreter__'] = self
127 exec code in self.locals
146 obj = eval(objname, self.locals)
167 check.update(self.locals)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py85 self.locals['__interpreter__'] = self
127 exec code in self.locals
146 obj = eval(objname, self.locals)
167 check.update(self.locals)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py85 self.locals['__interpreter__'] = self
127 exec code in self.locals
146 obj = eval(objname, self.locals)
167 check.update(self.locals)
/macosx-10.10/libauto-186/
H A DThreadLocalCollector.cpp326 // if the thread is not suspended then we can also possibly shrink the locals list size
337 // skip computing the locals size if the probe is not enabled
402 return (thread.locals().count() >= (local_allocations_size_limit/10));
406 return (thread.locals().count() >= local_allocations_size_limit);
418 bool collect = (malloc_logger == NULL) && thread.tlc_watchdog_should_trigger() && !Sentinel::is_guarded(thread.localsGuard()) && thread.locals().count() > 0;
H A DThread.h305 inline LocalBlocksHash &locals() { return _localAllocations; } function in class:Auto::Thread
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test150 test methods-2.1 {covers leak condition test for compiled locals, no args} {
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dbfdlink.h40 discard_none, /* Don't discard any locals. */
42 discard_all /* Discard all locals. */
734 struct bfd_elf_version_expr_head locals;
731 struct bfd_elf_version_expr_head locals; member in struct:bfd_elf_version_tree
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py297 funcdef = funcdef % locals()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py280 funcdef = funcdef % locals()
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dsets_tcl.tcl239 return [info locals]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c420 struct debug_namespace *locals; member in struct:debug_block
654 nsp = &info->current_block->locals;
1156 nsp = &info->current_block->locals;
1962 if (b->locals != NULL)
1966 for (n = b->locals->list; n != NULL; n = n->next)
2865 if (block->locals != NULL || block->parent == NULL)
2871 if (block->locals != NULL)
2873 for (n = block->locals->list; n != NULL; n = n->next)
2889 if (block->locals != NULL || block->parent == NULL)
/macosx-10.10/ruby-106/ruby/
H A Dthread.c2672 rb_raise(rb_eSecurityError, "Insecure: thread locals");
2756 rb_raise(rb_eSecurityError, "Insecure: can't modify thread locals");
2759 rb_error_frozen("thread locals");
2821 VALUE locals; local
2827 rb_raise(rb_eSecurityError, "Insecure: can't modify thread locals");
2830 locals = rb_iv_get(thread, "locals");
2831 return rb_hash_aref(locals, ID2SYM(rb_to_id(id)));
2846 VALUE locals; local
2852 rb_raise(rb_eSecurityError, "Insecure: can't modify thread locals");
2970 VALUE locals; local
2999 VALUE locals; local
[all...]
H A Diseq.c480 VALUE type, body, locals, args, exception; local
491 * type, locals, args, exception_table, body]
510 locals = CHECK_ARRAY(rb_ary_entry(data, i++));
560 rb_iseq_build_from_ary(iseq, locals, args, exception, body);
1025 * [locals]
1646 VALUE locals = rb_ary_new(); local
1696 /* locals */
1700 if (rb_id2str(lid)) rb_ary_push(locals, ID2SYM(lid));
1703 rb_ary_push(locals, ID2SYM(rb_intern("#arg_rest")));
1879 * :name, :path, :absolute_path, :start_lineno, :type, :locals,
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Dpike.cxx768 Printf(wrapper->locals, "char *name = (char *) STR0(Pike_sp[0-args].u.string);\n");
807 Printf(wrapper->locals, "char *name = (char *) STR0(Pike_sp[0-args].u.string);\n");
/macosx-10.10/vim-55/runtime/syntax/
H A Dgdb.vim17 syn keyword gdbInfo contained locals program registers scope set sharedlibrary signals
H A Dforth.vim278 syn region forthDeprecated start='locals|' end='|'
322 HiLink forthLocals Type " nothing else uses type and locals must stand out
H A Dhtmlos.vim50 syn keyword htmlosStorageClass locals contained
H A Dpython.vim178 syn keyword pythonBuiltin issubclass iter len list locals map max
/macosx-10.10/dyld-353.2.1/src/
H A DdyldStartup.s82 subl $32,%esp # room for locals and outgoing parameters
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-sum.el2881 (let ((locals gnus-summary-local-variables))
2882 (while locals
2883 (if (consp (car locals))
2884 (and (vectorp (caar locals))
2885 (set (caar locals) nil))
2886 (and (vectorp (car locals))
2887 (set (car locals) nil)))
2888 (setq locals (cdr locals)))))
3306 (let ((locals gnu
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dswig.h366 extern void Swig_typemap_register(const_String_or_char_ptr tmap_method, ParmList *pattern, const_String_or_char_ptr code, ParmList *locals, ParmList *kwargs);
/macosx-10.10/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl65 foreach v [info locals] {
/macosx-10.10/tcl-105/tcl84/tcl/library/opt/
H A Doptparse.tcl65 foreach v [info locals] {
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py192 module_obj = __import__('plugins.'+name, globals(), locals(), [], -1)
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure822 | --localstate | --localstat | --localsta | --localst | --locals)
825 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)

Completed in 268 milliseconds

12345678