HomeSort by relevance Sort by last modified time
    Searched refs:INTERNAL_ERROR (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathInternalError.java 39 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL);
47 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL);
  /hardware/interfaces/camera/common/1.0/
types.hal 69 INTERNAL_ERROR = 7
  /hardware/interfaces/camera/device/3.3/default/
CameraDeviceSession.cpp 55 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
63 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
71 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
109 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
163 status = Status::INTERNAL_ERROR;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
OCSPResponseStatus.java 14 public static final int INTERNAL_ERROR = 2;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
ErrorCode.java 37 INTERNAL_ERROR(2, 6, 2),
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Diagnostics.h 38 INTERNAL_ERROR,
Diagnostics.cpp 51 case INTERNAL_ERROR:
  /hardware/interfaces/camera/device/3.2/default/
CameraDevice.cpp 62 status = Status::INTERNAL_ERROR;
93 case -ENODEV: return Status::INTERNAL_ERROR;
97 return Status::INTERNAL_ERROR;
124 status = Status::INTERNAL_ERROR;
153 status = Status::INTERNAL_ERROR;
247 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
254 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
CameraDeviceSession.cpp 124 status = Status::INTERNAL_ERROR;
128 status = Status::INTERNAL_ERROR;
264 return Status::INTERNAL_ERROR;
278 return Status::INTERNAL_ERROR;
288 return Status::INTERNAL_ERROR;
818 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
826 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
834 _hidl_cb(Status::INTERNAL_ERROR, outStreams);
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPRespBuilder.java 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer
OCSPResp.java 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 45 public static final int INTERNAL_ERROR = 2;
172 setError(INTERNAL_ERROR);
188 setError(INTERNAL_ERROR);
222 setError(INTERNAL_ERROR);
  /external/elfutils/src/
strip.c 124 #define INTERNAL_ERROR(fname) \
397 INTERNAL_ERROR (fname);
513 INTERNAL_ERROR (fname);
557 INTERNAL_ERROR (fname);
581 INTERNAL_ERROR (fname);
626 INTERNAL_ERROR (fname);
670 INTERNAL_ERROR (fname);
827 INTERNAL_ERROR (fname);
842 INTERNAL_ERROR (fname);
861 INTERNAL_ERROR (fname)
    [all...]
size.c 107 #define INTERNAL_ERROR(fname) \
302 INTERNAL_ERROR (fname);
321 INTERNAL_ERROR (fname);
391 INTERNAL_ERROR (fname);
395 INTERNAL_ERROR (fname);
423 INTERNAL_ERROR (fullname);
543 INTERNAL_ERROR (fullname);
601 INTERNAL_ERROR (fullname);
612 INTERNAL_ERROR (fullname);
objdump.c 102 #define INTERNAL_ERROR(fname) \
267 INTERNAL_ERROR (fname);
279 INTERNAL_ERROR (fname);
289 INTERNAL_ERROR (fname);
349 INTERNAL_ERROR (fname);
496 INTERNAL_ERROR (fname);
571 INTERNAL_ERROR (fname);
708 INTERNAL_ERROR (fname);
nm.c 139 #define INTERNAL_ERROR(fname) \
392 INTERNAL_ERROR (fname);
404 INTERNAL_ERROR (fname);
414 INTERNAL_ERROR (fname);
513 INTERNAL_ERROR (fname);
748 INTERNAL_ERROR (fullname);
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
PutStreamIntegrationTest.java 70 return newFixedLengthResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, e.getMessage());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 71 public static final int INTERNAL_ERROR = 0x27;
  /external/deqp/scripts/log/
log_parser.py 34 INTERNAL_ERROR = 'InternalError'
46 INTERNAL_ERROR,
173 statusCode = TestStatusCode.INTERNAL_ERROR
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 237 Status s = Status::INTERNAL_ERROR;
258 return Status::INTERNAL_ERROR;
268 return Status::INTERNAL_ERROR;
276 return Status::INTERNAL_ERROR;
286 return Status::INTERNAL_ERROR;
332 return Status::INTERNAL_ERROR;
338 Status s = Status::INTERNAL_ERROR;
360 Status s = Status::INTERNAL_ERROR;
379 Status s = Status::INTERNAL_ERROR;
396 Status s = Status::INTERNAL_ERROR;
    [all...]
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 126 case -ENODEV: return Status::INTERNAL_ERROR;
130 return Status::INTERNAL_ERROR;
436 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
443 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
496 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
510 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
519 _hidl_cb(Status::INTERNAL_ERROR, nullptr);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
_AbstractFakeCommandHandlerTest.groovy 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 45 case -ENODEV: return Status::INTERNAL_ERROR;
49 return Status::INTERNAL_ERROR;
69 case Status::INTERNAL_ERROR:
80 status = Status::INTERNAL_ERROR;
171 s = Status::INTERNAL_ERROR;
566 status = Status::INTERNAL_ERROR;
600 status = Status::INTERNAL_ERROR;
692 return Status::INTERNAL_ERROR; // HAL should provide set_preview_window
744 return Status::INTERNAL_ERROR; // HAL should provide start_preview
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 125 INTERNAL_ERROR("internal error, please fill a bug report at {0}"),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 704 return buildMessage(Locale.US, LocalizedFormats.INTERNAL_ERROR, argument);
710 return buildMessage(Locale.getDefault(), LocalizedFormats.INTERNAL_ERROR, argument);

Completed in 1896 milliseconds

1 2 3 4 5