/external/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 42 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 …]
|
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | audio_device_module.cc | 73 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() 146 RTC_LOG(INFO) << __FUNCTION__; in RecordingDevices() 168 RTC_LOG(INFO) << __FUNCTION__ << "(" << index << ")"; in SetPlayoutDevice() [all …]
|
/external/webrtc/modules/audio_device/ |
D | audio_device_impl.cc | 76 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() 156 RTC_LOG(INFO) << __FUNCTION__; in CreatePlatformSpecificObjects() 312 RTC_LOG(INFO) << __FUNCTION__; in AttachAudioBuffer() 318 RTC_LOG(INFO) << __FUNCTION__; in ~AudioDeviceModuleImpl() 322 RTC_LOG(INFO) << __FUNCTION__; in ActiveAudioLayer() 332 RTC_LOG(INFO) << __FUNCTION__; in Init() 349 RTC_LOG(INFO) << __FUNCTION__; in Terminate() [all …]
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_module_win.cc | 98 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 …]
|
D | core_audio_output_win.cc | 33 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 …]
|
D | core_audio_input_win.cc | 36 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 …]
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 109 printf("__FUNCTION__ %s\n", __FUNCTION__); in topLevelNamespaceFunction() 120 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousNamespaceFunction() 134 printf("__FUNCTION__ %s\n", __FUNCTION__); in classTemplateFunction() 143 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction() 149 printf("__FUNCTION__ %s\n", __FUNCTION__); 155 printf("__FUNCTION__ %s\n", __FUNCTION__); in virtualFunction() 161 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithParameters() 167 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturningClass() 174 printf("__FUNCTION__ %s\n", __FUNCTION__); in variadicFunction() 180 printf("__FUNCTION__ %s\n", __FUNCTION__); in withTemplateParameter1() [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 109 printf("__FUNCTION__ %s\n", __FUNCTION__); in topLevelNamespaceFunction() 120 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousNamespaceFunction() 134 printf("__FUNCTION__ %s\n", __FUNCTION__); in classTemplateFunction() 143 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction() 149 printf("__FUNCTION__ %s\n", __FUNCTION__); 155 printf("__FUNCTION__ %s\n", __FUNCTION__); in virtualFunction() 161 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithParameters() 167 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturningClass() 174 printf("__FUNCTION__ %s\n", __FUNCTION__); in variadicFunction() 180 printf("__FUNCTION__ %s\n", __FUNCTION__); in withTemplateParameter1() [all …]
|
/external/clang/test/SemaCXX/ |
D | predefined-expr.cpp | 7 static_assert(sizeof(__FUNCTION__) == 4, "foo"); in foo() 14 static_assert(sizeof(__FUNCTION__) == 4, "bar"); in bar() 23 static_assert(sizeof(__FUNCTION__) == 4, "baz"); in baz() 28 static_assert(sizeof(__FUNCTION__) == 11, "operator()"); in baz() 37 static_assert(sizeof(__FUNCTION__) == 27, "___Z3bazIiEiv_block_invoke"); in baz() 45 static_assert(sizeof(__FUNCTION__) == 4, "baz"); in baz() 54 static_assert(sizeof(__FUNCTION__) == 5, "main"); in main() 59 static_assert(sizeof(__FUNCTION__) == 11, "operator()"); in main() 68 static_assert(sizeof(__FUNCTION__) == 20, "__main_block_invoke"); in main() 76 static_assert(sizeof(__FUNCTION__) == 5, "main"); in main() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | predefined-expr.cpp | 7 static_assert(sizeof(__FUNCTION__) == 4, "foo"); in foo() 14 static_assert(sizeof(__FUNCTION__) == 4, "bar"); in bar() 23 static_assert(sizeof(__FUNCTION__) == 4, "baz"); in baz() 28 static_assert(sizeof(__FUNCTION__) == 11, "operator()"); in baz() 37 static_assert(sizeof(__FUNCTION__) == 17, "baz_block_invoke"); in baz() 44 static_assert(sizeof(__FUNCTION__) == 4, "baz"); in baz() 53 static_assert(sizeof(__FUNCTION__) == 5, "main"); in main() 58 static_assert(sizeof(__FUNCTION__) == 11, "operator()"); in main() 67 static_assert(sizeof(__FUNCTION__) == 18, "main_block_invoke"); in main() 74 static_assert(sizeof(__FUNCTION__) == 5, "main"); in main() [all …]
|
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_buffer.cpp | 35 log_info("%s\n", __FUNCTION__); in test_mem_host_read_only_buffer_RW() 49 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW() 52 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW() 64 log_info("%s\n", __FUNCTION__); in test_mem_host_read_only_buffer_RW_Rect() 79 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW_Rect() 82 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW_Rect() 94 log_info("%s\n", __FUNCTION__); in test_mem_host_read_only_buffer_RW_Mapping() 109 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW_Mapping() 112 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer_RW_Mapping() 133 test_error(err, __FUNCTION__); in test_mem_host_read_only_buffer() [all …]
|
D | mem_host_image.cpp | 36 log_info("%s ... \n ", __FUNCTION__); in test_mem_host_read_only_RW_Image() 56 test_error(err, __FUNCTION__); in test_mem_host_read_only_RW_Image() 67 log_info("%s ... \n ", __FUNCTION__); in test_mem_host_read_only_RW_Image_Mapping() 87 test_error(err, __FUNCTION__); in test_mem_host_read_only_RW_Image_Mapping() 103 test_error(err, __FUNCTION__); in test_mem_host_read_only_image() 128 test_error(err, __FUNCTION__); in test_mem_host_read_only_image() 134 test_error(err, __FUNCTION__); in test_mem_host_read_only_image() 148 log_info(" %s ... \n ", __FUNCTION__); in test_MEM_HOST_WRIE_ONLY_Image_RW() 171 test_error(err, __FUNCTION__); in test_MEM_HOST_WRIE_ONLY_Image_RW() 182 log_info("%s ... \n ", __FUNCTION__); in test_MEM_HOST_WRITE_ONLY_Image_RW_Mapping() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | predefined-expr.m | 23 printf("__FUNCTION__: %s\n", __FUNCTION__); 29 printf("__FUNCTION__: %s\n", __FUNCTION__); 35 printf("__FUNCTION__: %s\n", __FUNCTION__); 41 printf("__FUNCTION__: %s\n", __FUNCTION__); 48 printf("__FUNCTION__: %s\n", __FUNCTION__); 54 printf("__FUNCTION__: %s\n", __FUNCTION__); 60 printf("__FUNCTION__: %s\n", __FUNCTION__); 66 printf("__FUNCTION__: %s\n", __FUNCTION__); 80 printf("__FUNCTION__: %s\n", __FUNCTION__); 86 printf("__FUNCTION__: %s\n", __FUNCTION__);
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | predefined-expr.m | 23 printf("__FUNCTION__: %s\n", __FUNCTION__); 29 printf("__FUNCTION__: %s\n", __FUNCTION__); 35 printf("__FUNCTION__: %s\n", __FUNCTION__); 41 printf("__FUNCTION__: %s\n", __FUNCTION__); 48 printf("__FUNCTION__: %s\n", __FUNCTION__); 54 printf("__FUNCTION__: %s\n", __FUNCTION__); 60 printf("__FUNCTION__: %s\n", __FUNCTION__); 66 printf("__FUNCTION__: %s\n", __FUNCTION__); 80 printf("__FUNCTION__: %s\n", __FUNCTION__); 86 printf("__FUNCTION__: %s\n", __FUNCTION__);
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | audio_device_module_ios.mm | 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__; 121 RTC_LOG(INFO) << __FUNCTION__; 133 RTC_LOG(INFO) << __FUNCTION__ << "(" << volume << ")"; [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | libdebugserver.cpp | 75 __FUNCTION__, event_mask); in RNBRunLoopGetStartModeFromRemote() 79 __FUNCTION__, event_mask, set_events); in RNBRunLoopGetStartModeFromRemote() 98 DNBLogThreadedIf(LOG_RNB_MINIMAL, "%s Got success...", __FUNCTION__); in RNBRunLoopGetStartModeFromRemote() 106 __FUNCTION__); in RNBRunLoopGetStartModeFromRemote() 110 DNBLogThreadedIf(LOG_RNB_MINIMAL, "#### %s", __FUNCTION__); in RNBRunLoopGetStartModeFromRemote() 114 __FUNCTION__); in RNBRunLoopGetStartModeFromRemote() 128 DNBLogThreadedIf(LOG_RNB_MINIMAL, "%s (%s)", __FUNCTION__, in signal_handler() 149 __FUNCTION__); in HandleProcessStateChange() 155 "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, in HandleProcessStateChange() 186 __FUNCTION__, (int)initialize, DNBStateAsString(pid_state), in HandleProcessStateChange() [all …]
|
D | RNBContext.cpp | 91 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StartProcessStatusThread() 100 __FUNCTION__); in StartProcessStatusThread() 104 __FUNCTION__, err); in StartProcessStatusThread() 112 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StopProcessStatusThread() 123 __FUNCTION__); in StopProcessStatusThread() 127 __FUNCTION__); in StopProcessStatusThread() 145 __FUNCTION__, arg, pid); in ThreadFunctionProcessStatus() 168 __FUNCTION__); in ThreadFunctionProcessStatus() 179 __FUNCTION__, pid_status_event); in ThreadFunctionProcessStatus() 184 __FUNCTION__, pid); in ThreadFunctionProcessStatus() [all …]
|
/external/swiftshader/src/OpenGL/common/ |
D | debug.h | 41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… 48 #define FIXME(message, ...) do {es::trace("fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, #… 55 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… 63 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 74 es::trace("\t! Unimplemented: %s(%d): ", __FUNCTION__, __LINE__); \ 80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) 87 ERR("\t! Unreachable case reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value); \ 91 …#define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__…
|
/external/mdnsresponder/mDNSWindows/DLLStub/ |
D | DLLStub.cpp | 90 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRefSockFD() 106 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceProcessResult() 121 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRefDeallocate() 142 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceEnumerateDomains() 172 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRegister() 197 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceAddRecord() 221 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceUpdateRecord() 242 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRemoveRecord() 267 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceBrowse() 293 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceResolve() [all …]
|
/external/swiftshader/src/Common/ |
D | DebugAndroid.hpp | 54 __FUNCTION__, __FILE__, __LINE__); \ 64 ALOGE("badness: err %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 71 ALOGE("badness: fixme %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 79 __FUNCTION__, __FILE__, __LINE__); \ 85 __FUNCTION__, __FILE__, __LINE__, #value, value); \ 91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
|
/external/clang/test/CodeGen/ |
D | predefined-expr.c | 19 printf("__FUNCTION__ %s\n", __FUNCTION__); in plainFunction() 25 printf("__FUNCTION__ %s\n", __FUNCTION__); in externFunction() 31 printf("__FUNCTION__ %s\n", __FUNCTION__); in privateExternFunction() 39 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithCapturedStmt() 46 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction()
|
/external/llvm-project/clang/test/CodeGen/ |
D | predefined-expr.c | 19 printf("__FUNCTION__ %s\n", __FUNCTION__); in plainFunction() 25 printf("__FUNCTION__ %s\n", __FUNCTION__); in externFunction() 31 printf("__FUNCTION__ %s\n", __FUNCTION__); in privateExternFunction() 39 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithCapturedStmt() 46 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeThreadLinux.cpp | 45 log.Printf("%s: %s no stop reason", __FUNCTION__, header); in LogThreadStopInfo() 48 log.Printf("%s: %s trace, stopping signal 0x%" PRIx32, __FUNCTION__, header, in LogThreadStopInfo() 52 log.Printf("%s: %s breakpoint, stopping signal 0x%" PRIx32, __FUNCTION__, in LogThreadStopInfo() 56 log.Printf("%s: %s watchpoint, stopping signal 0x%" PRIx32, __FUNCTION__, in LogThreadStopInfo() 60 log.Printf("%s: %s signal 0x%02" PRIx32, __FUNCTION__, header, in LogThreadStopInfo() 64 log.Printf("%s: %s exception type 0x%02" PRIx64, __FUNCTION__, header, in LogThreadStopInfo() 68 log.Printf("%s: %s exec, stopping signal 0x%" PRIx32, __FUNCTION__, header, in LogThreadStopInfo() 72 log.Printf("%s: %s plan complete", __FUNCTION__, header); in LogThreadStopInfo() 75 log.Printf("%s: %s thread exiting", __FUNCTION__, header); in LogThreadStopInfo() 78 log.Printf("%s: %s instrumentation", __FUNCTION__, header); in LogThreadStopInfo() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 183 …debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNCTION__)) 201 _debug_printf("%s\n", __FUNCTION__) 213 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__) 225 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 241 __FILE__, __LINE__, __FUNCTION__, __msg); \ 256 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 329 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__) 333 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 339 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 343 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
|
/external/mesa3d/src/util/ |
D | u_debug.h | 183 …debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNCTION__)) 201 _debug_printf("%s\n", __FUNCTION__) 213 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__) 225 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 241 __FILE__, __LINE__, __FUNCTION__, __msg); \ 256 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 350 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__) 354 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 360 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 364 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
|