Searched defs:target (Results 76 - 100 of 2230) sorted by relevance

1234567891011>>

/external/vogar/test/vogar/target/junit4/
H A DAssumeTest.java16 package vogar.target.junit4;
H A DChangeDefaultLocaleTest.java17 package vogar.target.junit4;
27 * <p>This ensures that the {@link vogar.target.TestEnvironment} class is used correctly.
H A DExtendedSimpleTest2.java17 package vogar.target.junit4;
H A DHasIgnoredTest.java17 package vogar.target.junit4;
H A DLazyTestCreationTest.java17 package vogar.target.junit4;
H A DMockitoFieldTest.java16 package vogar.target.junit4;
H A DSimpleTest2.java17 package vogar.target.junit4;
H A DTestMethodWithParameterTest.java17 package vogar.target.junit4;
/external/vogar/test/vogar/target/mixture/junit3/
H A DAbstractJUnit3Test.java17 package vogar.target.mixture.junit3;
H A DNotPublicClassOrConstructorTest.java17 package vogar.target.mixture.junit3;
H A DNotPublicClassTest.java17 package vogar.target.mixture.junit3;
H A DNotPublicConstructorTest.java17 package vogar.target.mixture.junit3;
H A DTwoConstructorsTest.java17 package vogar.target.mixture.junit3;
/external/vogar/test/vogar/target/mixture/junit4/
H A DAbstractJUnit4Test.java17 package vogar.target.mixture.junit4;
H A DJUnit4Test.java17 package vogar.target.mixture.junit4;
/external/vogar/test/vogar/target/mixture/main/
H A DMainApp.java17 package vogar.target.mixture.main;
/external/apache-http/src/org/apache/http/client/
H A DRequestDirector.java78 * @param target the target host for the request.
81 * to a default target or by inspecting the request.
92 HttpResponse execute(HttpHost target, HttpRequest request, argument
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoutePlanner.java42 * Encapsulates logic to compute a {@link HttpRoute} to a target host.
56 * @param target the target host for the request.
59 * to a default target or by inspecting the request.
68 public HttpRoute determineRoute(HttpHost target, argument
/external/dtc/tests/
H A Dnode_offset_by_phandle.c31 static void check_search(void *fdt, uint32_t phandle, int target) argument
37 if (offset != target)
39 "instead of %d", phandle, offset, target);
/external/glide/library/src/main/java/com/bumptech/glide/
H A DDownloadOptions.java4 import com.bumptech.glide.request.target.Target;
13 * @param target The Target that will receive the cache File when the load completes
17 <Y extends Target<File>> Y downloadOnly(Y target); argument
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DBitmapImageViewTarget.java1 package com.bumptech.glide.request.target;
7 * A {@link com.bumptech.glide.request.target.Target} that can display an {@link android.graphics.Bitmap} in an
H A DDrawableImageViewTarget.java1 package com.bumptech.glide.request.target;
7 * A target for display {@link Drawable} objects in {@link ImageView}s.
H A DImageViewTargetFactory.java1 package com.bumptech.glide.request.target;
10 * A factory responsible for producing the correct type of {@link com.bumptech.glide.request.target.Target} for a given
H A DSimpleTarget.java1 package com.bumptech.glide.request.target;
4 * A simple {@link com.bumptech.glide.request.target.Target} base class with default (usually noop) implementations
24 * @param <Z> The type of resource that this target will receive.
31 * Constructor for the target that assumes you will have called
32 * {@link com.bumptech.glide.GenericRequestBuilder#override(int, int)} on the request builder this target is given
36 * Requests that load into this target will throw an {@link java.lang.IllegalArgumentException} if
45 * Constructor for the target that takes the desired dimensions of the decoded and/or transformed resource.
H A DSizeReadyCallback.java1 package com.bumptech.glide.request.target;
4 * A callback that must be called when the target has determined its size. For fixed size targets it can
11 * @param width The width in pixels of the target.
12 * @param height The height in pixels of the target.

Completed in 237 milliseconds

1234567891011>>