Searched defs:unit (Results 51 - 75 of 77) sorted by relevance

1234

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DIdlingPolicy.java35 private final TimeUnit unit; field in class:IdlingPolicy
46 * The unit for {@linkgetIdleTimeout}.
49 return unit;
79 this.unit = checkNotNull(builder.unit);
85 private TimeUnit unit = null; field in class:IdlingPolicy.Builder
96 this.unit = copy.unit;
105 public Builder withIdlingTimeoutUnit(TimeUnit unit) { argument
106 this.unit
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java274 public EnvReverbParam(EnvironmentalReverb reverb, int min, int max, SeekBar seekBar, TextView textView, String unit) { argument
275 super (min, max, seekBar, textView, unit);
H A DEqualizerTest.java239 public EqualizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, String unit) { argument
240 super (min, max, seekBar, textView, unit);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraUtilsTypeReferenceTest.java17 package com.android.mediaframeworktest.unit;
H A DMediaInserterTest.java17 package com.android.mediaframeworktest.unit;
H A DMediaPlayerMetadataParserTest.java17 package com.android.mediaframeworktest.unit;
H A DMediaPlayerStateUnitTestTemplate.java17 package com.android.mediaframeworktest.unit;
31 * @see com.android.mediaframeworktest.unit.MediaPlayerSeekToStateUnitTest
34 * A typical concrete unit test class would implement the
36 * this class. Then it calls runTestOnMethod() to actually perform the unit
H A DRationalTest.java17 package com.android.mediaframeworktest.unit;
36 * -e class 'com.android.mediaframeworktest.unit.RationalTest' \
200 // unit is equal to itself
H A DCameraMetadataTest.java17 package com.android.mediaframeworktest.unit;
50 import static com.android.mediaframeworktest.unit.ByteArrayHelpers.*;
60 * -e class 'com.android.mediaframeworktest.unit.CameraMetadataTest' \
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java180 public T getResult(long timeout, TimeUnit unit) argument
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java329 * @param unit The time unit for the timeout.
339 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, argument
341 return mFuture.get(timeout, unit);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java307 * @param unit the units to use for the timeout.
312 TimeUnit unit)
315 long nanos = unit.toNanos(timeout);
363 * @param unit the units to use for the timeout.
367 public boolean waitForEmpty(long timeout, TimeUnit unit) throws InterruptedException { argument
368 long nanos = unit.toNanos(timeout);
388 * @param unit the units to use for the timeout.
392 public boolean waitForPreviewsEmpty(long timeout, TimeUnit unit) throws InterruptedException { argument
393 long nanos = unit.toNanos(timeout);
417 * @param unit th
311 queueRequest(RequestHolder holder, LegacyRequest legacy, long timeout, TimeUnit unit) argument
424 waitForRequestCompleted(RequestHolder holder, long timeout, TimeUnit unit, MutableLong timestamp) argument
[all...]
/frameworks/base/core/java/android/os/
H A DAsyncTask.java491 * @param unit The time unit for the timeout.
501 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, argument
503 return mFuture.get(timeout, unit);
/frameworks/base/core/java/android/util/
H A DTypedValue.java88 /** Complex data: bit location of unit information. */
90 /** Complex data: mask to extract unit information (after shifting by
95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */
97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent
100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */
102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */
104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. */
106 /** {@link #TYPE_DIMENSION} complex unit: Value is in millimeters. */
109 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall
112 /** {@link #TYPE_FRACTION} complex unit
316 applyDimension(int unit, float value, DisplayMetrics metrics) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java214 * Set the default text size to a given unit and value.
220 * @param unit The desired dimension unit
223 public void setTextSize(int unit, float size) { argument
224 mPrevText.setTextSize(unit, size);
225 mCurrText.setTextSize(unit, size);
226 mNextText.setTextSize(unit, size);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1132 // for simplicity, store a reference to the format in each unit
1608 sp<ABuffer> unit = new ABuffer(aac_frame_length); local
1609 memcpy(unit->data(), adtsHeader, aac_frame_length);
1611 unit->meta()->setInt64("timeUs", unitTimeUs);
1612 setAccessUnitProperties(unit, packetSource);
1613 packetSource->queueAccessUnit(unit);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1649 private Bundle internalGetResult(Long timeout, TimeUnit unit) argument
1658 return get(timeout, unit);
1692 public Bundle getResult(long timeout, TimeUnit unit) argument
1694 return internalGetResult(timeout, unit);
1822 private T internalGetResult(Long timeout, TimeUnit unit) argument
1831 return get(timeout, unit);
1865 public T getResult(long timeout, TimeUnit unit) argument
1867 return internalGetResult(timeout, unit);
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java94 * and a unit. The number can be a cardinal, decimal or a fraction. Set the
96 * {@link #TYPE_DECIMAL} or {@link #TYPE_FRACTION}. The unit can be
287 * Argument used to specify the unit of a measure. The unit should always be
295 public static final String ARG_UNIT = "android.arg.unit";
1073 * @param unit The unit of the measure.
1077 public MeasureBuilder setUnit(String unit) { argument
1078 return setStringArgument(TtsSpan.ARG_UNIT, unit);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2665 /* void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format ) */
2668 (JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, jint access, jint format) {
2670 (GLuint)unit,
2667 android_glBindImageTexture__IIIZIII(JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, jint access, jint format) argument
H A Dandroid_hardware_camera2_DngCreator.cpp1029 uint16_t unit = 2; // inches local
1030 BAIL_IF_INVALID(writer->addEntry(TAG_RESOLUTIONUNIT, 1, &unit, TIFF_IFD_0),
1767 uint16_t unit = 2; // inches local
1768 BAIL_IF_INVALID(writer->addEntry(TAG_RESOLUTIONUNIT, 1, &unit, TIFF_IFD_0),
H A Dandroid_opengl_GLES30.cpp4156 /* void glBindSampler ( GLuint unit, GLuint sampler ) */
4159 (JNIEnv *_env, jobject _this, jint unit, jint sampler) {
4161 (GLuint)unit,
4158 android_glBindSampler__II(JNIEnv *_env, jobject _this, jint unit, jint sampler) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java943 // C function void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format )
946 int unit,
945 glBindImageTexture( int unit, int texture, int level, boolean layered, int layer, int access, int format ) argument
H A DGLES30.java1520 // C function void glBindSampler ( GLuint unit, GLuint sampler )
1523 int unit,
1522 glBindSampler( int unit, int sampler ) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4340 uint32_t unit; member in struct:android::unit_entry
4378 outValue->data = cur->unit << Res_value::COMPLEX_UNIT_SHIFT;
4381 //printf("Found unit %s for %s\n", cur->name, str);
4488 // Might be a unit...
6208 default: printf(" (unknown unit)"); break;
6214 default: printf(" (unknown unit)"); break;
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 6422 milliseconds

1234