HomeSort by relevance Sort by last modified time
    Searched refs:INFO (Results 76 - 100 of 2529) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/connectivity/wificond/scanning/
scan_result.cpp 107 LOG(INFO) << "Scan result:";
110 LOG(INFO) << "SSID: " << ssid_str;
112 LOG(INFO) << "BSSID: "
114 LOG(INFO) << "FREQUENCY: " << frequency;
115 LOG(INFO) << "SIGNAL: " << signal_mbm/100 << "dBm";
116 LOG(INFO) << "TSF: " << tsf;
117 LOG(INFO) << "CAPABILITY: " << capability;
118 LOG(INFO) << "ASSOCIATED: " << associated;
120 LOG(INFO) << "RADIO CHAIN ID: " << radio_chain_info.chain_id;
121 LOG(INFO) << "RADIO CHAIN LEVEL: " << radio_chain_info.level
    [all...]
  /external/honggfuzz/libcommon/
log.h 31 enum llevel_t { FATAL = 0, ERROR, WARNING, INFO, DEBUG, HELP, HELP_BOLD };
43 if (log_level >= INFO) { \
44 logLog(INFO, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
64 if (log_level >= INFO) { \
65 logLog(INFO, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.h 46 const int INFO = 0; // base_logging::INFO;
80 ::tensorflow::internal::LogMessage(__FILE__, __LINE__, tensorflow::INFO)
115 #define LOGI(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__);
116 #define LOGW(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__);
117 #define LOGE(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 135 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__);
174 DLOG_IF(INFO, nfc_debug_enabled)
216 DLOG_IF(INFO, nfc_debug_enabled)
222 DLOG_IF(INFO, nfc_debug_enabled)
229 DLOG_IF(INFO, nfc_debug_enabled)
255 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", __func__);
280 DLOG_IF(INFO, nfc_debug_enabled)
286 DLOG_IF(INFO, nfc_debug_enabled)
300 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
362 DLOG_IF(INFO, nfc_debug_enabled
    [all...]
NativeNfcManager.cpp 187 DLOG_IF(INFO, nfc_debug_enabled)
249 DLOG_IF(INFO, nfc_debug_enabled)
255 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
264 DLOG_IF(INFO, nfc_debug_enabled)
274 DLOG_IF(INFO, nfc_debug_enabled)
284 DLOG_IF(INFO, nfc_debug_enabled)
294 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
306 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
327 DLOG_IF(INFO, nfc_debug_enabled)
333 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf
    [all...]
RouteDataSet.cpp 113 DLOG_IF(INFO, nfc_debug_enabled)
118 DLOG_IF(INFO, nfc_debug_enabled)
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
161 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
172 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: fail parse", fn);
181 DLOG_IF(INFO, nfc_debug_enabled)
191 DLOG_IF(INFO, nfc_debug_enabled)
205 DLOG_IF(INFO, nfc_debug_enabled)
226 DLOG_IF(INFO, nfc_debug_enabled)
259 DLOG_IF(INFO, nfc_debug_enabled
    [all...]
PowerSwitch.cpp 95 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
100 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
154 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
171 DLOG_IF(INFO, nfc_debug_enabled)
201 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
210 DLOG_IF(INFO, nfc_debug_enabled)
236 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
258 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
277 DLOG_IF(INFO, nfc_debug_enabled)
290 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: try power off", fn)
    [all...]
RoutingManager.cpp 61 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
65 DLOG_IF(INFO, nfc_debug_enabled)
82 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
107 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: try ee register", fn);
120 DLOG_IF(INFO, nfc_debug_enabled)
124 // Wait for EE info if needed
127 LOG(INFO) << StringPrintf("Waiting for EE info");
132 DLOG_IF(INFO, nfc_debug_enabled)
138 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
194 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
199 DLOG_IF(INFO, nfc_debug_enabled)
220 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
223 DLOG_IF(INFO, nfc_debug_enabled)
241 DLOG_IF(INFO, nfc_debug_enabled)
250 DLOG_IF(INFO, nfc_debug_enabled)
262 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
318 DLOG_IF(INFO, nfc_debug_enabled)
322 DLOG_IF(INFO, nfc_debug_enabled
    [all...]
  /system/update_engine/
update_engine_client.cc 144 LOG(INFO) << "Got status update:";
145 LOG(INFO) << " last_checked_time: " << last_checked_time;
146 LOG(INFO) << " progress: " << progress;
147 LOG(INFO) << " current_operation: "
149 LOG(INFO) << " new_version: " << new_version;
150 LOG(INFO) << " new_size: " << new_size;
239 LOG(INFO) << "Update succeeded -- reboot needed.";
314 LOG(INFO) << "Setting Update Engine status to idle ...";
317 LOG(INFO) << "ResetStatus succeeded; to undo partition table changes "
350 LOG(INFO) << "Current update over cellular network setting:
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31_plat_setup.c 265 INFO("mmap atf buffer : 0x%x, 0x%x\n\r",
277 INFO("mmap atf buffer (force 2MB aligned):0x%x, 0x%x\n",
298 INFO("ATF log service is registered (0x%x, aee:0x%x)\n",
310 INFO("BL3-1: %s\n", version_string);
311 INFO("BL3-1: %s\n", build_message);
348 INFO("Kernel_EL2\n");
351 INFO("Kernel_EL1\n");
355 INFO("Kernel is 64Bit\n");
362 INFO("pc=0x%lx, r0=0x%lx, r1=0x%lx\n",
398 INFO("Kernel is 32Bit\n")
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.cc 86 LOG(INFO) << "Loaded model " << s->model_name << "\n";
88 LOG(INFO) << "resolved reporter\n";
101 LOG(INFO) << "tensors size: " << interpreter->tensors_size() << "\n";
102 LOG(INFO) << "nodes size: " << interpreter->nodes_size() << "\n";
103 LOG(INFO) << "inputs: " << interpreter->inputs().size() << "\n";
104 LOG(INFO) << "input(0) name: " << interpreter->GetInputName(0) << "\n";
109 LOG(INFO) << i << ": " << interpreter->tensor(i)->name << ", "
128 if (s->verbose) LOG(INFO) << "input: " << input << "\n";
134 LOG(INFO) << "number of inputs: " << inputs.size() << "\n";
135 LOG(INFO) << "number of outputs: " << outputs.size() << "\n"
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_image_load.c 47 INFO("BL2: Loading SCP_BL2\n");
81 INFO("BL2: Loading BL31\n");
121 INFO("BL2: Loading BL32\n");
158 INFO("BL2: Loading BL33\n");
210 * images. Just update the BL31 entrypoint info structure to make BL1
218 INFO("BL2: Populating the entrypoint info for the EL3 payload\n");
244 INFO("BL2: Populating the entrypoint info for the preloaded BL33\n");
  /external/tensorflow/tensorflow/python/training/
tensorboard_logging.py 25 >>> tensorboard_logging.info("my %s", "message")
39 INFO = 'INFO'
60 INFO: event_pb2.LogMessage.INFO,
69 INFO: logging.INFO,
126 tensorboard_logging.{DEBUG, INFO, WARN, ERROR, FATAL}.
154 def info(message, *args): function
155 log(INFO, message, *args
    [all...]
  /system/bt/tools/mcap_tool/
mcap_test_mdl.cc 66 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
78 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
88 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
95 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
103 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
111 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
  /system/connectivity/wificond/scanning/offload/
scan_stats.cpp 92 LOG(INFO) << "num_scans_requested_by_wifi=" << num_scans_requested_by_wifi_;
93 LOG(INFO) << "num_scans_serviced_by_wifi=" << num_scans_serviced_by_wifi_;
94 LOG(INFO) << "subscription_duration=" << subscription_duration_ms_;
95 LOG(INFO) << "scan_duration_ms_=" << scan_duration_ms_;
96 LOG(INFO) << "num_channels_scanned=" << num_channels_scanned_;
99 LOG(INFO) << "Channel=" << i << " ScannedTimes="
  /system/nfc/src/nfa/sys/
nfa_sys_ptim.cc 92 DLOG_IF(INFO, nfc_debug_enabled)
111 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop");
128 DLOG_IF(INFO, nfc_debug_enabled)
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer start");
156 DLOG_IF(INFO, nfc_debug_enabled)
163 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop");
  /art/runtime/gc/
heap_verification_test.cc 98 ScopedLogSeverity sls(LogSeverity::INFO);
103 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj");
104 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj");
105 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj");
110 ScopedLogSeverity sls(LogSeverity::INFO);
119 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test");
120 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj");
122 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment),
124 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj");
125 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr")
    [all...]
  /system/nfc/src/adaptation/
NfcAdaptation.cc 93 DLOG_IF(INFO, nfc_debug_enabled)
239 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func);
257 DLOG_IF(INFO, nfc_debug_enabled)
265 DLOG_IF(INFO, nfc_debug_enabled)
305 DLOG_IF(INFO, nfc_debug_enabled)
323 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func);
339 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func);
344 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func);
393 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func);
395 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func)
    [all...]
  /art/libartbase/base/
logging.h 106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
109 #define VLOG_STREAM(module) LOG_STREAM(INFO)
  /art/tools/dexfuzz/src/dexfuzz/
Log.java 30 INFO,
48 public static void info(String msg) { method in class:Log
49 log(LogTag.INFO, msg);
  /bionic/tests/
async_safe_test.cpp 107 GTEST_LOG_(INFO) << "This test does nothing.\n";
117 GTEST_LOG_(INFO) << "This test does nothing.\n";
127 GTEST_LOG_(INFO) << "This test does nothing.\n";
141 GTEST_LOG_(INFO) << "This test does nothing.\n";
155 GTEST_LOG_(INFO) << "This test does nothing.\n";
165 GTEST_LOG_(INFO) << "This test does nothing.\n";
175 GTEST_LOG_(INFO) << "This test does nothing.\n";
199 GTEST_LOG_(INFO) << "This test does nothing.\n";
  /bionic/tools/relocation_packer/src/
debug.cc 25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_;
28 case INFO: tag = "INFO"; break;
  /device/google/cuttlefish_common/host/commands/launch/
wifi_region_handler.cc 41 LOG(INFO) << "Setting guest mac to " << config->wifi_guest_mac_addr();
49 LOG(INFO) << "Setting host mac to " << config->wifi_host_mac_addr();
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_server.cpp 35 LOG(INFO) << "Awaiting connections";
37 LOG(INFO) << "Accepted a client connection";

Completed in 704 milliseconds

1 2 34 5 6 7 8 91011>>