Home
last modified time | relevance | path

Searched refs:meth (Results 1 – 25 of 109) sorted by relevance

12345

/external/boringssl/src/crypto/ec/
Dec.c321 EC_GROUP *ec_group_new(const EC_METHOD *meth) { in ec_group_new() argument
324 if (meth == NULL) { in ec_group_new()
329 if (meth->group_init == 0) { in ec_group_new()
341 ret->meth = meth; in ec_group_new()
345 if (!meth->group_init(ret)) { in ec_group_new()
355 const EC_METHOD *meth = EC_GFp_mont_method(); in EC_GROUP_new_curve_GFp() local
358 ret = ec_group_new(meth); in EC_GROUP_new_curve_GFp()
363 if (ret->meth->group_set_curve == 0) { in EC_GROUP_new_curve_GFp()
367 if (!ret->meth->group_set_curve(ret, p, a, b, ctx)) { in EC_GROUP_new_curve_GFp()
423 const EC_METHOD *meth; in ec_group_new_from_data() local
[all …]
Dsimple.c158 if (group->meth->field_encode) { in ec_GFp_simple_group_set_curve()
159 if (!group->meth->field_encode(group, &group->a, tmp_a, ctx)) { in ec_GFp_simple_group_set_curve()
170 if (group->meth->field_encode && in ec_GFp_simple_group_set_curve()
171 !group->meth->field_encode(group, &group->b, &group->b, ctx)) { in ec_GFp_simple_group_set_curve()
199 if (group->meth->field_decode) { in ec_GFp_simple_group_get_curve()
206 if (a != NULL && !group->meth->field_decode(group, a, &group->a, ctx)) { in ec_GFp_simple_group_get_curve()
209 if (b != NULL && !group->meth->field_decode(group, b, &group->b, ctx)) { in ec_GFp_simple_group_get_curve()
256 if (group->meth->field_decode) { in ec_GFp_simple_group_check_discriminant()
257 if (!group->meth->field_decode(group, a, &group->a, ctx) || in ec_GFp_simple_group_check_discriminant()
258 !group->meth->field_decode(group, b, &group->b, ctx)) { in ec_GFp_simple_group_check_discriminant()
[all …]
Doct.c254 if (group->meth != point->meth) { in EC_POINT_oct2point()
264 if (group->meth != point->meth) { in EC_POINT_point2oct()
307 if (group->meth->field_decode == 0) { in ec_GFp_simple_set_compressed_coordinates()
309 if (!group->meth->field_sqr(group, tmp2, x_, ctx) || in ec_GFp_simple_set_compressed_coordinates()
310 !group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
328 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
329 if (!group->meth->field_decode(group, tmp2, &group->a, ctx) || in ec_GFp_simple_set_compressed_coordinates()
335 if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
346 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
347 if (!group->meth->field_decode(group, tmp2, &group->b, ctx) || in ec_GFp_simple_set_compressed_coordinates()
[all …]
/external/clang/test/Index/
Dcursor-dynamic-call.mm3 virtual void meth(); field
8 this->meth();
9 SB::meth();
14 -(void)meth; method
25 [self meth];
26 [super meth];
34 ss->meth();
35 [is meth];
64 // CHECK: 8:11 MemberRefExpr=meth:3:16 {{.*}} Dynamic-call
66 // CHECK: 25:3 ObjCMessageExpr=meth:14:8 {{.*}} Dynamic-call Receiver-type=ObjCObjectPointer
[all …]
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
107 // CHECK: overrides.m:50:8: ObjCInstanceMethodDecl=meth:50:8 (Definition) [Overrides @43:8]
114 // CHECK: overrides.m:72:8: ObjCInstanceMethodDecl=meth:72:8 [Overrides @61:8] Extent=[72:1 - 72:13]
117 // CHECK: overrides.m:92:8: ObjCInstanceMethodDecl=meth:92:8 Extent=[92:1 - 92:13]
[all …]
Dannotate-macro-args.m12 // CHECK1: Punctuation: "[" [9:9 - 9:10] ObjCMessageExpr=meth:2:8
14 // CHECK1: Identifier: "meth" [9:18 - 9:22] ObjCMessageExpr=meth:2:8
15 // CHECK1: Punctuation: "]" [9:22 - 9:23] ObjCMessageExpr=meth:2:8
20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:8
Dpch-with-errors.m5 -(void)meth; method in cat
9 -(void)meth; method
21 [i meth];
31 // CHECK-PARSE: pch-with-errors.m:{{.*}} ObjCMessageExpr=meth
34 // CHECK-INDEX: [indexEntityReference]: kind: objc-instance-method | name: meth
Dusrs-cxx0x.cpp7 void meth() &;
8 void meth() &&;
9 void meth(int&&);
Dget-cursor-macro-args.h2 +(void)meth;
9 MACRO([MyClass meth]); in test()
15 INVOKE(meth, MyClass); in test2()
Dannotate-macro-args.h2 +(void)meth;
9 MACRO([MyClass meth]); in test()
15 INVOKE(meth, MyClass); in test2()
Dget-cursor-macro-args.m21 // CHECK-NEXT: ObjCMessageExpr=meth:2:8
22 // CHECK-NEXT: ObjCMessageExpr=meth:2:8
23 // CHECK-NEXT: ObjCMessageExpr=meth:2:8
24 // CHECK-NEXT: ObjCMessageExpr=meth:2:8
Dindex-suppress-refs.m12 -(I*)meth; method in cat
18 -(void)meth:(B*)b :(id<P>)p;
35 // CHECK-NEXT: [indexDeclaration]: kind: objc-instance-method | name: meth
42 // CHECK-NEXT: [indexDeclaration]: kind: objc-instance-method | name: meth::
/external/clang/test/SemaObjC/
Dmethod-undefined-warn-1.m4 - (void) meth; method
5 - (void) meth : (int) arg1;
14 - (void) meth {} method
15 - (void) meth : (int) arg2{}
20 - (void) meth; method
21 - (void) meth : (int) arg1;
30 - (void) meth {} method
31 - (void) meth : (int) arg2{}
36 - (void) meth; method
37 - (void) meth : (int) arg1;
[all …]
Dwarn-category-method-deprecated.m5 - (void)meth; method
12 - (void)meth __attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked depr…
16 [i meth]; // expected-warning {{'meth' is deprecated}}
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
Dundef-protocol-methods-1.m20 - (void) meth; // expected-note {{method 'meth' declared here}} method
21 - (void) meth : (int) arg1; // expected-note {{method 'meth:' declared here}}
/external/boringssl/src/crypto/rsa/
Drsa.c88 rsa->meth = ENGINE_get_RSA_method(engine); in RSA_new_method()
91 if (rsa->meth == NULL) { in RSA_new_method()
92 rsa->meth = (RSA_METHOD*) &RSA_default_method; in RSA_new_method()
94 METHOD_ref(rsa->meth); in RSA_new_method()
97 rsa->flags = rsa->meth->flags; in RSA_new_method()
101 if (rsa->meth->init && !rsa->meth->init(rsa)) { in RSA_new_method()
104 METHOD_unref(rsa->meth); in RSA_new_method()
136 if (rsa->meth->finish) { in RSA_free()
137 rsa->meth->finish(rsa); in RSA_free()
139 METHOD_unref(rsa->meth); in RSA_free()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DDominators.java48 private final SsaMethod meth; field in Dominators
68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos, in Dominators() argument
70 this.meth = meth; in Dominators()
73 this.blocks = meth.getBlocks(); in Dominators()
86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, in make() argument
88 Dominators result = new Dominators(meth, domInfos, postdom); in make()
172 ? meth.getExitBlock() : meth.getEntryBlock(); in run()
185 meth.forEachBlockDepthFirst(postdom, walker); in run()
DDomFront.java37 private final SsaMethod meth; field in DomFront
62 public DomFront(SsaMethod meth) { in DomFront() argument
63 this.meth = meth; in DomFront()
64 nodes = meth.getBlocks(); in DomFront()
90 Dominators methDom = Dominators.make(meth, domInfos, false); in run()
/external/boringssl/src/crypto/x509/
Dx_crl.c249 crl->meth = default_crl_method; in crl_cb()
308 if (crl->meth->crl_init) in crl_cb()
310 if (crl->meth->crl_init(crl) == 0) in crl_cb()
316 if (crl->meth->crl_free) in crl_cb()
318 if (!crl->meth->crl_free(crl)) in crl_cb()
412 if (crl->meth->crl_verify) in X509_CRL_verify()
413 return crl->meth->crl_verify(crl, r); in X509_CRL_verify()
420 if (crl->meth->crl_lookup) in X509_CRL_get0_by_serial()
421 return crl->meth->crl_lookup(crl, ret, serial, NULL); in X509_CRL_get0_by_serial()
427 if (crl->meth->crl_lookup) in X509_CRL_get0_by_cert()
[all …]
/external/clang/test/PCH/
Dmethod-redecls.m7 -(void)meth; method
8 -(void)meth; method
9 -(void)meth; method
15 -(void)meth { } method
/external/boringssl/src/crypto/
Dex_data.c150 if (ex_data_class->meth == NULL) { in CRYPTO_get_ex_new_index()
151 ex_data_class->meth = sk_CRYPTO_EX_DATA_FUNCS_new_null(); in CRYPTO_get_ex_new_index()
154 if (ex_data_class->meth == NULL || in CRYPTO_get_ex_new_index()
155 !sk_CRYPTO_EX_DATA_FUNCS_push(ex_data_class->meth, funcs)) { in CRYPTO_get_ex_new_index()
161 *out_index = sk_CRYPTO_EX_DATA_FUNCS_num(ex_data_class->meth) - 1 + in CRYPTO_get_ex_new_index()
216 n = sk_CRYPTO_EX_DATA_FUNCS_num(ex_data_class->meth); in get_func_pointers()
218 *out = sk_CRYPTO_EX_DATA_FUNCS_dup(ex_data_class->meth); in get_func_pointers()
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py113 meth = self.findServiceEndpoint(methName)
114 results['result'] = self.invokeServiceEndpoint(meth, args)
148 meth = getattr(self.service, name)
149 return meth
153 def invokeServiceEndpoint(self, meth, args): argument
154 return meth(*args)
/external/jdiff/src/jdiff/
DHTMLIndexes.java662 MethodAPI meth = (MethodAPI)(iterMeth.next()); in emitMethodsIndex() local
663 … methNames.add(new Index(meth.name_, 0, pkgName, className, meth.getSignature())); in emitMethodsIndex()
667 MethodAPI meth = (MethodAPI)(iterMeth.next()); in emitMethodsIndex() local
668 Index idx = new Index(meth.name_, 1, pkgName, className, meth.getSignature()); in emitMethodsIndex()
669 idx.doc_ = meth.doc_; // Used for checking @since in emitMethodsIndex()
674 MemberDiff meth = (MemberDiff)(iterMeth.next()); in emitMethodsIndex() local
675 methNames.add(new Index(meth.name_, 2, pkgName, className, meth.newSignature_)); in emitMethodsIndex()
687 public char emitMethodIndexEntry(Index meth, char oldsw, in emitMethodIndexEntry() argument
690 String className = meth.pkgName_ + "." + meth.className_; in emitMethodIndexEntry()
691 String memberRef = meth.pkgName_ + "." + meth.className_; in emitMethodIndexEntry()
[all …]
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java910 Method meth = (Method)e.getValue(); in overrideMethods() local
911 int mod = meth.getModifiers(); in overrideMethods()
913 override(className, meth, prefix, index, in overrideMethods()
922 private void override(String thisClassname, Method meth, String prefix, in override() argument
926 Class declClass = meth.getDeclaringClass(); in override()
927 String delegatorName = prefix + index + meth.getName(); in override()
928 if (Modifier.isAbstract(meth.getModifiers())) in override()
932 = makeDelegator(meth, desc, cp, declClass, delegatorName); in override()
939 = makeForwarder(thisClassname, meth, desc, cp, declClass, in override()
990 private static boolean isVisible(int mod, String from, Member meth) { in isVisible() argument
[all …]

12345