Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 142) sorted by relevance

123456

/external/clang/test/PCH/
Dmethod-redecls.m7 -(void)meth; method
8 -(void)meth; method
9 -(void)meth; method
15 -(void)meth { } method
Dchain-categories.m30 +(void)meth; class
42 +(void)meth {} class
Dpending-ids.m20 + (BOOL)meth; class
/external/clang/test/SemaObjC/
Dmethod-undefined-warn-1.m4 - (void) meth; method
14 - (void) meth {} method
20 - (void) meth; method
30 - (void) meth {} method
36 - (void) meth; method
42 - (void) meth {} method
Dcheck-dup-decl-methods-1.m4 - (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
Dclass-unavail-warning.m14 - (MyClass *)meth; // no error. method
21 - (MyClass *)meth; // expected-error {{unavailable}} method
25 - (MyClass *)meth; // no error. method in Cat1
Dmethod-def-1.m4 - (int)meth; method
8 - (int) meth { return [self meth]; } method
Dundefined-protocol-type-1.m7 - (T<p2, p3, p1, p4>*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} method
/external/clang/test/Index/
Doverrides.m43 -(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
Dpch-with-errors.m5 -(void)meth; method in cat
9 -(void)meth; method
Dcursor-dynamic-call.mm3 virtual void meth(); field
14 -(void)meth; method
Dunmatched-braces.m2 -(void)meth { method
Drdar12316296-codecompletion.m18 -(void)meth { method
/external/openssl/crypto/rand/
Drand_lib.c79 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/
Drand_lib.c79 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/
Ddso_lib.c71 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/
Ddso_lib.c71 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/
Dec_cvt.c78 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/
Dec_cvt.c78 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/
Dduplicate-mangled-name.cpp7 void MyClass::meth() { } in meth() function in MyClass
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DDomFront.java37 private final SsaMethod meth; field in DomFront
62 public DomFront(SsaMethod meth) { in DomFront()
DDominators.java48 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/
Dv3_int.c77 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/
Dv3_int.c77 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/
Ddh_lib.c75 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()

123456