Home
last modified time | relevance | path

Searched +defs:left +defs:delegate (Results 1 – 25 of 1285) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/pdfium/testing/
H A Dembedder_test.cpp53 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 DInvertedLuminanceSource.java27 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 DMapsTest.java431 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 DMapsTest.java431 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 DCircularAdaptersTest.java84 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 DTransitionLayout.kt55 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 Dutils.cc142 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 DNestedDraggable.kt395 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 Dcfx_gifcontext.cpp29 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 DActivityTransitionAnimator.kt752 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/
Dtest_compare.py23 def lowercase_cmp(left, right) : argument
27 def reverse(left, right, delegate=cmp) : argument
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jar ... .Object, java.lang.Object) Object left Object right private int rank (java.lang. ...
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/
Dguava.jar ... .Object, java.lang.Object) Object left Object right private int rank (java.lang. ...
/aosp_15_r20/packages/services/Telecomm/libs/
Dguava.jar ... .google.common.util.concurrent.ListenableFuture delegate com.google.common.base.Function mapper ...
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java202 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/
DActivityContext.java487 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/
HDguava-13.0.1.jar ... final com.google.common.collect.ImmutableCollection delegate private final com.google.common.collect. ...
HDguava-18.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
HDguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/testng/ant/3rdparty/
HDdoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/aosp_15_r20/external/guice/lib/
HDguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/PlatformAnimationLib/android_common/kotlin/
DPlatformAnimationLib.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/
DPlatformAnimationLib.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/
Dauto-value-1.5.3.jarMETA-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/
HDguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12345678910>>...52