/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)
|
/external/chromium_org/chrome_frame/ |
html_window_impl.h | 24 DLOG(INFO) << __FUNCTION__; 29 DLOG(INFO) << __FUNCTION__; 39 DLOG(INFO) << __FUNCTION__; 44 DLOG(INFO) << __FUNCTION__; 49 DLOG(INFO) << __FUNCTION__; 54 DLOG(INFO) << __FUNCTION__; 59 DLOG(INFO) << __FUNCTION__; 65 DLOG(INFO) << __FUNCTION__; 70 DLOG(INFO) << __FUNCTION__; 75 DLOG(INFO) << __FUNCTION__ [all...] |
html_private_window_impl.h | 35 DLOG(INFO) << __FUNCTION__; 40 DLOG(INFO) << __FUNCTION__; 45 DLOG(INFO) << __FUNCTION__; 50 DLOG(INFO) << __FUNCTION__; 55 DLOG(INFO) << __FUNCTION__; 60 DLOG(INFO) << __FUNCTION__;
|
/art/runtime/ |
log_severity.h | 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
|
common_test.cc | 22 LOG(INFO) << "Running main() from common_test.cc...";
|
/external/chromium/base/ |
logging_unittest.cc | 64 EXPECT_TRUE(LOG_IS_ON(INFO)); 68 EXPECT_EQ(kIsDebugMode, DLOG_IS_ON(INFO)); 71 LOG(INFO) << mock_log_source.Log(); 72 LOG_IF(INFO, true) << mock_log_source.Log(); 73 PLOG(INFO) << mock_log_source.Log(); 74 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...] |
/external/chromium_org/base/ |
logging_unittest.cc | 66 EXPECT_TRUE(LOG_IS_ON(INFO)); 70 EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO)); 73 LOG(INFO) << mock_log_source.Log(); 74 LOG_IF(INFO, true) << mock_log_source.Log(); 75 PLOG(INFO) << mock_log_source.Log(); 76 PLOG_IF(INFO, true) << mock_log_source.Log(); 80 DLOG(INFO) << mock_log_source.Log(); 81 DLOG_IF(INFO, true) << mock_log_source.Log(); 82 DPLOG(INFO) << mock_log_source.Log(); 83 DPLOG_IF(INFO, true) << mock_log_source.Log() [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 298 /* Info about currently opened file */ 305 /* In memory info about the currently mounted filesystem */ 345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift)) 355 #define INFO \ 365 #define JOURNAL_START ((__u32 *) (INFO + 1)) 387 return devread ((INFO->journal_block + block) << INFO->blocksize_shift, 398 int transactions = INFO->journal_transactions; 399 int desc_block = INFO->journal_first_desc; 400 int journal_mask = INFO->journal_block_count - 1 [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.py | 40 logging.basicConfig(level=logging.INFO, format="%(message)s")
|
/system/core/init/ |
log.h | 24 #define INFO(x...) KLOG_INFO("init", x)
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container_browsertest.cc | 87 LOG(INFO) << "Load extension A done : " 100 LOG(INFO) << "Load extension B done : " 115 LOG(INFO) << "Load extension C done : " 123 LOG(INFO) << "Icon visibility count 1: " 133 LOG(INFO) << "Disable extension A : " 145 LOG(INFO) << "Enable extension A : " 155 LOG(INFO) << "Disable extension C : " 165 LOG(INFO) << "Enable extension C : " 173 LOG(INFO) << "Checkpoint : " 183 LOG(INFO) << "Disable extension A : [all...] |
/external/qemu/ |
dis-asm.h | 293 INFO is a pointer to this struct. 297 struct disassemble_info *info); 301 MEMADDR is the address that we were trying to read. INFO is a 304 (int status, bfd_vma memaddr, struct disassemble_info *info); 308 (bfd_vma addr, struct disassemble_info *info); 318 (bfd_vma addr, struct disassemble_info * info); 340 this information. This info is set each time an instruction is 346 char insn_info_valid; /* Branch info has been set. */ 420 It prints a message using info->fprintf_func and info->stream. * [all...] |
/external/chromium_org/net/tools/quic/ |
quic_client_session.cc | 30 DLOG(INFO) << "Encryption not active so no outgoing stream created."; 34 DLOG(INFO) << "Failed to create a new outgoing stream. " 39 DLOG(INFO) << "Failed to create a new outgoing stream. "
|
/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 | 37 private static final String INFO = NAME 45 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;
|
/libcore/support/src/test/java/tests/support/ |
Support_ProviderTrust.java | 37 private static final String INFO = NAME 45 super(NAME, VERSION, INFO);
|
/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/chrome/browser/extensions/ |
extension_gallery_install_apitest.cc | 64 LOG(INFO) << "Adding host resolver rule"; 68 LOG(INFO) << "Starting test server"; 73 LOG(INFO) << "Starting tests without user gesture checking"; 81 LOG(INFO) << "Starting tests with user gesture checking";
|
/external/chromium_org/base/debug/ |
debugger.cc | 18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
|
/external/chromium_org/mojo/examples/hello_world_service/ |
hello_world_service_impl.cc | 20 LOG(INFO) << greeting.To<std::string>();
|
/external/chromium_org/skia/tools/filter_fuzz_stub/ |
filter_fuzz_stub.cc | 35 // Adding some info, but the test passed if we got here without any trouble 37 LOG(INFO) << "Valid stream detected."; 49 LOG(INFO) << "Filter DAG rendered successfully"; 52 LOG(INFO) << "Invalid stream detected."; 60 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;
|