/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestEventHandler.java | 33 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 D | TestEventListener.java | 34 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 D | VtsHalSensorManagerV1_0TargetTest.cpp | 80 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 D | LruCache_test.cpp | 113 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 D | FusionDictionary.java | 287 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 D | C2InterfaceUtils.cpp | 119 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 D | android_os_Parcel.cpp | 165 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 D | Parcel.java | 322 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 D | opencensus-api-0.21.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | opencensus-api-0.24.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 548 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument 550 mAllowFds = lastValue; in restoreAllowFds()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 87 void restoreAllowFds(bool lastValue);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 87 void restoreAllowFds(bool lastValue);
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 1246 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 D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |