Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/os/
DVibrationEffectTest.java86 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/
Dbitfield.rscript22 // 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
Dreduce.rscript78 // accumulator has the distinguished initial value, and a float field
79 // for a non-initial value.
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript28 // 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/
Dbitfield.rscript24 // 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
Dreduce.rscript80 // accumulator has the distinguished initial value, and a float field
81 // for a non-initial value.
/frameworks/libs/net/common/devicetests/com/android/testutils/
DConcurrentInterpreter.kt73 initial: T, in <lambda>()
89 val threadLocal = threadTransform(initial) in <lambda>()
/frameworks/opt/net/ims/
DREADME.txt54 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/
DSystem.inc44 /// srandom - set the initial seed value for future calls to random().
/frameworks/base/core/java/android/companion/
DBluetoothLeDeviceFilter.java154 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/
DSystem.inc74 /// srandom - set the initial seed value for future calls to random().
/frameworks/av/media/libmedia/docs/
Dpaused.dot2 initial [label="INITIAL\n\
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md96 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/
Dnbody.rscript26 /* create initial conditions */
/frameworks/base/core/proto/android/stats/connectivity/
Dnetwork_stack.proto79 // Fast initial Link setup
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt23 src: initial aosp import?
/frameworks/base/services/core/java/com/android/server/job/
DJobConcurrencyManager.java460 private static String printContextIdToJobMap(JobStatus[] map, String initial) { in printContextIdToJobMap() argument
461 StringBuilder s = new StringBuilder(initial + ": "); in printContextIdToJobMap()
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy60 %initial-action
62 /* Initialize the initial location. */
/frameworks/base/tools/aapt/
DAaptAssets.cpp481 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/
Dnotification.proto209 // Indicates whether this ZenRule has been modified after its initial creation
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto81 // package during the initial non-incremental backup and reused for incremental backups.
/frameworks/base/core/proto/android/telecomm/
Denums.proto37 * The initial state of an outgoing {@code Call}.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_f32_helper.rsh18 // When this function is called, the initial value of sharp->dilated_depth is
Dlayered_filter_d1new_helper.rsh35 // When this function is called, the initial value of sharp->dilated_depth is
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt106 initial value is false. If surface is not a window surface this has no

12