/tools/acloud/create/ |
D | create_args.py | 46 default=1, 85 default=False, 200 default="kernel", 286 default=None, 302 default=True, 309 default=None, 316 default=None, 323 default=True, 334 default=None, 345 default=1, [all …]
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 211 Ok(ConfigDesc::default()) in validate_config_desc() 367 let session = Session { options: Options::default() }; in valid_payload() 375 let session = Session { options: Options::default() }; in key_usage_only_key_cert_sign() 383 let session = Session { options: Options::default() }; in key_usage_too_long() 391 let session = Session { options: Options::default() }; in key_usage_lacks_key_cert_sign() 399 let session = Session { options: Options::default() }; in key_usage_not_just_key_cert_sign() 407 let session = Session { options: Options::default() }; in mode_not_configured() 417 let session = Session { options: Options::default() }; in mode_normal() 427 let session = Session { options: Options::default() }; in mode_debug() 437 let session = Session { options: Options::default() }; in mode_recovery() [all …]
|
D | chain.rs | 105 let session = Session { options: Options::default() }; in chain_form_valid_proper() 113 let session = Session { options: Options::default() }; in chain_form_valid_degenerate() 121 let session = Session { options: Options::default() }; in check_chain_valid_ed25519() 129 let session = Session { options: Options::default() }; in check_chain_valid_p256() 137 let session = Session { options: Options::default() }; in check_chain_bad_p256() 144 let session = Session { options: Options::default() }; in check_chain_bad_pub_key() 151 let session = Session { options: Options::default() }; in check_chain_bad_final_signature() 165 let session = Session { options: Options::default() }; in chain_from_cbor_valid() 180 let session = Session { options: Options::default() }; in chain_from_cbor_valid_with_mixed_key_types() 200 let session = Session { options: Options::default() }; in chain_from_cbor_root_key_integer_key_ops() [all …]
|
/tools/netsim/rust/frontend-proto/src/ |
D | frontend.rs | 39 impl<'a> ::std::default::Default for &'a VersionResponse { 40 fn default() -> &'a VersionResponse { in default() method 47 ::std::default::Default::default() in new() 167 impl<'a> ::std::default::Default for &'a SetLinkLossRequest { 168 fn default() -> &'a SetLinkLossRequest { in default() method 175 ::std::default::Default::default() in new() 337 impl<'a> ::std::default::Default for &'a PatchDeviceRequest { 338 fn default() -> &'a PatchDeviceRequest { in default() method 345 ::std::default::Default::default() in new() 460 impl<'a> ::std::default::Default for &'a Event { [all …]
|
D | model.rs | 43 impl<'a> ::std::default::Default for &'a Position { 44 fn default() -> &'a Position { in default() method 51 ::std::default::Default::default() in new() 201 impl<'a> ::std::default::Default for &'a Orientation { 202 fn default() -> &'a Orientation { in default() method 209 ::std::default::Default::default() in new() 367 impl<'a> ::std::default::Default for &'a Chip { 368 fn default() -> &'a Chip { in default() method 375 ::std::default::Default::default() in new() 816 impl<'a> ::std::default::Default for &'a Radio { [all …]
|
/tools/acloud/public/ |
D | acloud_common.py | 35 default=None, 46 default=None, 52 default=None, 56 default=0, 63 default=False, 72 default=None, 81 default=None, 86 default=None,
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 89 optional string bearer_bitmask = 4 [default = "0"]; 98 optional int32 authtype = 10 [default = -1]; 112 optional Protocol protocol = 14 [default = IP]; 113 optional Protocol roaming_protocol = 15 [default = IP]; 116 optional int32 mtu = 16 [default = 0]; 120 optional int32 max_conns = 18 [default = 0]; 122 optional int32 wait_time = 19 [default = 0]; 124 optional int32 max_conns_time = 20 [default = 0]; 127 optional bool modem_cognitive = 22 [default = false]; 129 optional bool user_visible = 23 [default = true]; [all …]
|
/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | entry.rs | 10 #[default] 129 issuer: Default::default(), in with_subject_public_key() 130 subject: Default::default(), in with_subject_public_key() 132 mode: Default::default(), in with_subject_public_key() 133 code_desc: Default::default(), in with_subject_public_key() 134 code_hash: Default::default(), in with_subject_public_key() 135 config_desc: Default::default(), in with_subject_public_key() 136 config_hash: Default::default(), in with_subject_public_key() 137 authority_desc: Default::default(), in with_subject_public_key() 138 authority_hash: Default::default(), in with_subject_public_key() [all …]
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 196 self.add_argument('--bazel-mode', default=True, action='store_true', 224 default=BazelBuildMode.OFF, 230 type=_positive_int, default=0, 280 default=BuildOutputMode.STREAMED, 288 default=True, dest='fuzzy_search', help=FUZZY_SEARCH) 315 type=int, const=5, default=0, 320 type=int, const=5, default=0, 346 type=_positive_int, default=0, 361 type=_positive_int, const=10, default=0, 365 default=0, [all …]
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | session.rs | 43 #[default] 53 #[default] 64 #[default] 74 #[default] 88 ..Options::default() in vsr13() 100 ..Options::default() in vsr14()
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | sendra.py | 33 parser.add_argument('-m', '--mac-address', action='store', default=None, 35 parser.add_argument('-i', '--t-interval', action='store', default=None, 37 parser.add_argument('-c', '--pkt-count', action='store', default=None, 39 parser.add_argument('-l', '--life-time', action='store', default=None, 41 parser.add_argument('-in', '--wifi-interface', action='store', default=None, 43 parser.add_argument('-rtt', '--retrans-timer', action='store', default=None,
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 17 --out File into which to output the signed APK. By default, the 23 signing scheme) used in Android since day one. By default, 29 API Level 24. By default, signing using this scheme is 35 API Level 28. By default, signing using this scheme is 45 API Level 30. By default, signing using this scheme is 50 APK, if found. By default, it is set to false. It has no 59 verified. By default, the value from AndroidManifest.xml 64 verified. By default, the highest possible value is used. 71 being used without platform targeting. By default, 92 By default, signing debuggable APKs is permitted, for [all …]
|
D | help_rotate.txt | 43 by a newer signing certificate. By default, the new signer will have all 45 during rotation to act as a default level of trust when moving to a newer 47 true or false; if this value is not specified then the option will default to 53 common signer in the lineage of the rest of the apps. Apps that use the default capabilities, 77 By default, the tool will prompt for password via console 114 character encoding. apksigner by default tries to decrypt 116 form encoded using the JVM default charset, and, on Java 8 124 --ks-type Type/algorithm of KeyStore to use. By default, the default 128 KeyStore implementation. By default, the highest priority 133 to request the KeyStore implementation. By default, the [all …]
|
D | help_lineage.txt | 46 by a newer signing certificate. By default, the new signer will have all 48 to act as a default level of trust when moving to a newer signing certificate. 50 this value is not specified then the option will default to true. 71 By default, the tool will prompt for password via console 108 character encoding. apksigner by default tries to decrypt 110 form encoded using the JVM default charset, and, on Java 8 118 --ks-type Type/algorithm of KeyStore to use. By default, the default 122 KeyStore implementation. By default, the highest priority 127 to request the KeyStore implementation. By default, the 133 default, the no-arg provider's constructor is used.
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | invocation_policy.proto | 63 // Use this value for the specified flag, overriding any default or user-set 128 // Use the default value of the flag, as defined by Bazel (or equivalently, do 131 // Note on implementation: UseDefault sets the default by clearing the flag, 133 // returns the default. This is mostly relevant for expansion flags: it will 159 // If set and if the value of the flag is disallowed (including the default 165 // If set and if the value of the flag is disallowed, use the default value 167 // repeatable flags, but note that the default value for repeatable flags is 170 // Note that it is an error to disallow the default value of the flag and 172 // default value is always the empty list. 186 // If set and if the value of the flag is disallowed (including the default [all …]
|
/tools/netsim/rust/backend-proto/src/ |
D | startup.rs | 38 impl<'a> ::std::default::Default for &'a StartupInfo { 39 fn default() -> &'a StartupInfo { in default() method 46 ::std::default::Default::default() in new() 208 impl<'a> ::std::default::Default for &'a StartupInfo_Device { 209 fn default() -> &'a StartupInfo_Device { in default() method 216 ::std::default::Default::default() in new() 419 impl<'a> ::std::default::Default for &'a ChipInfo { 420 fn default() -> &'a ChipInfo { in default() method 427 ::std::default::Default::default() in new() 643 impl<'a> ::std::default::Default for &'a Chip { [all …]
|
/tools/metalava/ |
D | FORMAT.md | 17 format adds new information, such as annotations, parameter names and default 229 We need to include annotation member methods, as well as their default values 236 method public abstract String category() default ""; 237 method public abstract boolean deepExport() default false; 238 method public abstract android.view.ViewDebug.FlagToString[] flagMapping() default {}; 239 method public abstract boolean formatToHexString() default false; 240 method public abstract boolean hasAdjacentMapping() default false; 241 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {}; 242 method public abstract android.view.ViewDebug.IntToString[] mapping() default {}; 243 method public abstract String prefix() default ""; [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 41 optional IntSize int_size = 7 [default = IS_DEFAULT]; 44 optional FieldType type = 3 [default = FT_DEFAULT]; 47 optional bool long_names = 4 [default = true]; 52 optional bool packed_struct = 5 [default = false]; 55 optional bool skip_message = 6 [default = false]; 58 optional bool no_unions = 8 [default = false];
|
/tools/treble/build/sandbox/ |
D | nsjail.py | 390 default=os.getcwd(), 398 default='', 402 default=_DEFAULT_META_ANDROID_DIR, 408 default=_DEFAULT_COMMAND, 432 default=[], 439 default=[], 461 default=[],
|
D | build_android_sandboxed.py | 119 '--variant', default='userdebug', help='The Android build variant.') 134 default=_DEFAULT_COMMAND_WRAPPER, 140 default=[], 148 default=[], 168 default=[],
|
/tools/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityInterfaceMethodsTest.kt | 253 fun `Change default to abstract (Incompatible)`() { in Change default to abstract (Incompatible)() 276 fun `Change abstract to default (Compatible)`() { in Change abstract to default (Compatible)() 463 fun `Add default clause to annotation type element (Compatible)`() { in Add default clause to annotation type element (Compatible)() 487 fun `Change default clause on annotation type element (Incompatible)`() { in Change default clause on annotation type element (Incompatible)() 510 fun `Delete default clause from annotation type element (Incompatible)`() { in Delete default clause from annotation type element (Incompatible)()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 169 // For strings, contains the default text contents (not escaped in any way). 225 optional bool client_streaming = 5 [default=false]; 227 optional bool server_streaming = 6 [default=false]; 267 // placed. By default, the proto package is used, but this is often 286 optional bool java_multiple_files = 10 [default=false]; 298 optional bool java_generate_equals_and_hash = 20 [default=false]; 306 optional bool java_string_check_utf8 = 27 [default=false]; 316 optional OptimizeMode optimize_for = 9 [default=SPEED]; 335 // these default to false. Old code which depends on generic services should 337 optional bool cc_generic_services = 16 [default=false]; [all …]
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 46 fun `Handle lambdas as default values`() { in Handle lambdas as default values() 67 fun `Invoking function with multiple parameters as parameter default value`() { in Invoking function with multiple parameters as parameter default value() 87 fun `Handle enum constants as default values`() { in Handle enum constants as default values() 121 fun `Handle complex expressions as default values`() { in Handle complex expressions as default values() 546 fun `Loading a signature file with default values`() { in Loading a signature file with default values() 570 fun `Signatures with default annotation method values`() { in Signatures with default annotation method values()
|
/tools/asuite/atest/bazel/resources/rules/ |
D | tradefed_test.bzl | 52 default = "//bazel/rules:tradefed_test.sh.template", 56 default = [ 66 default = atest_tradefed_sh_label, 72 default = atest_script_help_sh_label, 78 default = adb_label, 84 default = "//bazel/rules:extra_tradefed_result_reporters", 90 default = "@bazel_tools//tools/allowlists/function_transition_allowlist", 182 default = ["//android-all:android-all"], 234 default = aapt_label, 240 default = aapt2_label, [all …]
|
/tools/repohooks/rh/ |
D | config.py | 52 def options(self, section, default=_UNSET): argument 62 if default is not _UNSET: 63 return default 66 def items(self, section=_UNSET, default=_UNSET): argument 74 if default is not _UNSET: 75 return default
|