HomeSort by relevance Sort by last modified time
    Searched refs:INFO (Results 1 - 25 of 1759) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libtextclassifier/util/base/
logging_levels.h 27 INFO,
  /libcore/ojluni/src/main/resources/sun/util/logging/resources/
logging.properties 36 INFO=INFO
logging_de.properties 36 INFO=Information
logging_it.properties 36 INFO=Informazioni
logging_sv.properties 36 INFO=Info
  /build/kati/testcase/
kati_cache.sh 33 if ! grep -q 'Cache not found' kati.INFO; then
41 if ! grep -q 'Cache found' kati.INFO; then
53 if ! grep -q 'Cache expired' kati.INFO; then
multiline_arg.mk 4 $(info INFO: $(1))
8 $(info INFO2: $(call func, \
  /bootable/recovery/tests/common/
component_test_util.h 30 GTEST_LOG_(INFO) << "Failed to read default fstab";
36 GTEST_LOG_(INFO) << "Failed to find /misc in fstab.";
  /hardware/interfaces/configstore/utils/
ConfigStoreUtils.cpp 27 return WOULD_LOG(INFO);
31 LOG(INFO) << message;
  /system/update_engine/
testrunner.cc 34 LOG(INFO) << "started";
56 LOG(INFO) << "parsing command line arguments";
58 LOG(INFO) << "initializing gtest";
60 LOG(INFO) << "running unit tests";
62 LOG(INFO) << "unittest return value: " << test_result;
update_engine_client.cc 138 LOG(INFO) << "Got status update:";
139 LOG(INFO) << " last_checked_time: " << last_checked_time;
140 LOG(INFO) << " progress: " << progress;
141 LOG(INFO) << " current_operation: "
143 LOG(INFO) << " new_version: " << new_version;
144 LOG(INFO) << " new_size: " << new_size;
224 LOG(INFO) << "Update succeeded -- reboot needed.";
299 LOG(INFO) << "Setting Update Engine status to idle ...";
302 LOG(INFO) << "ResetStatus succeeded; to undo partition table changes "
335 LOG(INFO) << "Current update over cellular network setting:
    [all...]
metrics.cc 120 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(os_age)
142 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)";
149 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)";
155 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)";
165 LOG(INFO) << "Sending " << utils::FormatTimeDelta(time_since_last)
181 LOG(INFO) << "Sending " << utils::FormatTimeDelta(uptime_since_last)
198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
223 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric;
231 LOG(INFO) << "Uploading " << utils::ToString(payload_type)
238 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(duration
    [all...]
  /art/test/149-suspend-all-stress/
suspend_all.cc 45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
62 LOG(INFO) << "Did " << iterations << " iterations";
  /system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
VtsHalWifiKeystoreV1_0TargetTest.cpp 24 LOG(INFO) << "Test result = " << status;
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
StateLogger.java 21 import static com.android.ddmlib.Log.LogLevel.INFO;
30 /** Simple info-level logging gated by {@link #DEBUG} flag */
33 CLog.logAndDisplay(INFO, logText);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 41 * INFO("Info %s.\n", "message") -> INFO: Info message.
72 # define INFO(...) printf("INFO: " __VA_ARGS__)
74 # define INFO(...)
  /external/libchrome/base/
logging_unittest.cc 62 EXPECT_TRUE(LOG_IS_ON(INFO));
66 EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO));
69 LOG(INFO) << mock_log_source.Log();
70 LOG_IF(INFO, true) << mock_log_source.Log();
71 PLOG(INFO) << mock_log_source.Log();
72 PLOG_IF(INFO, true) << mock_log_source.Log();
78 DLOG(INFO) << mock_log_source.Log();
79 DLOG_IF(INFO, true) << mock_log_source.Log();
80 DPLOG(INFO) << mock_log_source.Log();
81 DPLOG_IF(INFO, true) << mock_log_source.Log()
    [all...]
  /hardware/interfaces/tests/foo/1.0/default/
Foo.cpp 19 LOG(INFO) << "SERVER(Foo) doThis(" << param << ")";
26 LOG(INFO) << "SERVER(Foo) doThatAndReturnSomething(" << param << ")";
36 LOG(INFO) << "SERVER(Foo) doQuiteABit("
51 LOG(INFO) << "SERVER(Foo) doSomethingElse(...)";
68 LOG(INFO) << "SERVER(Foo) doStuffAndReturnAString";
77 LOG(INFO) << "SERVER(Foo) mapThisVector";
93 LOG(INFO) << "SERVER(Foo) callMe " << cb.get();
97 LOG(INFO) << "SERVER(Foo) callMe "
103 LOG(INFO) << "SERVER(Foo) callMe "
108 LOG(INFO) << "SERVER(Foo) callMe
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31_main.c 87 INFO("BL3-1: Initializing runtime services\n");
107 INFO("BL3-1: Initializing BL3-2\n");
153 INFO("BL3-1: Preparing for EL3 exit to %s world\n",
155 INFO("BL3-1: Next image address = 0x%llx\n",
157 INFO("BL3-1: Next image spsr = 0x%x\n", next_image_info->spsr);
  /external/libtextclassifier/common/
embedding-feature-extractor.cc 37 TC_LOG(INFO) << "Features: " << features;
41 TC_LOG(INFO) << "Embedding names: " << embedding_names;
45 TC_LOG(INFO) << "Embedding dims: " << embedding_dims;
  /hardware/interfaces/tests/baz/1.0/default/
Baz.cpp 34 LOG(INFO) << "SERVER: heyItsMe cb = " << cb.get();
40 LOG(INFO) << "SERVER: hey";
47 LOG(INFO) << "Baz::someBaseMethod";
53 LOG(INFO) << "Baz::someBoolMethod(" << std::to_string(x) << ")";
60 LOG(INFO) << "Baz::someBoolArrayMethod(" << toString(x) << ")";
74 LOG(INFO) << "Baz::someBoolVectorMethod(" << toString(x) << ")";
88 LOG(INFO) << "Baz::someOtherBaseMethod "
98 LOG(INFO) << "Baz::someMethodWithFooArrays "
112 LOG(INFO) << "Baz::someMethodWithFooVectors "
127 LOG(INFO) << "Baz::someMethodWithVectorOfArray
    [all...]
  /art/compiler/
compiler.cc 48 LOG(INFO) << "Method exceeds compiler instruction limit: "
54 LOG(INFO) << "Method exceeds compiler virtual register limit: "
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 41 * INFO("Info %s.\n", "message") -> INFO: Info message.
72 # define INFO(...) tf_printf("INFO: " __VA_ARGS__)
74 # define INFO(...)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProviderJCE.java 36 private static final String INFO = NAME
43 super(NAME, VERSION, INFO);
Support_ProviderRSA.java 36 private static final String INFO = NAME
43 super(NAME, VERSION, INFO);

Completed in 1600 milliseconds

1 2 3 4 5 6 7 8 91011>>