Searched refs:unit (Results 1 - 25 of 105) 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/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestScheduledExecutorService.java67 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { argument
94 TimeUnit unit) throws InterruptedException {
105 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
116 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { argument
117 TestFuture future = new TestFuture(command, delay, unit);
123 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { argument
129 TimeUnit unit) {
135 long delay, TimeUnit unit) {
157 final TimeUnit unit; field in class:TestScheduledExecutorService.TestFuture
159 public TestFuture(Runnable runnable, long delay, TimeUnit unit) { argument
93 invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
128 scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) argument
134 scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) argument
166 getDelay(TimeUnit unit) argument
196 get(long timeout, TimeUnit unit) argument
[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/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/native/cmds/installd/tests/
H A DAndroid.mk1 # Build the unit tests for installd
6 # Build the unit tests.
/frameworks/base/libs/hwui/
H A DAndroid.mk241 # unit tests
256 tests/unit/main.cpp \
257 tests/unit/CanvasStateTests.cpp \
258 tests/unit/ClipAreaTests.cpp \
259 tests/unit/DamageAccumulatorTests.cpp \
260 tests/unit/DeviceInfoTests.cpp \
261 tests/unit/FatVectorTests.cpp \
262 tests/unit/FontRendererTests.cpp \
263 tests/unit/GlopBuilderTests.cpp \
264 tests/unit/GpuMemoryTrackerTest
[all...]
/frameworks/av/media/libmediaplayerservice/tests/
H A DAndroid.mk1 # Build the unit tests.
/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/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/services/audioflinger/tests/
H A DAndroid.mk1 # Build the unit tests for audioflinger
4 # resampler unit test
/frameworks/native/libs/input/tests/
H A DAndroid.mk1 # Build the unit tests.
4 # Build the unit tests.
/frameworks/support/annotations/src/android/support/annotation/
H A DPx.java35 @Dimension(unit = Dimension.PX)
/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/base/packages/SettingsProvider/test/
H A DAndroid.mk5 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
/frameworks/wilhelm/tests/
H A DAndroid.mk1 # Build the unit tests.
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk1 # Build the unit tests.

Completed in 5872 milliseconds

12345