/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
D | PKIStatus.java | 72 private final int status; field in PKIStatus 73 PKIStatus(int status) { in PKIStatus() 84 public static PKIStatus getInstance(int status) { in getInstance()
|
D | TimeStampResp.java | 39 private final PKIStatusInfo status; field in TimeStampResp 43 public TimeStampResp(PKIStatusInfo status, ContentInfo timeStampToken) { in TimeStampResp()
|
D | PKIStatusInfo.java | 47 private final PKIStatus status; field in PKIStatusInfo
|
/libcore/luni/src/main/native/ |
D | libcore_icu_AlphabeticIndex.cpp | 33 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_create() local 56 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_setMaxLabelCount() local 67 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_addLabels() local 75 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_addLabelRange() local 82 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketCount() local 96 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketIndex() local 112 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketLabel() local 138 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_buildImmutableIndex() local 161 UErrorCode status = U_ZERO_ERROR; in ImmutableIndex_getBucketIndex() local
|
D | libcore_icu_NativeCollation.cpp | 50 UErrorCode status = U_ZERO_ERROR; in start() local 115 UErrorCode status = U_ZERO_ERROR; in NativeCollation_getAttribute() local 128 UErrorCode status = ce->start(env, javaSource, toCollator(address)); in NativeCollation_getCollationElementIterator() local 177 UErrorCode status = U_ZERO_ERROR; in NativeCollation_next() local 189 UErrorCode status = U_ZERO_ERROR; in NativeCollation_openCollator() local 200 UErrorCode status = U_ZERO_ERROR; in NativeCollation_openCollatorFromRules() local 208 UErrorCode status = U_ZERO_ERROR; in NativeCollation_previous() local 219 UErrorCode status = U_ZERO_ERROR; in NativeCollation_safeClone() local 226 UErrorCode status = U_ZERO_ERROR; in NativeCollation_setAttribute() local 232 UErrorCode status = U_ZERO_ERROR; in NativeCollation_setOffset() local [all …]
|
D | java_util_regex_Pattern.cpp | 34 static const char* regexDetailMessage(UErrorCode status) { in regexDetailMessage() 65 static void throwPatternSyntaxException(JNIEnv* env, UErrorCode status, jstring pattern, UParseErro… in throwPatternSyntaxException() 81 UErrorCode status = U_ZERO_ERROR; in Pattern_compileImpl() local
|
D | libcore_icu_NativeNormalizer.cpp | 32 UErrorCode status = U_ZERO_ERROR; in NativeNormalizer_normalizeImpl() local 45 UErrorCode status = U_ZERO_ERROR; in NativeNormalizer_isNormalizedImpl() local
|
D | libcore_icu_ICU.cpp | 84 UErrorCode status = U_ZERO_ERROR; in hasKey() local 95 UErrorCode status = U_ZERO_ERROR; in ICU_addLikelySubtags() local 119 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyFractionDigits() local 134 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyCode() local 185 UErrorCode status = U_ZERO_ERROR; in getCurrencyName() local 356 UErrorCode status = U_ZERO_ERROR; in setStringField() local 380 UErrorCode status = U_ZERO_ERROR; in setNumberPatterns() local 397 UErrorCode status = U_ZERO_ERROR; in setDecimalFormatSymbolsData() local 417 …LocaleNameIterator(const char* locale_name, UErrorCode& status) : status_(status), has_next_(true)… in LocaleNameIterator() 448 UErrorCode status = U_ZERO_ERROR; in getAmPmMarkersNarrow() local [all …]
|
D | libcore_icu_Transliterator.cpp | 35 UErrorCode status = U_ZERO_ERROR; in Transliterator_create() local 48 UErrorCode status = U_ZERO_ERROR; in Transliterator_getAvailableIDs() local
|
D | java_text_Bidi.cpp | 96 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_setLine() local 120 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_getLevels() local 132 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_countRuns() local 143 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_getRuns() local
|
D | libcore_icu_NativeDecimalFormat.cpp | 65 UErrorCode status = U_ZERO_ERROR; in makeDecimalFormatSymbols() local 120 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_open() local 154 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_setSymbol() local 175 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_setTextAttribute() local 182 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_getTextAttribute() local 206 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_applyPatternImpl() local 265 UErrorCode status = U_ZERO_ERROR; in format() local 339 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_parse() local
|
D | IcuUtilities.cpp | 30 jobjectArray fromStringEnumeration(JNIEnv* env, UErrorCode& status, const char* provider, icu::Stri… in fromStringEnumeration()
|
D | libcore_icu_NativeIDN.cpp | 41 UErrorCode status = U_ZERO_ERROR; in NativeIDN_convertImpl() local
|
D | libcore_icu_TimeZoneNames.cpp | 70 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_fillZoneStrings() local 126 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_getExemplarLocation() local
|
D | libcore_icu_NativePluralRules.cpp | 52 UErrorCode status = U_ZERO_ERROR; in NativePluralRules_forLocaleImpl() local
|
D | libcore_icu_NativeConverter.cpp | 66 UErrorCode status = U_ZERO_ERROR; in collectStandardNames() local 123 UErrorCode status = U_ZERO_ERROR; in getJavaCanonicalName() local 164 UErrorCode status = U_ZERO_ERROR; in NativeConverter_openConverter() local 345 UErrorCode* status) { in CHARSET_ENCODER_CALLBACK() 449 UConverterCallbackReason reason, UErrorCode* status) { in CHARSET_DECODER_CALLBACK() 514 UErrorCode status = U_ZERO_ERROR; in NativeConverter_getSubstitutionBytes() local
|
D | java_util_regex_Matcher.cpp | 81 UErrorCode& status() { in status() function in MatcherAccessor 174 UErrorCode status = U_ZERO_ERROR; in Matcher_openImpl() local
|
D | java_lang_Character.cpp | 52 UErrorCode status = U_ZERO_ERROR; in Character_getNameImpl() local 150 UErrorCode status = U_ZERO_ERROR; in Character_unicodeScriptForCodePoint() local
|
D | java_lang_ProcessManager.cpp | 187 int status; in ExecuteProcess() local
|
/libcore/luni/src/main/java/javax/net/ssl/ |
D | SSLEngineResult.java | 82 private final SSLEngineResult.Status status; field in SSLEngineResult 110 public SSLEngineResult(SSLEngineResult.Status status, in SSLEngineResult() method in SSLEngineResult
|
/libcore/support/src/test/java/tests/http/ |
D | MockResponse.java | 35 private String status = "HTTP/1.1 200 OK"; field in MockResponse 66 public MockResponse setStatus(String status) { in setStatus()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ObjectTest.java | 31 int status = 0; field in ObjectTest
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldObjectTest.java | 33 int status = 0; field in OldObjectTest
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | MessageDigest1Test.java | 175 final int status = 33; in test_digestLB$LILI() local
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLEnginePair.java | 164 HandshakeStatus status = engine.getHandshakeStatus(); in handshakeCompleted() local
|