| /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/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/mbedtls/tests/suites/ |
| D | test_suite_psa_crypto_util.data | 1 ECDSA Raw -> DER, 256bit, Success 5 ECDSA Raw -> DER, 256bit, DER buffer too small 9 ECDSA Raw -> DER, very large input (544-bit) 12 ECDSA Raw -> DER, 256bit, Null r 16 ECDSA Raw -> DER, 256bit, Null s 20 ECDSA Raw -> DER, 256bit, r with MSb set 24 ECDSA Raw -> DER, 256bit, s with MSb set 28 ECDSA Raw -> DER, 256bit, both r and s with MSb set 32 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data 36 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data with MSb set [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | keywords.rs | 4 pub static mut u8_: ::std::os::raw::c_int; 8 pub static mut u16_: ::std::os::raw::c_int; 12 pub static mut u32_: ::std::os::raw::c_int; 16 pub static mut u64_: ::std::os::raw::c_int; 20 pub static mut i8_: ::std::os::raw::c_int; 24 pub static mut i16_: ::std::os::raw::c_int; 28 pub static mut i32_: ::std::os::raw::c_int; 32 pub static mut i64_: ::std::os::raw::c_int; 36 pub static mut f32_: ::std::os::raw::c_int; 40 pub static mut f64_: ::std::os::raw::c_int; [all …]
|
| D | derive-fn-ptr.rs | 4 arg1: ::std::os::raw::c_int, 5 arg2: ::std::os::raw::c_int, 6 arg3: ::std::os::raw::c_int, 7 arg4: ::std::os::raw::c_int, 8 arg5: ::std::os::raw::c_int, 9 arg6: ::std::os::raw::c_int, 10 arg7: ::std::os::raw::c_int, 11 arg8: ::std::os::raw::c_int, 12 arg9: ::std::os::raw::c_int, 13 arg10: ::std::os::raw::c_int, [all …]
|
| D | wrap-static-fns.rs | 4 pub fn foo() -> ::std::os::raw::c_int; in foo() 8 pub fn bar() -> ::std::os::raw::c_int; in bar() 12 pub fn takes_ptr(arg: *mut ::std::os::raw::c_int) -> ::std::os::raw::c_int; in takes_ptr() 18 unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int, in takes_fn_ptr() 20 ) -> ::std::os::raw::c_int; in takes_fn_ptr() 26 unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int, in takes_fn() 28 ) -> ::std::os::raw::c_int; in takes_fn() 31 unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int, 35 pub fn takes_alias(f: func) -> ::std::os::raw::c_int; in takes_alias() 40 arg: *const *const ::std::os::raw::c_int, in takes_qualified() [all …]
|
| D | issue-816.rs | 100 pub fn bit_1(&self) -> ::std::os::raw::c_uint { in bit_1() 104 pub fn set_bit_1(&mut self, val: ::std::os::raw::c_uint) { in set_bit_1() 111 pub fn bit_2(&self) -> ::std::os::raw::c_uint { in bit_2() 115 pub fn set_bit_2(&mut self, val: ::std::os::raw::c_uint) { in set_bit_2() 122 pub fn bit_3(&self) -> ::std::os::raw::c_uint { in bit_3() 126 pub fn set_bit_3(&mut self, val: ::std::os::raw::c_uint) { in set_bit_3() 133 pub fn bit_4(&self) -> ::std::os::raw::c_uint { in bit_4() 137 pub fn set_bit_4(&mut self, val: ::std::os::raw::c_uint) { in set_bit_4() 144 pub fn bit_5(&self) -> ::std::os::raw::c_uint { in bit_5() 148 pub fn set_bit_5(&mut self, val: ::std::os::raw::c_uint) { in set_bit_5() [all …]
|
| D | bitfield-32bit-overflow.rs | 99 pub fn m0(&self) -> ::std::os::raw::c_char { in m0() 103 pub fn set_m0(&mut self, val: ::std::os::raw::c_char) { in set_m0() 110 pub fn m1(&self) -> ::std::os::raw::c_char { in m1() 114 pub fn set_m1(&mut self, val: ::std::os::raw::c_char) { in set_m1() 121 pub fn m2(&self) -> ::std::os::raw::c_char { in m2() 125 pub fn set_m2(&mut self, val: ::std::os::raw::c_char) { in set_m2() 132 pub fn m3(&self) -> ::std::os::raw::c_char { in m3() 136 pub fn set_m3(&mut self, val: ::std::os::raw::c_char) { in set_m3() 143 pub fn m4(&self) -> ::std::os::raw::c_char { in m4() 147 pub fn set_m4(&mut self, val: ::std::os::raw::c_char) { in set_m4() [all …]
|
| D | bitfield_align.rs | 90 pub x: ::std::os::raw::c_uchar, 93 pub y: ::std::os::raw::c_uchar, 104 pub fn b1(&self) -> ::std::os::raw::c_uint { in b1() 108 pub fn set_b1(&mut self, val: ::std::os::raw::c_uint) { in set_b1() 115 pub fn b2(&self) -> ::std::os::raw::c_uint { in b2() 119 pub fn set_b2(&mut self, val: ::std::os::raw::c_uint) { in set_b2() 126 pub fn b3(&self) -> ::std::os::raw::c_uint { in b3() 130 pub fn set_b3(&mut self, val: ::std::os::raw::c_uint) { in set_b3() 137 pub fn b4(&self) -> ::std::os::raw::c_uint { in b4() 141 pub fn set_b4(&mut self, val: ::std::os::raw::c_uint) { in set_b4() [all …]
|
| D | accessors.rs | 5 pub mNoAccessor: ::std::os::raw::c_int, 7 pub mBothAccessors: ::std::os::raw::c_int, 9 pub mUnsafeAccessors: ::std::os::raw::c_int, 11 pub mImmutableAccessor: ::std::os::raw::c_int, 32 pub fn get_mBothAccessors(&self) -> &::std::os::raw::c_int { in get_mBothAccessors() 36 pub fn get_mBothAccessors_mut(&mut self) -> &mut ::std::os::raw::c_int { in get_mBothAccessors_mut() 40 pub unsafe fn get_mUnsafeAccessors(&self) -> &::std::os::raw::c_int { in get_mUnsafeAccessors() 44 pub unsafe fn get_mUnsafeAccessors_mut(&mut self) -> &mut ::std::os::raw::c_int { in get_mUnsafeAccessors_mut() 48 pub fn get_mImmutableAccessor(&self) -> &::std::os::raw::c_int { in get_mImmutableAccessor() 56 pub mBothAccessors: ::std::os::raw::c_int, [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | raw_ptr_test.cc | 32 RawPtr<Obj> raw; in TEST() local 33 EXPECT_EQ(raw->i, 0); in TEST() 34 EXPECT_EQ((*raw).i, 0); in TEST() 35 EXPECT_EQ(static_cast<void*>(&raw->i), kZeroBuffer); in TEST() 36 EXPECT_EQ(static_cast<void*>(raw.Get()), kZeroBuffer); in TEST() 37 EXPECT_TRUE(raw.IsDefault()); in TEST() 40 raw.Set(&obj); in TEST() 41 EXPECT_EQ(raw->i, 1); in TEST() 42 EXPECT_EQ(static_cast<void*>(raw.Get()), &obj); in TEST() 43 EXPECT_FALSE(raw.IsDefault()); in TEST() [all …]
|
| /third_party/rust/rust/tests/ui/raw-ref-op/ |
| D | raw-ref-temp.stderr | 2 --> $DIR/raw-ref-temp.rs:11:31 4 LL | let ref_expr = &raw const 2; 8 --> $DIR/raw-ref-temp.rs:12:33 10 LL | let mut_ref_expr = &raw mut 3; 14 --> $DIR/raw-ref-temp.rs:13:32 16 LL | let ref_const = &raw const FOUR; 20 --> $DIR/raw-ref-temp.rs:14:34 22 LL | let mut_ref_const = &raw mut FOUR; 26 --> $DIR/raw-ref-temp.rs:16:37 28 LL | let field_ref_expr = &raw const (1, 2).0; [all …]
|
| D | raw-ref-temp.rs | 11 let ref_expr = &raw const 2; //~ ERROR cannot take address in main() 12 let mut_ref_expr = &raw mut 3; //~ ERROR cannot take address in main() 13 let ref_const = &raw const FOUR; //~ ERROR cannot take address in main() 14 let mut_ref_const = &raw mut FOUR; //~ ERROR cannot take address in main() 16 let field_ref_expr = &raw const (1, 2).0; //~ ERROR cannot take address in main() 17 let mut_field_ref_expr = &raw mut (1, 2).0; //~ ERROR cannot take address in main() 18 let field_ref = &raw const PAIR.0; //~ ERROR cannot take address in main() 19 let mut_field_ref = &raw mut PAIR.0; //~ ERROR cannot take address in main() 21 let index_ref_expr = &raw const [1, 2][0]; //~ ERROR cannot take address in main() 22 let mut_index_ref_expr = &raw mut [1, 2][0]; //~ ERROR cannot take address in main() [all …]
|
| D | feature-raw-ref-op.stderr | 1 error[E0658]: raw address of syntax is experimental 2 --> $DIR/feature-raw-ref-op.rs:13:5 4 LL | &raw const a; 10 error[E0658]: raw address of syntax is experimental 11 --> $DIR/feature-raw-ref-op.rs:14:5 13 LL | &raw mut a; 19 error[E0658]: raw address of syntax is experimental 20 --> $DIR/feature-raw-ref-op.rs:19:13 22 LL | let x = &raw const y; 28 error[E0658]: raw address of syntax is experimental [all …]
|
| D | feature-raw-ref-op.rs | 7 is_expr!(&raw const a); //~ ERROR raw address of syntax is experimental 8 is_expr!(&raw mut a); //~ ERROR raw address of syntax is experimental 13 &raw const a; //~ ERROR raw address of syntax is experimental in cfgd_out() 14 &raw mut a; //~ ERROR raw address of syntax is experimental in cfgd_out() 19 let x = &raw const y; //~ ERROR raw address of syntax is experimental in main() 20 let x = &raw mut y; //~ ERROR raw address of syntax is experimental in main()
|
| /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/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/mesa3d/bin/ |
| D | khronos-update.py | 79 …clude/KHR/khrplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/KHR/khrpla… 87 …rc/egl/generate/egl.xml', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/egl.xml'), 88 …clude/EGL/egl.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/egl.h'… 89 …clude/EGL/eglplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglpla… 90 …clude/EGL/eglext.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglext… 100 …api/glapi/registry/gl.xml', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/xml/gl.xml'), 101 …/GL/glcorearb.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glcorea… 102 …/GL/glext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glext.h… 103 …/GL/glxext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/glxext.… 104 …/GL/wglext.h', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/api/GL/wglext.… [all …]
|
| /third_party/skia/m133/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
| D | PerfActivity.java | 16 R.raw.star, 17 R.raw.movie_loading, 18 R.raw.uk, 19 R.raw.white_material_wave_loading, 20 R.raw.check_animation, 21 R.raw.confetti, 22 R.raw.gears, 23 R.raw.hand_sanitizer, 24 R.raw.heart_preloader, 25 R.raw.i_was_scared_after_that_brouhaha, [all …]
|
| /third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
| D | PerfActivity.java | 16 R.raw.star, R.raw.movie_loading, R.raw.uk, R.raw.white_material_wave_loading, 17 R.raw.check_animation, R.raw.confetti, R.raw.gears, 18 R.raw.hand_sanitizer, R.raw.heart_preloader, R.raw.i_was_scared_after_that_brouhaha, 19 R.raw.im_thirsty, R.raw.true_will, R.raw.workout_monkey_stay_healthy, 20 R.raw.ripple_loading_animation, R.raw.signature, R.raw.asdasd, R.raw.celebration, 21 R.raw.check
|
| /third_party/openssl/test/recipes/30-test_evp_data/ |
| D | evppkey_ecx.txt | 43 #Raw versions of the same keys as above 45 PrivateKeyRaw=Alice-25519-Raw:X25519:77076d0a7318a57d3c16c17251b26645df4c2f87ebc0992ab177fba51db92c… 47 PublicKeyRaw=Alice-25519-PUBLIC-Raw:X25519:8520f0098930a754748b7ddcb43ef75a0dbf3a0d26381af4eba4a98e… 49 PrivPubKeyPair = Alice-25519-Raw:Alice-25519-PUBLIC-Raw 51 PrivateKeyRaw=Bob-25519-Raw:X25519:5dab087e624a8a4b79e17f8b83800ee66f3bb1292618b6fd1c2f8b27ff88e0eb 53 PublicKeyRaw=Bob-25519-PUBLIC-Raw:X25519:de9edb7d7b7dc1b4d35b61c2ece435373f8343c85b78674dadfc7e146f… 57 PrivPubKeyPair = Bob-25519-Raw:Bob-25519-PUBLIC-Raw 67 Derive=Alice-25519-Raw 68 PeerKey=Bob-25519-PUBLIC-Raw 71 Derive=Bob-25519-Raw [all …]
|
| /third_party/rust/crates/io-lifetimes/src/ |
| D | raw.rs | 1 //! Portability abstractions over `Raw*`. 17 /// A raw filelike object. 24 /// A raw filelike object. 31 /// A raw socketlike object. 38 /// A raw socketlike object. 45 /// A portable trait to obtain the raw value of an underlying filelike object. 51 /// Returns the raw value. 67 /// Returns the raw value. 83 /// Returns the raw value. 99 /// Returns the raw value. [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ |
| D | ptr.rs | 27 raw: SyntaxNodePtr, field 33 AstPtr { raw: self.raw.clone(), _ty: PhantomData } in clone() 41 self.raw == other.raw in eq() 47 self.raw.hash(state); in hash() 53 AstPtr { raw: SyntaxNodePtr::new(node.syntax()), _ty: PhantomData } in new() 57 let syntax_node = self.raw.to_node(root); in to_node() 62 self.raw.clone() in syntax_node_ptr() 66 self.raw.text_range() in text_range() 70 if !U::can_cast(self.raw.kind()) { in cast() 73 Some(AstPtr { raw: self.raw, _ty: PhantomData }) in cast() [all …]
|
| /third_party/grpc/tools/http2_interop/ |
| D | goaway.go | 37 raw := make([]byte, f.Header.Length) 38 if _, err := io.ReadFull(r, raw); err != nil { 41 return f.UnmarshalPayload(raw) 44 func (f *GoAwayFrame) UnmarshalPayload(raw []byte) error { 45 if f.Header.Length != len(raw) { 46 return fmt.Errorf("Invalid Payload length %d != %d", f.Header.Length, len(raw)) 52 Reserved: Reserved(raw[0]>>7 == 1), 53 StreamID: StreamID(binary.BigEndian.Uint32(raw[0:4]) & 0x7fffffff), 54 Code: binary.BigEndian.Uint32(raw[4:8]), 55 Data: []byte(string(raw[8:])), [all …]
|