HomeSort by relevance Sort by last modified time
    Searched full:_cmd (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/CodeGenObjC/
optimized-setter.m 5 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset);
9 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
13 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset);
17 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
blocks-5.m 22 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
27 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
debug-info-self.m 2 // self and _cmd are marked as DW_AT_artificial.
arc-cond-stmt.m 39 { [(NSAssertionHandler *)0 handleFailureInMethod:_cmd object:self file:(NSString*)0 lineNumber:192 ]; };
  /external/llvm/test/CodeGen/Thumb/
2011-06-16-NoGPRs.ll 17 define internal void @f(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize ssp {
19 %call14 = tail call i8* (i8*, i8*, ...)* (i8*, i8*)* @f1(i8* undef, i8* %_cmd) optsize
21 tail call void %0(i8* %self, i8* %_cmd, %0* %inObjects, %0* %inIndexes) optsize
  /external/llvm/test/CodeGen/PowerPC/
2010-02-04-EmptyGlobal.ll 6 @_cmd = constant %cmd.type zeroinitializer
2008-03-24-CoalescerBug.ll 17 define void @"-[PFTPersistentSymbols saveSymbolWithName:address:path:lineNumber:flags:owner:]"(%struct.PFTPersistentSymbols* %self, %struct.objc_selector* %_cmd, %struct.NSArray* %name, i64 %address, %struct.NSArray* %path, i32 %lineNumber, i64 %flags, %struct..0objc_object* %owner) nounwind {
2007-10-21-LocalRegAllocAssert.ll 17 define %struct.NSManagedObjectContext* @"+[ListGenerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct._message_ref_t* %_cmd, %struct.NSURL* %modelURL, %struct.NSURL* %storeURL) {
2007-10-21-LocalRegAllocAssert2.ll 15 define %struct.NSManagedObjectContext* @"+[ListGenerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct._message_ref_t* %_cmd, %struct.NSURL* %modelURL, %struct.NSURL* %storeURL) {
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 53 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag);
54 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect);
55 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd);
94 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag)
96 oldNSViewSetNeedsDisplayIMP(self, _cmd, flag);
137 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect)
140 oldNSViewSetNeedsDisplayInRectIMP(self, _cmd, invalidRect);
183 static NSView *_webkit_NSView_nextValidKeyView(id self, SEL _cmd)
188 return oldNSViewNextValidKeyViewIMP(self, _cmd);
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 101 void ZombieDealloc(id self, SEL _cmd) {
103 DCHECK_EQ(_cmd, @selector(dealloc));
108 g_originalDeallocIMP(self, _cmd);
118 g_originalDeallocIMP(self, _cmd);
257 ZombieObjectCrash(self, aSelector, _cmd);
262 ZombieObjectCrash(self, aSelector, _cmd);
267 ZombieObjectCrash(self, aSelector, _cmd);
274 ZombieObjectCrash(self, aSelector, _cmd);
281 ZombieObjectCrash(self, aSelector, _cmd);
rwhvm_editcommand_helper.mm 116 // _cmd - the selector that fired.
126 void EditCommandImp(id self, SEL _cmd, id sender) {
132 RWHVMEditCommandHelper::CommandNameForSelector(_cmd);
  /external/clang/test/Analysis/
CFRetainRelease_NSAssertionHandler.m 42 do { if (!((x != 0))) { [[NSAssertionHandler currentHandler] handleFailureInMethod:_cmd object:self file:[NSString stringWithUTF8String:"CFRetainRelease_NSAssertionHandler.m"] lineNumber:21 description:(@"Invalid parameter not satisfying: %s"), ("x != 0"), (0), (0), (0), (0)]; } } while(0);
55 do { if (!((x != 0))) { [[NSAssertionHandler currentHandler] handleFailureInMethod:_cmd object:self file:[NSString stringWithUTF8String:"CFRetainRelease_NSAssertionHandler.m"] lineNumber:33 description:((@"")), (0), (0), (0), (0), (0)]; } } while(0);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 64 static NSInteger shim_NSApplication_RunModalForWindow(id self, SEL _cmd, NSWindow* window)
67 NSInteger result = ((NSInteger (*)(id, SEL, NSWindow *))NSApplication_RunModalForWindow)(self, _cmd, window);
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 107 #define for_each_cmd(_cmd) \
108 for (_cmd = &__start___cmd; _cmd < &__stop___cmd; \
109 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
  /external/llvm/test/CodeGen/X86/
2010-04-13-AnalyzeBranchCrash.ll 7 define void @t(%0* %self, i8* nocapture %_cmd, %1* %scroller, i32 %hitPart, float %multiplier) nounwind optsize ssp {
sibcall-5.ll 39 define hidden { double, double } @foo2(%0* %self, i8* nocapture %_cmd) uwtable optsize ssp {
2007-09-17-ObjcFrameEH.ll 54 define internal signext i8 @"-[NSString(local) isNullOrNil]"(%struct.NSString* %self, %struct.objc_selector* %_cmd) {
61 store %struct.objc_selector* %_cmd, %struct.objc_selector** %_cmd_addr
  /external/clang/test/Index/
complete-exprs.m 25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
47 // CHECK-CC4: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
complete-at-exprstmt.m 40 // CHECK-CC3: NotImplemented:{ResultType SEL}{TypedText _cmd}
complete-lambdas.mm 45 // CHECK-CC5: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 41 static NSString* updatePermissionPromptDescription(id self, SEL _cmd)
70 static id updateAlertInitForAlertPanel(id self, SEL _cmd, id updateItem, id host)
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 321 char *_cmd = "SET_AP_WPS_P2P_IE"; local
339 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
346 strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie));
  /external/llvm/test/CodeGen/ARM/
2012-04-24-SplitEHCriticalEdge.ll 28 define hidden double @t(%0* %self, i8* nocapture %_cmd) optsize ssp {
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 295 const char *_cmd; local
306 _cmd = cmd_buf;
315 _cmd = cmd;
319 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {

Completed in 1385 milliseconds

1 2 3