Home
last modified time | relevance | path

Searched refs:ERROR_CODE (Results 1 – 12 of 12) sorted by relevance

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DModelDownloadExceptionTest.java27 private static final int ERROR_CODE = ModelDownloadException.FAILED_TO_DOWNLOAD_OTHER; field in ModelDownloadExceptionTest
32 ModelDownloadException e = new ModelDownloadException(ERROR_CODE, new Exception()); in getErrorCode_constructor1()
33 assertThat(e.getErrorCode()).isEqualTo(ERROR_CODE); in getErrorCode_constructor1()
40 ModelDownloadException e = new ModelDownloadException(ERROR_CODE, "error_msg"); in getErrorCode_constructor2()
41 assertThat(e.getErrorCode()).isEqualTo(ERROR_CODE); in getErrorCode_constructor2()
49 new ModelDownloadException(ERROR_CODE, DOWNLOADER_LIB_ERROR_CODE, "error_msg"); in getErrorCode_constructor3()
50 assertThat(e.getErrorCode()).isEqualTo(ERROR_CODE); in getErrorCode_constructor3()
DTextClassifierDownloadLoggerTest.java39 private static final int ERROR_CODE = ModelDownloadException.FAILED_TO_DOWNLOAD_404_ERROR; field in TextClassifierDownloadLoggerTest
83 ERROR_CODE, in downloadFailed()
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dmvnw.cmd55 set ERROR_CODE=0 variable
129 set ERROR_CODE=1 variable
132 @endlocal & set ERROR_CODE=%ERROR_CODE% variable
143 if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
145 exit /B %ERROR_CODE%
/external/apache-commons-compress/
Dmvnw.cmd53 set ERROR_CODE=0 variable
127 set ERROR_CODE=1 variable
130 @endlocal & set ERROR_CODE=%ERROR_CODE% variable
141 if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
143 exit /B %ERROR_CODE%
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRcsUceAdapterSTest.java37 private static final int ERROR_CODE = 1234; field in ShadowRcsUceAdapterSTest
93 CapabilityFailureInfo failureInfo = CapabilityFailureInfo.create(ERROR_CODE, RETRY_MILLIS); in setCapabilitiesFailureForUri_requestCapabilities_failsForUri()
107 CapabilityFailureInfo failureInfo = CapabilityFailureInfo.create(ERROR_CODE, RETRY_MILLIS); in setCapabilitiesFailureForUri_requestCapabilities_doesNotFailForOtherUri()
158 CapabilityFailureInfo failureInfo = CapabilityFailureInfo.create(ERROR_CODE, RETRY_MILLIS); in setCapabilitiesFailureForUri_requestAvailability_failsForUri()
172 CapabilityFailureInfo failureInfo = CapabilityFailureInfo.create(ERROR_CODE, RETRY_MILLIS); in setCapabilitiesFailureForUri_requestAvailability_doesNotFailForOtherUri()
/external/snakeyaml/
Dmvnw.bat53 set ERROR_CODE=0 variable
161 set ERROR_CODE=1 variable
164 @endlocal & set ERROR_CODE=%ERROR_CODE% variable
175 if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
177 exit /B %ERROR_CODE%
/external/mdnsresponder/mDNSShared/
DDebugServices.h1171 #define debug_print_assert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION ) \ argument
1172 DebugPrintAssert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION )
1174 #define debug_print_assert( ERROR_CODE, ASSERT_STRING, MESSAGE, FILENAME, LINE_NUMBER, FUNCTION ) argument
/external/icu/libicu/cts_headers/
Dplurrule_impl.h37 …ine UPLRULES_NO_UNIQUE_VALUE_DECIMAL(ERROR_CODE) (DecimalQuantity::fromExponentString(u"-0.0012345… argument
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h37 …ine UPLRULES_NO_UNIQUE_VALUE_DECIMAL(ERROR_CODE) (DecimalQuantity::fromExponentString(u"-0.0012345… argument
/external/cronet/third_party/icu/source/i18n/
Dplurrule_impl.h37 …ine UPLRULES_NO_UNIQUE_VALUE_DECIMAL(ERROR_CODE) (DecimalQuantity::fromExponentString(u"-0.0012345… argument
/external/clang/include/clang/Basic/
DAttrDocs.td2165 and compiler pops 'ERROR_CODE' off stack before the 'IRET' instruction.
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz