Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/system/core/fs_mgr/liblp/fuzzer/
DREADME.md32 …ARTITION_ATTR_UPDATED`,<br/> 5.`LP_PARTITION_ATTR_DISABLED`|Value obtained from FuzzedDataProvider|
33 |`blockDevSize`| Integer value from `0` to `100000`|Value obtained from FuzzedDataProvider|
34 |`metadataMaxSize`| Integer value from `0` to `10000` |Value obtained from FuzzedDataProvider|
35 |`metadataSlotCount`| Integer value from `0` to `2` |Value obtained from FuzzedDataProvider|
36 |`partitionName`| String |Value obtained from FuzzedDataProvider|
37 |`superBlockDeviceName`| String |Value obtained from FuzzedDataProvider|
38 |`blockDeviceInfoSize`| Integer |Value obtained from FuzzedDataProvider|
39 |`alignment`| Integer |Value obtained from FuzzedDataProvider|
40 |`alignmentOffset`| Integer |Value obtained from FuzzedDataProvider|
41 |`logicalBlockSize`| Integer |Value obtained from FuzzedDataProvider|
[all …]
/system/core/init/fuzzer/
DREADME.md16 |`kValidPaths`| 0.`/system/etc/init/hw/init.rc`,<br/> 1.`/system/etc/init` |Value obtained from Fuz…
17 …,"14", "10", "unlimited"}`,<br/> 5.`{"","15", "10", "-1"}` |Value obtained from FuzzedDataProvider|
37 …r/> 4.`DOUBLE`,<br/> 5.`SIZE`,<br/>6.`ENUM`,<br/>7.`RANDOM`|Value obtained from FuzzedDataProvider|
73 | `major` | `UINT32_MIN` to `UINT32_MAX` | Value obtained from FuzzedDataProvider|
74 | `minor` | `UINT32_MIN` to `UINT32_MAX` | Value obtained from FuzzedDataProvider|
75 | `partition_num ` | `UINT32_MIN` to `UINT32_MAX` | Value obtained from FuzzedDataProvider|
76 | `uid` | `UINT32_MIN` to `UINT32_MAX` | Value obtained from FuzzedDataProvider|
77 | `gid` | `UINT32_MIN` to `UINT32_MAX` | Value obtained from FuzzedDataProvider|
78 | `action` | `String` | Value obtained from FuzzedDataProvider|
79 | `path` | `String` | Value obtained from FuzzedDataProvider|
[all …]
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/proto/
Dfilter.proto13 // Success response to host operation (from CHRE).
15 // Failure response to host operation (from CHRE).
17 // Message from host to CHRE to set Filters.
19 // Notification from CHRE to host with FilterResults as payload.
23 // Message from host to CHRE to request extended configuration.
25 // Message from CHRE to host for the response of extended configuration.
27 // Message from CHRE to host for the tracker report.
29 // Message from CHRE to host for the storage full event.
/system/secretkeeper/comm/tests/
Ddata_types.rs135 *Response::new(vec![Value::from(ERROR_OK), Value::from(5)]).unwrap(); in response_creation()
139 let _ = *<StoreSecretResponse as Response>::new(vec![Value::from(ERROR_OK)]).unwrap(); in response_creation()
143 Value::from(ERROR_OK), in response_creation()
181 Value::from(SecretkeeperError::RequestMalformed as u16), in invalid_response_creation_get_version()
182 Value::from(5) in invalid_response_creation_get_version()
188 Value::from(ERROR_OK), in invalid_response_creation_get_version()
189 Value::from(5), in invalid_response_creation_get_version()
190 Value::from(7) in invalid_response_creation_get_version()
196 Value::from(ERROR_OK), in invalid_response_creation_get_version()
197 Value::from("a tstr") in invalid_response_creation_get_version()
[all …]
/system/nfc/tools/casimir/
Dbuild.rs26 &PathBuf::from("src/nci_packets.pdl").canonicalize().unwrap(), in main()
32 &PathBuf::from("src/rf_packets.pdl").canonicalize().unwrap(), in main()
41 Ok(dir) => PathBuf::from(dir), in install_generated_module()
42 Err(_) => PathBuf::from(module_name), in install_generated_module()
46 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in install_generated_module()
58 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in generate_module()
/system/apex/apexd/
Dapexd_utils_test.cpp139 TemporaryDir from; in TEST() local
142 TemporaryFile from_1(from.path); in TEST()
143 auto from_subdir = StringPrintf("%s/subdir", from.path); in TEST()
149 auto result = MoveDir(from.path, to.path); in TEST()
151 ASSERT_TRUE(fs::is_empty(from.path)); in TEST()
167 TemporaryFile from; in TEST() local
169 ASSERT_THAT(MoveDir(from.path, to.path), Not(Ok())); in TEST()
173 TemporaryDir from; in TEST() local
175 TemporaryFile from_1(from.path); in TEST()
176 ASSERT_THAT(MoveDir(from.path, to.path), Not(Ok())); in TEST()
[all …]
/system/security/mls/mls-rs-crypto-boringssl/src/
Decdh.rs30 TryFromSliceError(#[from] TryFromSliceError),
165 let private_key = HpkeSecretKey::from( in dh()
169 let public_key = HpkePublicKey::from( in dh()
185 HpkeSecretKey::from(decode_hex::<16>("c8a9d5a91091ad851c668b0736c1c9a0").to_vec()); in dh_invalid_key()
186 let public_key = HpkePublicKey::from( in dh_invalid_key()
195 let private_key = HpkeSecretKey::from( in dh_invalid_key()
200 HpkePublicKey::from(decode_hex::<16>("504a36999f489cd2fdbc08baff3d88fa").to_vec()); in dh_invalid_key()
210 let private_key = HpkeSecretKey::from( in to_public()
214 let expected_public_key = HpkePublicKey::from( in to_public()
226 HpkeSecretKey::from(decode_hex::<16>("c8a9d5a91091ad851c668b0736c1c9a0").to_vec()); in to_public_invalid_key()
[all …]
Deddsa.rs29 TryFromSliceError(#[from] TryFromSliceError),
64 fn from(e: InvalidSignatureError) -> Self { in from() method
182 let private_key = SignatureSecretKey::from( in signature_key_derive_public()
186 let expected_public_key = SignaturePublicKey::from( in signature_key_derive_public()
198 SignatureSecretKey::from(decode_hex::<16>("9d61b19deffd5a60ba844af492ec2cc4").to_vec()); in signature_key_derive_public_invalid_key()
210 let private_key = SignatureSecretKey::from( in sign_verify()
228 SignatureSecretKey::from(decode_hex::<16>("c5aa8df43f9f837bedb7442f31dcb7b1").to_vec()); in sign_invalid_key()
240 SignaturePublicKey::from(decode_hex::<16>("fc51cd8e6218a1a38da47ed00230f058").to_vec()); in verify_invalid_key()
253 let public_key = SignaturePublicKey::from( in verify_invalid_sig()
/system/update_engine/common/
Daction_pipe.h71 static void Bond(FromAction* from, ToAction* to) { in Bond() argument
73 from->set_out_pipe(pipe); in Bond()
93 void BondActions(FromAction* from, ToAction* to) { in BondActions() argument
98 ActionPipe<typename FromAction::OutputObjectType>::Bond(from, to); in BondActions()
/system/extras/memory_replay/traces/
DTRACES7 Trace of the native camera app from start-up.
10 Trace of the Google Gmail app from start-up and through reading messages.
13 Trace of the Google Maps app from start-up while looking at various parts
17 Trace of the system app process surfaceflinger from start-up while
21 Trace of the system app process system_server from start-up while
25 Trace of the system app process systemui from start-up while
29 Trace of the Google YouTube app from start-up and while watching various
65 Trace from app start while looking at different photos, scrolling the
/system/memory/libmemunreachable/
DAtomicState.h49 bool transition(T from, T to) { return state_.compare_exchange_strong(from, to); } in transition() argument
56 bool transition_or(T from, T to, const std::function<T()>& orFunc) { in transition_or() argument
57 if (!state_.compare_exchange_strong(from, to)) { in transition_or()
/system/librustutils/system_properties/
Derror.rs25 BadNameError(#[from] std::ffi::NulError),
43 BadCString(#[from] Utf8Error),
46 CallbackError(#[from] anyhow::Error),
/system/security/keystore2/src/crypto/
Derror.rs55 LayoutError(#[from] std::alloc::LayoutErr),
59 NixError(#[from] nix::Error),
104 ZVec(#[from] zvec::Error),
/system/secretkeeper/comm/src/data_types/
Derror.rs87 fn from(_e: ciborium::value::Error) -> Self { in from() method
93 fn from(_e: ciborium::Value) -> Self { in from() method
99 fn from(_e: core::num::TryFromIntError) -> Self { in from() method
105 fn from(e: coset::CoseError) -> Self { in from() method
Drequest.rs55 res.insert(0, Value::from(Self::OPCODE as u16)); in serialize_to_packet()
56 RequestPacket::from(res) in serialize_to_packet()
62 if req.first() != Some(&Value::from(Self::OPCODE as u16)) { in deserialize_from_packet()
/system/core/fastboot/fuzzer/
DREADME.md20 | `year` | `2000` to `2127` | Value obtained from FuzzedDataProvider|
21 | `month` | `1` to `12` | Value obtained from FuzzedDataProvider|
22 | `day` | `1` to `31` | Value obtained from FuzzedDataProvider|
23 | `version` | `0` to `127` | Value obtained from FuzzedDataProvider|
24 | `fsOption` | 0. `casefold` 1. `projid` 2. `compress` | Value obtained from FuzzedDataProvider|
/system/security/keystore2/src/database/
Dversioning.rs130 for from in 1..29 { in upgrade_database_test()
131 for to in from..30 { in upgrade_database_test()
145 create_or_get_version(&tx, from).unwrap(); in upgrade_database_test()
157 let from = if *legacy { 0 } else { from }; in upgrade_database_test() localVariable
161 to - from, in upgrade_database_test()
172 to - from, in upgrade_database_test()
176 params![from], in upgrade_database_test()
/system/vold/
DMoveStorage.cpp192 static status_t moveStorageInternal(const std::shared_ptr<VolumeBase>& from, in moveStorageInternal() argument
199 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()
206 bringOffline(from); in moveStorageInternal()
210 fromPath = from->getInternalPath(); in moveStorageInternal()
228 bringOnline(from); in moveStorageInternal()
249 bringOnline(from); in moveStorageInternal()
257 void MoveStorage(const std::shared_ptr<VolumeBase>& from, const std::shared_ptr<VolumeBase>& to, in MoveStorage() argument
265 status_t res = moveStorageInternal(from, to, listener); in MoveStorage()
/system/core/libutils/include/utils/
DVectorImpl.h104 virtual void do_copy(void* dest, const void* from, size_t num) const = 0;
106 virtual void do_move_forward(void* dest, const void* from, size_t num) const = 0;
107 virtual void do_move_backward(void* dest, const void* from, size_t num) const = 0;
115 inline void _do_copy(void* dest, const void* from, size_t num) const;
117 inline void _do_move_forward(void* dest, const void* from, size_t num) const;
118 inline void _do_move_backward(void* dest, const void* from, size_t num) const;
/system/core/libutils/binder/include/utils/
DVectorImpl.h104 virtual void do_copy(void* dest, const void* from, size_t num) const = 0;
106 virtual void do_move_forward(void* dest, const void* from, size_t num) const = 0;
107 virtual void do_move_backward(void* dest, const void* from, size_t num) const = 0;
115 inline void _do_copy(void* dest, const void* from, size_t num) const;
117 inline void _do_move_forward(void* dest, const void* from, size_t num) const;
118 inline void _do_move_backward(void* dest, const void* from, size_t num) const;
/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java80 String from = st.nextToken(); in ZoneCompactor() local
81 links.put(from, to); in ZoneCompactor()
108 for (String from : links.keySet()) { in ZoneCompactor()
109 String to = links.get(from); in ZoneCompactor()
111 offsets.put(from, offsets.get(to)); in ZoneCompactor()
112 lengths.put(from, lengths.get(to)); in ZoneCompactor()
/system/sepolicy/private/
Dstats.te8 # allow stats access to stdout from its parent shell.
20 # back the stats report data from a ParcelFileDescriptor.
29 # Allow pipes from (and only from) stats.
Dvehicle_binding_util.te11 # allow reading the binding property from HIDL VHAL.
13 # allow reading the binding property from AIDL VHAL.
20 # devpts is needed to redirect output from vdc
/system/libhidl/fuzzer/
DREADME.md16 |`parentHandle`| `Integer` |Value obtained from FuzzedDataProvider|
17 |`parentOffset`| `Integer` |Value obtained from FuzzedDataProvider|
18 |`hidlString`| `Structure` |Value obtained from FuzzedDataProvider|
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs144 let path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
185 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
194 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
205 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
212 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
220 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
352 let path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics()
395 let path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates()
436 let mut path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates()
445 let mut path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates()
[all …]

12345678910>>...37