Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 3995) sorted by relevance

12345678910>>...160

/external/clang/test/SemaObjC/
Dwarning-missing-selector-name.m7 -(void) Name1:(id)Arg1 Name2:(id)Arg2; // Name1:Name2: argument
8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous p… argument
11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3: argument
12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of… argument
15 - method:(id) second:(id)second; // expected-warning {{'second' used as the name of the previous pa… argument
23 -(void) Name1:(id)Arg1 Name2:(id)Arg2{} argument
24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous… argument
27 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3 {} argument
28 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3 {} // expected-warning {{'Name3' used as the name … argument
31 - method:(id)first second:(id)second {return 0; } argument
Dcocoa-api-usage.m26 + (id)arrayWithObject:(id)anObject; argument
27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
28 + (id)arrayWithObjects:(id)firstObj, ...; argument
31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
32 - (id)initWithObjects:(id)firstObj, ...; argument
39 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
40 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
44 - (id)objectForKeyedSubscript:(id)key; argument
49 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
[all …]
Dblocks.m6 void bar(id(^)(void)); category
7 void foo(id <NSObject>(^objectCreationBlock)(void)) { category
11 void bar2(id(*)(void)); category
12 void foo2(id <NSObject>(*objectCreationBlock)(void)) { category
16 void bar3(id(*)()); category
17 void foo3(id (*objectCreationBlock)(int)) { category
21 void bar4(id(^)()); category
22 void foo4(id (^objectCreationBlock)(int)) { category
26 void bar5(id(^)(void)); // expected-note 3{{passing argument to parameter here}} category
27 void foo5(id (^objectCreationBlock)(bool)) { category
[all …]
Ddist-object-modifiers.m6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}
8 + (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous de…
17 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on … argument
19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis… argument
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_action_context_menu_controller.mm84 - (void)onAlwaysRun:(id)sender; argument
85 - (void)onOptions:(id)sender; argument
86 - (void)onUninstall:(id)sender; argument
87 - (void)onHide:(id)sender; argument
88 - (void)onManage:(id)sender; argument
89 - (void)onInspect:(id)sender; argument
182 - (void)onExtensionName:(id)sender { argument
192 - (void)onAlwaysRun:(id)sender { argument
201 - (void)onOptions:(id)sender { argument
206 - (void)onUninstall:(id)sender { argument
[all …]
Dextension_install_view_controller.mm217 - (IBAction)storeLinkClicked:(id)sender { argument
227 - (IBAction)cancel:(id)sender { argument
231 - (IBAction)ok:(id)sender { argument
392 ofItem:(id)item { argument
402 isItemExpandable:(id)item { argument
407 numberOfChildrenOfItem:(id)item { argument
420 byItem:(id)item { argument
425 shouldExpandItem:(id)item { argument
429 - (void)outlineViewItemDidExpand:sender { argument
436 - (void)outlineViewItemDidCollapse:sender { argument
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTreeAdaptor.m98 return [(id)tree isNil]; argument
103 return [self dupTree:(id)tree Parent:nil]; argument
115 id newTree = [self dupNode:t]; argument
139 - (void) addChild:(id)child toTree:(id)t argument
142 [(id)t addChild:child]; argument
178 id newRootTree = (id)newRoot; argument
200 id r = (id)root; argument
217 return [self becomeRoot:(id)[self create:newRoot] old:oldRoot]; argument
266 - (id<ANTLRToken>) getToken:(ANTLRCommonTree *) t argument
284 - (id) getChild:(id)t At:(NSInteger)index argument
[all …]
DANTLRDoubleKeyMap.m17 id prev = nil; argument
37 - (AMutableDictionary *) objectForKey:(id)k1 argument
46 - (NSArray *) valuesForKey:(id)k1 argument
67 - (NSArray *) allKeys2:(id)k1 argument
91 - (void) dealloc argument
DANTLRMapElement.m56 + (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)aNode argument
61 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2 argument
66 - (id) init argument
96 - (id) initWithName:(NSString *)aName Node:(id)aNode argument
107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode argument
127 - (id) copyWithZone:(NSZone *)aZone argument
181 - (void)putNode:(id)aNode argument
194 - (void)putNode:(id)aNode With:(NSInteger)uniqueID argument
195 {
/external/chromium_org/third_party/ocmock/OCMock/
DOCMConstraint.m21 - (id)copyWithZone:(NSZone *)zone argument
39 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject withValue:(id)aValue argument
57 - (BOOL)evaluate:(id)value argument
70 - (BOOL)evaluate:(id)value argument
83 - (BOOL)evaluate:(id)value argument
96 - (BOOL)evaluate:(id)value argument
109 - (BOOL)evaluate:(id)value argument
126 - (id)initWithConstraintBlock:(BOOL (^)(id))aBlock; argument
134 {
/external/clang/test/ARCMT/
Dobjcmt-subscripting-unavailable.m19 + (id)arrayWithObject:(id)anObject; argument
20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
21 + (id)arrayWithObjects:(id)firstObj, ...; argument
24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
25 - (id)initWithObjects:(id)firstObj, ...; argument
30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
38 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
40 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ...; argument
44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
[all …]
Dobjcmt-instancetype.m30 + (id)arrayWithObject:(id)anObject; argument
31 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
32 + (id)arrayWithObjects:(id)firstObj, ...; argument
35 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
36 - (id)initWithObjects:(id)firstObj, ...; argument
44 + (id)arrayWithObject:(id)anObject { argument
47 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
48 + (id)arrayWithObjects:(id)firstObj, ... { argument
54 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; }
55 - (id)initWithObjects:(id)firstObj, ... { return 0; } argument
[all …]
Dobjcmt-subscripting-literals-in-arc.m33 + (id)arrayWithObject:(id)anObject; argument
34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 + (id)arrayWithObjects:(id)firstObj, ...; argument
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 - (id)initWithObjects:(id)firstObj, ...; argument
44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument
52 - (id)objectForKey:(id)aKey; argument
56 - (id)objectForKeyedSubscript:(id)key; argument
61 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
[all …]
Dobjcmt-subscripting-literals.m33 + (id)arrayWithObject:(id)anObject; argument
34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt;
35 + (id)arrayWithObjects:(id)firstObj, ...; argument
38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt;
39 - (id)initWithObjects:(id)firstObj, ...; argument
44 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject; argument
48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument
52 - (id)objectForKey:(id)aKey; argument
56 - (id)objectForKeyedSubscript:(id)key; argument
61 + (id)dictionaryWithObject:(id)object forKey:(id)key; argument
[all …]
/external/chromium_org/remoting/webapp/
Devent_handlers.js71 { event: 'click', id: 'access-mode-button', fn: goEnterAccessCode }, property
72 { event: 'submit', id: 'access-code-form', fn: sendAccessCode }, property
73 { event: 'click', id: 'cancel-access-code-button', fn: cancelAccessCode}, property
74 { event: 'click', id: 'cancel-share-button', fn: remoting.cancelShare }, property
75 { event: 'click', id: 'client-finished-it2me-button', fn: goHome }, property
76 { event: 'click', id: 'get-started-it2me', property
78 { event: 'click', id: 'host-finished-button', fn: goHome }, property
79 { event: 'click', id: 'share-button', fn: remoting.tryShare } property
83 { event: 'click', id: 'change-daemon-pin', property
85 { event: 'click', id: 'client-finished-me2me-button', fn: goHome }, property
[all …]
/external/clang/test/SemaObjCXX/
Dblocks.mm4 void bar(id(^)(void)); category
5 void foo(id <NSObject>(^objectCreationBlock)(void)) { category
9 void bar2(id(*)(void)); category
10 void foo2(id <NSObject>(*objectCreationBlock)(void)) { category
14 void bar3(id(*)()); // expected-note{{candidate function}} category
15 void foo3(id (*objectCreationBlock)(int)) { category
19 void bar4(id(^)()); // expected-note{{candidate function}} category
20 void foo4(id (^objectCreationBlock)(int)) { category
24 void foo5(id (^x)(int)) { category
/external/clang/test/Index/
Dindex-subscripting-literals.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
Dannotate-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
Dfile-refs-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
8 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
12 - (id)objectForKeyedSubscript:(id)key; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
17 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
Dsample.js35 "id": "context" + context}); property
40 chrome.contextMenus.create({"title": "Test parent item", "id": "parent"}); property
42 {"title": "Child 1", "parentId": "parent", "id": "child1"}); property
44 {"title": "Child 2", "parentId": "parent", "id": "child2"}); property
49 "id": "radio1"}); property
51 "id": "radio2"}); property
56 {"title": "Checkbox1", "type": "checkbox", "id": "checkbox1"}); property
58 {"title": "Checkbox2", "type": "checkbox", "id": "checkbox2"}); property
65 chrome.contextMenus.create({"title": "Oops", "id": "child1"}, function() { property
/external/clang/test/PCH/
Dsubscripting-literals.m11 + (id)arrayWithObjects:(id *)objects count:(unsigned)count;
15 - (void)setObject:(id)object atIndexedSubscript:(int)index; argument
19 - (id)objectForKeyedSubscript:(id)key; argument
20 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count;
24 - (void)setObject:(id)object forKeyedSubscript:(id)key; argument
/external/bluetooth/bluedroid/bta/sys/
Dbta_sys_conn.c201 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_open()
231 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_close()
260 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_open()
280 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_close()
299 void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_open()
324 void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_close()
350 void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_use()
372 void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_unuse()
394 void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) in bta_sys_chg_ssr_config()
412 void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr) in bta_sys_set_policy()
[all …]
/external/chromium_org/ui/webui/resources/js/
Dload_time_data.js50 valueExists: function(id) { argument
59 getValue: function(id) { argument
71 getString: function(id) { argument
85 getStringF: function(id, var_args) { argument
101 getBoolean: function(id) { argument
112 getInteger: function(id) { argument
150 function expectIsType(id, value, type) { argument
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm220 - (void)popupLinkClicked:(id)sender; argument
221 - (void)clearGeolocationForCurrentHost:(id)sender; argument
222 - (void)clearMIDISysExForCurrentHost:(id)sender; argument
766 - (IBAction)allowBlockToggled:(id)sender { argument
771 - (void)popupLinkClicked:(id)sender { argument
777 - (void)clearGeolocationForCurrentHost:(id)sender { argument
782 - (void)clearMIDISysExForCurrentHost:(id)sender { argument
787 - (IBAction)showMoreInfo:(id)sender { argument
792 - (IBAction)load:(id)sender { argument
797 - (IBAction)learnMoreLinkClicked:(id)sender { argument
[all …]
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
Dbmm.js41 function getSubtreePromise(id, foldersOnly) { argument
53 function loadSubtree(id) { argument
77 remove: function(id) { argument
96 updateChildren: function(id, opt_f) { argument
119 function handleBookmarkChanged(id, changeInfo) { argument
132 function handleChildrenReordered(id, reorderInfo) { argument
145 function handleCreated(id, bookmarkNode) { argument
158 function handleMoved(id, moveInfo) { argument
174 function handleRemoved(id, removeInfo) { argument

12345678910>>...160