/development/tools/winscope/src/common/ |
D | time_units.ts | 27 {nanosInUnit: TIME_UNIT_TO_NANO['ns'], unit: 'ns'}, constant 28 {nanosInUnit: TIME_UNIT_TO_NANO['ms'], unit: 'ms'}, constant 29 {nanosInUnit: TIME_UNIT_TO_NANO['s'], unit: 's'}, constant 30 {nanosInUnit: TIME_UNIT_TO_NANO['m'], unit: 'm'}, constant 31 {nanosInUnit: TIME_UNIT_TO_NANO['h'], unit: 'h'}, constant 32 {nanosInUnit: TIME_UNIT_TO_NANO['d'], unit: 'd'}, constant
|
D | timestamp_utils.ts | 109 const parts: Array<{value: bigint; unit: string}> = TIME_UNITS.slice() 111 .map(({nanosInUnit, unit}) => { 117 return {value: amountOfUnit, unit}; 125 return parts.map((part) => `${part.value}${part.unit}`).join('');
|
D | timestamp_converter.ts | 279 const unit = usedUnits[i]; constant 281 const unitData = assertDefined(TIME_UNITS.find((it) => it.unit === unit));
|
/development/tools/ota_analysis/src/services/ |
D | echarts_data.js | 10 constructor(statisticData, title, unit, maximumEntries = 15) { argument 13 this.unit = unit 47 formatter: "{a} <br/>{b} : {c} " + this.unit + " ({d}%)"
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorPickerDialog.java | 116 private int interpColor(int colors[], float unit) { in interpColor() argument 117 if (unit <= 0) { in interpColor() 120 if (unit >= 1) { in interpColor() 124 float p = unit * (colors.length - 1); in interpColor() 189 float unit = angle/(2*PI); in onTouchEvent() local 190 if (unit < 0) { in onTouchEvent() 191 unit += 1; in onTouchEvent() 193 mCenterPaint.setColor(interpColor(mColors, unit)); in onTouchEvent()
|
/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/ui/theme/ |
D | Shape.kt | 5 import androidx.compose.ui.unit.dp
|
D | Type.kt | 7 import androidx.compose.ui.unit.sp
|
/development/cmds/monkey/ |
D | Android.bp | 18 // This test does not need to run on device. It's a regular Java unit test. But it needs to
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | AsyncTask.java | 526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get() argument 528 return mFuture.get(timeout, unit); in get()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 76 arrangement - n. an orderly grouping (of things or persons) considered as a unit; the result of arr… 121 bureau - n. an administrative unit of government 393 fleet - n. a group of warships organized as a tactical unit 402 formation - n. an arrangement of people or things acting as a unit 819 regime - n. the government or governing authority of a political unit
|
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | ... TimeoutException
long timeout
java.util.concurrent.TimeUnit unit
public final transient android.support.v4.content ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |