/external/openscreen/tools/cddl/ |
D | codegen.cc | 91 dprintf(fd, " case %s::%s: return parent == %s::%s;\n", in WriteEnumEqualityOperatorSwitchCases() 111 dprintf(fd, "inline bool operator==(const %s& child, const %s& parent) {\n", in WriteEnumEqualityOperator() 113 dprintf(fd, " switch (child) {\n"); in WriteEnumEqualityOperator() 117 dprintf(fd, " default: return false;\n"); in WriteEnumEqualityOperator() 118 dprintf(fd, " }\n}\n"); in WriteEnumEqualityOperator() 121 dprintf(fd, "inline bool operator==(const %s& parent, const %s& child) {\n", in WriteEnumEqualityOperator() 123 dprintf(fd, " return child == parent;\n}\n"); in WriteEnumEqualityOperator() 126 dprintf(fd, "inline bool operator!=(const %s& child, const %s& parent) {\n", in WriteEnumEqualityOperator() 128 dprintf(fd, " return !(child == parent);\n}\n"); in WriteEnumEqualityOperator() 131 dprintf(fd, "inline bool operator!=(const %s& parent, const %s& child) {\n", in WriteEnumEqualityOperator() [all …]
|
/external/python/cpython2/Python/ |
D | thread_atheos.h | 106 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 113 dprintf(("PyThread_start_new_thread spawn_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread() 117 dprintf(("PyThread_start_new_thread resume_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread() 133 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 163 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 168 dprintf(("PyThread_allocate_lock failed: out of memory\n")); in PyThread_allocate_lock() 177 dprintf(("PyThread_allocate_lock failed: %s\n", in PyThread_allocate_lock() 182 dprintf(("PyThread_allocate_lock()-> %p\n", lock)); in PyThread_allocate_lock() 187 dprintf(("PyThread_allocate_lock failed: %s\n", in PyThread_allocate_lock() 191 dprintf(("PyThread_allocate_lock()-> %p\n", sema)); in PyThread_allocate_lock() [all …]
|
D | thread_wince.h | 30 dprintf(("%ld: PyThread_start_new_thread called\n", PyThread_get_thread_ident())); in PyThread_start_new_thread() 38 dprintf(("%ld: PyThread_start_new_thread succeeded:\n", PyThread_get_thread_ident())); in PyThread_start_new_thread() 58 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread() 73 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock() 89 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock() 105 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock() 123 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag… in PyThread_acquire_lock() 130 dprintf(("%ld: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_release_lock() 133 …dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", PyThread_get_thread_ident(), aLoc… in PyThread_release_lock()
|
D | thread_foobar.h | 19 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 35 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 47 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 51 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 58 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 66 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 67 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 74 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
|
D | thread_sgi.h | 43 dprintf(("trying to use addr %p-%p for shared arena\n", addr, addr+size)); in PyThread__init_thread() 71 …dprintf(("arena start: %p, arena size: %ld\n", shared_arena, (long) usconfig(CONF_GETSIZE, shared… in PyThread__init_thread() 121 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 138 dprintf(("trying to use addr %p-%p for sproc\n", in PyThread_start_new_thread() 161 dprintf(("pidlist[%d] = %d\n", in PyThread_start_new_thread() 177 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 191 dprintf(("really exit (%d)\n", exit_status)); in PyThread_exit_thread() 196 dprintf(("waiting for other threads (%d)\n", nthreads)); in PyThread_exit_thread() 205 dprintf(("main thread is waiting\n")); in PyThread_exit_thread() 221 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() [all …]
|
D | thread_cthread.h | 35 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 56 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 70 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 80 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 87 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 96 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 103 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 110 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
|
D | thread_solaris.h | 44 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 70 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 84 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 94 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 101 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 111 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 120 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 127 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
|
D | thread_os2.h | 46 dprintf(("_beginthread failed. return %ld\n", errno)); in PyThread_start_new_thread() 74 dprintf(("%ld: PyThread_exit_thread called\n", in PyThread_exit_thread() 99 dprintf(("%ld: PyThread_allocate_lock() -> %lx\n", in PyThread_allocate_lock() 111 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 119 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", in PyThread_allocate_lock() 134 dprintf(("%ld: PyThread_free_lock(%p) called\n", in PyThread_free_lock() 164 dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", in PyThread_acquire_lock() 211 dprintf(("%ld: PyThread_release_lock(%p) called\n", in PyThread_release_lock() 220 dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", in PyThread_release_lock() 228 dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", in PyThread_release_lock()
|
D | thread_nt.h | 133 dprintf(("%ld: PyThread_start_new_thread called\n", in PyThread_start_new_thread() 159 dprintf(("%ld: PyThread_start_new_thread failed, win32 error code %u\n", in PyThread_start_new_thread() 166 dprintf(("%ld: PyThread_start_new_thread failed, errno %d\n", in PyThread_start_new_thread() 173 dprintf(("%ld: PyThread_start_new_thread succeeded: %p\n", in PyThread_start_new_thread() 196 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread() 216 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 222 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock() 230 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock() 246 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock() 250 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag… in PyThread_acquire_lock() [all …]
|
D | thread_lwp.h | 33 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 52 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 66 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 74 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 80 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 89 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 102 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 108 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
|
D | thread_pthread.h | 172 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 244 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 262 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 278 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 289 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 320 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 337 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 348 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock() 365 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 388 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() [all …]
|
D | thread_pth.h | 55 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread() 79 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread() 93 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock() 110 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock() 118 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock() 129 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock() 156 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock() 165 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_FREQUENCY.c | 46 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY() 66 dprintf("\tfreq = { " in test_VIDIOC_G_FREQUENCY() 101 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_S32_MAX() 121 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_S32_MAX_1() 141 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_U32_MAX() 163 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_NULL() 169 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_FREQUENCY_NULL() 201 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_FREQUENCY() 215 dprintf in test_VIDIOC_S_FREQUENCY() 230 dprintf in test_VIDIOC_S_FREQUENCY() [all …]
|
D | v4l2_show.c | 34 dprintf("\treqbuf = { " in show_v4l2_requestbuffers() 50 dprintf("\tbuf = { " in show_v4l2_buffer() 88 dprintf(".m.userptr=0x%lx, ", buf->m.userptr); in show_v4l2_buffer() 90 dprintf("((__u8*)&.m)[%u]=0x%x, ", in show_v4l2_buffer() 97 dprintf(".m.offset=%u, ", buf->m.offset); in show_v4l2_buffer() 99 dprintf("((__u8*)&.m)[%u]=0x%x, ", in show_v4l2_buffer() 104 dprintf(".length=%u, " in show_v4l2_buffer() 113 dprintf("\tinput = {.index=%u, .name=\"%s\", " in show_v4l2_input() 132 dprintf("\tframesize = { .index=%u, " in show_v4l2_frmsizeenum() 139 dprintf(".discrete = { .width=%u, heigth=%u }, ", in show_v4l2_frmsizeenum() [all …]
|
D | test_VIDIOC_MODULATOR.c | 63 dprintf("\t%s:%u: VIDIOC_G_MODULATOR, ret_get=%i, errno_get=%i\n", in do_get_modulator() 103 dprintf("\tmodulator = { " in do_get_modulator() 123 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, in do_get_modulator() 125 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, in do_get_modulator() 163 dprintf("\t%s:%u: VIDIOC_G_MODULATOR, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_MODULATOR_S32_MAX() 166 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX() 168 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX() 187 dprintf("VIDIOC_G_MODULATOR, ret_get=%i\n", ret_get); in test_VIDIOC_G_MODULATOR_S32_MAX_1() 189 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX_1() 191 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX_1() [all …]
|
D | test_VIDIOC_PRIORITY.c | 58 dprintf("\t%s:%u: set priority to %i\n", __FILE__, __LINE__, priority); in do_set_priority() 62 dprintf("\t%s:%u: VIDIOC_S_PRIORITY, ret_set=%i, errno_set=%i\n", in do_set_priority() 86 dprintf("\t%s:%u: try to set priority to %i\n", __FILE__, __LINE__, in do_set_invalid_priority() 91 dprintf("\t%s:%u: VIDIOC_S_PRIORITY, ret_set=%i, errno_set=%i\n", in do_set_invalid_priority() 118 dprintf in test_VIDIOC_G_PRIORITY() 144 dprintf("\t%s:%u: VIDIOC_G_PRIORITY: ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_PRIORITY_NULL() 150 dprintf("\t%s:%u: VIDIOC_G_PRIORITY: ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_PRIORITY_NULL() 175 dprintf("\t%s:%u: VIDIOC_G_PRIORITY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_PRIORITY() 182 dprintf("\torig_priority = %u\n", orig_priority); in test_VIDIOC_S_PRIORITY() 210 dprintf("\t%s:%u: VIDIOC_G_PRIORITY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_PRIORITY_invalid() [all …]
|
D | test_VIDIOC_TUNER.c | 103 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i, errno_get=%i\n", in do_get_tuner() 151 dprintf("\ttuner = { " in do_get_tuner() 178 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, in do_get_tuner() 180 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, in do_get_tuner() 218 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_TUNER_S32_MAX() 221 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX() 223 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX() 242 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i\n", in test_VIDIOC_G_TUNER_S32_MAX_1() 245 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX_1() 247 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX_1() [all …]
|
D | test_VIDIOC_FMT.c | 200 dprintf("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_get=%i, errno_get=%i\n", in do_get_formats() 209 dprintf("\tformat = {.type=0x%X, .fmt.pix = { " in do_get_formats() 233 dprintf(", 0x%x", in do_get_formats() 266 dprintf("\tformat = {.type=0x%X, .fmt.win={ " in do_get_formats() 292 dprintf(", 0x%x", in do_get_formats() 323 dprintf("\tformat = {.type=0x%X, .fmt.vbi={ " in do_get_formats() 352 dprintf(", 0x%x", in do_get_formats() 384 dprintf("\tformat = {.type=0x%X, " in do_get_formats() 403 dprintf(", 0x%x", in do_get_formats() 477 dprintf("\tformat = {.type=0x%X, ... }\n", format.type); in do_get_formats() [all …]
|
D | test_VIDIOC_AUDIO.c | 74 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO() 104 dprintf("\taudio = {.index=%u, .name=\"%s\", " in test_VIDIOC_G_AUDIO() 135 dprintf("\t%s:%u: audio.index=%u\n", __FILE__, __LINE__, audio.index); in test_VIDIOC_G_AUDIO_ignore_index() 139 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO_ignore_index() 147 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret2=%i, errno2=%i\n", in test_VIDIOC_G_AUDIO_ignore_index() 172 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO_NULL() 178 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_AUDIO_NULL() 220 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_AUDIO() 306 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_AUDIO_S32_MAX() 315 dprintf("\t%s:%u: VIDIOC_S_AUDIO, ret_set=%i, errno_set=%i\n", in test_VIDIOC_S_AUDIO_S32_MAX() [all …]
|
D | test_VIDIOC_OUTPUT.c | 71 dprintf("\tVIDIOC_G_OUTPUT, ret_get=%i, errno_get=%i\n", ret_get, in test_VIDIOC_G_OUTPUT() 78 dprintf("\tindex=0x%X\n", index); in test_VIDIOC_G_OUTPUT() 112 dprintf in test_VIDIOC_S_OUTPUT_from_enum() 122 dprintf in test_VIDIOC_S_OUTPUT_from_enum() 147 dprintf("\tdo_set_output(f, 0x%X, 0x%X)\n", first_wrong_output, in do_set_output() 158 dprintf("\toutput.index=0x%X, ret_set=%i, errno_set=%i\n", in do_set_output() 189 dprintf in test_VIDIOC_S_OUTPUT_invalid_outputs() 237 dprintf("\t%s:%u: VIDIOC_G_OUTPUT, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_OUTPUT_NULL() 243 dprintf("\t%s:%u: VIDIOC_G_OUTPUT: ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_OUTPUT_NULL() 272 dprintf("\t%s:%u: VIDIOC_G_OUTPUT, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_OUTPUT_NULL() [all …]
|
D | test_VIDIOC_ENUM_FMT.c | 58 dprintf in do_enumerate_formats() 93 dprintf in do_enumerate_formats() 145 dprintf in test_VIDIOC_ENUM_FMT_S32_MAX() 173 dprintf in test_VIDIOC_ENUM_FMT_S32_MAX_1() 201 dprintf in test_VIDIOC_ENUM_FMT_U32_MAX() 234 dprintf in test_VIDIOC_ENUM_FMT_invalid_type() 255 dprintf in test_VIDIOC_ENUM_FMT_invalid_type() 276 dprintf in test_VIDIOC_ENUM_FMT_invalid_type() 299 dprintf in test_VIDIOC_ENUM_FMT_invalid_type() 326 dprintf in test_VIDIOC_ENUM_FMT_invalid_type() [all …]
|
D | test_VIDIOC_AUDOUT.c | 61 dprintf("\tVIDIOC_AUDIOOUT, ret_get=%i, errno_get=%i\n", ret_get, in test_VIDIOC_G_AUDOUT() 92 dprintf("\taudioout = {.index=%u, .name=\"%s\", " in test_VIDIOC_G_AUDOUT() 128 dprintf("\tVIDIOC_G_AUDOUT, reg_get1=%i, errno1=%i\n", reg_get1, in test_VIDIOC_G_AUDOUT_ignore_index() 136 dprintf("\tVIDIOC_G_AUDOUT, reg_get2=%i, errno2=%i\n", reg_get2, in test_VIDIOC_G_AUDOUT_ignore_index() 162 dprintf("\t%s:%u: VIDIOC_AUDIOOUT, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDOUT_NULL() 168 dprintf("\t%s:%u: VIDIOC_AUDIOOUT, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_AUDOUT_NULL() 211 dprintf("\tVIDIOC_G_AUDOUT, ret_orig=%i, errno_orig=%i\n", ret_orig, in test_VIDIOC_S_AUDOUT() 299 dprintf("\tVIDIOC_G_AUDOUT, ret_orig=%i, errno_orig=%i\n", ret_orig, in test_VIDIOC_S_AUDOUT_S32_MAX() 322 dprintf("\tVIDIOC_S_AUDOUT, ret_set=%i, errno_set=%i\n", ret_set, in test_VIDIOC_S_AUDOUT_S32_MAX() 353 dprintf("\tVIDIOC_G_AUDOUT, ret_orig=%i, errno_orig=%i\n", ret_orig, in test_VIDIOC_S_AUDOUT_S32_MAX_1() [all …]
|
D | test_VIDIOC_INPUT.c | 73 dprintf("\tVIDIOC_G_INPUT, ret_get=%i, errno_get=%i\n", ret_get, in test_VIDIOC_G_INPUT() 80 dprintf("\tindex=0x%X\n", index); in test_VIDIOC_G_INPUT() 114 dprintf("\tENUMINPUT: i=%u, ret_enum=%i, errno=%i\n", i, in test_VIDIOC_S_INPUT_from_enum() 123 dprintf in test_VIDIOC_S_INPUT_from_enum() 147 dprintf("\tdo_set_input(f, 0x%X, 0x%X)\n", first_wrong_input, in do_set_input() 158 dprintf("\t%s:%u: input.index=0x%X, ret_set=%i, errno_set=%i\n", in do_set_input() 190 dprintf in test_VIDIOC_S_INPUT_invalid_inputs() 239 dprintf("\t%s:%u: VIDIOC_G_INPUT, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_INPUT_NULL() 245 dprintf("\t%s:%u: VIDIOC_G_INPUT: ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_INPUT_NULL() 274 dprintf("\t%s:%u: VIDIOC_G_INPUT, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_INPUT_NULL() [all …]
|
D | test_VIDIOC_EXT_CTRLS.c | 42 dprintf("\t%s:%u: VIDIOC_G_EXT_CTRLS, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_EXT_CTRLS_zero() 77 dprintf in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 93 dprintf in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 129 dprintf in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 157 dprintf in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 195 dprintf in do_get_ext_control_one() 200 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_get_ext_control_one() 229 dprintf in do_get_ext_control_one() 318 dprintf("\t%s:%u: VIDIOC_G_EXT_CTRLS, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_EXT_CTRLS_NULL() 324 dprintf("\t%s:%u: VIDIOC_G_EXT_CTRLS, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_EXT_CTRLS_NULL() [all …]
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 44 #define dprintf(x) printf(x) macro 76 dprintf("Starting the writes:\n"); in main() 80 dprintf("."); in main() 82 dprintf("\n"); in main() 84 dprintf("Starting the Check..."); in main() 90 dprintf("Done.\n"); in main()
|