/third_party/flutter/flutter/packages/flutter/test/material/ |
D | theme_defaults_test.dart | 28 … final RawMaterialButton raw = tester.widget<RawMaterialButton>(find.byType(RawMaterialButton)); 29 expect(raw.textStyle.color, const Color(0xdd000000)); 30 expect(raw.fillColor, const Color(0xffe0e0e0)); 31 expect(raw.highlightColor, const Color(0x29000000)); // Was Color(0x66bcbcbc) 32 expect(raw.splashColor, const Color(0x1f000000)); // Was Color(0x66c8c8c8) 33 expect(raw.elevation, 2.0); 34 expect(raw.highlightElevation, 8.0); 35 expect(raw.disabledElevation, 0.0); 36 expect(raw.constraints, defaultButtonConstraints); 37 expect(raw.padding, defaultButtonPadding); [all …]
|
/third_party/libsnd/tests/ |
D | benchmark-latest-coltrane | 6 Raw write PCM_16 : 31022959 samples per sec 7 Raw read PCM_16 : 63471874 samples per sec 10 Write short to PCM_16 : 83.19% of raw write 11 Read short from PCM_16 : 82.28% of raw read 12 Write int to PCM_24 : 30.81% of raw write 13 Read int from PCM_24 : 32.92% of raw read 14 Write float to PCM_16 : 17.70% of raw write 15 Read float from PCM_16 : 43.64% of raw read 16 Write float to PCM_24 : 15.09% of raw write 17 Read float from PCM_24 : 27.79% of raw read [all …]
|
D | benchmark-1.0.18pre16-hendrix | 5 Raw write PCM_16 : 103189885 samples per sec 6 Raw read PCM_16 : 660854036 samples per sec 9 Write short to PCM_16 : 95.08% of raw write 10 Read short from PCM_16 : 96.39% of raw read 11 Write int to PCM_24 : 54.55% of raw write 12 Read int from PCM_24 : 28.50% of raw read 13 Write int to PCM_32 : 46.97% of raw write 14 Read int from PCM_32 : 39.98% of raw read 15 Write float to PCM_16 : 60.85% of raw write 16 Read float from PCM_16 : 27.79% of raw read [all …]
|
D | benchmark-1.0.6pre10-miles | 5 Raw write PCM_16 : 40092612 samples per sec 6 Raw read PCM_16 : 42382563 samples per sec 9 Write short to PCM_16 : 61.90% of raw write 10 Read short from PCM_16 : 100.20% of raw read 11 Write int to PCM_24 : 28.69% of raw write 12 Read int from PCM_24 : 33.62% of raw read 13 Write int to PCM_32 : 31.14% of raw write 14 Read int from PCM_32 : 51.04% of raw read 15 Write float to PCM_16 : 25.57% of raw write 16 Read float from PCM_16 : 28.17% of raw read [all …]
|
D | benchmark-1.0.18pre16-mingus | 5 Raw write PCM_16 : 178237074 samples per sec 6 Raw read PCM_16 : 368885269 samples per sec 9 Write short to PCM_16 : 98.84% of raw write 10 Read short from PCM_16 : 147.10% of raw read 11 Write int to PCM_24 : 33.74% of raw write 12 Read int from PCM_24 : 30.82% of raw read 13 Write int to PCM_32 : 48.34% of raw write 14 Read int from PCM_32 : 62.43% of raw read 15 Write float to PCM_16 : 41.86% of raw write 16 Read float from PCM_16 : 36.73% of raw read [all …]
|
D | benchmark-0.0.28 | 6 Raw write PCM_16 : 30660117 samples per sec 7 Raw read PCM_16 : 62788982 samples per sec 10 Write short to PCM_16 : 83.37% of raw write 11 Read short from PCM_16 : 83.17% of raw read 12 Write int to PCM_24 : 30.78% of raw write 13 Read int from PCM_24 : 32.96% of raw read 14 Write int to PCM_32 : 42.05% of raw write 15 Read int from PCM_32 : 41.11% of raw read 16 Write float to PCM_16 : 17.75% of raw write 17 Read float from PCM_16 : 43.27% of raw read [all …]
|
D | benchmark-1.0.6pre10-coltrane | 5 Raw write PCM_16 : 28845961 samples per sec 6 Raw read PCM_16 : 63471874 samples per sec 9 Write short to PCM_16 : 86.21% of raw write 10 Read short from PCM_16 : 82.60% of raw read 11 Write int to PCM_24 : 34.89% of raw write 12 Read int from PCM_24 : 37.26% of raw read 13 Write int to PCM_32 : 43.36% of raw write 14 Read int from PCM_32 : 41.30% of raw read 15 Write float to PCM_16 : 43.02% of raw write 16 Read float from PCM_16 : 43.99% of raw read [all …]
|
D | benchmark-1.0.0 | 5 Raw write PCM_16 : 31084269 samples per sec 6 Raw read PCM_16 : 63597065 samples per sec 9 Write short to PCM_16 : 83.19% of raw write 10 Read short from PCM_16 : 82.93% of raw read 11 Write int to PCM_24 : 31.12% of raw write 12 Read int from PCM_24 : 37.90% of raw read 13 Write float to PCM_16 : 37.00% of raw write 14 Read float from PCM_16 : 45.53% of raw read 15 Write float to PCM_24 : 29.08% of raw write 16 Read float from PCM_24 : 28.48% of raw read [all …]
|
D | benchmark-1.0.0rc2 | 5 Raw write PCM_16 : 31638069 samples per sec 6 Raw read PCM_16 : 62788982 samples per sec 9 Write short to PCM_16 : 82.37% of raw write 10 Read short from PCM_16 : 82.17% of raw read 11 Write int to PCM_24 : 30.80% of raw write 12 Read int from PCM_24 : 37.95% of raw read 13 Write float to PCM_16 : 36.22% of raw write 14 Read float from PCM_16 : 23.32% of raw read 15 Write float to PCM_24 : 28.41% of raw write 16 Read float from PCM_24 : 28.41% of raw read [all …]
|
/third_party/rust/crates/clap/clap_lex/tests/ |
D | parsed.rs | 5 let raw = clap_lex::RawArgs::new(["bin", "-"]); in to_long_stdio() localVariable 6 let mut cursor = raw.cursor(); in to_long_stdio() 7 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in to_long_stdio() 8 let next = raw.next(&mut cursor).unwrap(); in to_long_stdio() 17 let raw = clap_lex::RawArgs::new(["bin", "--"]); in to_long_no_escape() localVariable 18 let mut cursor = raw.cursor(); in to_long_no_escape() 19 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in to_long_no_escape() 20 let next = raw.next(&mut cursor).unwrap(); in to_long_no_escape() 29 let raw = clap_lex::RawArgs::new(["bin", "--long"]); in to_long_no_value() localVariable 30 let mut cursor = raw.cursor(); in to_long_no_value() [all …]
|
D | shorts.rs | 3 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in iter() localVariable 4 let mut cursor = raw.cursor(); in iter() 5 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in iter() 6 let next = raw.next(&mut cursor).unwrap(); in iter() 15 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag() localVariable 16 let mut cursor = raw.cursor(); in next_flag() 17 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in next_flag() 18 let next = raw.next(&mut cursor).unwrap(); in next_flag() 34 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_value_os() localVariable 35 let mut cursor = raw.cursor(); in next_value_os() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | deinterlace.c | 59 "video/x-raw, " \ 68 "video/x-raw, " \ 77 "video/x-raw, " \ 86 "video/x-raw, " \ 535 "video/x-raw, format=I420, width=320, height=240, " in GST_START_TEST() 537 "video/x-raw", in GST_START_TEST() 538 "video/x-raw, format=I420, width=320, height=240, " in GST_START_TEST() 542 "video/x-raw, format=I420, width=320, height=240, " in GST_START_TEST() 544 "video/x-raw", in GST_START_TEST() 545 "video/x-raw, format=I420, width=320, height=240, " in GST_START_TEST() [all …]
|
D | videobox.c | 50 {"video/x-raw,format={RGBA}", "video/x-raw,format={AYUV}", TRUE}, 51 {"video/x-raw,format={AYUV}", "video/x-raw,format={RGBA}", TRUE}, 52 {"video/x-raw,format={I420}", "video/x-raw,format={AYUV}", TRUE}, 53 {"video/x-raw,format={AYUV}", "video/x-raw,format={I420}", TRUE}, 54 {"video/x-raw,format={I420}", "video/x-raw,format={YV12}", TRUE}, 55 {"video/x-raw,format={YV12}", "video/x-raw,format={AYUV}", TRUE}, 56 {"video/x-raw,format={YV12}", "video/x-raw,format={I420}", TRUE}, 57 {"video/x-raw,format={AYUV}", "video/x-raw,format={YV12}", TRUE}, 58 {"video/x-raw,format={AYUV}", "video/x-raw,format={xRGB}", TRUE}, 59 {"video/x-raw,format={xRGB}", "video/x-raw,format={xRGB}", TRUE}, [all …]
|
/third_party/elfutils/tests/ |
D | run-peel-type.sh | 25 c raw type base_type 26 i raw type base_type 27 l raw type base_type 28 v raw type pointer_type 29 s raw type structure_type 30 ca raw type array_type 31 ia raw type array_type 32 va raw type array_type 33 sa raw type array_type 37 c raw type base_type [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 85 struct BufferUpload *raw = g_new0 (struct BufferUpload, 1); in _buffer_new_impl() local 87 raw->upload = upload; in _buffer_new_impl() 89 return raw; in _buffer_new_impl() 109 struct BufferUpload *raw = impl; in _buffer_propose_allocation() local 130 pool = gst_vulkan_buffer_pool_new (raw->upload->device); in _buffer_propose_allocation() 166 GST_STATIC_CAPS ("video/x-raw(" GST_CAPS_FEATURE_MEMORY_VULKAN_BUFFER ") ;" 167 "video/x-raw"); 169 GST_STATIC_CAPS ("video/x-raw(" GST_CAPS_FEATURE_MEMORY_VULKAN_BUFFER ")"); 199 struct RawToBufferUpload *raw = g_new0 (struct RawToBufferUpload, 1); in _raw_to_buffer_new_impl() local 201 raw->upload = upload; in _raw_to_buffer_new_impl() [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | keywords.rs | 10 pub static mut u8_: ::std::os::raw::c_int; 14 pub static mut u16_: ::std::os::raw::c_int; 18 pub static mut u32_: ::std::os::raw::c_int; 22 pub static mut u64_: ::std::os::raw::c_int; 26 pub static mut i8_: ::std::os::raw::c_int; 30 pub static mut i16_: ::std::os::raw::c_int; 34 pub static mut i32_: ::std::os::raw::c_int; 38 pub static mut i64_: ::std::os::raw::c_int; 42 pub static mut f32_: ::std::os::raw::c_int; 46 pub static mut f64_: ::std::os::raw::c_int; [all …]
|
D | derive-fn-ptr.rs | 10 arg1: ::std::os::raw::c_int, 11 arg2: ::std::os::raw::c_int, 12 arg3: ::std::os::raw::c_int, 13 arg4: ::std::os::raw::c_int, 14 arg5: ::std::os::raw::c_int, 15 arg6: ::std::os::raw::c_int, 16 arg7: ::std::os::raw::c_int, 17 arg8: ::std::os::raw::c_int, 18 arg9: ::std::os::raw::c_int, 19 arg10: ::std::os::raw::c_int, [all …]
|
D | issue-816.rs | 116 pub fn bit_1(&self) -> ::std::os::raw::c_uint { in bit_1() 122 pub fn set_bit_1(&mut self, val: ::std::os::raw::c_uint) { in set_bit_1() 129 pub fn bit_2(&self) -> ::std::os::raw::c_uint { in bit_2() 135 pub fn set_bit_2(&mut self, val: ::std::os::raw::c_uint) { in set_bit_2() 142 pub fn bit_3(&self) -> ::std::os::raw::c_uint { in bit_3() 148 pub fn set_bit_3(&mut self, val: ::std::os::raw::c_uint) { in set_bit_3() 155 pub fn bit_4(&self) -> ::std::os::raw::c_uint { in bit_4() 161 pub fn set_bit_4(&mut self, val: ::std::os::raw::c_uint) { in set_bit_4() 168 pub fn bit_5(&self) -> ::std::os::raw::c_uint { in bit_5() 174 pub fn set_bit_5(&mut self, val: ::std::os::raw::c_uint) { in set_bit_5() [all …]
|
D | bitfield-32bit-overflow.rs | 115 pub fn m0(&self) -> ::std::os::raw::c_char { in m0() 121 pub fn set_m0(&mut self, val: ::std::os::raw::c_char) { in set_m0() 128 pub fn m1(&self) -> ::std::os::raw::c_char { in m1() 134 pub fn set_m1(&mut self, val: ::std::os::raw::c_char) { in set_m1() 141 pub fn m2(&self) -> ::std::os::raw::c_char { in m2() 147 pub fn set_m2(&mut self, val: ::std::os::raw::c_char) { in set_m2() 154 pub fn m3(&self) -> ::std::os::raw::c_char { in m3() 160 pub fn set_m3(&mut self, val: ::std::os::raw::c_char) { in set_m3() 167 pub fn m4(&self) -> ::std::os::raw::c_char { in m4() 173 pub fn set_m4(&mut self, val: ::std::os::raw::c_char) { in set_m4() [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | conv.rs | 41 pub(super) fn ret(raw: c::c_int) -> io::Result<()> { in ret() 42 if raw == 0 { in ret() 50 pub(super) fn syscall_ret(raw: c::c_long) -> io::Result<()> { in syscall_ret() 51 if raw == 0 { in syscall_ret() 59 pub(super) fn nonnegative_ret(raw: c::c_int) -> io::Result<()> { in nonnegative_ret() 60 if raw >= 0 { in nonnegative_ret() 68 pub(super) unsafe fn ret_infallible(raw: c::c_int) { in ret_infallible() 69 debug_assert_eq!(raw, 0, "unexpected error: {:?}", io::Errno::last_os_error()); in ret_infallible() 73 pub(super) fn ret_c_int(raw: c::c_int) -> io::Result<c::c_int> { in ret_c_int() 74 if raw == -1 { in ret_c_int() [all …]
|
/third_party/mesa3d/bin/ |
D | khronos-update.py | 50 …clude/KHR/khrplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/KHR/khrpla… 58 …rc/egl/generate/egl.xml', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/egl.xml'), 59 …clude/EGL/egl.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/egl.h'… 60 …clude/EGL/eglplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglpla… 61 …clude/EGL/eglext.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglext… 72 …api/glapi/registry/gl.xml', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/xml/gl.xml'), 73 …/GL/glcorearb.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glcorea… 74 …/GL/glext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glext.h… 75 …/GL/glxext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glxext.… 76 …/GL/wglext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/wglext.… [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | string-raw.js | 29 // https://www.ecma-international.org/ecma-262/6.0/#sec-string.raw 21.1.2.4 33 ["{ get raw() { throw '5'; } }", '5'], 34 ["{ raw : undefined }", TypeError], // 5.toObject 35 ["{ raw : { get length() { throw '7.1'; } } }", '7.1'], 36 ["{ raw : { length : { toString() { throw '7.2'; } } } }", '7.2'], 37 ["{ raw : { length: 2, get '0'() { throw '12.b.1'} } }", '12.b.1'], 38 ["{ raw : { length: 2, '0' : { toString() { throw '12.b.2';} } } }", '12.b.2'], 39 ["{ raw : { length: 2, '0' : 1 } }, { toString() { throw '12.h';} }", '12.h'], 43 assertThrows("String.raw(" + e[0] + ")", e[1]); 46 // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw [all …]
|
/third_party/libffi/src/ |
D | java_raw_api.c | 32 /* This defines a Java- and 64-bit specific variant of the raw API. */ 33 /* It assumes that "raw" argument blocks look like Java stacks on a */ 76 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args) in ffi_java_raw_to_ptrarray() argument 89 *args = (void*) ((char*)(raw++) + 3); in ffi_java_raw_to_ptrarray() 94 *args = (void*) ((char*)(raw++) + 2); in ffi_java_raw_to_ptrarray() 101 *args = (void *)raw; in ffi_java_raw_to_ptrarray() 102 raw += 2; in ffi_java_raw_to_ptrarray() 107 *args = (void*) &(raw++)->ptr; in ffi_java_raw_to_ptrarray() 115 *args = raw; in ffi_java_raw_to_ptrarray() 116 raw += in ffi_java_raw_to_ptrarray() [all …]
|
D | raw_api.c | 27 /* This file defines generic functions for use with the raw api. */ 57 ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args) in ffi_raw_to_ptrarray() argument 70 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 1); in ffi_raw_to_ptrarray() 75 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 2); in ffi_raw_to_ptrarray() 81 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 4); in ffi_raw_to_ptrarray() 87 *args = (raw++)->ptr; in ffi_raw_to_ptrarray() 92 *args = (raw++)->ptr; in ffi_raw_to_ptrarray() 96 *args = (void*) &(raw++)->ptr; in ffi_raw_to_ptrarray() 100 *args = raw; in ffi_raw_to_ptrarray() 101 raw += FFI_ALIGN ((*tp)->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG; in ffi_raw_to_ptrarray() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | decoder.c | 2 * libzvbi -- Old raw VBI decoder 25 of libzvbi. vbi_raw_decoder is now just a wrapper for the new raw 28 already use the new raw VBI decoder directly. */ 41 * @addtogroup Rawdec Raw VBI decoder 42 * @ingroup Raw 43 * @brief Converting raw VBI samples to bits and bytes. 68 sample (uint8_t * raw, int offs, int bpp, int endian) 75 raw += (offs >> 8) * 2; 76 raw0 = (raw[0 + endian] + raw[1 - endian] * 256) & 0x07C0; 77 raw1 = (raw[2 + endian] + raw[3 - endian] * 256) & 0x07C0; [all …]
|