Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/art/test/
H A DREADME.chroot.md40 unset ART_TEST_ANDROID_ROOT
41 unset CUSTOM_TARGET_LINKER
42 unset ART_TEST_ANDROID_ART_ROOT
43 unset ART_TEST_ANDROID_RUNTIME_ROOT
44 unset ART_TEST_ANDROID_I18N_ROOT
45 unset ART_TEST_ANDROID_TZDATA_ROOT
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterStraightenRepresentation.java130 boolean unset = true; in deSerializeRepresentation()
138 unset = false; in deSerializeRepresentation()
144 if (unset) { in deSerializeRepresentation()
H A DFilterRotateRepresentation.java174 boolean unset = true; in deSerializeRepresentation()
182 unset = false; in deSerializeRepresentation()
188 if (unset) { in deSerializeRepresentation()
H A DFilterMirrorRepresentation.java196 boolean unset = true; in deSerializeRepresentation()
204 unset = false; in deSerializeRepresentation()
210 if (unset) { in deSerializeRepresentation()
/aosp12/frameworks/base/core/java/android/util/
H A DMergedConfiguration.java126 public void unset() { in unset() method in MergedConfiguration
127 mGlobalConfig.unset(); in unset()
128 mOverrideConfig.unset(); in unset()
/aosp12/art/tools/
H A Ddex2oat_wrapper43 unset args[arg_idx]
49 unset args[arg_idx]
54 unset args[arg_idx]
59 unset args[arg_idx]
/aosp12/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java136 setUp.unset(CaptureRequest.CONTROL_AE_LOCK); in requestSettingsSetUnsetAndContains()
143 setUp.unset(CaptureRequest.CONTROL_AE_LOCK); in requestSettingsSetUnsetAndContains()
187 assertEquals(shouldHaveChanged, settings.unset(key)); in requestSettingsUnsetAndAssertChanged()
223 setUp.unset(null); in requestSettingsSetNullArgToUnset()
359 s.unset(CaptureRequest.CONTROL_CAPTURE_INTENT); in requestSettingsSetNullMeansDefault()
386 slave.unset(CaptureRequest.CONTROL_CAPTURE_INTENT); in requestSettingsSetNullPreservedByUnions()
/aosp12/build/blueprint/
H A Dprovider_test.go55 unset := ctx.Provider(providerTestUnsetInfoProvider).(providerTestUnsetInfo)
56 if unset != "" {
58 unset))
/aosp12/packages/apps/TV/tuner/proto/
H A Dchannel.proto74 // Default unset value. The spec says 0 is reserved.
76 // DEPRECATED: previously used as default or unset value
/aosp12/build/soong/ui/build/
H A Denvironment_test.go71 unset 'CLANG'
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitDisplayLayout.java77 config.unset(); in rotateTo()
281 config.unset(); in initSnapAlgorithmForRotation()
/aosp12/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java111 public boolean unset(Key<?> key) { in unset() method in Camera2RequestSettingsSet
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadio.hal51 * for power saving in instances when those indications are not needed. If unset, defaults to
72 * Note: Reporting criteria must be individually set for each RAN. For any unset reporting
101 * Note: Reporting criteria must be individually set for each RAN. If unset, reporting criteria
/aosp12/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto54 UNSET = 0; // this field is optional, so default is unset
/aosp12/frameworks/base/core/proto/android/
H A Dprivacy.proto63 // Flags used to annotate a message which all its unset primitive fields inhert this tag.
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
H A DSplitLayoutTests.java151 configuration.unset(); in getConfiguration()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/protos/
H A Dlicense_protos.proto37 // Must be unset on creation. Required for mutate operations on CLEARKEY_CAS assets.
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_layer.cpp56 unset(SETTING_DIMENSION); in setImageDimension()
269 unset(SETTING_TYPE); in setImageType()
/aosp12/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java218 unset(); in WindowConfiguration()
425 public void unset() { in unset() method in WindowConfiguration
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h649 unset(SETTING_TYPE_MODIFIED | in clearSettingModified()
674 void unset(uint32_t flag) { mSettingFlags &= ~flag; } in unset() function
/aosp12/system/memory/lmkd/
H A DREADME.md100 Default will be unset.
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal76 * Note: Reporting criteria must be individually set for each RAN. If unset, reporting criteria
260 * for power saving in instances when those indications are not needed. If unset, defaults to
/aosp12/bionic/linker/
H A DAndroid.bp282 // we don't want crtbegin.o (because we have begin.o), so unset it
/aosp12/system/apex/docs/
H A Dhowto.md254 * not set: if unset, the APEX is signed with the certificate located at
255 `PRODUCT_DEFAULT_DEV_CERTIFICATE`. If the flag is also unset, it defaults to
/aosp12/frameworks/base/core/java/android/content/res/
H A DConfiguration.java925 unset(); in Configuration()
1454 public void unset() { in unset() method in Configuration

12