/development/tools/external_crates/crates_io_util/src/ |
D | feature.rs | 92 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
|
D | feature_resolver.rs | 27 features: TypedFeatures<'a>, field 33 let features = version.features_and_optional_deps(); in new() localVariable
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo_embargo.json | 2 "features": ["svg_backend", "area_series", "line_series"] array
|
D | crates.json | 9 "features": ["area_series", "line_series", "plotters-svg", "svg_backend"], array
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | crates.json | 9 "features": [], array 35 "features": [], array
|
/development/tools/cargo_embargo/testdata/either/ |
D | crates.json | 9 "features": ["default", "use_std"], array 28 "features": ["default", "use_std"], array
|
/development/tools/motion/motion_test_watcher_app/src/service/ |
D | goldens.service.ts | 65 const features = data.features.map((it) => recordedFeatureFactory(it)); constant
|
/development/tools/cargo_embargo/testdata/aho-corasick/ |
D | crates.json | 9 "features": ["default", "std"], array 35 "features": ["default", "std"], array
|
/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 391 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/ |
D | golden.ts | 33 features: MotionGoldenFeature[]; property
|
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 61 String[] features) { in hasFeatures()
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | crates.json | 9 "features": [], array
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
|
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 108 String[] features) throws NetworkErrorException { in hasFeatures()
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 49 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/ |
D | cargo.rs | 81 pub features: Vec<String>, // --cfg feature= field
|
D | config.rs | 268 pub features: Option<Vec<String>>, field
|
/development/python-packages/adb/adb/ |
D | __init__.py | 234 def features(self) -> list[str]: member in AndroidDevice
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DeviceAdminSample.java | 493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local
|