| /third_party/rust/crates/clap/clap_lex/tests/ |
| D | parsed.rs | 5 let raw = clap_lex::RawArgs::new(["bin", "-"]); in to_long_stdio() localVariable 17 let raw = clap_lex::RawArgs::new(["bin", "--"]); in to_long_no_escape() localVariable 29 let raw = clap_lex::RawArgs::new(["bin", "--long"]); in to_long_no_value() localVariable 43 let raw = clap_lex::RawArgs::new(["bin", "--long="]); in to_long_with_empty_value() localVariable 57 let raw = clap_lex::RawArgs::new(["bin", "--long=hello"]); in to_long_with_value() localVariable 71 let raw = clap_lex::RawArgs::new(["bin", "-"]); in to_short_stdio() localVariable 83 let raw = clap_lex::RawArgs::new(["bin", "--"]); in to_short_escape() localVariable 95 let raw = clap_lex::RawArgs::new(["bin", "--long"]); in to_short_long() localVariable 107 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in to_short() localVariable 121 let raw = clap_lex::RawArgs::new(["bin", "-10.0"]); in is_negative_number() localVariable [all …]
|
| D | shorts.rs | 3 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in iter() localVariable 15 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag() localVariable 34 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_value_os() localVariable 47 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag_with_value() localVariable 61 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in next_flag_with_no_value() localVariable 78 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_nothing() localVariable 92 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_something() localVariable 106 let raw = clap_lex::RawArgs::new(["bin", "-short"]); in advance_by_out_of_bounds() localVariable 120 let raw = clap_lex::RawArgs::new(["bin", "-hello"]); in is_not_empty() localVariable 131 let raw = clap_lex::RawArgs::new(["bin", "-hello"]); in is_partial_not_empty() localVariable [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | string-raw.js | 54 raw: ['foo', 'bar', 'baz'] property 58 assert(String.raw({ raw: 'test' }, 0, 1, 2) === "t0e1s2t"); property 61 var raw = new Proxy({length: 2, 0: '', 1: ''}, { get: function(o, k) { get.push(k); return o[k]; }}… variable 62 var p = new Proxy({raw: raw}, { get: function(o, k) { get.push(k); return o[k]; }}); property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | stringRawType.js | 2 String.raw({ raw: ["foo", "bar", "baz"] }, 1, 2); property 6 String.raw({ raw: ["foo", "bar", "baz"] }, 1, 2); property
|
| /third_party/protobuf/src/google/protobuf/ |
| D | raw_ptr_test.cc | 32 RawPtr<Obj> raw; in TEST() local 47 constexpr RawPtr<Obj> raw; in TEST() local 63 RawPtr<Obj> raw; in TEST() local 81 RawPtr<ObjectWithClear> raw; in TEST() local
|
| /third_party/rust/rust/src/tools/rustfmt/tests/source/issue-2977/ |
| D | trait.rs | 6 let raw: $type; localVariable 35 let raw: $type; localVariable
|
| D | impl.rs | 6 let raw: $type; localVariable 35 let raw: $type; localVariable
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/issue-2977/ |
| D | trait.rs | 6 let raw: $type; localVariable 35 let raw: $type; localVariable
|
| D | impl.rs | 6 let raw: $type; localVariable 35 let raw: $type; localVariable
|
| /third_party/rust/rust/src/tools/miri/tests/pass/ |
| D | ptr_raw.rs | 7 let raw = x as *mut i32; in basic_raw() localVariable 14 let raw = x as *mut i32; in basic_raw() localVariable
|
| D | rc.rs | 54 let raw = ArcWeak::into_raw(ArcWeak::<usize>::new()); in arc() localVariable 85 let raw = Weak::into_raw(weak); in weak_into_raw() localVariable 93 let raw = Weak::into_raw(Weak::<usize>::new()); in weak_into_raw() localVariable
|
| D | align_offset_symbolic.rs | 9 let raw = d.as_ptr() as *const u8; in test_align_offset() localVariable 32 let raw = s.as_ptr(); in test_align_to() localVariable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | abstractPropertyBasics.ts | 4 raw: string; property 9 abstract raw: string; property in B
|
| /third_party/mesa3d/src/asahi/compiler/ |
| D | agx_pack.c | 419 uint64_t raw = encoding.exact; in agx_pack_alu() local 581 uint64_t raw = agx_opcodes_info[I->op].encoding.exact | in agx_pack_instr() local 604 uint32_t raw = 0xc1 | (Tt ? BITFIELD_BIT(8) : 0) | in agx_pack_instr() local 614 uint64_t raw = in agx_pack_instr() local 662 uint64_t raw = in agx_pack_instr() local 688 uint64_t raw = 0x11 | (I->last ? (1 << 7) : 0) | in agx_pack_instr() local 746 uint64_t raw = in agx_pack_instr() local 779 uint64_t raw = in agx_pack_instr() local 809 uint64_t raw = in agx_pack_instr() local 838 uint64_t raw = in agx_pack_instr() local [all …]
|
| /third_party/selinux/libselinux/src/ |
| D | setrans_client.c | 197 static int raw_to_trans_context(const char *raw, char **transp) in raw_to_trans_context() 248 static int raw_context_to_color(const char *raw, char **colors) in raw_context_to_color() 352 int selinux_raw_to_trans_context(const char * raw, in selinux_raw_to_trans_context() 393 int selinux_raw_context_to_color(const char * raw, char **transp) in selinux_raw_context_to_color() 448 int selinux_raw_to_trans_context(const char * raw, in selinux_raw_to_trans_context()
|
| /third_party/rust/rust/tests/ui/nll/ |
| D | issue-53773.rs | 10 raw: &'static mut Archive, field 13 raw: &'a mut ArchiveIterator<'a>, field 16 raw: &'a mut ArchiveChild<'a>, field
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrMultisamplePixelBufferAccess.hpp | 47 inline const tcu::PixelBufferAccess& raw (void) const { return m_access; } in raw() function in rr::MultisamplePixelBufferAccess 75 inline const tcu::ConstPixelBufferAccess& raw (void) const { return m_access; } in raw() function in rr::MultisampleConstPixelBufferAccess
|
| /third_party/libabigail/include/ |
| D | abg-interned-str.h | 50 interned_string(string* raw) in interned_string() 98 raw() const in raw() function
|
| /third_party/skia/m133/third_party/externals/libpng/contrib/pngminus/ |
| D | png2pnm.c | 46 BOOL raw = TRUE; in main() local 173 BOOL raw, BOOL alpha) in png2pnm() 216 BOOL raw, BOOL alpha) in do_png2pnm()
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/ |
| D | archive_ro.rs | 9 pub raw: &'static mut super::Archive, field 15 raw: &'a mut super::ArchiveIterator<'a>, field 19 pub raw: &'a mut super::ArchiveChild<'a>, field
|
| /third_party/zlib/examples/ |
| D | fitblk.c | 76 unsigned char raw[RAWLEN]; in partcompress() local 99 unsigned char raw[RAWLEN]; in recompress() local
|
| /third_party/rust/rust/library/std/src/os/solaris/ |
| D | mod.rs | 6 pub mod raw; module
|
| /third_party/rust/rust/library/std/src/os/macos/ |
| D | mod.rs | 6 pub mod raw; module
|
| /third_party/rust/rust/library/std/src/os/ios/ |
| D | mod.rs | 6 pub mod raw; module
|
| /third_party/rust/rust/library/std/src/os/dragonfly/ |
| D | mod.rs | 6 pub mod raw; module
|