Home
last modified time | relevance | path

Searched full:into (Results 1 – 25 of 15040) sorted by relevance

12345678910>>...602

/external/bazelbuild-rules_rust/tools/rust_analyzer/
Daquery.rs117 // Parsing to `AqueryOutput` failed, try parsing into a `serde_json::Value`: in parse_aquery_output_files()
194 existing.crate_type = "rlib".into(); in consolidate_crate_specs()
223 crate_id: "ID-mylib.rs".into(), in consolidate_lib_then_test_specs()
224 display_name: "mylib".into(), in consolidate_lib_then_test_specs()
225 edition: "2018".into(), in consolidate_lib_then_test_specs()
226 root_module: "mylib.rs".into(), in consolidate_lib_then_test_specs()
228 deps: BTreeSet::from(["ID-lib_dep.rs".into()]), in consolidate_lib_then_test_specs()
231 cfg: vec!["test".into(), "debug_assertions".into()], in consolidate_lib_then_test_specs()
233 target: "x86_64-unknown-linux-gnu".into(), in consolidate_lib_then_test_specs()
234 crate_type: "rlib".into(), in consolidate_lib_then_test_specs()
[all …]
Drust_project.rs100 sysroot: Some(sysroot.into()), in generate_rust_project()
101 sysroot_src: Some(sysroot_src.into()), in generate_rust_project()
285 crate_id: "ID-example".into(), in generate_rust_project_single()
286 display_name: "example".into(), in generate_rust_project_single()
287 edition: "2018".into(), in generate_rust_project_single()
288 root_module: "example/lib.rs".into(), in generate_rust_project_single()
293 cfg: vec!["test".into(), "debug_assertions".into()], in generate_rust_project_single()
295 target: "x86_64-unknown-linux-gnu".into(), in generate_rust_project_single()
296 crate_type: "rlib".into(), in generate_rust_project_single()
303 assert_eq!(c.display_name, Some("example".into())); in generate_rust_project_single()
[all …]
/external/rust/crates/rustix/src/backend/linux_raw/arch/
Dmod.rs67 // - Calling `nr` on the syscall number to convert it into `SyscallNumber`.
68 // - Calling `.into()` on each of the arguments to convert them into `ArgReg`.
81 $a0.into(),
88 $a0.into(),
89 $a1.into(),
96 $a0.into(),
97 $a1.into(),
98 $a2.into(),
105 $a0.into(),
106 $a1.into(),
[all …]
/external/toolchain-utils/cros_utils/
Dtiny_render.py36 Turns into
69 # that ends up being fed to `''.join(into)`. This avoids quadratic string
88 piece: Piece, indent_level: int, into: t.List[str]
90 """Helper for |render_text_pieces|. Accumulates strs into |into|."""
92 into.append("\n" + indent_level * " ")
96 into.append(piece)
100 into.append("**")
101 _render_text_pieces(piece.inner, indent_level, into)
102 into.append("**")
107 _render_text_pieces(piece.inner, indent_level, into)
[all …]
/external/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
/external/selinux/libsepol/cil/src/
Dcil_binary.h66 * Insert cil common structure into sepol policydb.
68 * @param[in] pdb The policy database to insert the common into.
77 * Insert cil class structure into sepol policydb.
79 * @param[in] pdb The policy database to insert the class into.
87 * Insert cil role structure into sepol policydb.
89 * @param[in] pdb The policy database to insert the role into.
97 * Insert cil roletype structure into sepol policydb.
99 * @param[in] pdb The policy database to insert the roletype into.
108 * Insert cil type structure into sepol policydb.
110 * @param[in] pdb The policy database to insert the type into.
[all …]
/external/mesa3d/src/nouveau/compiler/nak/
Dbuilder.rs11 fn push_op(&mut self, op: impl Into<Op>) -> &mut Instr { in push_op()
47 srcs: [x, y, true.into()], in lop2_to()
53 srcs: [x, y, 0.into()], in lop2_to()
66 x = true.into(); in lop2_to()
73 srcs: [x, y, true.into()], in lop2_to()
100 sel: sel_u32.into(),
113 dsts: [x.into(), y.into()], in swap()
114 srcs: [y.into(), x.into()], in swap()
126 dst: dst.into(), in shl()
128 high: 0.into(), in shl()
[all …]
Dfrom_nir.rs299 1 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
300 8 => (vec[usize::from(c / 4)].into(), c % 4), in get_ssa_comp()
301 16 => (vec[usize::from(c / 2)].into(), (c * 2) % 4), in get_ssa_comp()
302 32 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
306 (comps.into(), 0) in get_ssa_comp()
313 SSARef::try_from(self.get_ssa(src.as_def())).unwrap().into() in get_src()
330 (base.into(), addr_offset.offset) in get_io_addr_offset()
332 (SrcRef::Zero.into(), addr_offset.offset) in get_io_addr_offset()
337 self.set_ssa(def, (*ssa).into()); in set_dst()
373 // Collect the sources into a vec with src_bit_size per SSA in parse_alu()
[all …]
/external/rust/crates/vulkano/src/command_buffer/commands/
Dsync.rs135 src_stage_mask: src_stages.into(), in pipeline_barrier()
136 src_access_mask: src_access.into(), in pipeline_barrier()
137 dst_stage_mask: dst_stages.into(), in pipeline_barrier()
138 dst_access_mask: dst_access.into(), in pipeline_barrier()
166 Into::into, in pipeline_barrier()
170 src_stage_mask: src_stages.into(), in pipeline_barrier()
171 src_access_mask: src_access.into(), in pipeline_barrier()
172 dst_stage_mask: dst_stages.into(), in pipeline_barrier()
173 dst_access_mask: dst_access.into(), in pipeline_barrier()
225 Into::into, in pipeline_barrier()
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab11 bvs Belgian Sign Language S Split into Langue des signes de Belgique Francophone [sfb], and Vlaams…
12 ccy Southern Zhuang S Split into five languages: Nong Zhuang [zhn]; Yang Zhuang [zyg]; Yongnan Zh…
13 cit Chittagonian S Split into Rohingya [rhg], and Chittagonian (new identifier [ctg]) 2007-07-18
14 flm Falam Chin S Split into Ranglong [rnl], and Falam Chin (new identifier [cfm]). 2007-07-18
17 mob Moinba S Split into five languages: Chug [cvg]; Lish [lsh]; Kalaktang Monpa [kkf]; Tawang Mon…
18 mzf Aiku S Split into four languages: Ambrak [aag]; Yangum Dey [yde]; Yangum Gel [ygl]; Yangum Mon…
20 nhs Southeastern Puebla Nahuatl S Split into Sierra Negra Nahuatl [nsu] and Southeastern Puebla Na…
23 tot Patla-Chicontla Totonac S Split into Upper Necaxa Totonac [tku] and Tecpatlán Totonac [tcw] 20…
32 aiz Aari S Split into Aari [aiw] (new identifier) and Gayil [gyl] 2008-01-14
34 arf Arafundi S Split into three languages: Andai [afd]; Nanubae [afk]; Tapei [afp] 2008-01-14
[all …]
/external/uwb/src/rust/uwb_core/src/proto/
Dmappings.rs734 result.mac_address = item.mac_address.into(); in from()
735 result.status = EnumOrUnknown::new(item.status.into()); in from()
736 result.nlos = item.nlos.into(); in from()
737 result.distance = item.distance.into(); in from()
738 result.aoa_azimuth = item.aoa_azimuth.into(); in from()
739 result.aoa_azimuth_fom = item.aoa_azimuth_fom.into(); in from()
740 result.aoa_elevation = item.aoa_elevation.into(); in from()
741 result.aoa_elevation_fom = item.aoa_elevation_fom.into(); in from()
742 result.aoa_destination_azimuth = item.aoa_destination_azimuth.into(); in from()
743 result.aoa_destination_azimuth_fom = item.aoa_destination_azimuth_fom.into(); in from()
[all …]
/external/rust/crates/glam/src/features/
Dimpl_mint.rs127 Self::from_cols(m.x.into(), m.y.into()).transpose()
135 x: mt.x_axis.into(),
136 y: mt.y_axis.into(),
143 Self::from_cols(m.x.into(), m.y.into())
150 x: m.x_axis.into(),
151 y: m.y_axis.into(),
162 Self::from_cols(m.x.into(), m.y.into(), m.z.into()).transpose()
170 x: mt.x_axis.into(),
171 y: mt.y_axis.into(),
172 z: mt.z_axis.into(),
[all …]
/external/rust/crates/virtio-drivers/src/device/socket/
Dconnectionmanager.rs126 return Err(SocketError::ConnectionExists.into()); in connect()
181 return Err(SocketError::OutputBufferTooShort(length).into()); in poll()
486 op: VirtioVsockOp::Request.into(), in send_recv()
487 src_cid: guest_cid.into(), in send_recv()
488 dst_cid: host_cid.into(), in send_recv()
489 src_port: guest_port.into(), in send_recv()
490 dst_port: host_port.into(), in send_recv()
491 len: 0.into(), in send_recv()
492 socket_type: SocketType::Stream.into(), in send_recv()
493 flags: 0.into(), in send_recv()
[all …]
/external/perfetto/test/trace_processor/diff_tests/stdlib/span_join/
Dspan_left_join_left_unpartitioned_test.sql31 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
32 INSERT INTO t2(ts, dur, part, b)
38 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
39 INSERT INTO t1(ts, dur, a)
46 -- Insert a row into t2 which should be split up by t1's first row.
47 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
49 -- Insert a row into t2 should should be completely covered by t1's first row.
50 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
52 -- Insert a row into t2 which should span between t1's first and second rows.
53 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666);
[all …]
Dspan_outer_join_test.sql32 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
33 INSERT INTO t2(ts, dur, part, b)
39 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
40 INSERT INTO t1(ts, dur, part, a)
51 -- Insert a row into t2 which should be split up by t1's first row.
52 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
54 -- Insert a row into t2 should should be completely covered by t1's first row.
55 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
57 -- Insert a row into t2 which should span between t1's first and second rows.
58 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666);
[all …]
Dspan_left_join_test.sql32 -- Insert some rows into t2 which are in part 0 and 1 but before t1's rows.
33 INSERT INTO t2(ts, dur, part, b)
39 -- Then insert some rows into t1 in part 1, 3, 4 and 5.
40 INSERT INTO t1(ts, dur, part, a)
51 -- Insert a row into t2 which should be split up by t1's first row.
52 INSERT INTO t2(ts, dur, part, b) VALUES (50, 200, 1, 444);
54 -- Insert a row into t2 should should be completely covered by t1's first row.
55 INSERT INTO t2(ts, dur, part, b) VALUES (300, 100, 1, 555);
57 -- Insert a row into t2 which should span between t1's first and second rows.
58 INSERT INTO t2(ts, dur, part, b) VALUES (400, 250, 1, 666);
[all …]
/external/rust/crates/xml-rs/src/reader/
Derror.rs83 Self::CannotRedefineXmlnsPrefix => "Cannot redefine XMLNS prefix".into(), in to_cow()
84 … Self::CannotRedefineXmlPrefix => "Default XMLNS prefix cannot be rebound to another value".into(), in to_cow()
85 Self::EmptyEntity => "Encountered empty entity".into(), in to_cow()
86 Self::EntityTooBig => "Entity too big".into(), in to_cow()
87 Self::NoRootElement => "Unexpected end of stream: no root element found".into(), in to_cow()
88 …lf::ProcessingInstructionWithoutName => "Encountered processing instruction without a name".into(), in to_cow()
89 … Self::UnbalancedRootElement => "Unexpected end of stream: still inside the root element".into(), in to_cow()
90 Self::UnclosedCdata => "Unclosed <![CDATA[".into(), in to_cow()
91 Self::UnexpectedEof => "Unexpected end of stream".into(), in to_cow()
92 Self::UnexpectedOpeningTag => "'<' is not allowed in attributes".into(), in to_cow()
[all …]
/external/rust/crates/combine/tests/
Dparser.rs109 Error::Unexpected('a'.into()), in expected_retain_errors()
110 Error::Message("message".into()), in expected_retain_errors()
111 Error::Expected("my expected digit".into()), in expected_retain_errors()
126 Error::Unexpected('a'.into()), in tuple_parse_error()
127 Error::Expected("digit".into()), in tuple_parse_error()
158 Error::Unexpected('h'.into()), in message_tests()
159 Error::Expected('o'.into()), in message_tests()
160 Error::Message("expected message".into()), in message_tests()
167 Error::Unexpected('i'.into()), in message_tests()
168 Error::Expected('o'.into()), in message_tests()
[all …]
/external/uwb/src/rust/uwb_core/src/uci/
Dcommand.rs135 uwb_uci_packets::SessionInitCmdBuilder { session_id, session_type }.build().into() in try_from()
138 uwb_uci_packets::SessionDeinitCmdBuilder { session_token }.build().into() in try_from()
141 uwb_uci_packets::GetDeviceInfoCmdBuilder {}.build().into() in try_from()
143 UciCommand::CoreGetCapsInfo => uwb_uci_packets::GetCapsInfoCmdBuilder {}.build().into(), in try_from()
145 uwb_uci_packets::SessionGetStateCmdBuilder { session_token }.build().into() in try_from()
158 .into(), in try_from()
160 uwb_uci_packets::SetConfigCmdBuilder { tlvs: config_tlvs }.build().into() in try_from()
166 .into(), in try_from()
168 uwb_uci_packets::CoreQueryTimeStampCmdBuilder {}.build().into() in try_from()
176 .into() in try_from()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DOperations.frag.out39 0:28 add second child into first child ( temp 4-component vector of float)
43 0:29 add second child into first child ( temp 4-component vector of float)
53 0:30 add second child into first child ( temp 4-component vector of float)
57 0:31 add second child into first child ( temp 4-component vector of float)
61 0:32 add second child into first child ( temp 4-component vector of float)
65 0:33 add second child into first child ( temp 4-component vector of float)
69 0:35 add second child into first child ( temp 4-component vector of float)
73 0:36 add second child into first child ( temp 4-component vector of float)
77 0:37 add second child into first child ( temp 4-component vector of float)
81 0:38 add second child into first child ( temp 4-component vector of float)
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
DOperations.frag.out39 0:28 add second child into first child ( temp 4-component vector of float)
43 0:29 add second child into first child ( temp 4-component vector of float)
53 0:30 add second child into first child ( temp 4-component vector of float)
57 0:31 add second child into first child ( temp 4-component vector of float)
61 0:32 add second child into first child ( temp 4-component vector of float)
65 0:33 add second child into first child ( temp 4-component vector of float)
69 0:35 add second child into first child ( temp 4-component vector of float)
73 0:36 add second child into first child ( temp 4-component vector of float)
77 0:37 add second child into first child ( temp 4-component vector of float)
81 0:38 add second child into first child ( temp 4-component vector of float)
[all …]
/external/rust/crates/serde_json/src/value/
Dfrom.rs14 Value::Number(n.into())
40 /// let x: Value = f.into();
56 /// let x: Value = f.into();
72 /// let x: Value = b.into();
88 /// let x: Value = s.into();
104 /// let x: Value = s.into();
121 /// let x: Value = s.into();
129 /// let x: Value = s.into();
145 /// let x: Value = n.into();
161 /// m.insert("Lorem".to_string(), "ipsum".into());
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
Dspan_join_operator_unittest.cc91 RunStatement("INSERT INTO f VALUES(100, 10, 5);"); in TEST_F()
92 RunStatement("INSERT INTO f VALUES(110, 50, 5);"); in TEST_F()
93 RunStatement("INSERT INTO f VALUES(120, 100, 2);"); in TEST_F()
94 RunStatement("INSERT INTO f VALUES(160, 10, 5);"); in TEST_F()
96 RunStatement("INSERT INTO s VALUES(100, 5, 5);"); in TEST_F()
97 RunStatement("INSERT INTO s VALUES(105, 100, 5);"); in TEST_F()
98 RunStatement("INSERT INTO s VALUES(110, 50, 2);"); in TEST_F()
99 RunStatement("INSERT INTO s VALUES(160, 100, 2);"); in TEST_F()
153 RunStatement("INSERT INTO f VALUES(30, 20, NULL);"); in TEST_F()
154 RunStatement("INSERT INTO f VALUES(100, 10, 5);"); in TEST_F()
[all …]
/external/crosvm/devices/src/virtio/video/
Dcommand.rs130 Ok(match hdr.type_.into() { in from_reader()
145 let input_resource_type = match in_mem_type.into() { in from_reader()
154 let output_resource_type = match out_mem_type.into() { in from_reader()
164 stream_id: hdr.stream_id.into(), in from_reader()
173 stream_id: hdr.stream_id.into(), in from_reader()
179 stream_id: hdr.stream_id.into(), in from_reader()
193 let planes_layout = Into::<u32>::into(planes_layout); in from_reader()
199 let num_planes = Into::<u32>::into(num_planes) as usize; in from_reader()
218 .map(|x| Into::<u32>::into(*x)) in from_reader()
224 let num_entries: u32 = num_entries[i].into(); in from_reader()
[all …]
/external/skia/third_party/vello/src/
Dencoding.rs54 let t = Transform::from_kurbo(&transform.into()); in fill()
56 self.encoding.encode_fill_style(style.into()); in fill()
69 let t = Transform::from_kurbo(&transform.into()); in stroke()
74 let stroke = style.into(); in stroke()
82 let t = Transform::from_kurbo(&transform.into()); in begin_clip()
86 self.encoding.encode_begin_clip(Mix::Clip.into(), /*alpha=*/ 1.0); in begin_clip()
106 let mut config = RenderConfig::new(&layout, width, height, &background.into()); in prepare_render()
159 PathEl::MoveTo(p.into()) in next()
164 PathEl::LineTo(p.into()) in next()
170 PathEl::QuadTo(p0.into(), p1.into()) in next()
[all …]

12345678910>>...602