/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 115 double left, in InvalidateStub() [all …]
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/ |
H A D | InvertedLuminanceSource.java | 27 private final LuminanceSource delegate; field in InvertedLuminanceSource 29 public InvertedLuminanceSource(LuminanceSource delegate) { in InvertedLuminanceSource() 61 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 431 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferenceTypical() local 464 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferenceEquals() local 480 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferencePredicateTypical() local 565 SortedMap<Integer, String> left = in testSortedMapDifferenceTypical() local 612 SortedMap<Integer, String> left = in testSortedMapDifferenceImmutable() local 648 SortedMap<Integer, String> left = ImmutableSortedMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); 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 | 431 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferenceTypical() local 464 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferenceEquals() local 480 Map<Integer, String> left = ImmutableMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); in testMapDifferencePredicateTypical() local 565 SortedMap<Integer, String> left = in testSortedMapDifferenceTypical() local 612 SortedMap<Integer, String> left = in testSortedMapDifferenceImmutable() local 648 SortedMap<Integer, String> left = ImmutableSortedMap.of(1, "a", 2, "b", 3, "c", 4, "d", 5, "e"); 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 | 84 final @Left Node left; 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/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 55 private val delegate = constant 160 val left = widgetState.x.toInt() + contentTranslationX - clipShift in applyCurrentState() constant
|
/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/compose/core/src/com/android/compose/gesture/ |
H A D | NestedDraggable.kt | 395 val left = available - consumed in scrollWithNestedScroll() constant 426 val left = available - consumed in flingWithNestedScroll() constant 513 private val delegate: NestedDraggable.Controller, constant in com.android.compose.gesture.WrappedController
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | cfx_gifcontext.cpp | 29 CFX_GifContext::CFX_GifContext(GifDecoder::Delegate* delegate) in CFX_GifContext() 40 int32_t left, in GetRecordPosition()
|
/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 1372 val left: Int = bounds?.left?.toInt() ?: windowBounds.left 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 | ... .Object, java.lang.Object)
Object left
Object right
private int rank (java.lang. ... |
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | ... .Object, java.lang.Object)
Object left
Object right
private int rank (java.lang. ... |
/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 | 202 int left = basePreviewOffsetX; in getBounds() local 385 private void delegateDrawing(CellLayout delegate, int cellX, int cellY) { in delegateDrawing()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 487 int left = 0, top = 0; in getActivityLaunchOptions() local 566 public ActivityContextDelegate(Context base, int themeResId, ActivityContext delegate) { in ActivityContextDelegate()
|
/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/external/guice/lib/ |
HD | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/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 | ... $LayoutParams layoutParams
android.view.View v
int left
int top
int right
int bottom
int oldLeft
int oldTop ... |
/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- ... |