/frameworks/base/core/tests/coretests/src/android/view/ |
D | SetTagsTest.java | 57 final Object stored = mView.getTag(); in testGetTag() local 58 assertNotNull(stored); in testGetTag() 59 assertSame("The stored tag is inccorect", o, stored); in testGetTag() 72 final Object stored = mView.getTag(R.id.a); in testGetTagWithKey() local 73 assertNotNull(stored); in testGetTagWithKey() 74 assertSame("The stored tag is inccorect", o, stored); in testGetTagWithKey()
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
D | StorageStrategy.java | 124 @Nullable ArrayList<String> stored = state.getStringArrayList(SELECTION_ENTRIES); in asSelection() local 125 if (stored == null) { in asSelection() 130 selection.mSelection.addAll(stored); in asSelection() 162 @Nullable long[] stored = state.getLongArray(SELECTION_ENTRIES); in asSelection() local 163 if (stored == null) { in asSelection() 168 for (long key : stored) { in asSelection() 207 @Nullable ArrayList<K> stored = state.getParcelableArrayList(SELECTION_ENTRIES); in asSelection() local 208 if (stored == null) { in asSelection() 213 selection.mSelection.addAll(stored); in asSelection()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStorage.java | 266 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists() 267 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists() 268 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists() 272 stored = readFile(getLegacyLockPasswordFilename(userId)); in readPasswordHashIfExists() 273 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists() 274 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists() 281 byte[] stored = readFile(getLockPatternFilename(userId)); in readPatternHashIfExists() 282 if (!ArrayUtils.isEmpty(stored)) { in readPatternHashIfExists() 283 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, in readPatternHashIfExists() 287 stored = readFile(getBaseZeroLockPatternFilename(userId)); in readPatternHashIfExists() [all …]
|
/frameworks/rs/script_api/ |
D | rs_time.spec | 69 hour, etc. This value is stored at *local. 83 If timer is non-NULL, the result is also stored in the memory pointed to by
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 74 * hour, etc. This value is stored at *local. 80 * local: Pointer to time structure where the local time will be stored. 93 * If timer is non-NULL, the result is also stored in the memory pointed to by
|
D | rs_value_types.rsh | 501 * A square 2x2 matrix of floats. The entries are stored in the array at the 513 * A square 3x3 matrix of floats. The entries are stored in the array at the 525 * A square 4x4 matrix of floats. The entries are stored in the array at the
|
D | rs_object_types.rsh | 150 RS_TYPE_BOOLEAN = 12, // 0 or 1 (false or true) stored in an 8 bit container.
|
D | rs_allocation_data.rsh | 599 * The "X" in the name indicates that successive values are stored by increasing 603 * For example, when calling rsAllocationVStoreX_int3(a, v, 20, 30), v.x is stored 618 * val: Value to be stored. 2600 * Inside an allocation, Y, U, and V components may be stored if different planes 2616 * Inside an allocation, Y, U, and V components may be stored if different planes 2632 * Inside an allocation, Y, U, and V components may be stored if different planes 2688 * This function has two styles. One passes the value to be stored using a void*,
|
/frameworks/layoutlib/bridge/resources/bars/ |
D | README | 4 They are stored per API. However, to prevent duplication of resources, each API
|
/frameworks/base/data/sounds/ |
D | README.txt | 8 SOUND_EFFECT_FILES contains a hard-coded list of asset filenames, stored
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | lag_wind.tab | 26 | lag_wind[0] = 1.00000000 (not stored) |
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 476 Bundle stored = mUserManager.getUserRestrictions(new UserHandle(testUser.id)); in testRestrictions() local 478 assertEquals(stored.getBoolean(UserManager.DISALLOW_CONFIG_WIFI), false); in testRestrictions() 479 assertEquals(stored.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS), false); in testRestrictions() 480 assertEquals(stored.getBoolean(UserManager.DISALLOW_INSTALL_APPS), true); in testRestrictions()
|
/frameworks/native/vulkan/ |
D | README.md | 13 We generate several parts of the loader and tools from a Vulkan API description file, stored in `ap…
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 765 final String stored = parser.getAttributeValue(null, attr); in getValueAttribute() local 766 if (NULL_VALUE_OLD_STYLE.equals(stored)) { in getValueAttribute() 769 return stored; in getValueAttribute()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 3 The hyb file format is how hyphenation patterns are stored in the system image.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto`
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 195 3. How much data can be stored in the cache?
|
D | EGL_ANDROID_native_fence_sync.txt | 209 duplicates the file descriptor stored in the
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 4679 // FIELD: text select start offset in words (as defined by the ICU BreakIterator), stored as two 4686 // stored as two packed 16bit integers. (start in MSBs, end in LSBs) 5105 // stored as two packed 16bit integers. (start in MSBs, end in LSBs) 5111 // stored as two packed 16bit integers. (start in MSBs, end in LSBs)
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 8960 Large masses of nickel and of tin were discovered stored in an
|
D | retn.txt | 7506 the passage to dry, and afterwards stored. That was all he could tell
|