/external/e2fsprogs/tests/scripts/ |
D | resize_test | 8 dd if=/dev/zero of=$1 bs=1 count=0 seek=$size >> $LOG 2>&1 14 echo $test_description starting > $LOG 21 echo "using $TMPFILE" >> $LOG 26 echo "using $TMPFILE" >> $LOG 27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then 34 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG 35 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG 41 echo $CRCSUM $OUT_TMP >> $LOG 2>&1 43 echo Checksum is $CSUM_1 >> $LOG 45 echo Setting up file system >> $LOG [all …]
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | trt_optimization_pass.cc | 83 LOG(INFO) << "Cluster = " << cluster; in PrintDebugInfo() 89 LOG(INFO) << offset << "type = " << cluster->type(); in PrintDebugInfo() 90 LOG(INFO) << offset << "num warmup steps = " << cluster->NumWarmupSteps(); in PrintDebugInfo() 93 LOG(INFO) << offset << " Device names:"; in PrintDebugInfo() 95 LOG(INFO) << offset2 << s; in PrintDebugInfo() 101 LOG(INFO) << offset << "Peak Memory Usage :"; in PrintDebugInfo() 103 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo() 109 LOG(INFO) << offset << "Device properties:"; in PrintDebugInfo() 111 LOG(INFO) << offset2 << k.first; in PrintDebugInfo() 113 LOG(INFO) << offset3 << "type = " << dt.type(); in PrintDebugInfo() [all …]
|
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/ |
D | hvx_ops_support_checker_main.cc | 59 LOG(INFO) << "Node(" << node_def.name() << ")"; in SummarizeNode() 60 LOG(INFO) << " op: " << node_def.op(); in SummarizeNode() 62 LOG(INFO) << " Input: " << input; in SummarizeNode() 73 LOG(INFO) << " Output(" << i << "): " << DataType_Name(data_types.at(i)) in SummarizeNode() 79 LOG(INFO) << "Remote fused graph found."; in DumpRemoteFusedGraph() 88 LOG(INFO) << "Node name: " << node_def.name(); in DumpRemoteFusedGraph() 89 LOG(INFO) << "Executor name: " << info.executor_name(); in DumpRemoteFusedGraph() 91 LOG(INFO) << "Input: " << input; in DumpRemoteFusedGraph() 95 LOG(INFO) << "Input shape type: " << shape_type.DebugString(); in DumpRemoteFusedGraph() 98 LOG(INFO) << "Output: " << output; in DumpRemoteFusedGraph() [all …]
|
/external/libese/tools/ese_ls_provision/ |
D | ese_ls_provision.cpp | 38 LOG(ERROR) << "ese_open result: " << (int) res; in static_ese_open() 41 LOG(DEBUG) << "ese_open success"; in static_ese_open() 46 LOG(DEBUG) << "ese_close"; in static_ese_close() 57 LOG(DEBUG) << prefix << ": " << o.str(); in log_hexdump() 68 LOG(ERROR) << "ese_transceive result: " << (int) res in static_ese_transceive() 80 LOG(DEBUG) << "static_ese_doeSE_Reset (doing nothing)"; in static_ese_doeSE_Reset() 109 LOG(ERROR) << "ALA_lsGetVersion failed with status " << (int) status; in send_ls_update() 121 LOG(ERROR) << "ALA_Start failed with status " << (int) status; in send_ls_update() 125 LOG(DEBUG) << "All interactions completed"; in send_ls_update() 132 LOG(ERROR) << "No shadata supplied"; in parse_args() [all …]
|
/external/iptables/extensions/ |
D | libip6t_LOG.t | 2 -j LOG;-j LOG;OK 3 -j LOG --log-prefix "test: ";=;OK 4 -j LOG --log-prefix "test: " --log-level 1;=;OK 6 -j LOG --log-prefix "test: " --log-level alert;-j LOG --log-prefix "test: " --log-level 1;OK 7 -j LOG --log-prefix "test: " --log-tcp-sequence;=;OK 8 -j LOG --log-prefix "test: " --log-tcp-options;=;OK 9 -j LOG --log-prefix "test: " --log-ip-options;=;OK 10 -j LOG --log-prefix "test: " --log-uid;=;OK 11 -j LOG --log-prefix "test: " --log-level bad;;FAIL 12 -j LOG --log-prefix;;FAIL
|
D | libipt_LOG.t | 2 -j LOG;-j LOG;OK 3 -j LOG --log-prefix "test: ";=;OK 4 -j LOG --log-prefix "test: " --log-level 1;=;OK 6 -j LOG --log-prefix "test: " --log-level alert;-j LOG --log-prefix "test: " --log-level 1;OK 7 -j LOG --log-prefix "test: " --log-tcp-sequence;=;OK 8 -j LOG --log-prefix "test: " --log-tcp-options;=;OK 9 -j LOG --log-prefix "test: " --log-ip-options;=;OK 10 -j LOG --log-prefix "test: " --log-uid;=;OK 11 -j LOG --log-prefix "test: " --log-level bad;;FAIL 12 -j LOG --log-prefix;;FAIL
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine.cc | 134 LOG(LS_INFO) << "SCTP: " << s; in debug_sctp_printf() 188 LOG(LS_VERBOSE) << dump_buf; in VerboseLogPacket() 199 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():" in OnSctpOutboundPacket() 230 LOG(LS_ERROR) << "Received an unknown PPID " << ppid in OnSctpInboundPacket() 268 LOG(LS_ERROR) << "Got different send size than expected: " << send_size; in SctpDataEngine() 305 LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count; in ~SctpDataEngine() 316 LOG(LS_ERROR) << "Failed to shutdown usrsctp."; in ~SctpDataEngine() 358 LOG(LS_ERROR) << "SendThresholdCallback: Failed to get channel for socket " in SendThresholdCallback() 399 LOG(LS_VERBOSE) << debug_name_ in OpenSctpSocket() 507 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."; in Connect() [all …]
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_fft.cc | 59 LOG(FATAL) << "Invalid value of fft::Type."; in CUDAFftType() 68 LOG(ERROR) << "failed to run cuFFT routine cufftSetStream: " << ret; in SetStream() 82 LOG(FATAL) << "Try to repeatedly initialize."; in Initialize() 107 LOG(ERROR) << "failed to create cuFFT 1d plan:" << ret; in Initialize() 117 LOG(ERROR) << "failed to create cuFFT 2d plan:" << ret; in Initialize() 127 LOG(ERROR) << "failed to create cuFFT 3d plan:" << ret; in Initialize() 133 LOG(ERROR) << "Invalid rank value for cufftPlan. " in Initialize() 142 LOG(ERROR) << "failed to create cuFFT plan:" << ret; in Initialize() 148 LOG(ERROR) << "failed to set auto allocation for cuFFT plan:" << ret; in Initialize() 157 LOG(ERROR) << "failed to make cuFFT 1d plan:" << ret; in Initialize() [all …]
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | label_image.cc | 43 #define LOG(x) std::cerr macro 58 LOG(FATAL) << "Labels file " << file_name << " not found\n"; in ReadLabelsFile() 80 LOG(INFO) << std::fixed << std::setw(10) << std::setprecision(3) in PrintProfilingInfo() 92 LOG(ERROR) << "no model file name\n"; in RunInference() 100 LOG(FATAL) << "\nFailed to mmap model " << s->model_name << "\n"; in RunInference() 103 LOG(INFO) << "Loaded model " << s->model_name << "\n"; in RunInference() 105 LOG(INFO) << "resolved reporter\n"; in RunInference() 111 LOG(FATAL) << "Failed to construct interpreter\n"; in RunInference() 119 LOG(INFO) << "tensors size: " << interpreter->tensors_size() << "\n"; in RunInference() 120 LOG(INFO) << "nodes size: " << interpreter->nodes_size() << "\n"; in RunInference() [all …]
|
/external/libese/esed/ |
D | OemLock.cpp | 39 LOG(INFO) << "Running OemLock::setOemUnlockAllowedByCarrier: " << allowed; in setOemUnlockAllowedByCarrier() 60 LOG(ERROR) << "Failed to open a boot session: " << res; in setOemUnlockAllowedByCarrier() 66 LOG(ERROR) << "Failed to change lock state (allowed=" in setOemUnlockAllowedByCarrier() 72 LOG(WARNING) << "Failed to close boot session"; in setOemUnlockAllowedByCarrier() 85 LOG(VERBOSE) << "Running OemLock::isOemUnlockAllowedByCarrier"; in isOemUnlockAllowedByCarrier() 93 LOG(ERROR) << "Failed to open a boot session: " << res; in isOemUnlockAllowedByCarrier() 104 LOG(ERROR) << "Failed to get lock state: " << res; in isOemUnlockAllowedByCarrier() 109 LOG(WARNING) << "Failed to close boot session"; in isOemUnlockAllowedByCarrier() 123 LOG(INFO) << "Running OemLock::setOemUnlockAllowedByDevice: " << allowed; in setOemUnlockAllowedByDevice() 134 LOG(ERROR) << "Failed to open a boot session: " << res; in setOemUnlockAllowedByDevice() [all …]
|
/external/webrtc/webrtc/p2p/stunprober/ |
D | main.cc | 68 LOG(LS_WARNING) << "Results are inconclusive."; in PrintStats() 72 LOG(LS_INFO) << "Shared Socket Mode: " << stats.shared_socket_mode; in PrintStats() 73 LOG(LS_INFO) << "Requests sent: " << stats.num_request_sent; in PrintStats() 74 LOG(LS_INFO) << "Responses received: " << stats.num_response_received; in PrintStats() 75 LOG(LS_INFO) << "Target interval (ns): " << stats.target_request_interval_ns; in PrintStats() 76 LOG(LS_INFO) << "Actual interval (ns): " << stats.actual_request_interval_ns; in PrintStats() 77 LOG(LS_INFO) << "NAT Type: " << PrintNatType(stats.nat_type); in PrintStats() 78 LOG(LS_INFO) << "Host IP: " << stats.host_ip; in PrintStats() 79 LOG(LS_INFO) << "Server-reflexive ips: "; in PrintStats() 81 LOG(LS_INFO) << "\t" << ip; in PrintStats() [all …]
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 44 LOG(INFO) << __FUNCTION__; in OnSuccess() 47 LOG(INFO) << __FUNCTION__ << " " << error; in OnFailure() 159 LOG(INFO) << __FUNCTION__ << " " << stream->label(); in OnAddStream() 167 LOG(INFO) << __FUNCTION__ << " " << stream->label(); in OnRemoveStream() 174 LOG(INFO) << __FUNCTION__ << " " << candidate->sdp_mline_index(); in OnIceCandidate() 178 LOG(WARNING) << "Failed to apply the received candidate"; in OnIceCandidate() 190 LOG(LS_ERROR) << "Failed to serialize candidate"; in OnIceCandidate() 202 LOG(INFO) << __FUNCTION__; in OnSignedIn() 207 LOG(INFO) << __FUNCTION__; in OnDisconnected() 216 LOG(INFO) << __FUNCTION__; in OnPeerConnected() [all …]
|
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 86 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() 156 LOG(LS_ERROR) << "Tried to set SRTP Params when filter already active"; in SetRtpParams() 168 LOG(LS_INFO) << "SRTP activated with negotiated parameters:" in SetRtpParams() 191 LOG(LS_ERROR) << "Tried to set SRTCP Params when filter already active"; in SetRtcpParams() 207 LOG(LS_INFO) << "SRTCP activated with negotiated parameters:" in SetRtcpParams() 216 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active"; in ProtectRtp() 229 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active"; in ProtectRtp() 238 LOG(LS_WARNING) << "Failed to ProtectRtcp: SRTP not active"; in ProtectRtcp() 251 LOG(LS_WARNING) << "Failed to UnprotectRtp: SRTP not active"; in UnprotectRtp() [all …]
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_jpeg.cc | 28 LOG(ERROR) << "Dynamic depth device element not present!"; in ValidateAndroidDynamicDepthBuffer() 35 LOG(ERROR) << "No Profile found in the dynamic depth metadata"; in ValidateAndroidDynamicDepthBuffer() 58 LOG(ERROR) << "No dynamic depth profile found"; in ValidateAndroidDynamicDepthBuffer() 65 LOG(ERROR) << "No camera or depth photo data found"; in ValidateAndroidDynamicDepthBuffer() 72 LOG(ERROR) << "No depth map found"; in ValidateAndroidDynamicDepthBuffer() 78 LOG(ERROR) << "Invalid depth map URI"; in ValidateAndroidDynamicDepthBuffer() 84 LOG(ERROR) << "Unexpected depth map units"; in ValidateAndroidDynamicDepthBuffer() 90 LOG(ERROR) << "Unexpected depth map format"; in ValidateAndroidDynamicDepthBuffer() 97 LOG(ERROR) << "Unexpected depth map near and far values"; in ValidateAndroidDynamicDepthBuffer() 103 LOG(ERROR) << "No confidence URI"; in ValidateAndroidDynamicDepthBuffer() [all …]
|
/external/strace/tests/ |
D | detach-stopped.test | 38 $STRACE -d -enone / > /dev/null 2> "$LOG" 39 if grep -x "[^:]*strace: PTRACE_SEIZE doesn't work" "$LOG" > /dev/null; then 45 > "$LOG" 46 ../set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > "$LOG" & 48 while ! [ -s "$LOG" ]; do 66 > "$LOG" 67 $STRACE -p $tracee_pid 2> "$LOG" & 69 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 77 while ! grep -F -e '--- stopped by ' "$LOG" > /dev/null; do 88 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
/external/strace/tests-m32/ |
D | detach-stopped.test | 38 $STRACE -d -enone / > /dev/null 2> "$LOG" 39 if grep -x "[^:]*strace: PTRACE_SEIZE doesn't work" "$LOG" > /dev/null; then 45 > "$LOG" 46 ../set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > "$LOG" & 48 while ! [ -s "$LOG" ]; do 66 > "$LOG" 67 $STRACE -p $tracee_pid 2> "$LOG" & 69 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 77 while ! grep -F -e '--- stopped by ' "$LOG" > /dev/null; do 88 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
/external/strace/tests-mx32/ |
D | detach-stopped.test | 38 $STRACE -d -enone / > /dev/null 2> "$LOG" 39 if grep -x "[^:]*strace: PTRACE_SEIZE doesn't work" "$LOG" > /dev/null; then 45 > "$LOG" 46 ../set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > "$LOG" & 48 while ! [ -s "$LOG" ]; do 66 > "$LOG" 67 $STRACE -p $tracee_pid 2> "$LOG" & 69 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 77 while ! grep -F -e '--- stopped by ' "$LOG" > /dev/null; do 88 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | benchmark_model.cc | 55 LOG(INFO) << "Initializing graph variables"; in InitializeVariables() 102 LOG(FATAL) << "Initialization values are not supported for strings"; in CreateTensorsFromInputInfo() 109 LOG(FATAL) << "Unsupported input type: " in CreateTensorsFromInputInfo() 251 LOG(INFO) << "Loading TensorFlow."; in InitializeSession() 259 LOG(INFO) << "Got config, " << config.device_count_size() << " devices"; in InitializeSession() 270 LOG(ERROR) << "Could not create TensorFlow Graph: " << s; in InitializeSession() 276 LOG(ERROR) << "Could not create TensorFlow Session: " << s; in InitializeSession() 307 LOG(ERROR) << "Error during inference: " << s; in RunBenchmark() 328 LOG(INFO) << "Running benchmark for max " << num_runs << " iterations, max " in TimeMultipleRuns() 349 LOG(INFO) << "Failed on run " << i; in TimeMultipleRuns() [all …]
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | serializer_impl.cc | 50 LOG(ERROR) << "Could not serialize namespaces"; in FromDataAndSerializeNamespaces() 60 LOG(ERROR) << "Node name is empty"; in CreateSerializer() 65 LOG(ERROR) << "Prefix " << node_ns_name << " not found in prefix list"; in CreateSerializer() 81 LOG(ERROR) << "No RDF prefix namespace found"; in CreateItemSerializer() 85 LOG(ERROR) << "No namespace found for " << prefix; in CreateItemSerializer() 89 LOG(ERROR) << "No rdf:Seq node for serializing this item"; in CreateItemSerializer() 109 LOG(ERROR) << "No RDF prefix namespace found"; in CreateListSerializer() 113 LOG(ERROR) << "No namespace found for " << prefix; in CreateListSerializer() 138 LOG(ERROR) << "Cannot write a property on an rdf:Seq node"; in WriteProperty() 142 LOG(ERROR) << "Property name is empty"; in WriteProperty() [all …]
|
/external/python/cpython3/PC/layout/support/ |
D | logging.py | 13 LOG = None variable 24 global LOG 25 if LOG: 28 LOG = logging.getLogger("make_layout") 29 LOG.level = logging.DEBUG 41 LOG.addHandler(handler) 49 LOG.addHandler(handler) 64 return LOG.debug(BraceMessage(msg, *args, **kwargs)) 69 return LOG.info(BraceMessage(msg, *args, **kwargs)) 74 return LOG.warning(BraceMessage(msg, *args, **kwargs)) [all …]
|
/external/tensorflow/tensorflow/core/summary/ |
D | vacuum.cc | 25 LOG(INFO) << "Opening SQLite DB: " << path; in Vacuum() 35 LOG(INFO) << "Deleting orphaned Experiments"; in Vacuum() 44 LOG(INFO) << "Deleting orphaned Runs"; in Vacuum() 53 LOG(INFO) << "Deleting orphaned Tags"; in Vacuum() 63 LOG(INFO) << "Deleting orphaned Tensors"; in Vacuum() 72 LOG(INFO) << "Deleting orphaned TensorStrings"; in Vacuum() 80 LOG(INFO) << "Deleting orphaned Graphs"; in Vacuum() 89 LOG(INFO) << "Deleting orphaned Nodes"; in Vacuum() 97 LOG(INFO) << "Deleting orphaned NodeInputs"; in Vacuum() 105 LOG(INFO) << "Running VACUUM"; in Vacuum()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | graph_analyzer_tool.cc | 32 LOG(INFO) << "Loading model from " << filename; in LoadModel() 36 LOG(WARNING) << "Failed to read a binary metagraph: " << st; in LoadModel() 39 LOG(FATAL) << "Failed to read a text metagraph: " << st; in LoadModel() 51 LOG(INFO) << "Fetch node: " << fetch; in MaybePruneGraph() 63 LOG(INFO) << "Pruned " in MaybePruneGraph() 73 LOG(FATAL) << "Invalid subgraph size " << n << ", must be at least 1"; in GraphAnalyzerTool() 81 LOG(INFO) << "Running the analysis"; in GraphAnalyzerTool() 84 LOG(FATAL) << "Analysis failed: " << st; in GraphAnalyzerTool() 87 LOG(INFO) << "Printing the result"; in GraphAnalyzerTool() 90 LOG(FATAL) << "Failed to print the result: " << st; in GraphAnalyzerTool() [all …]
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 299 LOG(ERROR) << "failed to create rocBLAS handle: " << ToString(ret); in Init() 322 LOG(ERROR) << "failed to set stream for rocBLAS calls: " << ToString(ret); in SetStream() 342 LOG(FATAL) << "Invalid value of blas::Transpose."; in ROCMBlasTranspose() 353 LOG(FATAL) << "Invalid value of blas::UpperLower."; in ROCMBlasUpperLower() 364 LOG(FATAL) << "Invalid value of blas::Diagonal."; in ROCMBlasDiagonal() 375 LOG(FATAL) << "Invalid value of blas::Side."; in ROCMBlasSide() 394 LOG(ERROR) << "failed to run ROCBLAS routine " << rocblas_func.kName << ": " in DoBlasInternalImpl() 419 LOG(ERROR) << "rocBLAS does not currently support the ASUM operation " in DoBlasAsum() 427 LOG(ERROR) << "rocBLAS does not currently support the ASUM operation " in DoBlasAsum() 452 LOG(ERROR) << "rocBLAS does not currently support the AXPY operation " in DoBlasAxpy() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 56 #undef LOG 57 #define LOG(Expr) log([&](Ostream & out) { Expr; }) macro 269 LOG(out << "Buffer(" << Count << ")\n"); in Buffer() 275 LOG(out << "Start(" << Params << ") = "); in Start() 278 LOG(out << Node(Entry) << "\n"); in Start() 292 LOG(out << "Param(" << Index << ") = "); in Param() 297 LOG(out << Node(Arg) << "\n"); in Param() 302 LOG(out << "Loop(" << Entry << ") = " << Loop << "\n"); in Loop() 308 LOG(out << "Terminate(" << Effect << ", " << Control << ")" in Terminate() 312 LOG(out << "Merge(" << Count); in Merge() [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 137 LOG(LS_ERROR) << "No SSRCs in stream parameters: " << sp.ToString(); in ValidateStreamParams() 141 LOG(LS_ERROR) << "Multiple SSRCs in stream parameters: " << sp.ToString(); in ValidateStreamParams() 236 LOG(LS_WARNING) << rate_source in GetOpusBitrate() 281 LOG(LS_INFO) << "WebRtc VoiceEngine codecs:"; in SupportedCodecs() 308 LOG(LS_INFO) << ToString(codec); in SupportedCodecs() 330 LOG(LS_WARNING) << "Unexpected codec: " << ToString(voe_codec); in SupportedCodecs() 479 LOG(LS_VERBOSE) << "WebRtcVoiceEngine::WebRtcVoiceEngine"; in Construct() 494 LOG(LS_VERBOSE) << "WebRtcVoiceEngine::~WebRtcVoiceEngine"; in ~WebRtcVoiceEngine() 506 LOG(LS_INFO) << "WebRtcVoiceEngine::Init"; in Init() 509 LOG(LS_INFO) << "WebRtcVoiceEngine::Init Done!"; in Init() [all …]
|