Home
last modified time | relevance | path

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

12345678910>>...1153

/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/
H A 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 …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testSynced/
Dlegacy_contacts.sql6 INSERT INTO _sync_state VALUES(1,'[email protected]','');
8 INSERT INTO _sync_state_metadata VALUES(2);
10 INSERT INTO android_metadata VALUES('en_US');
13 INSERT INTO contact_methods VALUES(1,3,1,'[email protected]',NULL,1,NULL,1);
14 INSERT INTO contact_methods VALUES(2,4,1,'[email protected]',NULL,1,NULL,1);
15 INSERT INTO contact_methods VALUES(3,8,1,'[email protected]',NULL,1,NULL,1);
16 INSERT INTO contact_methods VALUES(4,9,1,'[email protected]',NULL,1,NULL,1);
17 INSERT INTO contact_methods VALUES(5,12,1,'[email protected]',NULL,1,NULL,1);
20 INSERT INTO fave_msg_status VALUES(100,163594440200207602010000000000000000000000000000000000000000…
23 INSERT INTO faves VALUES(1,1,0,'','',000000000000,NULL,NULL,NULL);
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A 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 …]
H A Dfrom_nir.rs419 1 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
420 8 => (vec[usize::from(c / 4)].into(), c % 4), in get_ssa_comp()
421 16 => (vec[usize::from(c / 2)].into(), (c * 2) % 4), in get_ssa_comp()
422 32 => (vec[usize::from(c)].into(), 0), in get_ssa_comp()
426 (comps.into(), 0) in get_ssa_comp()
437 self.get_ssa_ref(src).into() in get_src()
454 (base.into(), addr_offset.offset) in get_io_addr_offset()
456 (SrcRef::Zero.into(), addr_offset.offset) in get_io_addr_offset()
470 self.set_ssa(def, (*ssa).into()); in set_dst()
508 // Collect the sources into a vec with src_bit_size per SSA in parse_alu()
[all …]
H A Dhw_tests.rs87 dst: lane.into(), in new()
93 dst: cta.into(), in new()
99 dst: invoc_id.into(), in new()
100 srcs: [cta.into(), u32::from(LOCAL_SIZE_X).into(), lane.into()], in new()
113 b.copy_to(data_addr[0].into(), data_addr_lo.into()); in new()
114 b.copy_to(data_addr[1].into(), data_addr_hi.into()); in new()
126 b.imul(invoc_id.into(), data_stride.into())[0], in new()
127 b.copy(0.into())[0], in new()
130 b.iadd64(data_addr.into(), data_offset.into(), 0.into()); in new()
136 invoc_id.into(), in new()
[all …]
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/proto/
H A Dmappings.rs741 result.mac_address = item.mac_address.into(); in from()
742 result.status = EnumOrUnknown::new(item.status.into()); in from()
743 result.nlos = item.nlos.into(); in from()
744 result.distance = item.distance.into(); in from()
745 result.aoa_azimuth = item.aoa_azimuth.into(); in from()
746 result.aoa_azimuth_fom = item.aoa_azimuth_fom.into(); in from()
747 result.aoa_elevation = item.aoa_elevation.into(); in from()
748 result.aoa_elevation_fom = item.aoa_elevation_fom.into(); in from()
749 result.aoa_destination_azimuth = item.aoa_destination_azimuth.into(); in from()
750 result.aoa_destination_azimuth_fom = item.aoa_destination_azimuth_fom.into(); in from()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dgoto.go99 // goto into outer block okay
107 // goto backward into outer block okay
115 // goto into inner block not okay
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
123 // goto backward into inner block still not okay
128 goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block"
133 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
145 goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block"
153 // many kinds of blocks, all invalid to jump into or among,
182 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block"
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A 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 …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/test1/
Dlegacy_contacts.sql5 INSERT INTO _deleted_people VALUES(1249441421793000,'20d08a710c3df43d','android.contacts.test.eclai…
7 INSERT INTO _sync_state VALUES(1,'[email protected]','');
9 INSERT INTO _sync_state_metadata VALUES(2);
11 INSERT INTO android_metadata VALUES('en_US');
13 INSERT INTO calls VALUES(1,18004664411,1249177360040,10,2,1,'Jane Doe',1,NULL);
15 INSERT INTO contact_methods VALUES(1,2,1,'[email protected]',NULL,1,NULL,1);
16 INSERT INTO contact_methods VALUES(2,2,1,'[email protected]',NULL,2,NULL,0);
17 INSERT INTO contact_methods VALUES(3,2,1,'[email protected]',NULL,3,NULL,0);
18 INSERT INTO contact_methods VALUES(4,2,1,'[email protected]',NULL,3,NULL,0);
19 INSERT INTO contact_methods VALUES(5,2,3,'a','pre:5',3,NULL,0);
[all …]
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
H A Ddevice_info.rs59 Err(e) => return Err(e.into()), in from_cbor_values()
227 values.push(("brand".into(), "generic".into())); in device_info_from_cbor_duplicate_values()
237 values.push(("vbmeta_digest".into(), vec![0u8; 0].into())); in device_info_from_cbor_empty_vbmeta_digest()
247 values.push(("vbmeta_digest".into(), vec![0u8; 16].into())); in device_info_from_cbor_all_zero_vbmeta_digest()
257 values.push(("vb_state".into(), "avf".into())); in device_info_from_cbor_values_non_avf_security_level_has_avf_vb_state()
266 values.push(("bootloader_state".into(), "avf".into())); in device_info_from_cbor_values_non_avf_security_level_has_avf_bootloader_state()
277 .chain(vec![("vb_state".into(), "green".into())]) in device_info_from_cbor_values_avf_security_level_has_non_avf_vb_state()
309 ("brand".into(), "generic".into()), in get_valid_values()
310 ("manufacturer".into(), "acme".into()), in get_valid_values()
311 ("product".into(), "phone".into()), in get_valid_values()
[all …]
/aosp_15_r20/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()
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 …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A 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 …]
H A D400.geom.out201 0:136 add second child into first child ( temp double)
205 0:137 add second child into first child ( temp 2-component vector of double)
209 0:138 add second child into first child ( temp 3-component vector of double)
213 0:139 add second child into first child ( temp 4-component vector of double)
217 0:141 add second child into first child ( temp double)
221 0:142 add second child into first child ( temp 2-component vector of double)
225 0:143 add second child into first child ( temp 3-component vector of double)
229 0:144 add second child into first child ( temp 4-component vector of double)
233 0:146 add second child into first child ( temp double)
237 0:147 add second child into first child ( temp 2-component vector of double)
[all …]
/aosp_15_r20/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 …]
D400.geom.out201 0:136 add second child into first child ( temp double)
205 0:137 add second child into first child ( temp 2-component vector of double)
209 0:138 add second child into first child ( temp 3-component vector of double)
213 0:139 add second child into first child ( temp 4-component vector of double)
217 0:141 add second child into first child ( temp double)
221 0:142 add second child into first child ( temp 2-component vector of double)
225 0:143 add second child into first child ( temp 3-component vector of double)
229 0:144 add second child into first child ( temp 4-component vector of double)
233 0:146 add second child into first child ( temp double)
237 0:147 add second child into first child ( temp 2-component vector of double)
[all …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/llvm/test/MC/Mips/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A 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 …]
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dcommand.rs143 uwb_uci_packets::SessionInitCmdBuilder { session_id, session_type }.build().into() in try_from()
146 uwb_uci_packets::SessionDeinitCmdBuilder { session_token }.build().into() in try_from()
149 uwb_uci_packets::GetDeviceInfoCmdBuilder {}.build().into() in try_from()
151 UciCommand::CoreGetCapsInfo => uwb_uci_packets::GetCapsInfoCmdBuilder {}.build().into(), in try_from()
153 uwb_uci_packets::SessionGetStateCmdBuilder { session_token }.build().into() in try_from()
166 .into(), in try_from()
168 uwb_uci_packets::SetConfigCmdBuilder { tlvs: config_tlvs }.build().into() in try_from()
174 .into(), in try_from()
176 uwb_uci_packets::CoreQueryTimeStampCmdBuilder {}.build().into() in try_from()
184 .into() in try_from()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v1.projects.dashboards.html114 …s the available space into vertical columns and arranges a set of widgets vertically in each colum…
151into regular alignment_period time intervals. This process takes all of the data points in an alig…
152 …erval, in seconds, that is used to divide the data in all the time series into consistent blocks o…
153 …String&quot;, # The reduction operation to be used to combine time series into a single time serie…
154into subsets prior to applying the aggregation operation. Each subset contains time series that ha…
157 …An Aligner describes how to bring the data points in a single time series into temporal alignment.…
165into regular alignment_period time intervals. This process takes all of the data points in an alig…
166 …erval, in seconds, that is used to divide the data in all the time series into consistent blocks o…
167 …String&quot;, # The reduction operation to be used to combine time series into a single time serie…
168into subsets prior to applying the aggregation operation. Each subset contains time series that ha…
[all …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql7 INSERT INTO _sync_state_metadata VALUES(2);
9 INSERT INTO android_metadata VALUES('en_US');
12 INSERT INTO contact_methods VALUES(1,1,1,'[email protected]',NULL,1,NULL,1);
13 INSERT INTO contact_methods VALUES(2,3,1,'[email protected]',NULL,1,NULL,1);
14 INSERT INTO contact_methods VALUES(3,5,1,'[email protected]',NULL,1,NULL,1);
19 INSERT INTO faves VALUES(1,1,0,'','',000000000000,NULL,NULL,NULL);
20 INSERT INTO faves VALUES(2,2,0,'','',000000000000,NULL,NULL,NULL);
21 INSERT INTO faves VALUES(3,3,0,'','',000000000000,NULL,NULL,NULL);
22 INSERT INTO faves VALUES(4,4,0,'','',000000000000,NULL,NULL,NULL);
23 INSERT INTO faves VALUES(5,5,0,'','',000000000000,NULL,NULL,NULL);
[all …]

12345678910>>...1153