Searched refs:INFO (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/base/
H A Dlogging.h12 // Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
17 #define HOST_LOG LOG(INFO)
/external/chromium_org/base/
H A Dlogging_unittest.cc61 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, tru
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Drun-perf-tests38 logging.basicConfig(level=logging.INFO, format="%(message)s")
H A Drun-inspector-perf-tests40 logging.basicConfig(level=logging.INFO, format='%(message)s')
/external/qemu/include/disas/
H A Dbfd.h299 INFO is a pointer to this struct.
307 MEMADDR is the address that we were trying to read. INFO is a
443 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
444 (INFO).flavour = bfd_target_unknown_flavour, \
445 (INFO).arch = bfd_arch_unknown, \
446 (INFO).mach = 0, \
447 (INFO).endian = BFD_ENDIAN_UNKNOWN, \
448 INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC)
455 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
456 (INFO)
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ProviderJCE.java36 private static final String INFO = NAME field in class:Support_ProviderJCE
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderRSA.java36 private static final String INFO = NAME field in class:Support_ProviderRSA
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderTrust.java36 private static final String INFO = NAME field in class:Support_ProviderTrust
43 super(NAME, VERSION, INFO);
H A DSupport_TestProvider.java36 private static final String INFO = NAME field in class:Support_TestProvider
44 super(NAME, VERSION, INFO);
/external/chromium_org/sync/tools/
H A Dnull_invalidation_state_tracker.cc22 LOG(INFO) << "Setting invalidator client ID to: " << data;
42 LOG(INFO) << "Setting bootstrap data to: " << base64_data;
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h110 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) << (result
[all...]
/external/chromium_org/base/debug/
H A Ddebugger.cc18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
/external/chromium_org/skia/tools/filter_fuzz_stub/
H A Dfilter_fuzz_stub.cc36 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/
H A Dlog_severity.h16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h7 // 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}; enumerator in enum:relocation_packer::Logger::Severity
72 // Verbosity for INFO messages. Not thread-safe.
84 const LogSeverity INFO = relocation_packer::Logger::INFO; variable
98 // VLOG(level) prints its message as INFO if level is less than or equal to
101 (relocation_packer::Logger(INFO, (leve
[all...]
H A Ddebug.cc25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_;
28 case INFO: tag = "INFO"; break;
/external/chromium_org/chrome/browser/extensions/
H A Dapp_process_apitest.cc71 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) << "Na
[all...]
/external/chromium_org/net/tools/dns_fuzz_stub/
H A Ddns_fuzz_stub.cc30 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/
H A Dnet_watcher.cc95 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...";
/external/eigen/blas/
H A Ddspmv.f106 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY local in subroutine:DSPMV
118 INFO = 0
120 INFO = 1
122 INFO = 2
124 INFO = 6
126 INFO = 9
128 IF (INFO.NE.0) THEN
129 CALL XERBLA('DSPMV ',INFO)
H A Dsspmv.f106 INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY local in subroutine:SSPMV
118 INFO = 0
120 INFO = 1
122 INFO = 2
124 INFO = 6
126 INFO = 9
128 IF (INFO.NE.0) THEN
129 CALL XERBLA('SSPMV ',INFO)
H A Dctbmv.f147 INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L local in subroutine:CTBMV
163 INFO = 0
165 INFO = 1
168 INFO = 2
170 INFO = 3
172 INFO = 4
174 INFO = 5
176 INFO = 7
178 INFO = 9
180 IF (INFO
[all...]
H A Ddtbmv.f147 INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L local in subroutine:DTBMV
163 INFO = 0
165 INFO = 1
168 INFO = 2
170 INFO = 3
172 INFO = 4
174 INFO = 5
176 INFO = 7
178 INFO = 9
180 IF (INFO
[all...]
/external/emma/core/java12/com/vladium/logging/
H A DILogLevels.java32 int INFO = 2; // default field in interface:ILogLevels
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dclientpairingsession.cc48 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 2027 milliseconds

1234567891011>>