HomeSort by relevance Sort by last modified time
    Searched full:died (Results 51 - 75 of 367) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 809 // died. We ensure this behavior by deleting msg before using the
831 // died. We ensure this behavior by deleting msg before using the
856 // proto2_buffer has died. We ensure this behavior by deleting msg
881 // proto2_buffer has died. We ensure this behavior by deleting msg
928 // died. We ensure this behavior by deleting msg before using the
950 // died. We ensure this behavior by deleting msg before using the
975 // proto2_buffer has died. We ensure this behavior by deleting msg
    [all...]
  /external/gtest/src/
gtest-death-test.cc 236 // conclude. DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
438 set_outcome(DIED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
553 case DIED:
559 buffer << " Result: died but not with expected error.\n"
564 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 198 // conclude. DIED means that the process died while executing the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
401 set_outcome(DIED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
516 case DIED:
522 buffer << " Result: died but not with expected error.\n"
527 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 198 // conclude. DIED means that the process died while executing the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
398 set_outcome(DIED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
513 case DIED:
519 buffer << " Result: died but not with expected error.\n"
524 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 188 // can conclude. DIED means that the process died while executing the
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
385 set_outcome(DIED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
466 case DIED:
472 buffer << " Result: died but not with expected error.\n"
477 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 182 * @param callback The callback whose process has died. Note that, since
183 * its process has died, you can not make any calls on to this interface.
  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 165 Log.w(TAG, " RemoteControlClient died");
166 // remote control client died, make sure the displays don't use it anymore
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 80 void QClient::MPDeathNotifier::died() { function in class:qClient::QClient::MPDeathNotifier
82 ALOGD_IF(QCLIENT_DEBUG, "Media Player died");
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 236 // conclude. DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
438 set_outcome(DIED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
553 case DIED:
559 buffer << " Result: died but not with expected error.\n"
564 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /device/htc/flounder/gps/qct/lib_vendor/
libperipheral_client.so 
  /external/deqp/execserver/
xsTestDriver.cpp 126 // Process died.
  /external/deqp/executor/
xeLocalTcpIpLink.cpp 81 XE_FAIL("ExecServer died");
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 106 #define EOWNERDEAD 130 /* Owner died */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 119 #define EOWNERDEAD 165 /* Owner died */
  /external/lldb/scripts/
checkpoint-llvm.pl 30 $debug and printf("error: %s child died with signal %d, %s coredump\n",
  /frameworks/av/include/media/
mediarecorder.h 216 void died();
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 180 ALOGW("MediaMetadataRetriever server died!");
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java 82 "Process hosting the camera service has died unexpectedly",
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 57 * If installd died and restarted in the background (unlikely but
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 48 * from listener list when the remote process was died.
  /frameworks/base/services/core/java/com/android/server/am/
EventLogTags.logtags 36 # Application process died
  /frameworks/native/libs/gui/
SensorEventQueue.cpp 110 // the other-side has died
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 67 void died() { function in class:android::MediaPlayerDeathNotifier
  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryTracker.java 145 Log.v(TAG, "update: pid " + pid + " has pss=0, it probably died");
  /packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java 181 if (DBG) Log.d(TAG, "Process died; UID " + Integer.toString(uid) + " PID " +

Completed in 1248 milliseconds

1 23 4 5 6 7 8 91011>>