/aosp_15_r20/external/pdfium/testing/ |
H A D | embedder_test.cpp | 53 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in UnsupportedHandlerTrampoline() local 62 auto* delegate = static_cast<EmbedderTest*>(platform)->GetDelegate(); in AlertTrampoline() local 67 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in SetTimerTrampoline() local 72 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in KillTimerTrampoline() local 79 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in GetPageTrampoline() local 84 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionTrampoline() local 93 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoGoToActionTrampoline() local 101 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in OnFocusChangeTrampoline() local 108 auto* delegate = static_cast<EmbedderTest*>(info)->GetDelegate(); in DoURIActionWithKeyboardModifierTrampoline() local 117 double right, in InvalidateStub() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 432 Map<Integer, String> right = ImmutableMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testMapDifferenceTypical() local 465 Map<Integer, String> right = ImmutableMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testMapDifferenceEquals() local 481 Map<Integer, String> right = ImmutableMap.of(1, "A", 3, "F", 5, "G", 6, "Z"); in testMapDifferencePredicateTypical() local 574 SortedMap<Integer, String> right = ImmutableSortedMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testSortedMapDifferenceTypical() local 614 SortedMap<Integer, String> right = in testSortedMapDifferenceImmutable() local 649 SortedMap<Integer, String> right = ImmutableSortedMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testSortedMapDifferenceEquals() local 711 private final SortedSet<String> delegate = Sets.newTreeSet(); field in MapsTest.NonNavigableSortedSet 714 protected SortedSet<String> delegate() { in delegate() method in MapsTest.NonNavigableSortedSet
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 432 Map<Integer, String> right = ImmutableMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testMapDifferenceTypical() local 465 Map<Integer, String> right = ImmutableMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testMapDifferenceEquals() local 481 Map<Integer, String> right = ImmutableMap.of(1, "A", 3, "F", 5, "G", 6, "Z"); in testMapDifferencePredicateTypical() local 574 SortedMap<Integer, String> right = ImmutableSortedMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testSortedMapDifferenceTypical() local 614 SortedMap<Integer, String> right = in testSortedMapDifferenceImmutable() local 649 SortedMap<Integer, String> right = ImmutableSortedMap.of(1, "a", 3, "f", 5, "g", 6, "z"); in testSortedMapDifferenceEquals() local 711 private final SortedSet<String> delegate = Sets.newTreeSet(); field in MapsTest.NonNavigableSortedSet 714 protected SortedSet<String> delegate() { in delegate() method in MapsTest.NonNavigableSortedSet
|
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | CircularAdaptersTest.java | 85 final @Right Node right; field in CircularAdaptersTest.Node 87 Node(String name, Node left, Node right) { in Node() method in CircularAdaptersTest.Node 122 final JsonAdapter<Node> delegate = moshi.nextAdapter(this, Node.class, Util.NO_ANNOTATIONS); in create() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
H A D | utils.cc | 142 TfLiteDelegate* delegate) { in ModifyGraphWithDelegate() 149 void InitializeInputs(int left, int right, in InitializeInputs()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityTransitionAnimator.kt | 752 private val delegate: Listener?, in <lambda>() constant in com.android.systemui.animation.DelegatingAnimationCompletionListener 781 private val delegate = RemoteAnimationRunnerCompat.wrap(runner) in <lambda>() constant 942 @VisibleForTesting var delegate: AnimationDelegate? in <lambda>() variable in com.android.systemui.animation.Runner 963 initAndRun(finishedCallback) { delegate -> in <lambda>() method 977 initAndRun(finishedCallback) { delegate -> in <lambda>() method 993 val delegate = delegate in <lambda>() constant 1008 val delegate = delegate in <lambda>() constant 1349 val delegate = this.controller in <lambda>() constant 1374 val right: Int = bounds?.right?.toInt() ?: windowBounds.right in <lambda>() constant
|
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/ |
D | test_compare.py | 23 def lowercase_cmp(left, right) : argument 27 def reverse(left, right, delegate=cmp) : argument
|
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | ... , java.lang.Object)
Object left
Object right
private int rank (java.lang.Object) ... |
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | ... , java.lang.Object)
Object left
Object right
private int rank (java.lang.Object) ... |
/aosp_15_r20/packages/services/Telecomm/libs/ |
D | guava.jar | ... .google.common.util.concurrent.ListenableFuture delegate
com.google.common.base.Function mapper ... |
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | PreviewBackground.java | 203 int right = left + previewSize; in getBounds() local 385 private void delegateDrawing(CellLayout delegate, int cellX, int cellY) { in delegateDrawing()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | guava-13.0.1.jar | ... final com.google.common.collect.ImmutableCollection delegate
private final com.google.common.collect. ... |
HD | guava-18.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
HD | guava-17.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/testng/ant/3rdparty/ |
HD | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/PlatformAnimationLib/android_common/kotlin/ |
D | PlatformAnimationLib.jar | ... android.systemui.animation.ActivityTransitionAnimator$Controller $delegate
final synthetic com.android.systemui.animation. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/PlatformAnimationLib/android_common/repackaged-jarjar/kotlinc/ |
D | PlatformAnimationLib.jar | ... .view.View v
int left
int top
int right
int bottom
int oldLeft
int oldTop
int oldRight
int oldBottom ... |
/aosp_15_r20/external/guice/lib/ |
HD | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/dialer_rootcomponentprocessor_plugin/linux_glibc_common/combined/ |
D | dialer_rootcomponentprocessor_plugin.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.9/ |
HD | auto-value-1.9.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_value_memoized_extension_plugin/linux_glibc_common/combined/ |
D | auto_value_memoized_extension_plugin.jar | ... left
javax.lang.model.element.AnnotationMirror right
protected int doHash (javax.lang.model. ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_plugin/linux_glibc_common/combined/ |
D | auto_service_plugin.jar | ... left
javax.lang.model.element.AnnotationMirror right
protected int doHash (javax.lang.model. ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | guava-30.1-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |