Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/external/u-boot/drivers/mtd/spi/
Dspi_flash_ids.c16 #define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags) \ macro
47 {"at45db011d", INFO(0x1f2200, 0x0, 64 * 1024, 4, SECT_4K) },
48 {"at45db021d", INFO(0x1f2300, 0x0, 64 * 1024, 8, SECT_4K) },
49 {"at45db041d", INFO(0x1f2400, 0x0, 64 * 1024, 8, SECT_4K) },
50 {"at45db081d", INFO(0x1f2500, 0x0, 64 * 1024, 16, SECT_4K) },
51 {"at45db161d", INFO(0x1f2600, 0x0, 64 * 1024, 32, SECT_4K) },
52 {"at45db321d", INFO(0x1f2700, 0x0, 64 * 1024, 64, SECT_4K) },
53 {"at45db641d", INFO(0x1f2800, 0x0, 64 * 1024, 128, SECT_4K) },
54 {"at25df321a", INFO(0x1f4701, 0x0, 64 * 1024, 64, SECT_4K) },
55 {"at25df321", INFO(0x1f4700, 0x0, 64 * 1024, 64, SECT_4K) },
[all …]
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1INFO | Running autotest_quickmerge step.\n11:22:08 INFO | quickmerge| 11:22:08: INFO: RunCommand: …
3 .S'INFO:root:Identity added: /tmp/test_that_results_PPRMIh/testing_rsa (/tmp/test_that_results_PPRM…
/external/u-boot/board/hisilicon/hikey/
DREADME116 INFO: BL1: 0xf9810000 - 0xf9817000 [size = 28672]
120 INFO: BL1: RAM 0xf9810000 - 0xf9817000
123 INFO: lpddr3_freq_init, set ddrc 533mhz
124 INFO: init ddr3 rank0
125 INFO: ddr3 rank1 init pass
126 INFO: lpddr3_freq_init, set ddrc 800mhz
127 INFO: init ddr3 rank0
128 INFO: ddr3 rank1 init pass
129 INFO: Elpida DDR
130 INFO: ddr test value:0xa5a55a5a
[all …]
/external/u-boot/fs/reiserfs/
Dreiserfs.c82 return reiserfs_devread ((INFO->journal_block + block) << INFO->blocksize_shift, in journal_read()
93 int transactions = INFO->journal_transactions; in block_read()
94 int desc_block = INFO->journal_first_desc; in block_read()
95 int journal_mask = INFO->journal_block_count - 1; in block_read()
145 translatedNr = INFO->journal_block + ((desc_block + i) & journal_mask); in block_read()
148 blockNr, translatedNr - INFO->journal_block); in block_read()
156 return reiserfs_devread (translatedNr << INFO->blocksize_shift, start, len, buffer); in block_read()
170 unsigned int block_count = INFO->journal_block_count; in journal_init()
184 INFO->journal_first_desc = desc_block; in journal_init()
261 INFO->journal_transactions in journal_init()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc83 LOG(INFO) << "Cluster = " << cluster; in PrintDebugInfo()
89 LOG(INFO) << offset << "type = " << cluster->type(); in PrintDebugInfo()
90 LOG(INFO) << offset << "num warmup steps = " << cluster->NumWarmupSteps(); in PrintDebugInfo()
93 LOG(INFO) << offset << " Device names:"; in PrintDebugInfo()
95 LOG(INFO) << offset2 << s; in PrintDebugInfo()
101 LOG(INFO) << offset << "Peak Memory Usage :"; in PrintDebugInfo()
103 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo()
109 LOG(INFO) << offset << "Device properties:"; in PrintDebugInfo()
111 LOG(INFO) << offset2 << k.first; in PrintDebugInfo()
113 LOG(INFO) << offset3 << "type = " << dt.type(); in PrintDebugInfo()
[all …]
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
Dhvx_ops_support_checker_main.cc59 LOG(INFO) << "Node(" << node_def.name() << ")"; in SummarizeNode()
60 LOG(INFO) << " op: " << node_def.op(); in SummarizeNode()
62 LOG(INFO) << " Input: " << input; in SummarizeNode()
73 LOG(INFO) << " Output(" << i << "): " << DataType_Name(data_types.at(i)) in SummarizeNode()
79 LOG(INFO) << "Remote fused graph found."; in DumpRemoteFusedGraph()
88 LOG(INFO) << "Node name: " << node_def.name(); in DumpRemoteFusedGraph()
89 LOG(INFO) << "Executor name: " << info.executor_name(); in DumpRemoteFusedGraph()
91 LOG(INFO) << "Input: " << input; in DumpRemoteFusedGraph()
95 LOG(INFO) << "Input shape type: " << shape_type.DebugString(); in DumpRemoteFusedGraph()
98 LOG(INFO) << "Output: " << output; in DumpRemoteFusedGraph()
[all …]
/external/toolchain-utils/crosperf/test_cache/compare_output/
Dresults.txt1INFO | Results placed in /tmp/test_that.PO1234567/platform_LibCBench\n14:20:22 INFO | Processing c…
/external/tensorflow/tensorflow/core/summary/
Dvacuum.cc25 LOG(INFO) << "Opening SQLite DB: " << path; in Vacuum()
35 LOG(INFO) << "Deleting orphaned Experiments"; in Vacuum()
44 LOG(INFO) << "Deleting orphaned Runs"; in Vacuum()
53 LOG(INFO) << "Deleting orphaned Tags"; in Vacuum()
63 LOG(INFO) << "Deleting orphaned Tensors"; in Vacuum()
72 LOG(INFO) << "Deleting orphaned TensorStrings"; in Vacuum()
80 LOG(INFO) << "Deleting orphaned Graphs"; in Vacuum()
89 LOG(INFO) << "Deleting orphaned Nodes"; in Vacuum()
97 LOG(INFO) << "Deleting orphaned NodeInputs"; in Vacuum()
105 LOG(INFO) << "Running VACUUM"; in Vacuum()
/external/llvm/test/DebugInfo/X86/
Ddebug-macro.ll1 …-O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck --check-prefix=CHECK-INFO %s
6 ; CHECK-INFO: .debug_info contents:
7 ; CHECK-INFO: DW_TAG_compile_unit
8 ; CHECK-INFO-NOT: DW_TAG
9 ; CHECK-INFO: DW_AT_name {{.*}}"debug-macro.cpp")
10 ; CHECK-INFO: DW_AT_macro_info {{.*}}(0x00000000)
11 ; CHECK-INFO: DW_TAG_compile_unit
12 ; CHECK-INFO-NOT: DW_TAG
13 ; CHECK-INFO: DW_AT_name {{.*}}"debug-macro1.cpp")
14 ; CHECK-INFO: DW_AT_macro_info {{.*}}(0x00000044)
[all …]
/external/libchrome/base/
Dlogging_unittest.cc106 EXPECT_TRUE(LOG_IS_ON(INFO)); in TEST_F()
107 EXPECT_TRUE((DCHECK_IS_ON() != 0) == DLOG_IS_ON(INFO)); in TEST_F()
110 LOG(INFO) << mock_log_source.Log(); in TEST_F()
111 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
112 PLOG(INFO) << mock_log_source.Log(); in TEST_F()
113 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
119 DLOG(INFO) << mock_log_source.Log(); in TEST_F()
120 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
121 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
122 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.cc61 TFLITE_LOG(INFO) << "Average inference timings in us: " in OnBenchmarkEnd()
93 TFLITE_LOG(INFO) << "Min num runs: [" << params_.Get<int32_t>("num_runs") in LogParams()
95 TFLITE_LOG(INFO) << "Min runs duration (seconds): [" in LogParams()
97 TFLITE_LOG(INFO) << "Inter-run delay (seconds): [" in LogParams()
99 TFLITE_LOG(INFO) << "Num threads: [" << params_.Get<int32_t>("num_threads") in LogParams()
101 TFLITE_LOG(INFO) << "Benchmark name: [" in LogParams()
103 TFLITE_LOG(INFO) << "Output prefix: [" in LogParams()
105 TFLITE_LOG(INFO) << "Min warmup runs: [" in LogParams()
107 TFLITE_LOG(INFO) << "Min warmup runs duration (seconds): [" in LogParams()
118 TFLITE_LOG(INFO) << "Running benchmark for at least " << min_num_times in Run()
[all …]
/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp13 INFO( "this is a " << "message" ); // This should output the message if a failure occurs
22 INFO( "this message should be logged" );
23 INFO( "so should this" );
29 INFO( "this message may be logged later" );
33 INFO( "this message should be logged" );
37 INFO( "and this, but later" );
41 INFO( "but not this" );
104 INFO( "current counter " << i );
115 INFO( "this should never be seen" );
123 INFO( "hi" );
[all …]
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc80 LOG(INFO) << std::fixed << std::setw(10) << std::setprecision(3) in PrintProfilingInfo()
103 LOG(INFO) << "Loaded model " << s->model_name << "\n"; in RunInference()
105 LOG(INFO) << "resolved reporter\n"; in RunInference()
119 LOG(INFO) << "tensors size: " << interpreter->tensors_size() << "\n"; in RunInference()
120 LOG(INFO) << "nodes size: " << interpreter->nodes_size() << "\n"; in RunInference()
121 LOG(INFO) << "inputs: " << interpreter->inputs().size() << "\n"; in RunInference()
122 LOG(INFO) << "input(0) name: " << interpreter->GetInputName(0) << "\n"; in RunInference()
127 LOG(INFO) << i << ": " << interpreter->tensor(i)->name << ", " in RunInference()
146 if (s->verbose) LOG(INFO) << "input: " << input << "\n"; in RunInference()
152 LOG(INFO) << "number of inputs: " << inputs.size() << "\n"; in RunInference()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java322 assertSame(Level.INFO, log.getLevel()); in testGetLogger_Empty()
522 assertSame(Level.INFO, log.getLevel()); in testGetLoggerWithRes_Empty()
935 assertTrue(mlog.isLoggable(Level.INFO)); in testIsLoggable()
1310 this.sharedLogger.setLevel(Level.INFO); in testConfig_Normal()
1338 this.sharedLogger.setLevel(Level.INFO); in testConfig_Null()
1362 this.sharedLogger.setLevel(Level.INFO); in testConfig_Supplier()
1392 this.sharedLogger.setLevel(Level.INFO); in testConfig_Supplier_Null()
1733 this.sharedLogger.setLevel(Level.INFO); in testInfo_Normal()
1744 assertSame(r.getLevel(), Level.INFO); in testInfo_Normal()
1757 this.sharedLogger.setLevel(Level.INFO); in testInfo_Supplier()
[all …]
/external/slf4j/slf4j-site/src/site/pages/changes/
Dchanges-1.3.txt8 INFO: 6000: org.slf4j.Logger: Added public field ROOT_LOGGER_NAME
9 INFO: 8000: org.slf4j.LoggerFactory: Class org.slf4j.LoggerFactory added
10 INFO: 8000: org.slf4j.MarkerFactory: Class org.slf4j.MarkerFactory added
11 INFO: 8000: org.slf4j.helpers.BasicMarker: Class org.slf4j.helpers.BasicMarker added
12 INFO: 8000: org.slf4j.helpers.BasicMarkerFactory: Class org.slf4j.helpers.BasicMarkerFactory added
13 INFO: 8000: org.slf4j.helpers.MarkerIgnoringBase: Class org.slf4j.helpers.MarkerIgnoringBase added
14 INFO: 8000: org.slf4j.helpers.MessageFormatter: Class org.slf4j.helpers.MessageFormatter added
15 INFO: 8000: org.slf4j.helpers.Util: Class org.slf4j.helpers.Util added
21 INFO: 8000: org.slf4j.spi.LocationAwareLogger: Class org.slf4j.spi.LocationAwareLogger added
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc83 LOG(INFO) << "Hexagon controller version is " << version; in CheckHexagonControllerVersion()
131 LOG(INFO) << "Read " << IMAGE_FILENAME << ", size = " << fsize << "bytes"; in LoadImage()
137 LOG(INFO) << "header size = " << header_size; in LoadImage()
139 LOG(INFO) << "image size = " << size; in LoadImage()
141 LOG(INFO) << "width = " << width; in LoadImage()
143 LOG(INFO) << "height = " << height; in LoadImage()
165 LOG(INFO) << i << " (" << img_floats[dst_pos] << ", " in LoadImage()
187 LOG(INFO) << "Loading image finished."; in BuildImageTensor()
191 LOG(INFO) << "Copy data to tensor."; in BuildImageTensor()
199 LOG(INFO) << "Loading image finished."; in BuildQuantizedImageTensor()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp686 INFO("%s (%u)\n", buf, encSize); in print()
708 INFO("\n%s:%i (", fn->getName(), fn->getLabel()); in visit()
711 INFO("out"); in visit()
716 INFO(" %s", str); in visit()
720 INFO("%s%sin", colour[TXT_DEFAULT], fn->outs.empty() ? "" : ", "); in visit()
725 INFO(" %s", str); in visit()
727 INFO("%s)\n", colour[TXT_DEFAULT]); in visit()
736 INFO("---\n"); in visit()
738 INFO(" <- BB:%i (%s)\n", in visit()
742 INFO("BB:%i (%u instructions) - ", bb->getId(), bb->getInsnCount()); in visit()
[all …]
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc55 LOG(INFO) << "Initializing graph variables"; in InitializeVariables()
251 LOG(INFO) << "Loading TensorFlow."; in InitializeSession()
259 LOG(INFO) << "Got config, " << config.device_count_size() << " devices"; in InitializeSession()
328 LOG(INFO) << "Running benchmark for max " << num_runs << " iterations, max " in TimeMultipleRuns()
349 LOG(INFO) << "Failed on run " << i; in TimeMultipleRuns()
362 LOG(INFO) << stream.str() << std::endl; in TimeMultipleRuns()
470 LOG(INFO) << "Graph: [" << graph << "]"; in Main()
471 LOG(INFO) << "Init ops:" << init_ops_string; in Main()
472 LOG(INFO) << "Input layers: [" << input_layer_string << "]"; in Main()
473 LOG(INFO) << "Input shapes: [" << input_layer_shape_string << "]"; in Main()
[all …]
/external/google-breakpad/src/processor/
Dminidump_processor.cc131 BPLOG(INFO) << "Found " << memory_list->region_count() in Process()
141 BPLOG(INFO) << "Minidump " << dump->path() << " has " << in Process()
180 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()
257 BPLOG(INFO) << "Stackwalker interrupt (missing symbols?) at " in Process()
272 BPLOG(INFO) << "Processing interrupted for " << dump->path(); in Process()
301 BPLOG(INFO) << "Processed " << dump->path(); in Process()
307 BPLOG(INFO) << "Processing minidump in file " << minidump_file; in Process()
719 BPLOG(INFO) << "Unknown exception reason " << reason; in GetCrashReason()
736 BPLOG(INFO) << "Unknown exception reason " << reason; in GetCrashReason()
741 BPLOG(INFO) << "Unknown exception reason " << reason; in GetCrashReason()
[all …]
Dexploitability_win.cc79 BPLOG(INFO) << "Minidump does not have exception record."; in CheckPlatformExploitability()
85 BPLOG(INFO) << "Could not obtain raw exception info."; in CheckPlatformExploitability()
91 BPLOG(INFO) << "Could not obtain exception context."; in CheckPlatformExploitability()
98 BPLOG(INFO) << "Minidump memory segments not available."; in CheckPlatformExploitability()
119 BPLOG(INFO) << "Unsupported architecture."; in CheckPlatformExploitability()
198 BPLOG(INFO) << "Unrecognized access violation type."; in CheckPlatformExploitability()
268 BPLOG(INFO) << "Access violation type parameter missing."; in CheckPlatformExploitability()
274 BPLOG(INFO) << "Calculated exploitability weight: " << exploitability_weight; in CheckPlatformExploitability()
/external/nos/test/system-test-harness/src/
Dutil.cc61 return TestHarness::INFO; in GetVerbosityFromFlag()
94 if (verbosity >= TestHarness::VerbosityLevels::INFO) { in find_uart()
132 if (verbosity >= INFO) { in ~TestHarness()
231 if (verbosity >= INFO) { in SendSpi()
288 if (verbosity >= INFO) { in GetAhdlc()
299 if (verbosity >= INFO) { in GetAhdlc()
311 if (verbosity >= INFO) { in GetAhdlc()
338 if (verbosity >= INFO) { in GetAhdlc()
377 if (verbosity >= INFO) { in GetSpi()
406 if (verbosity >= INFO) { in Init()
[all …]
/external/catch2/docs/
Dlogging.md4 Additional messages can be logged during a test case. Note that the messages logged with `INFO` are…
8 INFO("Test case start");
10 INFO("The number is " << i);
16 INFO("Test case start");
18 INFO("The number is " << i);
33 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
38 …the end of test case/section, whichever comes first) whereas lifetime of `INFO` is limited by its …
56 INFO("First info");
60 INFO("Second info");
92 INFO( "The number is " << i );
[all …]
/external/mtpd/
Dmtpd.c74 log_print(INFO, "Using protocol %s", p->name); in initialize()
100 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid); in stop_pppd()
227 log_print(INFO, "Received signal %d", signal); in main()
231 log_print(INFO, "Pppd is terminated (status = %d)", status); in main()
241 log_print(INFO, "Mtpd is terminated (status = %d)", status); in main()
280 log_print(INFO, "Connecting to %s port %s via %s", server, port, interface); in create_socket()
311 log_print(INFO, "Connection established (socket = %d)", the_socket); in create_socket()
322 log_print(INFO, "Starting pppd (pppox = %d)", pppox); in start_pppd()
347 log_print(INFO, "Pppd started (pid = %d)", pppd_pid); in start_pppd()
367 log_print(INFO, "Starting pppd (tunnel_fd = %d, session_fd = %d)", in start_pppd_ol2tp()
[all …]
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2.py1039 ast_edits.INFO,
1045 ast_edits.INFO,
1053 ast_edits.INFO,
1061 ast_edits.INFO,
1068 ast_edits.INFO,
1075 ast_edits.INFO,
1426 ast_edits.INFO,
1433 ast_edits.INFO,
1440 ast_edits.INFO,
1776 logs.append((ast_edits.INFO, node.lineno, node.col_offset,
[all …]
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_tool.cc32 LOG(INFO) << "Loading model from " << filename; in LoadModel()
51 LOG(INFO) << "Fetch node: " << fetch; in MaybePruneGraph()
63 LOG(INFO) << "Pruned " in MaybePruneGraph()
81 LOG(INFO) << "Running the analysis"; in GraphAnalyzerTool()
87 LOG(INFO) << "Printing the result"; in GraphAnalyzerTool()
93 LOG(INFO) << "Completed"; in GraphAnalyzerTool()

12345678910>>...39