HomeSort by relevance Sort by last modified time
    Searched full:abandoned (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/Settings/src/com/android/settings/
ResetNetwork.java 49 * to sleep, is locked, et cetera, then the confirmation sequence is abandoned.
MasterClear.java 56 * locked, et cetera, then the confirmation sequence is abandoned.
  /external/skia/src/gpu/
GrDrawContext.cpp 34 #define RETURN_IF_ABANDONED if (fDrawingManager->abandoned()) { return; }
35 #define RETURN_FALSE_IF_ABANDONED if (fDrawingManager->abandoned()) { return false; }
36 #define RETURN_NULL_IF_ABANDONED if (fDrawingManager->abandoned()) { return nullptr; }
GrTest.cpp 262 #define RETURN_IF_ABANDONED if (fDrawingManager->abandoned()) { return; }
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 81 if (context->abandoned()) {
114 if (context->abandoned()) {
202 if (context->abandoned()) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 194 // W BufferQueue: [unnamed-3997-2] cancelBuffer: BufferQueue has been abandoned!
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 190 // W BufferQueue: [unnamed-3997-2] cancelBuffer: BufferQueue has been abandoned!
  /external/curl/docs/
HISTORY 63 OpenSSL took over where SSLeay was abandoned.
  /external/deqp/framework/qphelper/
qpTestLog.h 42 * instance should be abandoned.
  /external/pcre/dist/doc/
pcrecallout.3 231 zero, the match is abandoned, the matching function returns the negative value.
  /external/toybox/www/
about.html 146 kernel</a> before its original developer abandoned the project),
  /frameworks/av/include/media/stagefright/
MediaSync.h 189 // Once the MediaSync has been abandoned by one side, it will disconnect
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 265 * Return if the buffer queue of the stream is abandoned.
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 258 // This cursor has been abandoned; just cancel the new data.
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 207 * <p>Repeating request has been stopped due to an error such as abandoned output surfaces.</p>
  /frameworks/native/include/gui/
BufferQueueCore.h 158 // consumerDisconnect method. A BufferQueue that is abandoned will return
  /frameworks/support/core-utils/java/android/support/v4/content/
AsyncTaskLoader.java 242 // This cursor has been abandoned; just cancel the new data.
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 98 * not invoke this method until it has either abandoned parsing
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 36 * - whenever audio playback is stopped or the playback completed, audio focus is abandoned.
  /frameworks/base/media/java/android/media/
ImageWriter.java 218 * {@link android.view.Surface Surface} has been abandoned by the
287 * {@link android.view.Surface Surface} has been abandoned by the
    [all...]
  /external/pcre/dist/doc/html/
pcrecallout.html 261 zero, the match is abandoned, the matching function returns the negative value.
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 294 // This will throw IAE is the surface was abandoned.
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 211 * occurred and the entire restore operation should be abandoned.
  /frameworks/base/docs/html/design/patterns/
navigation.jd 208 with Task B&mdash;the prior context is abandoned in favor of the user's new goal.</p>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 38 * - whenever audio playback is stopped or the playback completed, audio focus is abandoned.

Completed in 981 milliseconds

1 2 34 5 6 7 8 9