/external/clang/test/SemaObjC/ |
conflict-nonfragile-abi2.m | 19 - (int) Meth { return glob; } // no warning
|
missing-atend-metadata.m | 7 - meth { return 0; }
|
message.m | 9 - (void)meth; 14 - (void) meth { [self contents]; }
|
/external/clang/test/CodeGenObjC/ |
id-isa-codegen.m | 12 - (void)meth : (id)object : (id)src_object; 19 - (void)meth : (id)object : (id)src_object {
|
/external/clang/test/Rewriter/ |
rewrite-byref-vars.mm | 39 - (void) Meth; 53 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
|
rewrite-modern-extern-c-func-decl.mm | 76 - (void) Meth; 92 - (void) Meth { __attribute__((__blocks__(byref))) void ** listp = (void **)list; }
|
rewrite-nested-property-in-blocks.mm | 24 - (NSSet *)Meth; 29 - (NSSet *)Meth
|
rewrite-modern-class.mm | 58 - (SUPER *) Meth : (SUPER *)arg { 68 double Meth(INTF_DECL *p, FORM_CLASS *f) {
|
/external/javassist/src/test/test/javassist/proxy/ |
ProxySimpleTest.java | 52 Method meth = data2.getClass().getDeclaredMethod("writeReplace", new Class[0]); local 54 meth.invoke(data2, new Object[0]).getClass().getName());
|
/external/openssl/apps/ |
ciphers.c | 94 const SSL_METHOD *meth=NULL; local 100 meth=SSLv23_server_method(); 102 meth=SSLv3_server_method(); 104 meth=SSLv2_server_method(); 131 meth=SSLv2_client_method(); 135 meth=SSLv3_client_method(); 139 meth=TLSv1_client_method(); 164 ctx=SSL_CTX_new(meth);
|
/dalvik/tests/004-annotations/ |
expected.txt | 27 annotations on METH public int android.test.anno.SimplyNoted.foo(): 42 annotations on METH public abstract int android.test.anno.INoted.bar(): 57 annotations on METH public int android.test.anno.SubNoted.bar(): 71 annotations on METH public int android.test.anno.FullyNoted.bar(int,long) throws java.io.IOException,java.io.EOFException: 79 annotations on METH public int android.test.anno.FullyNoted.bar1(int,long) throws java.io.IOException: 87 annotations on METH public int android.test.anno.FullyNoted.notAnnotated():
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 51 System.out.println(" annotations on METH " + m + ":"); 120 Method meth; local 125 meth = TestAnnotations.class.getMethod("getFocusType", 130 property = meth.getAnnotation(ExportedProperty.class); 138 meth.isAnnotationPresent(ExportedProperty.class)); 140 meth.isAnnotationPresent(AnnoSimpleType.class));
|
/external/openssl/crypto/ui/ |
ui_lib.c | 87 ret->meth=UI_get_default_method(); 89 ret->meth=method; 416 if (ui->meth->ui_construct_prompt) 417 prompt = ui->meth->ui_construct_prompt(ui, 481 if (ui->meth->ui_write_string 482 && !ui->meth->ui_write_string(ui, &uis)) 491 if (ui->meth->ui_open_session && !ui->meth->ui_open_session(ui)) 501 if (ui->meth->ui_write_string 502 && !ui->meth->ui_write_string(ui [all...] |
/external/openssl/crypto/asn1/ |
x_crl.c | 224 crl->meth = default_crl_method; 284 if (crl->meth->crl_init) 286 if (crl->meth->crl_init(crl) == 0) 292 if (crl->meth->crl_free) 294 if (!crl->meth->crl_free(crl)) 387 if (crl->meth->crl_verify) 388 return crl->meth->crl_verify(crl, r); 395 if (crl->meth->crl_lookup) 396 return crl->meth->crl_lookup(crl, ret, serial, NULL); 402 if (crl->meth->crl_lookup [all...] |
/external/clang/test/Index/ |
overriding-method-comments.mm | 12 - (void)METH:(id)PPP; 19 - (void)METH:(id)AAA; 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>] 28 - (void)METH:(id)BBB; 31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>] 34 - (void)METH:(id)III { [all...] |
/external/openssl/patches/ |
eng_dyn_dirs.patch | 27 @@ -237,11 +237,19 @@ DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) 28 if(ret->meth->dso_load == NULL) 37 if(!ret->meth->dso_load(ret))
|
/external/chromium/base/ |
callback_old.h | 59 CallbackStorage(T* obj, Method meth) : obj_(obj), meth_(meth) { 114 CallbackImpl(T* obj, Method meth) : CallbackStorage<T, Method>(obj, meth) { 236 CallbackWithReturnValueImpl(T* obj, Method meth) 237 : CallbackStorage<T, Method>(obj, meth) {}
|
/external/openssl/crypto/dh/ |
dh_key.c | 77 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD) 84 return dh->meth->generate_key(dh); 90 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD) 97 return dh->meth->compute_key(key, pub_key, dh); 187 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err; 247 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
|
/external/openssl/crypto/ec/ |
ecp_oct.c | 103 if (group->meth->field_decode == 0) 106 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err; 107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err; 124 if (group->meth->field_decode) 126 if (!group->meth->field_decode(group, tmp2, &group->a, ctx)) goto err; 132 if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx)) goto err; 139 if (group->meth->field_decode) 141 if (!group->meth->field_decode(group, tmp2, &group->b, ctx)) goto err;
|
/libcore/luni/src/test/native/ |
test_openssl_engine.cpp | 84 static int pkey_meths(ENGINE*, EVP_PKEY_METHOD** meth, const int** nids, int nid) { 86 *meth = const_cast<EVP_PKEY_METHOD*>(EVP_PKEY_meth_find(nid));
|
/dalvik/dx/src/com/android/dx/command/dump/ |
DotDumper.java | 113 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, local 118 Ropper.convert(meth, advice); 121 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags()); 123 BaseDumper.computeParamWidth(meth, isStatic), isStatic,
|
SsaDumper.java | 98 ConcreteMethod meth = local 101 RopMethod rmeth = Ropper.convert(meth, advice); 103 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags()); 104 int paramWidth = computeParamWidth(meth, isStatic);
|
/dalvik/tests/075-verification-error/src/ |
Main.java | 124 System.err.println("ERROR: bad meth-class access succeeded\n"); 126 System.out.println("Got expected IllegalAccessError (meth-class)"); 144 System.out.println("Got expected IllegalAccessError (meth-meth)");
|
/dalvik/tests/087-gc-after-link/src/ |
Main.java | 86 Method meth = dexClass.getMethod("loadClass", local 93 meth.invoke(dexFile, name, this); 97 Method meth = dexClass.getMethod("close", (Class[]) null); local 98 meth.invoke(dexFile);
|
/dalvik/tests/089-many-methods/ |
build | 41 printf(" public void meth%d() { }\n", i) > fileName;
|