/external/chromium_org/third_party/icu/source/data/curr/ |
D | supplementalData.txt | 17 id{"EUR"} 26 id{"SHP"} 35 id{"EUR"} 42 id{"ESP"} 53 id{"FRF"} 64 id{"ADP"} 77 id{"AED"} 86 id{"AFN"} 93 id{"AFA"} 106 id{"XCD"} [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 17 id{"EUR"} 26 id{"SHP"} 35 id{"EUR"} 42 id{"ESP"} 53 id{"FRF"} 64 id{"ADP"} 77 id{"AED"} 86 id{"AFN"} 93 id{"AFA"} 106 id{"XCD"} [all …]
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-traits.mm | 16 struct HasStrong { id obj; }; 17 struct HasWeak { __weak id obj; }; 18 struct HasUnsafeUnretained { __unsafe_unretained id obj; }; 21 TRAIT_IS_TRUE(__has_nothrow_assign, __strong id); 22 TRAIT_IS_TRUE(__has_nothrow_assign, __weak id); 23 TRAIT_IS_TRUE(__has_nothrow_assign, __autoreleasing id); 24 TRAIT_IS_TRUE(__has_nothrow_assign, __unsafe_unretained id); 30 TRAIT_IS_TRUE(__has_nothrow_copy, __strong id); 31 TRAIT_IS_TRUE(__has_nothrow_copy, __weak id); 32 TRAIT_IS_TRUE(__has_nothrow_copy, __autoreleasing id); [all …]
|
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 …]
|
/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/chromium_org/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/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 …]
|
/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 …]
|
/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 …]
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/gitiles_file_system/ |
D | public_extensions | 3 "id": "ec21e736a3f00db2c0580e3cf71d91951656caec", 8 "id": "af21d019d0f1e2b2a84673dd65c33453a981663e", 14 "id": "d721629099dd13191f9618489b58bb2c40a23390", 20 "id": "c18fb99d54be04c624ed9fecf5d370347882b033", 26 "id": "4b346526a7a2d15ed0444ffbd12f240d787b60fc", 32 "id": "1c6b7a4f62fe81ca258bc83a65fbeacfc9c60bd0", 38 "id": "04e26d0a865d3b3c8afa5aaf5c17b1013ac180e9", 44 "id": "fc3f2b40450c9d5a7d16871f081b5f698915b5e3", 50 "id": "592560ff703ed9f00a150cf1d3d37fabbab8fa74", 56 "id": "ae2330e3a6abaaba5dd3430b75a002757caee784", [all …]
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-node-algorithm.cc | 27 printf("NODE ID: %d\n", node->id()); in Pre() 38 printf("NODE ID: %d\n", node->id()); in Post() 68 CHECK(graph.start()->id() == node_visitor.nodes_[0]->id()); in TEST() 69 CHECK(n2->id() == node_visitor.nodes_[1]->id()); in TEST() 70 CHECK(n3->id() == node_visitor.nodes_[2]->id()); in TEST() 71 CHECK(n4->id() == node_visitor.nodes_[3]->id()); in TEST() 72 CHECK(n5->id() == node_visitor.nodes_[4]->id()); in TEST() 87 CHECK(n5->id() == node_visitor.nodes_[0]->id()); in TEST() 88 CHECK(n4->id() == node_visitor.nodes_[1]->id()); in TEST() 89 CHECK(n2->id() == node_visitor.nodes_[2]->id()); in TEST() [all …]
|
/external/iproute2/lib/ |
D | rt_names.c | 33 unsigned int id; member 48 int id; in rtnl_hash_initialize() local 55 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize() 56 sscanf(p, "0x%x %s #", &id, namebuf) != 2 && in rtnl_hash_initialize() 57 sscanf(p, "%d %s\n", &id, namebuf) != 2 && in rtnl_hash_initialize() 58 sscanf(p, "%d %s #", &id, namebuf) != 2) { in rtnl_hash_initialize() 65 if (id<0) in rtnl_hash_initialize() 68 entry->id = id; in rtnl_hash_initialize() 70 entry->next = hash[id & (size - 1)]; in rtnl_hash_initialize() 71 hash[id & (size - 1)] = entry; in rtnl_hash_initialize() [all …]
|
/external/checkpolicy/ |
D | policy_define.c | 72 static int id_has_dot(char *id); 109 int insert_id(char *id, int push) in insert_id() argument 114 newid = (char *)malloc(strlen(id) + 1); in insert_id() 119 strcpy(newid, id); in insert_id() 135 static int id_has_dot(char *id) in id_has_dot() argument 137 if (strchr(id, '.') >= id + 1) { in id_has_dot() 145 char *id = 0; in define_class() local 151 id = queue_remove(id_queue); in define_class() 152 free(id); in define_class() 156 id = (char *)queue_remove(id_queue); in define_class() [all …]
|
/external/libnfc-nci/src/nfa/sys/ |
D | nfa_sys_main.c | 75 UINT8 id; in nfa_sys_event() local 81 id = (UINT8) (p_msg->event >> 8); in nfa_sys_event() 84 if ((id < NFA_ID_MAX) && (nfa_sys_cb.is_reg[id])) in nfa_sys_event() 86 freebuf = (*nfa_sys_cb.reg[id]->evt_hdlr) (p_msg); in nfa_sys_event() 90 NFA_TRACE_WARNING1 ("NFA got unregistered event id %d", id); in nfa_sys_event() 127 void nfa_sys_register (UINT8 id, const tNFA_SYS_REG *p_reg) in nfa_sys_register() argument 129 nfa_sys_cb.reg[id] = (tNFA_SYS_REG *) p_reg; in nfa_sys_register() 130 nfa_sys_cb.is_reg[id] = TRUE; in nfa_sys_register() 132 if ((id != NFA_ID_DM) && (id != NFA_ID_SYS)) in nfa_sys_register() 133 nfa_sys_cb.enable_cplt_mask |= (0x0001 << id); in nfa_sys_register() [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/wpa_supplicant_8/hs20/server/www/ |
D | users.php | 11 $id = $_GET["id"]; variable 12 if (!is_numeric($id)) 13 $id = 0; variable 15 $id = 0; variable 21 if ($cmd == 'eventlog' && $id > 0) { 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); 35 if ($cmd == 'mo' && $id > 0) { 41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); 48 if ($cmd == 'cert' && $id > 0) { 49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/ |
D | unwind.c | 10 int id; in unwind__arch_reg_id() local 14 id = PERF_REG_X86_AX; in unwind__arch_reg_id() 17 id = PERF_REG_X86_DX; in unwind__arch_reg_id() 20 id = PERF_REG_X86_CX; in unwind__arch_reg_id() 23 id = PERF_REG_X86_BX; in unwind__arch_reg_id() 26 id = PERF_REG_X86_SI; in unwind__arch_reg_id() 29 id = PERF_REG_X86_DI; in unwind__arch_reg_id() 32 id = PERF_REG_X86_BP; in unwind__arch_reg_id() 35 id = PERF_REG_X86_SP; in unwind__arch_reg_id() 38 id = PERF_REG_X86_R8; in unwind__arch_reg_id() [all …]
|