/frameworks/base/core/tests/coretests/src/android/os/ |
D | VibrationEffectTest.java | 86 VibrationEffect.OneShot initial = (VibrationEffect.OneShot) TEST_ONE_SHOT; in testScaleOneShot() local 87 VibrationEffect.OneShot halved = initial.scale(1, 128); in testScaleOneShot() 89 VibrationEffect.OneShot scaledUp = initial.scale(0.5f, 255); in testScaleOneShot() 90 assertTrue(scaledUp.getAmplitude() > initial.getAmplitude()); in testScaleOneShot() 93 VibrationEffect.OneShot scaledDown = initial.scale(2, 255); in testScaleOneShot() 94 assertTrue(scaledDown.getAmplitude() < initial.getAmplitude()); in testScaleOneShot() 110 VibrationEffect.OneShot initial = (VibrationEffect.OneShot) DEFAULT_ONE_SHOT; 111 VibrationEffect.OneShot resolved = initial.resolve(239);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 22 // common initial sequence, and if the union object currently contains 24 // initial part of any of them anywhere that a declaration of the 26 // common initial sequence if corresponding members have compatible 28 // or more initial members." 30 // We want to ensure that the common initial sequences of exported 44 // A non-exported type that shares a common initial sequence with NoBitfield
|
D | reduce.rscript | 78 // accumulator has the distinguished initial value, and a float field 79 // for a non-initial value.
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 28 // common initial sequence, and if the union object currently contains 30 // initial part of any of them anywhere that a declaration of the 32 // common initial sequence if corresponding members have compatible 34 // or more initial members." 36 // We want to ensure that the common initial sequences of exported 50 // A non-exported type that shares a common initial sequence with NoBitfield
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 24 // common initial sequence, and if the union object currently contains 26 // initial part of any of them anywhere that a declaration of the 28 // common initial sequence if corresponding members have compatible 30 // or more initial members." 32 // We want to ensure that the common initial sequences of exported 46 // A non-exported type that shares a common initial sequence with NoBitfield
|
D | reduce.rscript | 80 // accumulator has the distinguished initial value, and a float field 81 // for a non-initial value.
|
/frameworks/libs/net/common/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 73 initial: T, in <lambda>() 89 val threadLocal = threadTransform(initial) in <lambda>()
|
/frameworks/opt/net/ims/ |
D | README.txt | 54 Manages all IMS calls which are established hereafter the initial 1-to-1 call is established. 95 Manages all calls which are established hereafter the initial 1-to-1 call is established. 103 Provides the interface to manage all calls which are established hereafter the initial
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 44 /// srandom - set the initial seed value for future calls to random().
|
/frameworks/base/core/java/android/companion/ |
D | BluetoothLeDeviceFilter.java | 154 int initial = mRenameBytesReverseOrder ? endInclusive : startInclusive; in getDeviceDisplayName() local 156 for (int i = initial; startInclusive <= i && i <= endInclusive; i += step) { in getDeviceDisplayName()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 74 /// srandom - set the initial seed value for future calls to random().
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 2 initial [label="INITIAL\n\
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 96 For example, the initial version during _Android N_ development was 103 Similarly, if changes in the file format are made after the initial release of
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rscript | 26 /* create initial conditions */
|
/frameworks/base/core/proto/android/stats/connectivity/ |
D | network_stack.proto | 79 // Fast initial Link setup
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 23 src: initial aosp import?
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobConcurrencyManager.java | 460 private static String printContextIdToJobMap(JobStatus[] map, String initial) { in printContextIdToJobMap() argument 461 StringBuilder s = new StringBuilder(initial + ": "); in printContextIdToJobMap()
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 60 %initial-action 62 /* Initialize the initial location. */
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 481 size_t initial = mDataSize; in padData() local 482 void* data = editData(initial+(wordSize-extra)); in padData() 484 memset(((uint8_t*)data) + initial, 0, wordSize-extra); in padData()
|
/frameworks/base/core/proto/android/service/ |
D | notification.proto | 209 // Indicates whether this ZenRule has been modified after its initial creation
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 81 // package during the initial non-incremental backup and reused for incremental backups.
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 37 * The initial state of an outgoing {@code Call}.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_f32_helper.rsh | 18 // When this function is called, the initial value of sharp->dilated_depth is
|
D | layered_filter_d1new_helper.rsh | 35 // When this function is called, the initial value of sharp->dilated_depth is
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 106 initial value is false. If surface is not a window surface this has no
|