/frameworks/base/core/tests/coretests/src/android/view/ |
D | SetTagsTest.java | 58 final Object stored = mView.getTag(); in testGetTag() local 59 assertNotNull(stored); in testGetTag() 60 assertSame("The stored tag is inccorect", o, stored); in testGetTag() 73 final Object stored = mView.getTag(R.id.a); in testGetTagWithKey() local 74 assertNotNull(stored); in testGetTagWithKey() 75 assertSame("The stored tag is inccorect", o, stored); in testGetTagWithKey()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStorage.java | 268 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists() 269 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists() 270 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists() 274 stored = readFile(getLegacyLockPasswordFilename(userId)); in readPasswordHashIfExists() 275 if (!ArrayUtils.isEmpty(stored)) { in readPasswordHashIfExists() 276 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in readPasswordHashIfExists() 283 byte[] stored = readFile(getLockPatternFilename(userId)); in readPatternHashIfExists() 284 if (!ArrayUtils.isEmpty(stored)) { in readPatternHashIfExists() 285 return new CredentialHash(stored, LockPatternUtils.CREDENTIAL_TYPE_PATTERN, in readPatternHashIfExists() 289 stored = readFile(getBaseZeroLockPatternFilename(userId)); in readPatternHashIfExists() [all …]
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 33 // This message is not stored in the MemoryStore. It is used to package 39 optional string ssid = 1; // The SSID (not stored) 50 // known to the device. The BSSID itself is not stored in persistent storage. 53 optional bytes bssid = 2; // BSSID of the access point (not stored)
|
/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/base/core/proto/android/server/ |
D | usagestatsservice.proto | 48 // Time attributes stored as an offset of the IntervalStats's beginTime. 54 // Time attributes stored as an offset of the IntervalStats's beginTime. 57 // Time attributes stored as an offset of the IntervalStats's beginTime.
|
D | backup_chunks_metadata.proto | 62 // This is local state stored on the device. It is never sent to the backup server. See
|
/frameworks/layoutlib/bridge/resources/bars/ |
D | README | 4 They are stored per API. However, to prevent duplication of resources, each API
|
/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/av/drm/mediadrm/plugins/clearkey/hidl/protos/ |
D | DeviceFiles.proto | 9 // Format of various files stored at the device.
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | lag_wind.tab | 26 | lag_wind[0] = 1.00000000 (not stored) |
|
/frameworks/base/data/sounds/ |
D | README.txt | 8 SOUND_EFFECT_FILES contains a hard-coded list of asset filenames, stored
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 511 Bundle stored = mUserManager.getUserRestrictions(new UserHandle(testUser.id)); in testRestrictions() local 513 assertEquals(stored.getBoolean(UserManager.DISALLOW_CONFIG_WIFI), false); in testRestrictions() 514 assertEquals(stored.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS), false); in testRestrictions() 515 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/cmds/incidentd/src/ |
D | report_file.proto | 83 * the data file is stored. The content of the data file
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 790 final String stored = parser.getAttributeValue(null, attr); in getValueAttribute() local 791 if (NULL_VALUE_OLD_STYLE.equals(stored)) { in getValueAttribute() 794 return stored; in getValueAttribute()
|
/frameworks/ml/nn/extensions/ |
D | README.md | 19 The allowlist is stored in `/vendor/etc/nnapi_extensions_app_allowlist`, and contains
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 3 The hyb file format is how hyphenation patterns are stored in the system image.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 435 // Data stored as a length prefixed (network byte order) c-string in 850 // Data stored as a length prefixed c-string in descriptor records. 855 // The length is stored in network byte order.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto`
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/ |
D | README.md | 145 stored:
|
/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
|