Home
last modified time | relevance | path

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

12345678

/aosp12/build/soong/ui/build/
H A Denvironment_test.go25 initial.Unset("TEST")
26 got := initial.Environ()
34 initial.Unset("TEST")
35 got := initial.Environ()
42 initial := &Environment{}
43 initial.Set("TEST", "0")
44 got := initial.Environ()
52 initial.Set("TEST", "0")
53 got := initial.Environ()
62 got := initial.Environ()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DStepSegmentTest.java99 StepSegment initial = new StepSegment(1f, 0, 0); in testScale_fullAmplitude() local
101 assertEquals(1f, initial.scale(1).getAmplitude(), TOLERANCE); in testScale_fullAmplitude()
102 assertEquals(0.34f, initial.scale(0.5f).getAmplitude(), TOLERANCE); in testScale_fullAmplitude()
104 assertEquals(1f, initial.scale(1.5f).getAmplitude(), TOLERANCE); in testScale_fullAmplitude()
107 assertEquals(0.71f, initial.scale(0.8f).getAmplitude(), TOLERANCE); in testScale_fullAmplitude()
113 StepSegment initial = new StepSegment(0.5f, 0, 0); in testScale_halfAmplitude() local
115 assertEquals(0.5f, initial.scale(1).getAmplitude(), TOLERANCE); in testScale_halfAmplitude()
127 StepSegment initial = new StepSegment(0, 0, 0); in testScale_zeroAmplitude() local
129 assertEquals(0f, initial.scale(1).getAmplitude(), TOLERANCE); in testScale_zeroAmplitude()
130 assertEquals(0f, initial.scale(0.5f).getAmplitude(), TOLERANCE); in testScale_zeroAmplitude()
[all …]
H A DPrimitiveSegmentTest.java91 PrimitiveSegment initial = new PrimitiveSegment( in testScale_fullPrimitiveScaleValue() local
94 assertEquals(1f, initial.scale(1).getScale(), TOLERANCE); in testScale_fullPrimitiveScaleValue()
95 assertEquals(0.34f, initial.scale(0.5f).getScale(), TOLERANCE); in testScale_fullPrimitiveScaleValue()
97 assertEquals(1f, initial.scale(1.5f).getScale(), TOLERANCE); in testScale_fullPrimitiveScaleValue()
100 assertEquals(0.71f, initial.scale(0.8f).getScale(), TOLERANCE); in testScale_fullPrimitiveScaleValue()
106 PrimitiveSegment initial = new PrimitiveSegment( in testScale_halfPrimitiveScaleValue() local
109 assertEquals(0.5f, initial.scale(1).getScale(), TOLERANCE); in testScale_halfPrimitiveScaleValue()
121 PrimitiveSegment initial = new PrimitiveSegment( in testScale_zeroPrimitiveScaleValue() local
124 assertEquals(0f, initial.scale(1).getScale(), TOLERANCE); in testScale_zeroPrimitiveScaleValue()
125 assertEquals(0f, initial.scale(0.5f).getScale(), TOLERANCE); in testScale_zeroPrimitiveScaleValue()
[all …]
H A DRampSegmentTest.java97 RampSegment initial = new RampSegment(0, 1, 0, 0, 0); in testScale() local
99 assertEquals(0f, initial.scale(1).getStartAmplitude(), TOLERANCE); in testScale()
100 assertEquals(0f, initial.scale(0.5f).getStartAmplitude(), TOLERANCE); in testScale()
101 assertEquals(0f, initial.scale(1.5f).getStartAmplitude(), TOLERANCE); in testScale()
105 assertEquals(1f, initial.scale(1).getEndAmplitude(), TOLERANCE); in testScale()
106 assertEquals(0.34f, initial.scale(0.5f).getEndAmplitude(), TOLERANCE); in testScale()
108 assertEquals(1f, initial.scale(1.5f).getEndAmplitude(), TOLERANCE); in testScale()
111 assertEquals(0.71f, initial.scale(0.8f).getEndAmplitude(), TOLERANCE); in testScale()
117 RampSegment initial = new RampSegment(0.5f, 1, 0, 0, 0); in testScale_halfPrimitiveScaleValue() local
119 assertEquals(0.5f, initial.scale(1).getStartAmplitude(), TOLERANCE); in testScale_halfPrimitiveScaleValue()
[all …]
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dranged_converter_test.cpp40 int initial = 99; in ExpectConvert() local
41 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvert()
45 ASSERT_EQ(dut_->MetadataToV4L2(initial, &actual), 0); in ExpectConvert()
78 int initial = 99; in TEST_F() local
80 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
83 EXPECT_EQ(dut_->MetadataToV4L2(initial, &unused), err); in TEST_F()
H A Dmap_converter_test.cpp39 int initial = 99; in ExpectConvertToV4L2() local
40 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvertToV4L2()
44 ASSERT_EQ(dut_->MetadataToV4L2(initial, &actual), 0); in ExpectConvertToV4L2()
86 int initial = 99; in TEST_F() local
88 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
91 EXPECT_EQ(dut_->MetadataToV4L2(initial, &unused), err); in TEST_F()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCoreApiTest.kt63 initial = { DomainVerificationRequest(massiveSet) },
74 initial = {
98 initial = {
131 initial = { DomainSet(massiveSet) },
144 val initial: () -> T,
188 val initial = parameter.initial() regex
189 initial.writeToParcel(parcel, 0)
192 val newInitial = parameter.initial()
196 assertAll(initial, newInitial, unparceled) { value: Any, other: Any ->
/aosp12/bionic/tools/versioner/tests/slow_preprocessor_idempotence/
H A Drun.sh4 versioner -o out/initial
5 versioner out/initial ../../dependencies -o out/second
6 diff -qrwB out/initial out/second
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A 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
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A 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
/aosp12/frameworks/compile/slang/lit-tests/padding/
H A 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
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.cc411 InductionInfo* initial = LookupInfo(loop, phi->InputAt(0)); in ClassifyNonTrivial() local
412 if (initial == nullptr || initial->induction_class != kInvariant) { in ClassifyNonTrivial()
429 initial, in ClassifyNonTrivial()
776 initial, in SolveAddSub()
813 initial, in SolveOp()
823 initial, in SolveOp()
832 initial, in SolveOp()
876 IsAtLeast(initial, &value) && value >= min && in SolveConversion()
877 IsAtMost(initial, &value) && value <= max) { in SolveConversion()
1301 if (initial != nullptr) { in GetShiftConstant()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsEditingActivity.kt209 val initial = super.getRowCountForAccessibility(recycler, state) regex
210 return if (initial > 0) initial - 1 else initial
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DReadWriteDraftMessageActionTest.java295 MessageData initial = MessageData.createDraftSmsMessage(conversationId, selfId, in testUpdateDraft() local
298 BugleDatabaseOperations.updateDraftMessageData(db, conversationId, initial, in testUpdateDraft()
301 initial = BugleDatabaseOperations.readDraftMessageData(db, in testUpdateDraft()
303 assertEquals("Initial text mismatch", initialMessage, initial.getMessageText()); in testUpdateDraft()
354 final MessageData initial = in testBugleDatabaseDraftOperations() local
356 initial.addPart(MessagePartData.createMediaMessagePart(ContentType.MULTIPART_MIXED, in testBugleDatabaseDraftOperations()
360 conversationId, initial, BugleDatabaseOperations.UPDATE_MODE_ADD_DRAFT); in testBugleDatabaseDraftOperations()
/aosp12/frameworks/proto_logging/stats/enums/stats/mediametrics/
H A Dmediametrics.proto72 // Playback has not started (initial state)
74 // Playback is buffering in the background for initial playback start
76 // Playback is buffering in the foreground for initial playback start
/aosp12/art/test/522-checker-regression-monitor-exit/smali/
H A DTest.smali20 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (befo…
24 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (afte…
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A DIVehicle.hal49 * If there is no data available yet, which can happen during initial stage,
61 * Setting some properties require having initial state available. If initial
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DSparseArrayUtils.kt58 initial: R,
68 val acc = sparseArray.get(key) ?: initial
/aosp12/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
H A DSmartDialPrefix.java164 String initial = ""; in generateNamePrefixes() local
168 initial = indexTokens.get(i).substring(0, 1); in generateNamePrefixes()
172 result.add(initial + fullNames.get(j)); in generateNamePrefixes()
175 result.add(initial + result.get(j)); in generateNamePrefixes()
/aosp12/art/test/588-checker-irreducib-lifetime-hole/smali/
H A DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop1(int) dead_code_elimination$initial (before)
59 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop2(int) dead_code_elimination$initial (before)
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DConcurrentInterpreter.kt73 initial: T,
89 val threadLocal = threadTransform(initial)
/aosp12/frameworks/opt/net/ims/
H A 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
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dinitial_sids4 # Define initial security identifiers

12345678