HomeSort by relevance Sort by last modified time
    Searched full:aborter (Results 1 - 25 of 31) sorted by null

1 2

  /system/core/base/
logging.cpp 135 static AbortFunction& Aborter() {
136 static auto& aborter = *new AbortFunction(DefaultAborter); local
137 return aborter;
256 void InitLogging(char* argv[], LogFunction&& logger, AbortFunction&& aborter) {
258 SetAborter(std::forward<AbortFunction>(aborter));
320 void SetAborter(AbortFunction&& aborter) {
322 Aborter() = std::move(aborter);
424 // Undo the zero-termination so we can give the complete message to the aborter.
433 Aborter()(msg.c_str())
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecStandbyModeHandler.java 44 private final class Aborter implements CecMessageHandler {
46 public Aborter(int reason) {
84 private final CecMessageHandler mDefaultHandler = new Aborter(
86 private final CecMessageHandler mAborterIncorrectMode = new Aborter(
88 private final CecMessageHandler mAborterRefused = new Aborter(Constants.ABORT_REFUSED);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 226 final WaitingThreadAborter aborter = new WaitingThreadAborter(); local
233 aborter.abort();
243 return getEntryBlocking(route, state, timeout, tunit, aborter);
258 * @param aborter an object which can abort a {@link WaitingThread}.
270 WaitingThreadAborter aborter)
337 aborter.setWaitingThread(waitingThread);
  /system/core/base/include/android-base/
logging.h 124 AbortFunction&& aborter = DefaultAborter);
130 // Replace the current aborter.
131 void SetAborter(AbortFunction&& aborter);
  /art/dexdump/
dexdump_main.cc 63 InitLogging(argv, Runtime::Aborter);
  /art/dexlayout/
dexlayout_main.cc 70 InitLogging(argv, Runtime::Aborter);
dexdiag.cc 466 InitLogging(argv, Runtime::Aborter);
  /art/dexlist/
dexlist.cc 216 InitLogging(argv, Runtime::Aborter);
  /art/cmdline/
cmdline.h 298 InitLogging(argv, Runtime::Aborter);
cmdline_parser_test.cc 125 art::InitLogging(nullptr, art::Runtime::Aborter); // argv = null
  /art/dexoptanalyzer/
dexoptanalyzer.cc 130 InitLogging(argv, Runtime::Aborter);
  /art/runtime/
common_runtime_test.cc 62 art::InitLogging(argv, art::Runtime::Aborter);
runtime.h 671 static void Aborter(const char* abort_message);
runtime.cc 562 InitLogging(/* argv */ nullptr, Aborter); // Calls Locks::Init() as a side effect.
    [all...]
  /art/patchoat/
patchoat.cc 773 InitLogging(argv, Runtime::Aborter);
  /art/profman/
profman.cc 176 InitLogging(argv, Runtime::Aborter);
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libbase.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libbase.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips/source-based/
libbase.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips64/source-based/
libbase.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libbase.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libbase.so.lsdump.gz 
  /prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 497 milliseconds

1 2