/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDelegateImplementationCaching.h | 106 id CallFormDelegate(WebView *, SEL, id, id); 107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id… 108 BOOL CallFormDelegateReturningBoolean(BOOL, WebView *, SEL, id, SEL, id); 110 id CallUIDelegate(WebView *, SEL); 111 id CallUIDelegate(WebView *, SEL, id); 112 id CallUIDelegate(WebView *, SEL, NSRect); 113 id CallUIDelegate(WebView *, SEL, id, id); 114 id CallUIDelegate(WebView *, SEL, id, BOOL); 115 id CallUIDelegate(WebView *, SEL, id, id, id); 116 id CallUIDelegate(WebView *, SEL, id, NSUInteger); [all …]
|
D | WebDelegateImplementationCaching.mm | 75 typedef float (*ObjCMsgSendFPRet)(id, SEL, ...); category 82 static inline id CallDelegate(WebView *self, id delegate, SEL selector) 90 } @catch(id exception) { 96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object) 104 } @catch(id exception) { 110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect) 115 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self… 117 …return reinterpret_cast<id (*)(id, SEL, WebView *, NSRect)>(objc_msgSend)(delegate, selector, self… 118 } @catch(id exception) { 124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2) [all …]
|
/external/icu4c/data/curr/ |
D | supplementalData.txt | 17 id{"EUR"} 24 id{"ESP"} 35 id{"FRF"} 46 id{"ADP"} 59 id{"AED"} 68 id{"AFN"} 75 id{"AFA"} 88 id{"XCD"} 97 id{"XCD"} 106 id{"ALL"} [all …]
|
/external/v8/test/preparser/ |
D | strict-identifiers.pyt | 87 arg_name_own = Template("argument-name-own-$id", """ 88 function foo($id) { 93 arg_name_nested = Template("argument-name-nested-$id", """ 96 function bar($id) { } 100 func_name_own = Template("function-name-own-$id", """ 101 function $id(foo) { 106 func_name_nested = Template("function-name-nested-$id", """ 109 function $id(bar) { } 113 catch_var = StrictTemplate("catch-$id", """ 114 try { } catch ($id) { } [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of inco… 8 (void)(id)arg; 9 …(void)(__autoreleasing id*)arg; // expected-error{{C-style cast from 'id' to '__autoreleasing id *… 10 …(void)(id*)arg; // expected-error{{C-style cast from 'id' to '__strong id *' casts away qualifiers… 12 (void)(__autoreleasing id**)voidp_val; 17 (void)(__strong id**)(0); 20 …cted-error{{cannot initialize return object of type 'void *' with an lvalue of type '__strong id'}} 36 void static_casts(id arg) { 38 …(void)static_cast<int*>(arg); // expected-error {{cannot cast from type 'id' to pointer type 'int … 39 (void)static_cast<id>(arg); [all …]
|
D | arc-type-traits.mm | 14 TRAIT_IS_TRUE(__has_nothrow_assign, __strong id); 15 TRAIT_IS_TRUE(__has_nothrow_assign, __weak id); 16 TRAIT_IS_TRUE(__has_nothrow_assign, __autoreleasing id); 17 TRAIT_IS_TRUE(__has_nothrow_assign, __unsafe_unretained id); 20 TRAIT_IS_TRUE(__has_nothrow_copy, __strong id); 21 TRAIT_IS_TRUE(__has_nothrow_copy, __weak id); 22 TRAIT_IS_TRUE(__has_nothrow_copy, __autoreleasing id); 23 TRAIT_IS_TRUE(__has_nothrow_copy, __unsafe_unretained id); 26 TRAIT_IS_TRUE(__has_nothrow_constructor, __strong id); 27 TRAIT_IS_TRUE(__has_nothrow_constructor, __weak id); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeAdaptor.h | 38 - (id)dupNode:(id)aNode; // copies just the node 39 - (id)dupTree:(id)aTree; // copies the entire subtree, recursively 45 - (id) emptyNode; 61 - (id) errorNode:(id<ANTLRTokenStream>)anInput 62 From:(id<ANTLRToken>)aStartToken 63 To:(id<ANTLRToken>)aStopToken 67 - (BOOL) isNil:(id)aTree; 70 - (void) addChild:(id)child toTree:(id)aTree; 98 - (id) becomeRoot:(id)newRoot old:(id)oldRoot; 100 - (id) rulePostProcessing:(id)root; [all …]
|
D | ANTLRBaseTreeAdaptor.h | 37 - (id) init; 39 - (id) copyWithZone:(NSZone *)aZone; 41 - (id) emptyNode; 43 - (id) createNil; 56 - (id) errorNode:(id<ANTLRTokenStream>)anInput 57 From:(id<ANTLRToken>)startToken 58 To:(id<ANTLRToken>)stopToken 61 - (BOOL) isNil:(id<ANTLRBaseTree>) aTree; 63 - (id<ANTLRBaseTree>)dupTree:(id<ANTLRBaseTree>)aTree; 69 - (id<ANTLRBaseTree>)dupTree:(id<ANTLRBaseTree>)aTree Parent:(id<ANTLRBaseTree>)parent; [all …]
|
D | ANTLRLinkBase.h | 40 + (id<ANTLRLinkList>)newANTLRLinkBase; 41 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp; 45 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node; 46 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node; 48 - (id<ANTLRLinkList>) getfNext; 49 - (void) setFNext:(id<ANTLRLinkList>)np; 50 - (id<ANTLRLinkList>)getfPrev; 51 - (void) setFPrev:(id<ANTLRLinkList>)pp; 53 @property (retain) id<ANTLRLinkList> fPrev; 54 @property (retain) id<ANTLRLinkList> fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id<ANTLRTree>) createTree:(id<ANTLRToken>)payload; 42 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)aNode; // copies just the node 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively 49 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)aStartToken 67 To:(id<ANTLRToken>)aStopToken 71 - (BOOL) isNil:(id<ANTLRTree>)aTree; 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; [all …]
|
D | ANTLRTreeWizard.h | 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 48 id actor; 49 id object1; 50 id object2; 52 …LRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)… 53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObjec… 55 - (void) visit:(id<ANTLRTree>)t; 56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 70 + (ANTLRTreePattern *)newANTLRTreePattern:(id<ANTLRToken>)payload; 72 - (id) initWithToken:(id<ANTLRToken>)payload; [all …]
|
D | ANTLRBaseTreeAdaptor.h | 40 + (id<ANTLRTreeAdaptor>) newEmptyTree; 42 - (id) init; 44 - (id) copyWithZone:(NSZone *)aZone; 46 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)startToken 67 To:(id<ANTLRToken>)stopToken 70 - (BOOL) isNil:(id<ANTLRTree>) aTree; 72 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent; [all …]
|
D | ANTLRLinkBase.h | 36 + (id<ANTLRLinkList>)newANTLRLinkBase; 37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp; 41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node; 42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node; 44 - (id<ANTLRLinkList>) getfNext; 45 - (void) setFNext:(id<ANTLRLinkList>)np; 46 - (id<ANTLRLinkList>)getfPrev; 47 - (void) setFPrev:(id<ANTLRLinkList>)pp; 52 id<ANTLRLinkList> fPrev; 53 id<ANTLRLinkList> fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id<ANTLRTree>) createTree:(id<ANTLRToken>)payload; 42 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)aNode; // copies just the node 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively 49 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)aStartToken 67 To:(id<ANTLRToken>)aStopToken 71 - (BOOL) isNil:(id<ANTLRTree>)aTree; 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; [all …]
|
D | ANTLRTreeWizard.h | 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 48 id actor; 49 id object1; 50 id object2; 52 …LRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)… 53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObjec… 55 - (void) visit:(id<ANTLRTree>)t; 56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 70 + (ANTLRTreePattern *)newANTLRTreePattern:(id<ANTLRToken>)payload; 72 - (id) initWithToken:(id<ANTLRToken>)payload; [all …]
|
D | ANTLRBaseTreeAdaptor.h | 40 + (id<ANTLRTreeAdaptor>) newEmptyTree; 42 - (id) init; 44 - (id) copyWithZone:(NSZone *)aZone; 46 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)startToken 67 To:(id<ANTLRToken>)stopToken 70 - (BOOL) isNil:(id<ANTLRTree>) aTree; 72 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent; [all …]
|
D | ANTLRLinkBase.h | 36 + (id<ANTLRLinkList>)newANTLRLinkBase; 37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp; 41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node; 42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node; 44 - (id<ANTLRLinkList>) getfNext; 45 - (void) setFNext:(id<ANTLRLinkList>)np; 46 - (id<ANTLRLinkList>)getfPrev; 47 - (void) setFPrev:(id<ANTLRLinkList>)pp; 52 id<ANTLRLinkList> fPrev; 53 id<ANTLRLinkList> fNext; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeAdaptor.h | 37 + (id<ANTLRTree>) newEmptyTree; 39 - (id<ANTLRTree>) createTree:(id<ANTLRToken>)payload; 42 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)aNode; // copies just the node 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively 49 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)aStartToken 67 To:(id<ANTLRToken>)aStopToken 71 - (BOOL) isNil:(id<ANTLRTree>)aTree; 74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree; [all …]
|
D | ANTLRTreeWizard.h | 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 48 id actor; 49 id object1; 50 id object2; 52 …LRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)… 53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObjec… 55 - (void) visit:(id<ANTLRTree>)t; 56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(… 70 + (ANTLRTreePattern *)newANTLRTreePattern:(id<ANTLRToken>)payload; 72 - (id) initWithToken:(id<ANTLRToken>)payload; [all …]
|
D | ANTLRBaseTreeAdaptor.h | 40 + (id<ANTLRTreeAdaptor>) newEmptyTree; 42 - (id) init; 44 - (id) copyWithZone:(NSZone *)aZone; 46 - (id) emptyNode; 65 - (id) errorNode:(id<ANTLRTokenStream>)anInput 66 From:(id<ANTLRToken>)startToken 67 To:(id<ANTLRToken>)stopToken 70 - (BOOL) isNil:(id<ANTLRTree>) aTree; 72 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent; [all …]
|
D | ANTLRLinkBase.h | 36 + (id<ANTLRLinkList>)newANTLRLinkBase; 37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp; 41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node; 42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node; 44 - (id<ANTLRLinkList>) getfNext; 45 - (void) setFNext:(id<ANTLRLinkList>)np; 46 - (id<ANTLRLinkList>)getfPrev; 47 - (void) setFPrev:(id<ANTLRLinkList>)pp; 52 id<ANTLRLinkList> fPrev; 53 id<ANTLRLinkList> fNext; [all …]
|
/external/checkpolicy/ |
D | policy_define.c | 70 static int id_has_dot(char *id); 107 int insert_id(char *id, int push) in insert_id() argument 112 newid = (char *)malloc(strlen(id) + 1); in insert_id() 117 strcpy(newid, id); in insert_id() 133 static int id_has_dot(char *id) in id_has_dot() argument 135 if (strchr(id, '.') >= id + 1) { in id_has_dot() 143 char *id = 0; in define_class() local 149 id = queue_remove(id_queue); in define_class() 150 free(id); in define_class() 154 id = (char *)queue_remove(id_queue); in define_class() [all …]
|
/external/iproute2/lib/ |
D | rt_names.c | 29 unsigned int id; member 44 int id; in rtnl_hash_initialize() local 51 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize() 52 sscanf(p, "0x%x %s #", &id, namebuf) != 2 && in rtnl_hash_initialize() 53 sscanf(p, "%d %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize() 54 sscanf(p, "%d %s #", &id, namebuf) != 2) { in rtnl_hash_initialize() 61 if (id<0) in rtnl_hash_initialize() 64 entry->id = id; in rtnl_hash_initialize() 66 entry->next = hash[id & (size - 1)]; in rtnl_hash_initialize() 67 hash[id & (size - 1)] = entry; in rtnl_hash_initialize() [all …]
|
/external/openssl/crypto/objects/ |
D | objects.txt | 40 !Alias id-fieldType ansi-X9-62 1 43 X9-62_characteristic-two-field 3 : id-characteristic-two-basis 47 !Alias id-publicKeyType ansi-X9-62 2 48 X9-62_id-publicKeyType 1 : id-ecPublicKey 79 !Alias id-ecSigType ansi-X9-62 4 155 ISO-US 113533 7 66 13 : id-PasswordBasedMAC : password based MAC 156 ISO-US 113533 7 66 30 : id-DHBasedMac : Diffie-Hellman based MAC 231 SMIME 0 : id-smime-mod 232 SMIME 1 : id-smime-ct 233 SMIME 2 : id-smime-aa [all …]
|
/external/webkit/Source/WebCore/css/ |
D | SVGCSSParser.cpp | 47 int id = value->id; in parseSVGValue() local 59 if (id == CSSValueAuto || id == CSSValueBaseline || id == CSSValueMiddle || in parseSVGValue() 60 (id >= CSSValueBeforeEdge && id <= CSSValueMathematical)) in parseSVGValue() 66 if (id == CSSValueBaseline || id == CSSValueSub || in parseSVGValue() 67 id >= CSSValueSuper) in parseSVGValue() 77 if (id == CSSValueAuto || id == CSSValueMiddle || in parseSVGValue() 78 (id >= CSSValueUseScript && id <= CSSValueResetSize) || in parseSVGValue() 79 (id >= CSSValueCentral && id <= CSSValueMathematical)) in parseSVGValue() 85 if (id == CSSValueAccumulate) // TODO : new in parseSVGValue() 93 if (id == CSSValueNone) in parseSVGValue() [all …]
|