Home
last modified time | relevance | path

Searched refs:lastValue (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEventHandler.java33 private @Nullable T lastValue; field in TestEventHandler
40 lastValue = event; in accept()
45 assertEquals(expected, lastValue); in assertLastArgument()
61 return lastValue; in getLastValue()
66 lastValue = null; in reset()
H A DTestEventListener.java34 private @Nullable T lastValue; field in TestEventListener
40 lastValue = event; in accept()
44 assertEquals(expected, lastValue); in assertLastArgument()
56 return lastValue; in getLastValue()
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp80 typename std::iterator_traits<I>::pointer lastValue = nullptr; in isIncreasing() local
85 lastValue = &(*iter); in isIncreasing()
88 if (getField(*iter) < getField(*lastValue)) { in isIncreasing()
90 << pos << ", " << getField(*iter) << " < " << getField(*lastValue); in isIncreasing()
/aosp12/system/core/libutils/
H A DLruCache_test.cpp113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback()
118 lastValue = v; in operator ()()
122 StringValue lastValue; member in android::EntryRemovedCallback
312 EXPECT_STREQ("one", callback.lastValue); in TEST_F()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java287 int lastValue = -1; in checkStack() local
290 if (currentValue <= lastValue) { in checkStack()
293 lastValue = currentValue; in checkStack()
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp119 double lastValue = _mMin; in contains() local
123 if (T(lastValue + MIN_STEP / 2) == value) { in contains()
126 double nextValue = fma(lastValue, base, _mStep); in contains()
127 if (nextValue <= lastValue || nextValue > _mMax) { in contains()
130 lastValue = nextValue; in contains()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp165 static void android_os_Parcel_restoreAllowFds(jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds() argument
169 parcel->restoreAllowFds((bool)lastValue); in android_os_Parcel_restoreAllowFds()
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java322 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds() argument
604 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds() argument
605 nativeRestoreAllowFds(mNativePtr, lastValue); in restoreAllowFds()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp548 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument
550 mAllowFds = lastValue; in restoreAllowFds()
/aosp12/frameworks/native/include/binder/
H A DParcel.h87 void restoreAllowFds(bool lastValue);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h87 void restoreAllowFds(bool lastValue);
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1246 final boolean lastValue = lastValues.get(network.getNetId(), false); in updateCapabilityChange()
1247 final boolean changed = (lastValue != newValue) in updateCapabilityChange()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...