Home
last modified time | relevance | path

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

12345678910>>...972

/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()
224 crate_id: "ID-mylib.rs".into(), in consolidate_lib_then_test_specs()
225 display_name: "mylib".into(), in consolidate_lib_then_test_specs()
226 edition: "2018".into(), in consolidate_lib_then_test_specs()
227 root_module: "mylib.rs".into(), in consolidate_lib_then_test_specs()
229 deps: BTreeSet::from(["ID-lib_dep.rs".into()]), in consolidate_lib_then_test_specs()
232 cfg: vec!["test".into(), "debug_assertions".into()], in consolidate_lib_then_test_specs()
234 target: "x86_64-unknown-linux-gnu".into(), in consolidate_lib_then_test_specs()
235 crate_type: "rlib".into(), in consolidate_lib_then_test_specs()
[all …]
/external/rust/android-crates-io/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/rust/android-crates-io/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/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 …]
Dhw_tests.rs67 dst: lane.into(), in new()
73 dst: cta.into(), in new()
79 dst: invoc_id.into(), in new()
80 srcs: [cta.into(), u32::from(LOCAL_SIZE_X).into(), lane.into()], in new()
93 b.copy_to(data_addr[0].into(), data_addr_lo.into()); in new()
94 b.copy_to(data_addr[1].into(), data_addr_hi.into()); in new()
106 b.imul(invoc_id.into(), data_stride.into())[0], in new()
107 b.copy(0.into())[0], in new()
110 b.iadd64(data_addr.into(), data_offset.into(), 0.into()); in new()
116 invoc_id.into(), in new()
[all …]
Dfrom_nir.rs423 1 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
424 8 => (vec[usize::from(c / 4)].into(), c % 4), in get_ssa_comp()
425 16 => (vec[usize::from(c / 2)].into(), (c * 2) % 4), in get_ssa_comp()
426 32 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
430 (comps.into(), 0) in get_ssa_comp()
441 self.get_ssa_ref(src).into() in get_src()
458 (base.into(), addr_offset.offset) in get_io_addr_offset()
460 (SrcRef::Zero.into(), addr_offset.offset) in get_io_addr_offset()
474 self.set_ssa(def, (*ssa).into()); in set_dst()
512 // Collect the sources into a vec with src_bit_size per SSA in parse_alu()
[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.rs742 result.mac_address = item.mac_address.into(); in from()
743 result.status = EnumOrUnknown::new(item.status.into()); in from()
744 result.nlos = item.nlos.into(); in from()
745 result.distance = item.distance.into(); in from()
746 result.aoa_azimuth = item.aoa_azimuth.into(); in from()
747 result.aoa_azimuth_fom = item.aoa_azimuth_fom.into(); in from()
748 result.aoa_elevation = item.aoa_elevation.into(); in from()
749 result.aoa_elevation_fom = item.aoa_elevation_fom.into(); in from()
750 result.aoa_destination_azimuth = item.aoa_destination_azimuth.into(); in from()
751 result.aoa_destination_azimuth_fom = item.aoa_destination_azimuth_fom.into(); in from()
[all …]
/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_mint.rs128 Self::from_cols(m.x.into(), m.y.into()).transpose()
136 x: mt.x_axis.into(),
137 y: mt.y_axis.into(),
144 Self::from_cols(m.x.into(), m.y.into())
151 x: m.x_axis.into(),
152 y: m.y_axis.into(),
163 Self::from_cols(m.x.into(), m.y.into(), m.z.into()).transpose()
171 x: mt.x_axis.into(),
172 y: mt.y_axis.into(),
173 z: mt.z_axis.into(),
[all …]
/external/rust/android-crates-io/crates/virtio-drivers/src/device/socket/
Dconnectionmanager.rs126 return Err(SocketError::ConnectionExists.into()); in connect()
181 return Err(SocketError::OutputBufferTooShort(length).into()); in poll()
485 op: VirtioVsockOp::Request.into(), in send_recv()
486 src_cid: guest_cid.into(), in send_recv()
487 dst_cid: host_cid.into(), in send_recv()
488 src_port: guest_port.into(), in send_recv()
489 dst_port: host_port.into(), in send_recv()
490 len: 0.into(), in send_recv()
491 socket_type: SocketType::Stream.into(), in send_recv()
492 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/android-crates-io/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/uwb/src/rust/uwb_core/src/uci/
Dcommand.rs144 uwb_uci_packets::SessionInitCmdBuilder { session_id, session_type }.build().into() in try_from()
147 uwb_uci_packets::SessionDeinitCmdBuilder { session_token }.build().into() in try_from()
150 uwb_uci_packets::GetDeviceInfoCmdBuilder {}.build().into() in try_from()
152 UciCommand::CoreGetCapsInfo => uwb_uci_packets::GetCapsInfoCmdBuilder {}.build().into(), in try_from()
154 uwb_uci_packets::SessionGetStateCmdBuilder { session_token }.build().into() in try_from()
167 .into(), in try_from()
169 uwb_uci_packets::SetConfigCmdBuilder { tlvs: config_tlvs }.build().into() in try_from()
175 .into(), in try_from()
177 uwb_uci_packets::CoreQueryTimeStampCmdBuilder {}.build().into() in try_from()
185 .into() in try_from()
[all …]
/external/rust/android-crates-io/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/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/value/
Dfrom.rs13 Value::Number(n.into())
40 /// let x: Value = f.into();
57 /// let x: Value = f.into();
73 /// let x: Value = b.into();
89 /// let x: Value = s.into();
105 /// let x: Value = s.into();
122 /// let x: Value = s.into();
130 /// let x: Value = s.into();
146 /// let x: Value = n.into();
162 /// m.insert("Lorem".to_owned(), "ipsum".into());
[all …]
/external/rust/android-crates-io/crates/serde_json/src/value/
Dfrom.rs13 Value::Number(n.into())
40 /// let x: Value = f.into();
57 /// let x: Value = f.into();
73 /// let x: Value = b.into();
89 /// let x: Value = s.into();
105 /// let x: Value = s.into();
122 /// let x: Value = s.into();
130 /// let x: Value = s.into();
146 /// let x: Value = n.into();
162 /// m.insert("Lorem".to_owned(), "ipsum".into());
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/value/
Dfrom.rs13 Value::Number(n.into())
40 /// let x: Value = f.into();
57 /// let x: Value = f.into();
73 /// let x: Value = b.into();
89 /// let x: Value = s.into();
105 /// let x: Value = s.into();
122 /// let x: Value = s.into();
130 /// let x: Value = s.into();
146 /// let x: Value = n.into();
162 /// m.insert("Lorem".to_owned(), "ipsum".into());
[all …]
/external/rust/android-crates-io/crates/diplomat/src/snapshots/
Ddiplomat__tests__slices.snap3 … a: a.into(), b: b.into(), c: c.into(), d: d.into(), e:\n …
40 a: a.into(),
41 b: b.into(),
42 c: c.into(),
43 d: d.into(),
44 e: e.into(),
45 f: f.into(),
98 let a = a.into();
99 let b = b.into();
100 let c = c.into();
[all …]

12345678910>>...972