| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| main.m | 22 SEL action = @selector(method:); 32 action: @selector(showHelloWindow:) 41 action: @selector(hide:) 44 action: @selector(terminate:) 49 action: @selector(showInfoPanel:) 52 action: @selector(showPrefPanel:) 61 action: @selector(cut:) 64 action: @selector(copy:) 67 action: @selector(paste:) 70 action: @selector(delete: [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| select_inc.c | 40 const CHARTYPE *selector, 45 /* select_string()-- Given a selector string and a table of 49 select_string (select_struct *table, int table_len, const CHARTYPE *selector, 76 selector_len, selector) >= 0) 89 if (compare_string (t->low_len, t->low, selector_len, selector) <= 0) 108 i = compare_string (t->low_len, t->low, selector_len, selector); 129 if (compare_string (selector_len, selector, t->high_len, t->high) <= 0)
|
| /src/tests/usr.bin/xlint/lint1/ |
| d_c99_bool.c | 62 convert_to_bool(int selector) 77 switch (selector) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| attribute.d | 69 * Use this attribute to attach an Objective-C selector to a method. 96 * this() @selector("init"); 97 * static NSObject alloc() @selector("alloc"); 98 * NSObject initWithUTF8String(in char* str) @selector("initWithUTF8String:"); 100 * @selector("copyScriptingValue:forKey:withProperties:"); 104 version (UdaSelector) struct selector 106 string selector; 129 * import core.attribute : optional, selector; 140 * bool respondsToSelector(SEL sel) @selector("respondsToSelector:"); 145 * @optional void foo() @selector("foo") [all...] |
| /src/sys/dev/nvmm/x86/ |
| nvmm_x86.c | 56 .selector = 0x0000, 66 .selector = 0xF000, 76 .selector = 0x0000, 86 .selector = 0x0000, 96 .selector = 0x0000, 106 .selector = 0x0000, 116 .selector = 0x0000, 126 .selector = 0x0000, 136 .selector = 0x0000, 146 .selector = 0x0000 [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| wpa_auth_ie.c | 624 u32 selector; local 665 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; 669 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192; 671 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B; 675 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA384; 677 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; 680 selector = RSN_AUTH_KEY_MGMT_FILS_SHA384; 682 selector = RSN_AUTH_KEY_MGMT_FILS_SHA256; 687 selector = RSN_AUTH_KEY_MGMT_FT_802_1X_SHA384; 690 selector = RSN_AUTH_KEY_MGMT_FT_802_1X 1221 u32 cipher, suite, selector, mask; local [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sendmsg.c | 43 #include "objc-private/selector.h" /* For sel_is_mapped() */ 76 return type for the selector. 97 /* Given a selector, return the proper forwarding implementation. */ 143 meta-class), and 'sel' is the selector that we are trying to 182 'sel' is the selector that we are trying to resolve. This must be 229 /* Given a CLASS and selector, return the implementation corresponding 230 to the method of the selector. 338 class_getMethodImplementation (Class class_, SEL selector) 340 if (class_ == Nil || selector == NULL) 344 return get_imp (class_, selector); [all...] |
| thr.c | 87 SEL selector; member in struct:__objc_thread_start_state 99 SEL selector = istate->selector; local 120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector))) 121 (*imp) (object, selector, argument); 125 _objc_abort ("objc_thread_detach called with bad selector.\n"); 147 if fails. Thread is started by sending message with selector to 150 objc_thread_detach (SEL selector, id object, id argument) 161 istate->selector = selector; [all...] |
| selector.c | 1 /* GNU Objective C Runtime selector related functions 33 #include "objc-private/selector.h" 36 /* Initial selector hash table size. Value doesn't matter much. */ 39 /* Tables mapping selector names to uid and opposite. */ 66 final selector id after they are registered. */ 254 /* Return selector representing name. */ 289 /* Look for a typed selector. */ 304 /* First typed selector that we find. Keep it in 338 /* No typed selector found. Return NULL. */ 399 /* Get the name of a selector. If the selector is unknown, the empt [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| runtime.h | 79 SEL name; /* Selector (name and signature) */ 162 /** Implementation: the following functions are in selector.c. */ 164 /* Return the name of a given selector. If 'selector' is NULL, return 165 "<null selector>". */ 166 objc_EXPORT const char *sel_getName (SEL selector); 168 /* Return the type of a given selector. Return NULL if selector is 174 objc_EXPORT const char *sel_getTypeEncoding (SEL selector); 180 /* Register a selector with a given name (but unspecified types). I [all...] |
| thr.h | 83 objc_thread_t objc_thread_detach (SEL selector, id object, id argument);
|
| /src/sys/sys/ |
| select.h | 54 void selrecord(struct lwp *selector, struct selinfo *);
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| exception.cc | 71 int selector, 77 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); 84 ex->handlerSwitchValue = selector; 95 unsigned long *selector, 99 *selector = ucb->barrier_cache.bitpattern[1]; 105 *selector = ex->handlerSwitchValue; 963 * The selector argument is used to return the selector that is passed in the 970 unsigned long *selector, 989 *selector = filter 1100 unsigned long selector = 0; variable [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| objc.d | 48 // MARK: Selector 113 // write identifier in selector 188 /// The method selector (member functions only). 189 ObjcSelector* selector; 191 /// The implicit selector parameter. 317 * Creates the selector parameter for the given function declaration. 320 * `this` parameter. The selector parameter is of the Objective-C type `SEL` 321 * and contains the selector which this method was called with. 327 * Returns: the newly created selector parameter or `null` for 552 if (fd.objc.selector) [all...] |
| /src/tests/lib/libobjc/ |
| t_threads.m | 118 rv = objc_thread_detach(@selector(start), o, nil);
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/aarch64/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/aarch64eb/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/alpha/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/arm/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/armeb/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/earm/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/earmeb/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/earmhf/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/earmhfeb/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/earmv4/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|