/external/zlib/src/ |
configure | 16 # start off configure.log 17 echo -------------------- >> configure.log 18 echo $0 $* >> configure.log 19 date >> configure.log 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 85 echo "** $0 aborting." | tee -a configure.log 88 echo -------------------- >> configure.log [all...] |
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
__init__.py | 4 from log import *
|
/external/okhttp/okio/okio/src/test/java/okio/ |
MockSink.java | 30 private final List<String> log = new ArrayList<String>(); field in class:MockSink 34 assertEquals(Arrays.asList(messages), log); local 38 assertTrue(log.contains(message)); 46 IOException exception = callThrows.get(log.size() - 1); 51 log.add("write(" + source + ", " + byteCount + ")"); 57 log.add("flush()"); 62 log.add("timeout()"); 67 log.add("close()");
|
/external/parameter-framework/upstream/parameter/ |
Plugin.h | 49 void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary*, core::log::Logger&);
|
/external/testng/src/test/java/test/thread/ |
ThreadPoolSizeBase.java | 8 log(getClass().getName(), "Init log ids"); 14 log(getClass().getName(), "");
|
/external/valgrind/gdbserver_tests/ |
nlsigvgdb.stderr.exp | 6 Reset valgrind output to log (orderly_finish)
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
dynamic_range_compression-inl.h | 24 #include <log/log.h>
|
/frameworks/base/libs/hwui/debug/ |
FatalBaseDriver.cpp | 19 #include <log/log.h>
|
/frameworks/base/libs/hwui/utils/ |
GLUtils.h | 21 #include <log/log.h>
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
LogAbortException.java | 29 public void error(Log log) { 30 log.error(mFormat, mArgs);
|
/frameworks/compile/libbcc/lib/ |
Assert.h | 36 # include <log/log.h>
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
debug.h | 7 #include <log/log.h>
|
/hardware/interfaces/tests/inheritance/1.0/default/ |
Child.cpp | 3 #include <log/log.h>
|
Parent.cpp | 3 #include <log/log.h>
|
/hardware/interfaces/tests/pointer/1.0/default/ |
Pointer.cpp | 5 #include <log/log.h>
|
/system/core/libsysutils/src/ |
FrameworkCommand.cpp | 21 #include <log/log.h>
|
/system/extras/cppreopts/ |
cppreopts.sh | 28 log -p w -t cppreopts "Unable to copy file ${source_file} to ${temp_dest_name}!" 30 log -p i -t cppreopts "Copied file from ${source_file} to ${temp_dest_name}" 33 log -p w -t cppreopts "Unable to rename temporary file from ${temp_dest_name} to ${dest_name}" 35 log -p i -t cppreopts "Renamed temporary file from ${temp_dest_name} to ${dest_name}" 45 log -p i -t cppreopts "system_other partition does not appear to have been built to contain preopted files." 49 log -p i -t cppreopts "cppreopts from ${mountpoint}" 57 log -p i -t cppreopts "Unable to figure out destination for ${file}" 67 log -p e -t cppreopts "Usage: cppreopts <preopts-mount-point>"
|
/system/media/radio/src/ |
RadioMetadataWrapper.cpp | 5 #include <log/log.h>
|
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 38 import org.apache.commons.logging.Log; 59 private final Log log = LogFactory.getLog(getClass()); field in class:IdleConnectionHandler 82 if (log.isDebugEnabled()) { 83 log.debug("Adding connection at: " + timeAdded); 100 log.warn("Removing a connection that never existed!"); 125 if (log.isDebugEnabled()) { 126 log.debug("Checking for connections, idleTimeout: " + idleTimeout); 137 if (log.isDebugEnabled()) { 138 log.debug("Closing connection, connection time: " + connectionTime) [all...] |
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
glibc_test_script.sh | 22 { sudo emerge -C cross-i686-pc-linux-gnu/glibc || exit 125; } &>> /tmp/glibc_triage.log 25 { sudo -E emerge cross-i686-pc-linux-gnu/glibc || exit 125; } &>> /tmp/glibc_triage.log 28 { /home/llozano/trunk/src/scripts/build_image --board=${board} test || exit 125; } &>> /tmp/glibc_triage.log 31 cros flash ${DUT} latest &> /tmp/tmp_cros_flash_result.log 33 cat /tmp/tmp_cros_flash_result.log >> /tmp/cros_flash_result.log 35 grep "Cros Flash completed successfully" /tmp/tmp_cros_flash_result.log || exit 125
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 55 if (DBG) log("SipConnectionBase: ctor dialString=" + SipPhone.hidePii(dialString)); 62 if (DBG) log("setState: state=" + state); 85 if (VDBG) log("getCreateTime: ret=" + mCreateTime); 91 if (VDBG) log("getConnectTime: ret=" + mConnectTime); 97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime); 111 if (VDBG) log("getDurationMillis: ret=" + dur); 124 if (VDBG) log("getHoldDurationMillis: ret=" + dur); 129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause); 140 if (DBG) log("proceedAfterWaitChar: ignore"); 145 if (DBG) log("proceedAfterWildChar: ignore") 155 private void log(String msg) { method in class:SipConnectionBase [all...] |
/art/sigchainlib/ |
sigchain_dummy.cc | 21 #include <android/log.h> 36 static void log(const char* format, ...) { function 52 log("EnsureFrontOfChain is not exported by the main executable."); 58 log("SetSpecialSignalHandlerFn is not exported by the main executable."); 64 log("SetSpecialSignalHandlerFn is not exported by the main executable.");
|
/art/tools/dexfuzz/src/dexfuzz/ |
Log.java | 22 public class Log { 26 private Log() { } 45 log(LogTag.DEBUG, msg); method 49 log(LogTag.INFO, msg); method 53 log(LogTag.WARN, msg); method 57 log(LogTag.ERROR, msg); method 64 private static void log(LogTag tag, String msg) { method in class:Log
|
/external/testng/src/test/java/test/configuration/ |
ConfigurationGroups4SampleTest.java | 20 log("f"); 25 log("run"); 32 log("after1"); 40 log("verify"); 45 private void log(String string) { method in class:ConfigurationGroups4SampleTest
|
/external/testng/src/test/java/test/dependent/ |
DepBugSampleTest.java | 14 private static void log(String s) { method in class:DepBugSampleTest 29 log("setup"); 34 log("destroy"); 39 log("get"); 43 log("send");
|