Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 2141) sorted by relevance

12345678910>>...86

/external/e2fsprogs/tests/scripts/
Dresize_test22 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 > $LOG
23 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG
29 echo $CRCSUM $OUT_TMP >> $LOG 2>&1
31 echo Checksum is $CSUM_1 >> $LOG
33 echo Setting up file system >> $LOG
34 $DEBUGFS -w $TMPFILE >> $LOG 2>&1 << EOF
42 echo " " >> $LOG
46 echo $FSCK -fy $TMPFILE >> $LOG 2>&1
47 $FSCK -fy $TMPFILE >> $LOG 2>&1
49 echo $RESIZE2FS $RESIZE2FS_OPTS -d 31 $TMPFILE $SIZE_2 >> $LOG 2>&1
[all …]
/external/strace/tests/
Dstat.test14 $truncate_cmd > $LOG 2>&1 ||
15 { cat $LOG; framework_skip_ 'failed to create a large sparse file'; }
18 $STRACE -edesc $truncate_cmd 2>&1 > /dev/null 2> $LOG &&
19 LC_ALL=C grep -E -x 'ftruncate(64)?\(1, 46118400000\) += 0' $LOG > /dev/null ||
20 { cat $LOG; fail_ 'strace -edesc failed to trace ftruncate/ftruncate64 properly'; }
22 …CUR\) += 46118400000|_llseek\(1, 46118400000, \[46118400000\], SEEK_CUR\) += 0' $LOG > /dev/null ||
23 { cat $LOG; fail_ 'strace -edesc failed to trace lseek/_llseek properly'; }
25 $STRACE -efile find -L sample > /dev/null 2> $LOG &&
26 …WD, "sample", \{st_mode=S_IFREG\|0644, st_size=46118400000, \.\.\.\}, 0\) += 0' $LOG > /dev/null ||
27 { cat $LOG; fail_ 'strace -efile failed to trace stat/stat64 properly'; }
[all …]
Ddetach-stopped.test12 rm -f $LOG
13 ./set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > $LOG &
15 while ! [ -s $LOG ]; do
32 rm -f $LOG
33 $STRACE -p $tracee_pid 2> $LOG &
35 while ! grep -F "Process $tracee_pid attached" $LOG > /dev/null; do
37 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
41 while ! grep -F -e '--- stopped by ' $LOG > /dev/null; do
43 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
50 grep -F "Process $tracee_pid detached" $LOG > /dev/null ||
[all …]
Ddetach-sleeping.test12 rm -f $LOG
13 ./set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > $LOG &
15 while ! [ -s $LOG ]; do
30 rm -f $LOG
31 $STRACE -p $tracee_pid 2> $LOG &
33 while ! grep -F "Process $tracee_pid attached" $LOG > /dev/null; do
35 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
42 grep -F "Process $tracee_pid detached" $LOG > /dev/null ||
43 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
48 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
[all …]
Dqual_syscall.test10 $STRACE -e execve ls > /dev/null 2> $LOG &&
11 grep '^execve(' $LOG > /dev/null ||
12 { cat $LOG; fail_ 'strace -e execve does not work'; }
14 grep -v '^execve(' $LOG |
16 { cat $LOG; fail_ 'strace -e execve does not work properly'; }
18 $STRACE -e trace=process ls > /dev/null 2> $LOG &&
19 grep '^execve(' $LOG > /dev/null ||
20 { cat $LOG; fail_ 'strace -e trace=process does not work'; }
22 grep '^open' $LOG > /dev/null &&
23 { cat $LOG; fail_ 'strace -e trace=process does not work properly'; }
Ddetach-running.test12 ./set_ptracer_any sh -c "echo > $LOG; while :; do :; done" > /dev/null &
14 while ! [ -s $LOG ]; do
29 rm -f $LOG
30 $STRACE -p $tracee_pid 2> $LOG &
32 while ! grep -F "Process $tracee_pid attached" $LOG > /dev/null; do
34 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
41 grep -F "Process $tracee_pid detached" $LOG > /dev/null ||
42 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
47 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
49 cat $LOG
Dptrace_setoptions.test15 $STRACE -df -enone / > /dev/null 2> $LOG
16 grep -F -x 'ptrace_setoptions = 0xe' $LOG > /dev/null || {
17 cat $LOG
21 grep -F -x 'ptrace_setoptions = 0x1f' $LOG > /dev/null || {
22 cat $LOG
26 $STRACE -d -enone / > /dev/null 2> $LOG
27 grep -F -x 'ptrace_setoptions = 0x11' $LOG > /dev/null || {
28 cat $LOG
Dscm_rights-fd.test14 rm -f $LOG.*
19 args="-tt -ff -y -xx -enetwork -o $LOG ./scm_rights"
23 "$srcdir"/../strace-log-merge $LOG > $LOG || {
24 cat $LOG
27 rm -f $LOG.*
34 LC_ALL=C grep -E -x "$prefix$syscall$*" $LOG > /dev/null || {
35 cat $LOG
Dnet-fd.test14 rm -f $LOG.*
20 args="-tt -ff -y -o $LOG -enetwork ./net-accept-connect"
24 "$srcdir"/../strace-log-merge $LOG > $LOG || {
25 cat $LOG
29 rm -f $LOG.*
36 LC_ALL=C grep -E -x "$prefix$syscall$@" $LOG > /dev/null || {
37 cat $LOG
Dnet.test10 rm -f $LOG.*
15 args="-tt -ff -o $LOG -enetwork ./net-accept-connect"
19 "$srcdir"/../strace-log-merge $LOG > $LOG || {
20 cat $LOG
24 rm -f $LOG.*
31 LC_ALL=C grep -E -x "$prefix$syscall$@" $LOG > /dev/null || {
32 cat $LOG
/external/chromium_org/net/tools/dns_fuzz_stub/
Ddns_fuzz_stub.cc30 LOG(INFO) << "Allocated p=" << p << ". Double-freeing..."; in CrashDoubleFree()
57 LOG(ERROR) << filename << ": couldn't read file."; in ReadTestCase()
63 LOG(ERROR) << filename << ": couldn't parse JSON."; in ReadTestCase()
69 LOG(ERROR) << filename << ": test case is not a dictionary."; in ReadTestCase()
75 LOG(INFO) << filename << ": crash_test is set!"; in ReadTestCase()
81 LOG(ERROR) << filename << ": id is missing or not an integer."; in ReadTestCase()
85 LOG(ERROR) << filename << ": id is out of range."; in ReadTestCase()
91 LOG(ERROR) << filename << ": qname is missing or not a string."; in ReadTestCase()
97 LOG(ERROR) << filename << ": qtype is missing or not an integer."; in ReadTestCase()
101 LOG(ERROR) << filename << ": qtype is out of range."; in ReadTestCase()
[all …]
/external/chromium_org/ui/ozone/platform/dri/
Dvirtual_terminal_manager.cc30 LOG(ERROR) << "Failed to open '" << kTTYDevice << "' " << strerror(errno); in VirtualTerminalManager()
33 LOG(ERROR) << "Failed to switch to VT: " << kVT in VirtualTerminalManager()
37 LOG(ERROR) << "Failed to get VT mode: " << strerror(errno); in VirtualTerminalManager()
40 LOG(ERROR) << "Failed to set graphics mode: " << strerror(errno); in VirtualTerminalManager()
43 LOG(ERROR) << "Failed to get terminal attributes"; in VirtualTerminalManager()
50 LOG(ERROR) << "Failed to set raw attributes"; in VirtualTerminalManager()
53 LOG(ERROR) << "Failed to get keyboard mode"; in VirtualTerminalManager()
56 LOG(ERROR) << "Failed to set keyboard mode"; in VirtualTerminalManager()
64 LOG(ERROR) << "Failed to restore VT mode"; in ~VirtualTerminalManager()
67 LOG(ERROR) << "Failed to restore keyboard mode"; in ~VirtualTerminalManager()
[all …]
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpairingsession.cc63 LOG(ERROR) << "Attempt to add input encoding to active session"; in AddInputEncoding()
68 LOG(ERROR) << "Invalid input encoding: " << encoding.ToString(); in AddInputEncoding()
78 LOG(ERROR) << "Attempt to add output encoding to active session"; in AddOutputEncoding()
83 LOG(ERROR) << "Invalid output encoding: " << encoding.ToString(); in AddOutputEncoding()
94 LOG(ERROR) << "Invalid state: unexpected secret"; in SetSecret()
99 LOG(ERROR) << "Secret failed local check"; in SetSecret()
105 LOG(ERROR) << "Failed to extract nonce"; in SetSecret()
111 LOG(ERROR) << "Failed to get alpha"; in SetSecret()
120 LOG(INFO) << "Waiting for SecretAck..."; in SetSecret()
131 LOG(INFO) << "Pairing started (SERVER mode)"; in DoPair()
[all …]
/external/chromium_org/chrome/browser/extensions/
Dapp_process_apitest.cc71 LOG(INFO) << "Start of test."; in TestAppInstancesHelper()
93 LOG(INFO) << "Nav 1."; in TestAppInstancesHelper()
104 LOG(INFO) << "New tab."; in TestAppInstancesHelper()
107 LOG(INFO) << "Nav 2."; in TestAppInstancesHelper()
127 LOG(INFO) << "WindowOpenHelper 1."; in TestAppInstancesHelper()
129 LOG(INFO) << "End of test."; in TestAppInstancesHelper()
148 LOG(INFO) << "Start of test."; in IN_PROC_BROWSER_TEST_F()
158 LOG(INFO) << "Loaded extension."; in IN_PROC_BROWSER_TEST_F()
173 LOG(INFO) << "Nav 1."; in IN_PROC_BROWSER_TEST_F()
182 LOG(INFO) << "Nav 2."; in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/build/android/rezip/
Drezip.cc49 #define LOG(tag) (LogStream().stream() << #tag << ":") macro
65 LOG(ERROR) << "failed to read from " << in_filename << " in zipfile " in CopySubfile()
75 LOG(ERROR) << "failed to write from " << out_filename << " in zipfile " in CopySubfile()
108 LOG(ERROR) << "failed to open zipfile " << z_filename_; in OpenOrDie()
116 LOG(ERROR) << "failed to close input zipfile " << z_filename_; in ~ScopedUnzip()
135 LOG(ERROR) << "failed to open zipfile " << z_filename_; in OpenOrDie()
143 LOG(ERROR) << "failed to close output zipfile" << z_filename_; in ~ScopedZip()
284 LOG(ERROR) << "failed to get filename" << out_zip_filename; in CheckPageAlign()
293 LOG(ERROR) << "failed to open subfile" << out_zip_filename << " " in CheckPageAlign()
302 LOG(ERROR) << "Failed to page align library " << in_filename in CheckPageAlign()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsysteminfo_unittest.cc35 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor(); in TEST()
57 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture(); in TEST()
75 LOG(LS_INFO) << "CpuCacheSize: " << info.GetCpuCacheSize(); in TEST()
85 LOG(LS_INFO) << "MachineModel: " << machine_model; in TEST()
102 LOG(LS_WARNING) << "Machine Model Unknown: " << machine_model; in TEST()
109 LOG(LS_INFO) << "MaxCpuSpeed: " << info.GetMaxCpuSpeed(); in TEST()
117 LOG(LS_INFO) << "MaxCurSpeed: " << info.GetCurCpuSpeed(); in TEST()
125 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize(); in TEST()
132 LOG(LS_INFO) << "MaxCpus: " << info.GetMaxCpus(); in TEST()
139 LOG(LS_INFO) << "MaxPhysicalCpus: " << info.GetMaxPhysicalCpus(); in TEST()
[all …]
/external/chromium_org/third_party/webrtc/base/
Dsysteminfo_unittest.cc18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor(); in TEST()
40 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture(); in TEST()
58 LOG(LS_INFO) << "CpuCacheSize: " << info.GetCpuCacheSize(); in TEST()
68 LOG(LS_INFO) << "MachineModel: " << machine_model; in TEST()
85 LOG(LS_WARNING) << "Machine Model Unknown: " << machine_model; in TEST()
92 LOG(LS_INFO) << "MaxCpuSpeed: " << info.GetMaxCpuSpeed(); in TEST()
100 LOG(LS_INFO) << "MaxCurSpeed: " << info.GetCurCpuSpeed(); in TEST()
108 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize(); in TEST()
115 LOG(LS_INFO) << "MaxCpus: " << info.GetMaxCpus(); in TEST()
122 LOG(LS_INFO) << "MaxPhysicalCpus: " << info.GetMaxPhysicalCpus(); in TEST()
[all …]
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_rdebug.cpp36 LOG("%s: Current executable: %s\n", __FUNCTION__, exe_path->c_str()); in FindExecutablePath()
64 LOG("%s: Not a %d-bit ELF binary: %s\n", in FindElfDynamicSection()
72 LOG("%s: Invalid program header values: %s\n", __FUNCTION__, path); in FindElfDynamicSection()
104 LOG("%s: Could not find loadable segment!?\n", __FUNCTION__); in FindElfDynamicSection()
108 LOG("%s: Could not find dynamic segment!?\n", __FUNCTION__); in FindElfDynamicSection()
112 LOG("%s: Found first loadable segment [offset=%p vaddr=%p]\n", in FindElfDynamicSection()
117 LOG("%s: Found dynamic segment [offset=%p vaddr=%p size=%p]\n", in FindElfDynamicSection()
133 LOG("%s: Found executable segment mapped [%p-%p offset=%p]\n", in FindElfDynamicSection()
140 LOG("%s: Load bias is %p\n", __FUNCTION__, (void*)load_bias); in FindElfDynamicSection()
144 LOG("%s: Dynamic section addr=%p size=%p\n", in FindElfDynamicSection()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine.cc131 LOG(LS_INFO) << "SCTP: " << s; in debug_sctp_printf()
184 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():" in OnSctpOutboundPacket()
213 LOG(LS_ERROR) << "Received an unknown PPID " << ppid in OnSctpInboundPacket()
281 LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count; in ~SctpDataEngine()
292 LOG(LS_ERROR) << "Failed to shutdown usrsctp."; in ~SctpDataEngine()
332 LOG(LS_VERBOSE) << debug_name_ in OpenSctpSocket()
420 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."; in Connect()
424 LOG(LS_WARNING) << debug_name_ << "->Connect(): Ignored as socket " in Connect()
513 LOG(LS_WARNING) << debug_name_ << "->SendData(...): " in SendData()
521 LOG(LS_WARNING) << debug_name_ << "->SendData(...): " in SendData()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.cc56 LOG(INFO) << __FUNCTION__; in OnSuccess()
59 LOG(INFO) << __FUNCTION__ << " " << error; in OnFailure()
141 LOG(LS_ERROR) << __FUNCTION__; in OnError()
147 LOG(INFO) << __FUNCTION__ << " " << stream->label(); in OnAddStream()
155 LOG(INFO) << __FUNCTION__ << " " << stream->label(); in OnRemoveStream()
162 LOG(INFO) << __FUNCTION__ << " " << candidate->sdp_mline_index(); in OnIceCandidate()
170 LOG(LS_ERROR) << "Failed to serialize candidate"; in OnIceCandidate()
182 LOG(INFO) << __FUNCTION__; in OnSignedIn()
187 LOG(INFO) << __FUNCTION__; in OnDisconnected()
196 LOG(INFO) << __FUNCTION__; in OnPeerConnected()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.cc86 LOG(LS_ERROR) << func << ": SRTP is not available on your system."; in SrtpNotAvailable()
132 LOG(LS_ERROR) << "Wrong state to update SRTP offer"; in SetOffer()
154 LOG(LS_ERROR) << "Tried to set SRTP Params when filter already active"; in SetRtpParams()
166 LOG(LS_INFO) << "SRTP activated with negotiated parameters:" in SetRtpParams()
187 LOG(LS_ERROR) << "Tried to set SRTCP Params when filter already active"; in SetRtcpParams()
203 LOG(LS_INFO) << "SRTCP activated with negotiated parameters:" in SetRtcpParams()
212 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active"; in ProtectRtp()
221 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active"; in ProtectRtp()
230 LOG(LS_WARNING) << "Failed to ProtectRtcp: SRTP not active"; in ProtectRtcp()
242 LOG(LS_WARNING) << "Failed to UnprotectRtp: SRTP not active"; in UnprotectRtp()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset"; in Verify()
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; in Verify()
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position " in Verify()
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel in Verify()
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position " in Verify()
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel in Verify()
83 LOG(ERROR) << "Verify: Fst weight of arc at position " in Verify()
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; in Verify()
[all …]
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_impl.cc44 LOG(LS_ERROR) << "ViEBase ref count > 0: " << vie_base->GetCount(); in Delete()
50 LOG(LS_ERROR) << "ViECapture ref count > 0: " << vie_capture->GetCount(); in Delete()
57 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount(); in Delete()
64 LOG(LS_ERROR) << "ViEExternalCodec ref count > 0: " in Delete()
72 LOG(LS_ERROR) << "ViEFile ref count > 0: " << vie_file->GetCount(); in Delete()
79 LOG(LS_ERROR) << "ViEImageProcess ref count > 0: " in Delete()
86 LOG(LS_ERROR) << "ViENetwork ref count > 0: " << vie_network->GetCount(); in Delete()
92 LOG(LS_ERROR) << "ViERender ref count > 0: " << vie_render->GetCount(); in Delete()
99 LOG(LS_ERROR) << "ViERTP_RTCP ref count > 0: " << vie_rtp_rtcp->GetCount(); in Delete()
147 LOG(LS_ERROR) << "Could not set capture Android VM"; in SetAndroidObjects()
[all …]
/external/webrtc/src/system_wrappers/source/
Dcondition_variable_unittest.cc27 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__); macro
56 LOG("Locking giver_sect"); in Pass()
58 LOG("Locked giver_sect, locking crit_sect"); in Pass()
64 LOG("Pass count is %d", pass_count_); in Pass()
90 LOG("Wait waiting"); in WaitUntilBatonOffered()
92 LOG("Wait timeout"); in WaitUntilBatonOffered()
104 LOG("Signal waking"); in SignalBatonAvailable()
117 LOG("Takeback waiting"); in TakeBatonIfStillFree()
126 LOG("Takeback grab"); in TakeBatonIfStillFree()
149 LOG("Thread waiting"); in WaitingRunFunction()
[all …]
/external/qemu/android/
Dloadpng.c7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0) macro
26 LOG("%s: failed to allocate png read struct\n", fn); in loadpng()
32 LOG("%s: failed to allocate png info struct\n", fn); in loadpng()
38 LOG("%s: failed to open file\n", fn); in loadpng()
43 LOG("%s: failed to read header\n", fn); in loadpng()
48 LOG("%s: header is not a PNG header\n", fn); in loadpng()
53 LOG("%s: png library error\n", fn); in loadpng()
94 LOG("%s: unsupported (grayscale?) color type\n"); in loadpng()
106 LOG("could not allocate data buffer\n"); in loadpng()
[all …]

12345678910>>...86