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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/base/
logging.h 12 // Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
17 #define HOST_LOG LOG(INFO)
  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /external/chromium_org/base/
logging_unittest.cc 61 EXPECT_TRUE(LOG_IS_ON(INFO));
65 EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO));
68 LOG(INFO) << mock_log_source.Log();
69 LOG_IF(INFO, true) << mock_log_source.Log();
70 PLOG(INFO) << mock_log_source.Log();
71 PLOG_IF(INFO, true) << mock_log_source.Log();
77 DLOG(INFO) << mock_log_source.Log();
78 DLOG_IF(INFO, true) << mock_log_source.Log();
79 DPLOG(INFO) << mock_log_source.Log();
80 DPLOG_IF(INFO, true) << mock_log_source.Log()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-perf-tests 38 logging.basicConfig(level=logging.INFO, format="%(message)s")
run-inspector-perf-tests 40 logging.basicConfig(level=logging.INFO, format='%(message)s')
  /external/chromium_org/tools/relocation_packer/src/
debug.h 7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
8 // INFO prints to stdout, the others to stderr. FATAL aborts after printing.
12 // VLOG(level) logs INFO messages where level is less than or equal to the
15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL};
53 // Set info and error logging streams. Static, not thread-safe.
72 // Verbosity for INFO messages. Not thread-safe.
84 const LogSeverity INFO = relocation_packer::Logger::INFO;
98 // VLOG(level) prints its message as INFO if level is less than or equal t
    [all...]
debug.cc 25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_;
28 case INFO: tag = "INFO"; break;
  /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);
Support_ProviderTrust.java 36 private static final String INFO = NAME
43 super(NAME, VERSION, INFO);
Support_TestProvider.java 36 private static final String INFO = NAME
44 super(NAME, VERSION, INFO);
  /external/chromium_org/sync/tools/
null_invalidation_state_tracker.cc 22 LOG(INFO) << "Setting invalidator client ID to: " << data;
42 LOG(INFO) << "Setting bootstrap data to: " << base64_data;
  /external/ceres-solver/include/ceres/
gradient_checker.h 110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
192 LOG(INFO) << "========== term-computed derivatives ==========";
194 LOG(INFO) << "term_computed block " << i;
195 LOG(INFO) << "\n" << results->term_jacobians[i];
198 LOG(INFO) << "========== finite-difference derivatives ==========";
200 LOG(INFO) << "finite_difference block " << i;
201 LOG(INFO) << "\n" << results->finite_difference_jacobians[i];
204 LOG(INFO) << "========== difference ==========";
206 LOG(INFO) << "difference block " << i;
207 LOG(INFO) << (results->term_jacobians[i]
    [all...]
  /external/chromium_org/base/debug/
debugger.cc 18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/chromium_org/skia/tools/filter_fuzz_stub/
filter_fuzz_stub.cc 34 // Adding some info, but the test passed if we got here without any trouble
36 LOG(INFO) << "Valid stream detected.";
48 LOG(INFO) << "Filter DAG rendered successfully";
51 LOG(INFO) << "Invalid stream detected.";
59 LOG(INFO) << "Test case: " << filename;
  /external/chromium_org/third_party/cld/base/
log_severity.h 16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4;
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 71 LOG(INFO) << "Start of test.";
93 LOG(INFO) << "Nav 1.";
104 LOG(INFO) << "New tab.";
107 LOG(INFO) << "Nav 2.";
127 LOG(INFO) << "WindowOpenHelper 1.";
129 LOG(INFO) << "End of test.";
148 LOG(INFO) << "Start of test.";
158 LOG(INFO) << "Loaded extension.";
173 LOG(INFO) << "Nav 1.";
182 LOG(INFO) << "Nav 2."
    [all...]
  /bionic/tests/
getauxval_test.cpp 51 GTEST_LOG_(INFO) << "This test does nothing.\n";
59 GTEST_LOG_(INFO) << "This test does nothing.\n";
libc_logging_test.cpp 108 GTEST_LOG_(INFO) << "This test does nothing.\n";
118 GTEST_LOG_(INFO) << "This test does nothing.\n";
128 GTEST_LOG_(INFO) << "This test does nothing.\n";
142 GTEST_LOG_(INFO) << "This test does nothing.\n";
156 GTEST_LOG_(INFO) << "This test does nothing.\n";
166 GTEST_LOG_(INFO) << "This test does nothing.\n";
176 GTEST_LOG_(INFO) << "This test does nothing.\n";
  /external/chromium_org/net/tools/dns_fuzz_stub/
dns_fuzz_stub.cc 30 LOG(INFO) << "Allocated p=" << p << ". Double-freeing...";
75 LOG(INFO) << filename << ": crash_test is set!";
129 LOG(INFO) << "Query: id=" << id_int << ", "
144 LOG(INFO) << "InitParse failed.";
153 LOG(INFO) << "ParseToAddressList failed: " << result;
164 LOG(INFO) << result_line.str();
174 LOG(INFO) << "Test case: " << filename;
181 LOG(INFO) << "Crashing.";
  /external/chromium_org/net/tools/net_watcher/
net_watcher.cc 95 LOG(INFO) << "OnIPAddressChanged()";
101 LOG(INFO) << "OnConnectionTypeChanged("
107 LOG(INFO) << "OnDNSChanged()";
113 LOG(INFO) << "OnNetworkChanged("
121 LOG(INFO) << "OnProxyConfigChanged("
174 LOG(INFO) << "Initial connection type: "
182 LOG(INFO) << "Initial proxy config: "
187 LOG(INFO) << "Watching for network events...";
  /development/tools/yuv420sp2rgb/
cmdline.c 87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
111 INFO ("option %s", long_options[option_index].name);
113 INFO (" with arg %s", optarg);
114 INFO ("\n");
yuv420sp2rgb.c 229 INFO("Opening input file %s\n", infile);
234 INFO("Opening output file %s\n", outfile);
239 INFO("Memory-mapping input file %s\n", infile);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
254 INFO("PPM header (%d) bytes:\n%s\n", header_size, header);
259 INFO("Converting %dx%d YUV 4:2:0 to RGB24...\n", width, height);
313 INFO("input file: [%s]\n", infile);
314 INFO("output file: [%s]\n", outfile);
315 INFO("height: %d\n", height)
    [all...]
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 32 int INFO = 2; // default
59 String INFO_STRING = "info";
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
clientpairingsession.cc 48 LOG(INFO) << "Waiting for PairingRequestAck...";
63 LOG(INFO) << "Waiting for ConfigurationAck...";
68 LOG(INFO) << "Handle PairingRequestAckMessage " << message.ToString();
80 LOG(INFO) << "HandleOptionsMessage " << message.ToString();
107 LOG(INFO) << "HandleConfigurationAckMessage " << message.ToString();

Completed in 6146 milliseconds

1 2 3 4 5 6 7 8 91011>>