Home
last modified time | relevance | path

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

12345678910>>...61

/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/webrtc/modules/audio_device/
Daudio_device_impl.cc76 RTC_LOG(INFO) << __FUNCTION__; in Create()
84 RTC_LOG(INFO) << __FUNCTION__; in CreateForTest()
122 RTC_LOG(INFO) << __FUNCTION__; in AudioDeviceModuleImpl()
126 RTC_LOG(INFO) << __FUNCTION__; in CheckPlatform()
131 RTC_LOG(INFO) << "current platform is Win32"; in CheckPlatform()
134 RTC_LOG(INFO) << "current platform is Android"; in CheckPlatform()
137 RTC_LOG(INFO) << "current platform is Linux"; in CheckPlatform()
140 RTC_LOG(INFO) << "current platform is IOS"; in CheckPlatform()
143 RTC_LOG(INFO) << "current platform is Mac"; in CheckPlatform()
156 RTC_LOG(INFO) << __FUNCTION__; in CreatePlatformSpecificObjects()
[all …]
/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_device_module.cc73 RTC_LOG(INFO) << __FUNCTION__; in AndroidAudioDeviceModule()
77 ~AndroidAudioDeviceModule() override { RTC_LOG(INFO) << __FUNCTION__; } in ~AndroidAudioDeviceModule()
81 RTC_LOG(INFO) << __FUNCTION__; in ActiveAudioLayer()
87 RTC_LOG(INFO) << __FUNCTION__; in RegisterAudioCallback()
92 RTC_LOG(INFO) << __FUNCTION__; in Init()
121 RTC_LOG(INFO) << __FUNCTION__; in Terminate()
135 RTC_LOG(INFO) << __FUNCTION__ << ":" << initialized_; in Initialized()
140 RTC_LOG(INFO) << __FUNCTION__; in PlayoutDevices()
141 RTC_LOG(INFO) << "output: " << 1; in PlayoutDevices()
146 RTC_LOG(INFO) << __FUNCTION__; in RecordingDevices()
[all …]
Daudio_record_jni.cc41 RTC_LOG(INFO) << histogram_name_ << ": " << life_time_ms; in ~ScopedHistogramTimer()
71 RTC_LOG(INFO) << "ctor"; in AudioRecordJni()
82 RTC_LOG(INFO) << "dtor"; in ~AudioRecordJni()
88 RTC_LOG(INFO) << "Init"; in Init()
95 RTC_LOG(INFO) << "Terminate"; in Terminate()
103 RTC_LOG(INFO) << "InitRecording"; in InitRecording()
121 RTC_LOG(INFO) << "frames_per_buffer: " << frames_per_buffer_; in InitRecording()
135 RTC_LOG(INFO) << "StartRecording"; in StartRecording()
156 RTC_LOG(INFO) << "StopRecording"; in StopRecording()
169 RTC_LOG(INFO) << "HISTOGRAM(WebRTC.Audio.SourceMatchesRecordingSession): " in StopRecording()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp749 INFO("%s (%u)\n", buf, encSize); in print()
771 INFO("\n%s:%i (", fn->getName(), fn->getLabel()); in visit()
774 INFO("out"); in visit()
779 INFO(" %s", str); in visit()
783 INFO("%s%sin", colour[TXT_DEFAULT], fn->outs.empty() ? "" : ", "); in visit()
788 INFO(" %s", str); in visit()
790 INFO("%s)\n", colour[TXT_DEFAULT]); in visit()
799 INFO("---\n"); in visit()
801 INFO(" <- BB:%i (%s)\n", in visit()
805 INFO("BB:%i (%u instructions) - ", bb->getId(), bb->getInsnCount()); in visit()
[all …]
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_module_ios.mm45 RTC_LOG(INFO) << "current platform is IOS";
46 RTC_LOG(INFO) << "iPhone Audio APIs will be utilized.";
50 RTC_LOG(INFO) << __FUNCTION__;
56 RTC_LOG(INFO) << __FUNCTION__;
60 RTC_LOG(INFO) << __FUNCTION__;
70 RTC_LOG(INFO) << __FUNCTION__;
93 RTC_LOG(INFO) << __FUNCTION__;
104 RTC_LOG(INFO) << __FUNCTION__ << ": " << initialized_;
109 RTC_LOG(INFO) << __FUNCTION__;
115 RTC_LOG(INFO) << __FUNCTION__;
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc84 LOG(INFO) << "Cluster = " << cluster; in PrintDebugInfo()
91 LOG(INFO) << offset << "type = " << cluster->type(); in PrintDebugInfo()
92 LOG(INFO) << offset << "num warmup steps = " << cluster->NumWarmupSteps(); in PrintDebugInfo()
95 LOG(INFO) << offset << " Device names:"; in PrintDebugInfo()
97 LOG(INFO) << offset2 << s; in PrintDebugInfo()
103 LOG(INFO) << offset << "Peak Memory Usage :"; in PrintDebugInfo()
105 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo()
111 LOG(INFO) << offset << "Device properties:"; in PrintDebugInfo()
113 LOG(INFO) << offset2 << k.first; in PrintDebugInfo()
115 LOG(INFO) << offset3 << "type = " << dt.type(); in PrintDebugInfo()
[all …]
/external/webrtc/modules/audio_device/android/
Daudio_device_template.h42 RTC_LOG(INFO) << __FUNCTION__; in AudioDeviceTemplate()
47 virtual ~AudioDeviceTemplate() { RTC_LOG(INFO) << __FUNCTION__; } in ~AudioDeviceTemplate()
51 RTC_LOG(INFO) << __FUNCTION__; in ActiveAudioLayer()
57 RTC_LOG(INFO) << __FUNCTION__; in Init()
77 RTC_LOG(INFO) << __FUNCTION__; in Terminate()
88 RTC_LOG(INFO) << __FUNCTION__; in Initialized()
94 RTC_LOG(INFO) << __FUNCTION__; in PlayoutDevices()
99 RTC_LOG(INFO) << __FUNCTION__; in RecordingDevices()
120 RTC_LOG(INFO) << __FUNCTION__; in SetPlayoutDevice()
133 RTC_LOG(INFO) << __FUNCTION__; in SetRecordingDevice()
[all …]
Daaudio_recorder.cc32 RTC_LOG(INFO) << "ctor"; in AAudioRecorder()
37 RTC_LOG(INFO) << "dtor"; in ~AAudioRecorder()
40 RTC_LOG(INFO) << "detected owerflows: " << overflow_count_; in ~AAudioRecorder()
44 RTC_LOG(INFO) << "Init"; in Init()
53 RTC_LOG(INFO) << "Terminate"; in Terminate()
60 RTC_LOG(INFO) << "InitRecording"; in InitRecording()
72 RTC_LOG(INFO) << "StartRecording"; in StartRecording()
89 RTC_LOG(INFO) << "StopRecording"; in StopRecording()
104 RTC_LOG(INFO) << "AttachAudioBuffer"; in AttachAudioBuffer()
118 RTC_LOG(INFO) << "EnableBuiltInAEC: " << enable; in EnableBuiltInAEC()
[all …]
/external/webrtc/modules/audio_device/win/
Daudio_device_module_win.cc98 RTC_LOG(INFO) << __FUNCTION__; in WindowsAudioDeviceModule()
103 RTC_LOG(INFO) << __FUNCTION__; in ~WindowsAudioDeviceModule()
113 RTC_LOG(INFO) << __FUNCTION__; in ActiveAudioLayer()
121 RTC_LOG(INFO) << __FUNCTION__; in RegisterAudioCallback()
128 RTC_LOG(INFO) << __FUNCTION__; in Init()
156 RTC_LOG(INFO) << __FUNCTION__; in Terminate()
175 RTC_LOG(INFO) << __FUNCTION__; in PlayoutDevices()
182 RTC_LOG(INFO) << __FUNCTION__; in RecordingDevices()
191 RTC_LOG(INFO) << __FUNCTION__; in PlayoutDeviceName()
208 RTC_LOG(INFO) << __FUNCTION__; in RecordingDeviceName()
[all …]
Dcore_audio_output_win.cc33 RTC_DLOG(INFO) << __FUNCTION__;
39 RTC_DLOG(INFO) << __FUNCTION__; in ~CoreAudioOutput()
45 RTC_DLOG(INFO) << __FUNCTION__; in Init()
51 RTC_DLOG(INFO) << __FUNCTION__; in Terminate()
63 RTC_DLOG(INFO) << __FUNCTION__ << ": " << index; in SetDevice()
70 RTC_DLOG(INFO) << __FUNCTION__ << ": " in SetDevice()
81 RTC_DLOG(INFO) << __FUNCTION__ << ": " << index; in DeviceName()
88 RTC_DLOG(INFO) << __FUNCTION__; in AttachAudioBuffer()
94 RTC_DLOG(INFO) << __FUNCTION__; in PlayoutIsInitialized()
100 RTC_DLOG(INFO) << __FUNCTION__ << ": " << IsRestarting(); in InitPlayout()
[all …]
Dcore_audio_utility_win.cc208 RTC_DLOG(INFO) << rtc::ToUtf8(path); in LoadAudiosesDll()
217 RTC_DLOG(INFO) << rtc::ToUtf8(path); in LoadAvrtDll()
286 RTC_DLOG(INFO) << "CreateDeviceInternal: " in CreateDeviceInternal()
590 RTC_DLOG(INFO) << "[" << i in GetDeviceNamesInternal()
592 RTC_DLOG(INFO) << "[" << i in GetDeviceNamesInternal()
617 RTC_DLOG(INFO) << "Using fixed sample rate instead of the preferred: " in GetPreferredAudioParametersInternal()
637 RTC_DLOG(INFO) << audio_params.ToString(); in GetPreferredAudioParametersInternal()
672 RTC_DLOG(INFO) << "IsSupported"; in IsSupported()
678 RTC_DLOG(INFO) << "IsMMCSSSupported"; in IsMMCSSSupported()
701 RTC_DLOG(INFO) << str << number_of_active_devices; in NumberOfActiveDevices()
[all …]
Dcore_audio_input_win.cc36 RTC_DLOG(INFO) << __FUNCTION__;
42 RTC_DLOG(INFO) << __FUNCTION__; in ~CoreAudioInput()
47 RTC_DLOG(INFO) << __FUNCTION__; in Init()
53 RTC_DLOG(INFO) << __FUNCTION__; in Terminate()
65 RTC_DLOG(INFO) << __FUNCTION__ << ": " << index; in SetDevice()
72 RTC_DLOG(INFO) << __FUNCTION__ << ": " in SetDevice()
83 RTC_DLOG(INFO) << __FUNCTION__ << ": " << index; in DeviceName()
90 RTC_DLOG(INFO) << __FUNCTION__; in AttachAudioBuffer()
96 RTC_DLOG(INFO) << __FUNCTION__ << ": " << initialized_; in RecordingIsInitialized()
102 RTC_DLOG(INFO) << __FUNCTION__; in InitRecording()
[all …]
Dcore_audio_base_win.cc131 RTC_DLOG(INFO) << __FUNCTION__; in IsLowLatencySupported()
149 RTC_LOG(INFO) << "low_latency: " << low_latency; in IsLowLatencySupported()
167 RTC_DLOG(INFO) << __FUNCTION__ << "[" << DirectionToString(direction) << "]"; in CoreAudioBase()
168 RTC_DLOG(INFO) << "Automatic restart: " << automatic_restart; in CoreAudioBase()
169 RTC_DLOG(INFO) << "Windows version: " << rtc::rtc_win::GetVersion(); in CoreAudioBase()
187 RTC_DLOG(INFO) << __FUNCTION__; in ~CoreAudioBase()
213 RTC_DLOG(INFO) << __FUNCTION__; in ReleaseCOMObjects()
294 RTC_DLOG(INFO) << __FUNCTION__ << "[" << DirectionToString(direction()) in SetDevice()
301 RTC_DLOG(INFO) << "index=" << IndexToString(index) in SetDevice()
312 RTC_DLOG(INFO) << __FUNCTION__ << "[" << DirectionToString(direction()) in DeviceName()
[all …]
/external/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc73 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
74 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
78 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
88 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
92 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
95 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc73 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
74 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
78 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
88 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
92 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
95 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden_hwaes_test.cc75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/external/arm-trusted-firmware/docs/plat/
Dintel-stratix10.rst71 INFO: DDR: DRAM calibration success.
72 INFO: ECC is disabled.
73 INFO: Init HPS NOC's DDR Scheduler.
76 INFO: BL2: Doing platform setup
77 INFO: BL2: Loading image id 3
78 INFO: Loading image id=3 at address 0xffe1c000
79 INFO: Image id=3 loaded: 0xffe1c000 - 0xffe24034
80 INFO: BL2: Loading image id 5
81 INFO: Loading image id=5 at address 0x50000
82 INFO: Image id=5 loaded: 0x50000 - 0x550000
[all …]
/external/arm-trusted-firmware/plat/brcm/board/stingray/driver/ext_sram_init/
Dext_sram_init.c21 INFO(" - pnor pinmux init start.\n"); in brcm_stingray_pnor_pinmux_init()
160 INFO(" - pnor pinmux init done.\n"); in brcm_stingray_pnor_pinmux_init()
185 INFO(" - pnor sram init start.\n"); in brcm_stingray_pnor_sram_init()
188 INFO(" -- enable pnor clock\n"); in brcm_stingray_pnor_sram_init()
193 INFO(" -- reset pnor\n"); in brcm_stingray_pnor_sram_init()
200 INFO(" -- configure pnor slave address to chip-select mapping\n"); in brcm_stingray_pnor_sram_init()
224 INFO(" -- pnor primecell_id = 0x%x\n", tmp); in brcm_stingray_pnor_sram_init()
233 INFO(" -- pnor set_cycles = 0x%x\n", val); in brcm_stingray_pnor_sram_init()
251 INFO(" -- pnor set_opmode = 0x%x\n", val); in brcm_stingray_pnor_sram_init()
257 INFO(" -- pnor refresh_0 = 0x%x\n", val); in brcm_stingray_pnor_sram_init()
[all …]
/external/abseil-cpp/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
/external/openscreen/third_party/abseil/src/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()

12345678910>>...61