/external/icu4c/i18n/unicode/ |
measure.h | 30 * An amount of a specified unit, consisting of a number and a Unit. 32 * unit, such as feet or meters. This is an abstract class. 33 * Subclasses specify a concrete Unit type. 49 * unit. After this call, the caller must not delete the given 50 * unit object. 52 * @param adoptedUnit the unit object, which must not be NULL 53 * @param ec input-output error code. If the amount or the unit 101 * Return a reference to the unit of this object. 120 * The unit of this object, e.g., "millimeter" or "JPY". This i 123 MeasureUnit* unit; member in class:Measure [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerMethodUnderTest.java | 17 package com.android.mediaframeworktest.unit; 22 * All MediaPlayer method unit test subclass must implement this interface.
|
MediaRecorderMethodUnderTest.java | 17 package com.android.mediaframeworktest.unit; 22 * All MediaRecorder method unit test subclass must implement this interface.
|
MediaPlayerGetCurrentPositionStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerGetDurationStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerGetVideoHeightStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerGetVideoWidthStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerIsPlayingStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerPauseStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerResetStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerSeekToStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerSetAudioStreamTypeStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerSetLoopingStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerSetVolumeStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerStartStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaPlayerStopStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 24 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderPrepareStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 26 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderResetStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderSetAudioEncoderStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderSetAudioSourceStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderSetOutputFileStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderSetOutputFormatStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
MediaRecorderStartStateUnitTest.java | 17 package com.android.mediaframeworktest.unit; 25 * Unit test class to test the set of valid and invalid states that
|
/external/qemu/ |
blockdev.h | 27 int unit; member in struct:DriveInfo 37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
|
/system/core/toolbox/ |
df.c | 11 char unit = 'K'; local 18 unit = 'M'; 23 unit = 'G'; 27 printf("%4lld.%1lld%c", t/10, t%10, unit);
|