HomeSort by relevance Sort by last modified time
    Searched defs:lastError (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/win/
SharedBufferWin.cpp 55 DWORD lastError = GetLastError();
57 if (bytesToRead != INVALID_FILE_SIZE || lastError == NO_ERROR) {
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.h 54 virtual PositionError* lastError() const { return m_lastError.get(); }
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 74 PositionError* GeolocationServiceEfl::lastError() const
  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.h 61 virtual PositionError* lastError() const { return s_lastError->get(); }
  /external/webkit/Source/WebCore/platform/
GeolocationService.h 63 virtual PositionError* lastError() const { return 0; }
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 157 PositionError* GeolocationServiceGtk::lastError() const
  /external/icu4c/i18n/
winnmfmt.cpp 305 DWORD lastError = GetLastError();
307 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/icu4c/test/intltest/
winnmtst.cpp 190 DWORD lastError = GetLastError();
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError();
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 318 int SQLiteDatabase::lastError()
448 int error = lastError();
469 error = lastError();
  /libcore/luni/src/main/java/java/lang/
Runtime.java 377 String lastError = null;
386 lastError = error;
390 if (lastError != null) {
391 throw new UnsatisfiedLinkError(lastError);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 77 int lastError;
120 aecm->lastError = 0;
175 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
183 aecm->lastError = AECM_UNSPECIFIED_ERROR;
190 aecm->lastError = AECM_UNSPECIFIED_ERROR;
219 aecm->lastError = AECM_UNSPECIFIED_ERROR;
239 aecm->lastError = AECM_NULL_POINTER_ERROR;
245 aecm->lastError = AECM_UNINITIALIZED_ERROR;
251 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
299 aecm->lastError = AECM_NULL_POINTER_ERROR
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 59 WebRtc_Word16 lastError;
  /external/ganymed-ssh2/examples/
SwingShell.java 457 String lastError;
459 public InteractiveLogic(String lastError)
461 this.lastError = lastError;
475 String[] content = new String[] { lastError, name, instruction, prompt[i] };
477 if (lastError != null)
479 /* show lastError only once */
480 lastError = null;
554 String lastError = null;
567 new String[] { lastError, "Enter DSA private key password:" }, true)
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 93 int lastError;
138 aecpc->lastError = 0;
209 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
215 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
222 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
227 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
232 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
276 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
282 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
310 aecpc->lastError = AEC_NULL_POINTER_ERROR
    [all...]
  /external/libxml2/include/libxml/
xpath.h 344 xmlError lastError; /* the last error */
parser.h 301 xmlError lastError;
    [all...]
  /external/icu4c/common/
putil.c     [all...]

Completed in 664 milliseconds