HomeSort by relevance Sort by last modified time
    Searched refs:alog (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/binder/
IPCThreadState.cpp 61 #define LOG_REMOTEREFS(...) ALOG(LOG_DEBUG, "remoterefs", __VA_ARGS__)
63 #define LOG_THREADPOOL(...) ALOG(LOG_DEBUG, "threadpool", __VA_ARGS__)
64 #define LOG_ONEWAY(...) ALOG(LOG_DEBUG, "ipc", __VA_ARGS__)
468 alog << "Processing top-level Command: "
518 TextOutput::Bundle _b(alog);
519 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
558 TextOutput::Bundle _b(alog);
559 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
561 if (reply) alog << indent << *reply << dedent << endl;
562 else alog << "(none requested)" << endl
    [all...]
  /frameworks/native/libs/utils/
Static.cpp 87 TextOutput& alog(gLogTextOutput);
  /frameworks/native/include/utils/
TextOutput.h 52 extern TextOutput& alog;
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 185 Logger alog = Logger.getAnonymousLogger(VALID_RESOURCE_BUNDLE); local
186 assertNotSame(alog, Logger.getAnonymousLogger(VALID_RESOURCE_BUNDLE));
187 assertNull(alog.getFilter());
188 assertEquals(0, alog.getHandlers().length);
189 assertNull(alog.getLevel());
190 assertNull(alog.getName());
191 assertNull(alog.getParent().getParent());
192 assertEquals(VALID_VALUE, alog.getResourceBundle().getString(VALID_KEY));
193 assertEquals(alog.getResourceBundleName(), VALID_RESOURCE_BUNDLE);
194 assertTrue(alog.getUseParentHandlers())
202 Logger alog = Logger.getAnonymousLogger(null); local
    [all...]

Completed in 85 milliseconds