HomeSort by relevance Sort by last modified time
    Searched full:mstring (Results 26 - 50 of 62) sorted by null

12 3

  /art/runtime/native/
dalvik_system_DexFile.cc 54 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) {
60 mEnv->ReleaseStringUTFChars(mString, mUtfChars);
79 jstring mString;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_err.c 268 {ERR_REASON(ASN1_R_MSTRING_NOT_UNIVERSAL),"mstring not universal"},
269 {ERR_REASON(ASN1_R_MSTRING_WRONG_TAG) ,"mstring wrong tag"},
asn1t.h 611 * MSTRING is a multiple string type, it is used
tasn_enc.c 589 /* If MSTRING type set the underlying type */
tasn_dec.c 95 /* Table to convert tags to bit values, used for MSTRING type */
asn1.h 233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
    [all...]
  /external/openssl/crypto/asn1/
asn1_err.c 268 {ERR_REASON(ASN1_R_MSTRING_NOT_UNIVERSAL),"mstring not universal"},
269 {ERR_REASON(ASN1_R_MSTRING_WRONG_TAG) ,"mstring wrong tag"},
asn1t.h 611 * MSTRING is a multiple string type, it is used
tasn_enc.c 589 /* If MSTRING type set the underlying type */
tasn_dec.c 95 /* Table to convert tags to bit values, used for MSTRING type */
asn1.h 233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
    [all...]
  /frameworks/base/core/jni/
BindTest.cpp 278 offset_mString = findField(clazz, "mString", "Ljava/lang/String;")->offset;
android_util_AssetManager.cpp 48 jfieldID mString;
93 env->SetObjectField(outValue, gTypedValueOffsets.mString, NULL);
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 329 mString(string)
350 return mString;
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 218 private final String mString;
223 mString = s;
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 462 private String mString;
477 mString = string;
579 return mString;
629 return mString;
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 386 private String mString;
404 mString = string;
406 mLength = mString.length();
418 int end = mString.indexOf(mDelimiter, mPosition);
422 String nextString = mString.substring(mPosition, end);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 1306 - (void) mSTRING
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 611 * MSTRING is a multiple string type, it is used
asn1.h 233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
    [all...]
  /external/openssl/include/openssl/
asn1t.h 611 * MSTRING is a multiple string type, it is used
asn1.h 233 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
stringtemplate.jar 

Completed in 733 milliseconds

12 3