HomeSort by relevance Sort by last modified time
    Searched full:meth (Results 251 - 275 of 365) sorted by null

<<1112131415

  /external/clang/test/SemaObjC/
attr-deprecated.m 91 - (DEPRECATED *) meth; // no warning.
default-synthesize.m 122 - (int) Meth { return self.PROP; }
nonnull.m 88 - (void) Meth {
property-user-setter.m 126 - (id) Meth {
  /external/openssl/crypto/ecdh/
ech_locl.h 92 const ECDH_METHOD *meth; member in struct:ecdh_data_st
  /external/openssl/ssl/
ssltest.c 522 const SSL_METHOD *meth=NULL; local
879 meth=SSLv2_method();
882 meth=TLSv1_method();
885 meth=SSLv3_method();
887 meth=SSLv23_method();
890 meth=SSLv3_method();
892 meth=SSLv2_method();
896 c_ctx=SSL_CTX_new(meth);
897 s_ctx=SSL_CTX_new(meth);
2537 const SSL_METHOD *meth; local
    [all...]
ssl_lib.c 258 int SSL_CTX_set_ssl_version(SSL_CTX *ctx,const SSL_METHOD *meth)
262 ctx->method=meth;
266 meth->version == SSL2_VERSION ? "SSLv2" : SSL_DEFAULT_CIPHER_LIST);
    [all...]
  /dalvik/vm/analysis/
CodeVerify.h 318 UninitInstanceMap* dvmCreateUninitInstanceMap(const Method* meth,
327 * Verify bytecode in "meth". "insnFlags" should be populated with
Optimize.cpp 351 * Update a 16-bit code unit in "meth". The way in which the DEX data was
357 void dvmUpdateCodeUnit(const Method* meth, u2* ptr, u2 newVal)
359 DvmDex* pDvmDex = meth->clazz->pDvmDex;
377 static inline void updateOpcode(const Method* meth, u2* ptr, Opcode opcode)
382 dvmUpdateCodeUnit(meth, ptr, (u2) (opcode << 8) | 0x00ff);
386 dvmUpdateCodeUnit(meth, ptr, (ptr[0] & 0xff00) | (u2) opcode);
883 * op vAA, meth@BBBB, reg stuff @CCCC
    [all...]
  /dalvik/vm/oo/
Class.h 165 void dvmMakeCodeReadWrite(Method* meth);
166 void dvmMakeCodeReadOnly(Method* meth);
  /dalvik/vm/alloc/
MarkSweep.cpp 767 Method *meth = gDvm.methJavaLangRefFinalizerReferenceAdd; local
768 assert(meth != NULL);
770 dvmCallMethod(self, meth, NULL, &unusedResult, obj);
832 Method *meth = gDvm.methJavaLangRefReferenceQueueAdd; local
833 assert(meth != NULL);
836 dvmCallMethod(self, meth, NULL, &unused, reference);
  /external/openssl/crypto/dso/
dso.h 185 DSO_METHOD *meth; member in struct:dso_st
198 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
202 * be used in DSO_load() in place of meth->dso_merger. NB: This
261 void DSO_set_default_method(DSO_METHOD *meth);
264 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth);
271 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
  /external/openssl/include/openssl/
dso.h 185 DSO_METHOD *meth; member in struct:dso_st
198 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
202 * be used in DSO_load() in place of meth->dso_merger. NB: This
261 void DSO_set_default_method(DSO_METHOD *meth);
264 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth);
271 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
dsa.h 178 const DSA_METHOD *meth; member in struct:dsa_st
179 /* functional reference if 'meth' is ENGINE-provided */
  /external/openssl/apps/
s_client.c 590 const SSL_METHOD *meth=NULL; local
631 meth=SSLv23_client_method();
778 meth=TLSv1_client_method();
784 meth=TLSv1_client_method();
791 meth=TLSv1_client_method();
796 meth=TLSv1_client_method();
801 meth=TLSv1_client_method();
806 meth=SSLv2_client_method();
810 meth=SSLv3_client_method();
814 meth=TLSv1_2_client_method()
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 383 //System.out.println("# " + meth.getName() + " " + n + " sec");
391 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
398 //System.out.println("# " + meth.getName() + " x " + loops);
  /external/openssl/crypto/evp/
pmeth_lib.c 242 const EVP_PKEY_METHOD *meth)
245 *ppkey_id = meth->pkey_id;
247 *pflags = meth->flags;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 813 for (EncodedMethod meth : allMeths) {
814 String methName = meth.getName().getString();
817 meths.put(meth.getRef().getNat(), meth); local
828 for (EncodedMethod meth : meths.values()) {
830 meth.debugPrint(pw, args.verboseDump);
842 clazz.getMethodAnnotations(meth.getRef());
844 clazz.getParameterAnnotations(meth.getRef());
    [all...]
  /external/openssl/crypto/conf/
conf_api.c 173 if (conf->meth->is_number(conf, *str))
174 ret=ret*10+conf->meth->to_int(conf, *str);
  /external/openssl/crypto/dsa/
dsa.h 178 const DSA_METHOD *meth; member in struct:dsa_st
179 /* functional reference if 'meth' is ENGINE-provided */
  /external/chromium/base/
task.h 147 Method meth,
150 meth_(meth),
318 RunnableMethod(T* obj, Method meth, const Params& params)
319 : obj_(obj), meth_(meth), params_(params) {
  /external/hyphenation/
README.hyphen 102 László Németh: Automatic non-standard hyphenation in OpenOffice.org,
README.nonstandard 121 László Németh
  /external/ipsec-tools/src/racoon/
algorithm.h 170 /* ipcomp, auth meth, dh group */
  /external/openssl/crypto/ec/
ec_mult.c 372 if (group->meth != r->meth)
385 if (group->meth != points[i]->meth)

Completed in 2143 milliseconds

<<1112131415