/external/clang/test/PCH/ |
D | method-redecls.m | 7 -(void)meth; method 8 -(void)meth; method 9 -(void)meth; method 15 -(void)meth { } method
|
D | chain-categories.m | 30 +(void)meth; class 42 +(void)meth {} class
|
D | pending-ids.m | 20 + (BOOL)meth; class
|
/external/clang/test/SemaObjC/ |
D | method-undefined-warn-1.m | 4 - (void) meth; method 14 - (void) meth {} method 20 - (void) meth; method 30 - (void) meth {} method 36 - (void) meth; method 42 - (void) meth {} method
|
D | check-dup-decl-methods-1.m | 4 - (int) meth; method 11 - (int) meth; // expected-note {{previous declaration is here}} method 12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method 35 - (int) meth; // expected-note {{previous declaration is here}} method 36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
|
D | class-unavail-warning.m | 14 - (MyClass *)meth; // no error. method 21 - (MyClass *)meth; // expected-error {{unavailable}} method 25 - (MyClass *)meth; // no error. method in Cat1
|
D | method-def-1.m | 4 - (int)meth; method 8 - (int) meth { return [self meth]; } method
|
D | undefined-protocol-type-1.m | 7 - (T<p2, p3, p1, p4>*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} method
|
/external/clang/test/Index/ |
D | overrides.m | 43 -(void)meth; method in cat 50 -(void)meth { } method 61 -(void)meth; method 72 -(void)meth; method in readwrite 88 -(void)meth; method 92 -(void)meth; method in cat 96 -(void)meth{} method
|
D | pch-with-errors.m | 5 -(void)meth; method in cat 9 -(void)meth; method
|
D | cursor-dynamic-call.mm | 3 virtual void meth(); field 14 -(void)meth; method
|
D | unmatched-braces.m | 2 -(void)meth { method
|
D | rdar12316296-codecompletion.m | 18 -(void)meth { method
|
/external/openssl/crypto/rand/ |
D | rand_lib.c | 79 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() 140 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_cleanup() local 148 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed() local 155 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add() local 162 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes() local 170 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes() local 178 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
D | rand_lib.c | 79 int RAND_set_rand_method(const RAND_METHOD *meth) in RAND_set_rand_method() 140 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_cleanup() local 148 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_seed() local 155 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_add() local 162 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_bytes() local 170 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_pseudo_bytes() local 178 const RAND_METHOD *meth = RAND_get_rand_method(); in RAND_status() local
|
/external/openssl/crypto/dso/ |
D | dso_lib.c | 71 void DSO_set_default_method(DSO_METHOD *meth) in DSO_set_default_method() 86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) in DSO_set_method() 94 DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method() 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 471 DSO_METHOD *meth = default_DSO_meth; in DSO_pathbyaddr() local 483 DSO_METHOD *meth = default_DSO_meth; in DSO_global_lookup() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
D | dso_lib.c | 71 void DSO_set_default_method(DSO_METHOD *meth) in DSO_set_default_method() 86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) in DSO_set_method() 94 DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method() 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 471 DSO_METHOD *meth = default_DSO_meth; in DSO_pathbyaddr() local 483 DSO_METHOD *meth = default_DSO_meth; in DSO_global_lookup() local
|
/external/openssl/crypto/ec/ |
D | ec_cvt.c | 78 const EC_METHOD *meth; in EC_GROUP_new_curve_GFp() local 153 const EC_METHOD *meth; in EC_GROUP_new_curve_GF2m() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
D | ec_cvt.c | 78 const EC_METHOD *meth; in EC_GROUP_new_curve_GFp() local 153 const EC_METHOD *meth; in EC_GROUP_new_curve_GF2m() local
|
/external/clang/test/CodeGenCXX/ |
D | duplicate-mangled-name.cpp | 7 void MyClass::meth() { } in meth() function in MyClass
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | DomFront.java | 37 private final SsaMethod meth; field in DomFront 62 public DomFront(SsaMethod meth) { in DomFront()
|
D | Dominators.java | 48 private final SsaMethod meth; field in Dominators 68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos, in Dominators() 86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, in make()
|
/external/openssl/crypto/x509v3/ |
D | v3_int.c | 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) in s2i_asn1_int()
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
D | v3_int.c | 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) in s2i_asn1_int()
|
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
D | dh_lib.c | 75 void DH_set_default_method(const DH_METHOD *meth) in DH_set_default_method() 96 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method()
|