Searched refs:sel (Results 1 - 25 of 248) sorted by relevance

12345678910

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dselection.rb12 def self.clear(sel=nil)
13 if sel
14 tk_call_without_enc('selection', 'clear', '-selection', sel)
19 def self.clear_on_display(win, sel=nil)
20 if sel
22 '-displayof', win, '-selection', sel)
27 def clear(sel=nil)
28 TkSelection.clear_on_display(self, sel)
42 TkSelection.get_on_display(self, sel)
59 def self.get_owner(sel
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-cache.h9 extern IMP cache_getImp(Class cls, SEL sel);
11 extern void cache_fill(Class cls, SEL sel, IMP imp);
15 extern void cache_eraseImp(Class cls, SEL sel, IMP imp);
17 extern void cache_eraseImp_nolock(Class cls, SEL sel, IMP imp);
H A Dobjc-cache-old.h31 extern IMP _cache_getImp(Class cls, SEL sel);
32 extern Method _cache_getMethod(Class cls, SEL sel, IMP objc_msgForward_internal_imp);
35 extern BOOL _cache_fill(Class cls, Method meth, SEL sel);
36 extern void _cache_addForwardEntry(Class cls, SEL sel);
37 extern IMP _cache_addIgnoredEntry(Class cls, SEL sel);
/macosx-10.9.5/architecture-265/i386/
H A Dsel.h41 typedef struct sel { struct
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dsel.h46 typedef struct sel { struct
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_splitsig.py52 sel = getattr(cls, selName)
56 if not isinstance(sel, objc.selector): continue
57 elems = objc.splitSignature(sel.signature)
97 sel = getattr(cls, selName)
101 if not isinstance(sel, objc.selector): continue
102 elems = objc.splitSignature(sel.signature)
105 coloncount = sel.selector.count(':')
108 '%s [%d:%d] %r %r'%(sel.selector, argcount, coloncount, elems, cls))
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dgopher.c87 char *sel; local
95 sel = (char *)"";
112 sel = curl_easy_unescape(data, newp, 0, &len);
113 if(!sel)
115 sel_org = sel;
120 k = curlx_uztosz(strlen(sel));
123 result = Curl_write(conn, sockfd, sel, k, &amount);
125 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount);
131 sel += amount;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dsuper-call.h33 * @param sel The selector with a custom mapping
41 SEL sel,
63 * @param sel A selector
69 extern PyObjC_CallFunc PyObjC_FindCallFunc(Class aClass, SEL sel);
76 * @param sel A selector object
77 * @param imp The Python implementation for sel
85 extern IMP PyObjC_MakeIMP(Class aClass, Class aSuperClass, PyObject* sel, PyObject* imp);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dsuper-call.h33 * @param sel The selector with a custom mapping
41 SEL sel,
63 * @param sel A selector
69 extern PyObjC_CallFunc PyObjC_FindCallFunc(Class aClass, SEL sel);
76 * @param sel A selector object
77 * @param imp The Python implementation for sel
85 extern IMP PyObjC_MakeIMP(Class aClass, Class aSuperClass, PyObject* sel, PyObject* imp);
H A Dsuper-call.m67 PyObjC_RegisterMethodMapping(Class class, SEL sel,
72 const char* selname = sel_getName(sel);
189 search_special(Class class, SEL sel)
214 (PyUnicode_Check(pysel) && PyObjC_is_ascii_string(pysel, sel_getName(sel)))
216 || (PyString_Check(pysel) && strcmp(PyString_AsString(pysel), sel_getName(sel)) == 0)
218 || (PyBytes_Check(pysel) && strcmp(PyBytes_AsString(pysel), sel_getName(sel)) == 0)
252 sel_getName(sel));
258 PyObjC_FindCallFunc(Class class, SEL sel)
269 special = search_special(class, sel);
317 PyObjC_MakeIMP(Class class, Class super_class, PyObject* sel, PyObjec
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcsel2.el35 ;; The variable calc-keep-selection is declared and set in calc-sel.el.
38 ;; The variable calc-sel-reselect is local to the methods below,
39 ;; but is used by some functions in calc-sel.el which are called
49 (calc-sel-reselect calc-keep-selection))
54 (sel (calc-auto-selection entry))
56 (or (and sel
58 expr sel))))
62 (let ((outer (calc-find-parent-formula parent sel)))
63 (if (eq sel (nth 2 outer))
76 sel)
[all...]
H A Dcalc-sel.el1 ;;; calc-sel.el --- data selection functions for Calc
89 (let ((sel (nth 2 entry)))
90 (if sel
92 (while (not (or (eq sel (car entry))
93 (calc-find-sub-formula sel found)))
94 (setq sel (calc-find-assoc-parent-formula
95 (car entry) sel)))
96 sel)
106 (let ((sel (nth 2 entry)))
107 (while (and (not (eq sel (ca
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnvsel.h87 * @param sel selector to close
92 ucnvsel_close(UConverterSelector *sel);
135 * @param sel selector to consider
146 ucnvsel_serialize(const UConverterSelector* sel,
153 * @param sel a selector
164 ucnvsel_selectForString(const UConverterSelector* sel,
171 * @param sel a selector
182 ucnvsel_selectForUTF8(const UConverterSelector* sel,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_splitsig.py52 sel = getattr(cls, selName.decode('latin1'))
56 if not isinstance(sel, objc.selector): continue
57 elems = objc.splitSignature(sel.signature)
103 sel = getattr(cls, selName)
107 if not isinstance(sel, objc.selector): continue
108 elems = objc.splitSignature(sel.signature)
111 coloncount = sel.selector.count(b':')
114 '%s [%d:%d] %r %r'%(sel.selector.decode('latin1'), argcount, coloncount, elems, cls))
/macosx-10.9.5/objc4-551.1/test/
H A Dresolve.m38 static id forward_handler(id self, SEL sel)
42 if (sel == @selector(missingClassMethod)) {
48 } else if (sel == @selector(lyingClassMethod)) {
54 fail("+forward:: shouldn't be called with sel %s", sel_getName(sel));
59 if (sel == @selector(missingInstanceMethod)) {
64 } else if (sel == @selector(lyingInstanceMethod)) {
70 fail("-forward:: shouldn't be called with sel %s", sel_getName(sel));
76 static id classMethod_c(id __unused self, SEL __unused sel)
[all...]
H A DbadCache.m40 void *sel;
68 cache->buckets[0].sel = (void*)~0;
70 cache->buckets[1].sel = (void*)(uintptr_t)1;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dsig.c52 private EditLine *sel = NULL; variable
78 sel->el_signal->sig_no = signo;
82 tty_rawmode(sel);
83 if (ed_redisplay(sel, 0) == CC_REFRESH)
84 re_refresh(sel);
85 term__flush(sel);
89 el_resize(sel);
93 tty_cookedmode(sel);
101 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
102 sel
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dsig.c52 private EditLine *sel = NULL; variable
78 sel->el_signal->sig_no = signo;
82 tty_rawmode(sel);
83 if (ed_redisplay(sel, 0) == CC_REFRESH)
84 re_refresh(sel);
85 terminal__flush(sel);
89 el_resize(sel);
93 tty_cookedmode(sel);
101 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
102 sel
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dsig.c49 private EditLine *sel = NULL; variable
77 tty_rawmode(sel);
78 if (ed_redisplay(sel, 0) == CC_REFRESH)
79 re_refresh(sel);
84 el_resize(sel);
88 tty_cookedmode(sel);
96 (void) xsignal_restart(signo, sel->el_signal[i], 1);
164 sel = el;
188 sel = NULL; /* we are going to die if the handler is
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dmresolv66 my $sel = IO::Select->new;
77 while (!$eof && $sel->count < $opt_n) {
87 $sel->add($sock);
88 print "name = $name, outstanding = ", $sel->count, "\n"
101 for (@ready = $sel->can_read($opt_t);
103 @ready = $sel->can_read(0)) {
112 $sel->remove($sock);
131 foreach $sock ($sel->handles) {
132 $sel->remove($sock);
136 print "DEBUG: outstanding = ", $sel
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dinternal_macros.h52 #define DISPATCH_ON_RUBYCOCOA_THREAD(self, sel) \
58 [self performSelectorOnMainThread:sel withObject:nil waitUntilDone:YES]; \
62 #define DISPATCH_ON_RUBYCOCOA_THREAD(self, sel) \
65 [self performSelector:sel onThread:rubycocoaThread withObject:nil waitUntilDone:YES]; \
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmp_desc.h99 #define gdt_desc_p(sel) \
100 (&((struct real_descriptor *)current_gdt())[sel_idx(sel)])
101 #define ldt_desc_p(sel) \
102 (&((struct real_descriptor *)current_ldt())[sel_idx(sel)])
H A Dseg.h61 #include <architecture/i386/sel.h>
68 sel_to_selector(sel_t sel) argument
71 sel_t sel; member in union:__anon15308
75 tconv.sel = sel;
85 sel_t sel; member in union:__anon15309
90 return (tconv.sel);
255 #define sel_idx(sel) (selector_to_sel(sel).index)
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnvsel.cpp227 ucnvsel_close(UConverterSelector *sel) { argument
228 if (!sel) {
231 if (sel->ownEncodingStrings) {
232 uprv_free(sel->encodings[0]);
234 uprv_free(sel->encodings);
235 if (sel->ownPv) {
236 uprv_free(sel->pv);
238 utrie2_close(sel->trie);
239 uprv_free(sel->swapped);
240 uprv_free(sel);
280 ucnvsel_serialize(const UConverterSelector* sel, void* buffer, int32_t bufferCapacity, UErrorCode* status) argument
548 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); local
594 const UConverterSelector* sel; member in struct:Enumerator
626 const UConverterSelector* sel; local
690 selectForMask(const UConverterSelector* sel, uint32_t *mask, UErrorCode *status) argument
740 ucnvsel_selectForString(const UConverterSelector* sel, const UChar *s, int32_t length, UErrorCode *status) argument
782 ucnvsel_selectForUTF8(const UConverterSelector* sel, const char *s, int32_t length, UErrorCode *status) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A DNTMakefile54 $(OBJ)\sel.obj \
55 $(OBJ)\sel-gram.obj \
56 $(OBJ)\sel-lex.obj \
90 $(SRCDIR)\sel.c \
91 $(SRCDIR)\sel.h \
92 $(SRCDIR)\sel-gram.y \
93 $(SRCDIR)\sel-lex.l \
183 $(OBJ)\sel-gram.obj: $(OBJ)\sel-gram.c
186 $(OBJ)\sel
[all...]

Completed in 335 milliseconds

12345678910