Home
last modified time | relevance | path

Searched defs:features (Results 1 – 19 of 19) sorted by relevance

/development/tools/external_crates/crates_io_util/src/
Dfeature.rs92 let features = hashbrown_0_12_3.features_and_optional_deps(); in test_features() localVariable
132 let features = hashbrown_0_14_5.features_and_optional_deps(); in test_features() localVariable
156 let features = winnow_0_5_37.features_and_optional_deps(); in test_features() localVariable
164 let features = cfg_if_1_0_0.features_and_optional_deps(); in test_features() localVariable
Dfeature_resolver.rs27 features: TypedFeatures<'a>, field
33 let features = version.features_and_optional_deps(); in new() localVariable
/development/tools/cargo_embargo/testdata/plotters/
Dcargo_embargo.json2 "features": ["svg_backend", "area_series", "line_series"] array
Dcrates.json9 "features": ["area_series", "line_series", "plotters-svg", "svg_backend"], array
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/
Dcrates.json9 "features": [], array
35 "features": [], array
/development/tools/cargo_embargo/testdata/either/
Dcrates.json9 "features": ["default", "use_std"], array
28 "features": ["default", "use_std"], array
/development/tools/motion/motion_test_watcher_app/src/service/
Dgoldens.service.ts65 const features = data.features.map((it) => recordedFeatureFactory(it)); constant
/development/tools/cargo_embargo/testdata/aho-corasick/
Dcrates.json9 "features": ["default", "std"], array
35 "features": ["default", "std"], array
/development/apps/Development/src/com/android/development/
DAccountsTester.java391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { in newAccountsCallback()
399 public GetAccountsCallback(String type, String[] features) { in GetAccountsCallback()
426 String[] features) { in newAuthTokensCallback()
435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback()
/development/tools/motion/motion_test_watcher_app/src/model/
Dgolden.ts33 features: MotionGoldenFeature[]; property
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java61 String[] features) { in hasFeatures()
/development/tools/cargo_embargo/testdata/async-trait/
Dcrates.json9 "features": [], array
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java108 String[] features) throws NetworkErrorException { in hasFeatures()
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs49 pub features: BTreeMap<String, Vec<String>>, field
136 let features = resolve_features(features, &package.features, &package.dependencies); in parse_cargo_metadata() localVariable
346 let mut features = BTreeSet::new(); in resolve_features() localVariable
/development/tools/cargo_embargo/src/
Dcargo.rs81 pub features: Vec<String>, // --cfg feature= field
Dconfig.rs268 pub features: Option<Vec<String>>, field
/development/python-packages/adb/adb/
D__init__.py234 def features(self) -> list[str]: member in AndroidDevice
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local