HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 601 - 625 of 973) sorted by null

<<21222324252627282930>>

  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 83 virtual void notifyError(int32_t errorCode,
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 163 virtual void notifyError(int32_t errorCode,
CameraDeviceClient.cpp 33 #define STATUS_ERROR(errorCode, errorString) \
34 binder::Status::fromServiceSpecificError(errorCode, \
37 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \
38 binder::Status::fromServiceSpecificError(errorCode, \
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 73 void onError(int errorCode, Object errorArg, RequestHolder holder);
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 377 if (e.errorCode == DhcpErrorEvent.DHCP_NO_COOKIE) {
384 logError(e.errorCode);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppLaunchSettings.java 198 protected AlertDialog createDialog(int id, int errorCode) {
DrawOverlayDetails.java 184 protected AlertDialog createDialog(int id, int errorCode) {
UsageAccessDetails.java 172 protected AlertDialog createDialog(int id, int errorCode) {
WriteSettingsDetails.java 161 protected AlertDialog createDialog(int id, int errorCode) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 352 int ret_code = event.errorCode;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/
aws-java-sdk-sts-1.11.18.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 654 global errorCode
655 if { $cmdret != 0 && [lindex $errorCode 0] == "NONE" } {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/
aws-java-sdk-elasticloadbalancing-1.11.18.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 612 #define errorCode (parser->m_errorCode)
889 errorCode = XML_ERROR_NONE;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/
aws-java-sdk-workspaces-1.11.18.jar 
  /external/icu/icu4c/source/i18n/
collationweights.cpp 410 UErrorCode errorCode=U_ZERO_ERROR;
412 compareRanges, NULL, FALSE, &errorCode);
ucol.cpp 567 UErrorCode errorCode = U_ZERO_ERROR;
568 return rules.extract(buffer, bufferLen, errorCode);
  /external/icu/icu4c/source/i18n/unicode/
calendar.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 154 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
431 static const UErrorCode errorCode[_CODE_ARR_LEN] = {
464 errorName = u_errorName(errorCode[code]);
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 168 virtual binder::Status onDeviceError(int errorCode,
171 ALOGE("%s: onDeviceError occurred with: %d", __FUNCTION__, static_cast<int>(errorCode));
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 262 private static String convertBackupStatusToString(int errorCode) {
263 switch (errorCode) {

Completed in 1066 milliseconds

<<21222324252627282930>>