Searched refs:unit (Results 1 - 25 of 112) sorted by relevance

12345

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java225 WspTypeDecoder unit = new WspTypeDecoder(
227 assertTrue(unit.decodeContentType(0));
228 String mimeType = unit.getValueString();
229 int wellKnownValue = (int) unit.getValue32();
232 assertEquals(1, unit.getDecodedDataLength());
245 WspTypeDecoder unit = new WspTypeDecoder(data);
246 assertTrue(unit.decodeContentType(0));
247 String mimeType = unit.getValueString();
248 int wellKnownValue = (int) unit.getValue32();
251 assertEquals(4, unit
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMethodUnderTest.java17 package com.android.mediaframeworktest.unit;
22 * All MediaPlayer method unit test subclass must implement this interface.
H A DMediaRecorderMethodUnderTest.java17 package com.android.mediaframeworktest.unit;
22 * All MediaRecorder method unit test subclass must implement this interface.
H A DMediaPlayerStateErrors.java17 package com.android.mediaframeworktest.unit;
H A DMediaRecorderStateErrors.java17 package com.android.mediaframeworktest.unit;
H A DCameraUtilsUncheckedThrowTest.java17 package com.android.mediaframeworktest.unit;
H A DCameraOpenTest.java17 package com.android.mediaframeworktest.unit;
26 * -e class 'com.android.mediaframeworktest.unit.CameraOpenTest' \
/frameworks/base/libs/hwui/
H A DAndroid.mk265 # unit tests
282 tests/unit/main.cpp \
283 tests/unit/BakedOpDispatcherTests.cpp \
284 tests/unit/BakedOpRendererTests.cpp \
285 tests/unit/BakedOpStateTests.cpp \
286 tests/unit/BitmapTests.cpp \
287 tests/unit/CanvasContextTests.cpp \
288 tests/unit/CanvasStateTests.cpp \
289 tests/unit/ClipAreaTests.cpp \
290 tests/unit/DamageAccumulatorTest
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerUnitTestRunner.java21 import com.android.connectivitymanagertest.unit.WifiClientTest;
22 import com.android.connectivitymanagertest.unit.WifiSoftAPTest;
27 * Instrumentation Test Runner for all unit tests
/frameworks/support/compat/java/android/support/v4/widget/
H A DAutoSizeableTextView.java55 * @param unit the desired dimension unit for all sizes above. See {@link TypedValue} for the
71 int unit) throws IllegalArgumentException;
79 * @param unit the desired dimension unit for the preset sizes above. See {@link TypedValue} for
90 void setAutoSizeTextTypeUniformWithPresetSizes(@NonNull int[] presetSizes, int unit) argument
67 setAutoSizeTextTypeUniformWithConfiguration( int autoSizeMinTextSize, int autoSizeMaxTextSize, int autoSizeStepGranularity, int unit) argument
/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java104 * @param unit the time unit of the timeout argument. This must not be null.
113 V getResult(long timeout, TimeUnit unit) argument
/frameworks/av/services/mediadrm/tests/
H A DAndroid.mk1 # Build the unit tests.
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java64 public long getDelay(TimeUnit unit) { argument
65 return unit.convert(mDelay, TimeUnit.MILLISECONDS);
/frameworks/wilhelm/tests/
H A DAndroid.mk1 # Build the unit tests.
/frameworks/native/services/inputflinger/tests/
H A DAndroid.mk1 # Build the unit tests.
5 # Build the unit tests.
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
162 const sp<ABuffer> &unit = *it; local
164 totalSize += unit->size();
172 const sp<ABuffer> &unit = *it; local
175 unit->data(), unit->size());
177 offset += unit->size();
197 msg->setBuffer("access-unit", accessUnit);
H A DAAVCAssembler.cpp162 sp<ABuffer> unit = new ABuffer(nalSize); local
163 memcpy(unit->data(), &data[2], nalSize);
165 CopyTimes(unit, buffer);
167 addSingleNALUnit(unit);
281 // We found all the fragments that make up the complete NAL unit.
287 sp<ABuffer> unit = new ABuffer(totalSize); local
288 CopyTimes(unit, *queue->begin());
290 unit->data()[0] = (nri << 5) | nalType;
302 memcpy(unit->data() + offset, buffer->data() + 2, buffer->size() - 2);
308 unit
[all...]
/frameworks/av/media/libaudioprocessing/tests/
H A DAndroid.mk1 # Build the unit tests for libaudioprocessing
6 # resampler unit test
/frameworks/base/core/java/android/annotation/
H A DPx.java37 @Dimension(unit = Dimension.PX)
/frameworks/support/annotations/src/android/support/annotation/
H A DPx.java35 @Dimension(unit = Dimension.PX)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextView.java185 public void setTextSize(int unit, float size) { argument
187 super.setTextSize(unit, size);
190 mTextHelper.setTextSize(unit, size);
228 int unit) throws IllegalArgumentException {
231 autoSizeMinTextSize, autoSizeMaxTextSize, autoSizeStepGranularity, unit);
235 autoSizeMinTextSize, autoSizeMaxTextSize, autoSizeStepGranularity, unit);
249 public void setAutoSizeTextTypeUniformWithPresetSizes(@NonNull int[] presetSizes, int unit) argument
252 super.setAutoSizeTextTypeUniformWithPresetSizes(presetSizes, unit);
255 mTextHelper.setAutoSizeTextTypeUniformWithPresetSizes(presetSizes, unit);
224 setAutoSizeTextTypeUniformWithConfiguration( int autoSizeMinTextSize, int autoSizeMaxTextSize, int autoSizeStepGranularity, int unit) argument
/frameworks/av/media/libmediaplayerservice/tests/
H A DAndroid.mk1 # Build the unit tests.
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectParameter.java35 public EffectParameter (int min, int max, SeekBar seekBar, TextView textView, String unit) { argument
40 mUnit = unit;
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk1 # Build the unit tests.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRefocusFilter.java35 public void logTiming(String implementation, String phase, long time, String unit) { argument
36 timings.add(Pair.create(phase + " (" + unit + ")", Long.valueOf(time)));
37 Log.d(implementation, phase + ":" + time + " " + unit);

Completed in 556 milliseconds

12345