/aosp12/packages/apps/Camera2/src/com/android/camera/settings/ |
H A D | DefaultsStore.java | 44 private static class Defaults { class in DefaultsStore 48 public Defaults(String defaultValue, String[] possibleValues) { in Defaults() method in DefaultsStore.Defaults 63 private static HashMap<String, Defaults> mDefaultsInternalStore = 64 new HashMap<String, Defaults>(); 71 Defaults defaults = new Defaults(defaultValue, possibleValues); in storeDefaults() 80 Defaults defaults = mDefaultsInternalStore.get(key); in getDefaultValue() 92 Defaults defaults = mDefaultsInternalStore.get(key); in getPossibleValues()
|
/aosp12/build/soong/android/ |
H A D | defaults.go | 31 Defaults []string member 72 applyDefaults(TopDownMutatorContext, []Defaults) 142 type Defaults interface { interface 161 Defaults 213 var _ Defaults = (*DefaultsModuleBase)(nil) 216 defaultsList []Defaults) { argument 233 defaults Defaults, defaultableProp interface{}) { argument 290 if len(defaultable.defaults().Defaults) > 0 { 291 var defaultsList []Defaults 292 seen := make(map[Defaults]bool) [all …]
|
/aosp12/build/soong/python/ |
H A D | defaults.go | 25 type Defaults struct { struct 30 func (d *Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) { 38 module := &Defaults{}
|
/aosp12/system/tools/aidl/build/ |
H A D | properties.go | 40 Defaults []string member 69 Defaults []string member 83 Defaults []string member
|
H A D | aidl_interface_backends.go | 174 Defaults: []string{"aidl-cpp-module-defaults"}, 257 Defaults: []string{"aidl-java-module-defaults"}, 303 Defaults: []string{"aidl-rust-module-defaults"},
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
H A D | select_phone_account_dialog_options.proto | 25 // The resource ID for the title. Defaults to 28 // Whether the dialog should include a "set as default" checkbox. Defaults to 31 // The label on the "set as default" checkbox. Defaults 47 // Whether the account is actually selectable. Defaults to true. Sometimes
|
/aosp12/packages/modules/Gki/build/ |
H A D | properties.go | 30 Defaults []string member 46 Defaults []string member
|
H A D | gki.go | 115 Defaults: []string{"extract_kernel_release_defaults"}, 205 Defaults: []string{"com.android.gki_defaults"},
|
/aosp12/system/tools/hidl/build/ |
H A D | properties.go | 30 Defaults []string member 53 Defaults []string member
|
H A D | hidl_interface.go | 700 Defaults: []string{"hidl-module-defaults"}, 732 Defaults: []string{"hidl-java-module-defaults"}, 769 Defaults: []string{"hidl-java-module-defaults"}, 803 Defaults: []string{"hidl-module-defaults"}, 886 Defaults: []string{"VtsHalDriverDefaults"}, 918 Defaults: []string{"VtsHalProfilerDefaults"}, 933 Defaults: []string{"vts_proto_fuzzer_default"},
|
/aosp12/packages/modules/common/sdk/ |
H A D | ModuleDefaults.bp | 75 // Defaults common to all mainline module java_sdk_library instances. 133 // Defaults for mainline module provided java_sdk_library instances. 159 // Defaults for mainline module system server provided java_sdk_library instances.
|
/aosp12/frameworks/base/packages/ |
H A D | Android.bp | 15 // Defaults for platform apps
|
/aosp12/build/soong/ |
H A D | Android.bp | 29 // Defaults to enable various configurations of host bionic
|
/aosp12/art/tools/ahat/ |
H A D | README.txt | 9 Serve pages on the given port. Defaults to 7100. 18 Defaults to soft
|
/aosp12/build/soong/etc/ |
H A D | prebuilt_etc.go | 145 type Defaults struct { struct 398 module := &Defaults{}
|
/aosp12/art/build/apex/ |
H A D | runtests.sh | 78 Build (optional) and run tests on ART APEX package (on host). Defaults to all
|
/aosp12/system/timezone/apex/ |
H A D | Android.bp | 23 // Defaults shared between real and test versions of the APEX.
|
/aosp12/packages/modules/IPsec/apex/ |
H A D | Android.bp | 15 // Defaults shared between production and test versions of the APEX.
|
/aosp12/packages/modules/GeoTZ/apex/com.android.geotz/ |
H A D | Android.bp | 15 // Defaults shared between real and test versions of the APEX.
|
/aosp12/frameworks/base/services/ |
H A D | Android.bp | 10 // Defaults for platform code that runs inside system_server
|
/aosp12/system/logging/logd/ |
H A D | README.property | 56 'chatty', or 'serialized'. Defaults to 'chatty' if empty.
|
/aosp12/build/soong/genrule/ |
H A D | genrule.go | 906 type Defaults struct { struct 916 module := &Defaults{}
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 501 type Defaults struct { struct 507 module := &Defaults{} 755 func (d *Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
/aosp12/build/soong/java/ |
H A D | java.go | 1698 type Defaults struct { struct 1736 module := &Defaults{}
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 373 # Exceptions that will emit a warning when being caught. Defaults to
|