/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 222 LONG, 294 LONG, 468 LONG, 476 LONG, 516 LONG, 524 LONG, 564 LONG, 604 LONG, 628 LONG, 636 LONG, [all …]
|
D | TiffHelpers.h | 71 LONG, enumerator 112 case LONG: in getTypeSize()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/ |
D | StringUtilTest.java | 131 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_WithSeconds_ShowSeconds() 140 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_NoSeconds_DoNotShowSeconds() 149 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoMinutes_withSeconds() 158 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoMinutes_NoSeconds() 167 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoMinutes_withSeconds() 176 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoHours_withSeconds() 185 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoHours_withSeconds() 194 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoDays_withSeconds() 203 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoDays_withSeconds() 212 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_FormatZero_WithSeconds() [all …]
|
/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/ |
D | LogDataTypeTest.java | 43 LogDataType.LONG, in parseFormatString() 44 LogDataType.LONG, in parseFormatString() 59 LogDataType.LONG, LogDataType.BOOLEAN); in logDataTypesToBitMask() 77 LogDataType.LONG, LogDataType.BOOLEAN); in bitmaskToLogDataTypes()
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | EfficientCollectionsChecker.java | 54 private static final String LONG = "java.lang.Long"; field in EfficientCollectionsChecker 66 } else if (ASTHelpers.isSameType(first, state.getTypeFromString(LONG), state)) { in matchNewClass() 79 } else if (ASTHelpers.isSameType(second, state.getTypeFromString(LONG), state)) { in matchNewClass() 92 } else if (ASTHelpers.isSameType(first, state.getTypeFromString(LONG), state)) { in matchNewClass()
|
D | EfficientXmlChecker.java | 71 private static final String LONG = "java.lang.Long"; field in EfficientXmlChecker 82 methodInvocation(staticMethod().onClass(LONG).named("toString")), 83 methodInvocation(staticMethod().onClass(LONG).named("toHexString")), 88 methodInvocation(instanceMethod().onExactClass(LONG).named("toString")), 109 methodInvocation(staticMethod().onClass(LONG).named("parseLong")), 110 methodInvocation(staticMethod().onClass(LONG) 112 methodInvocation(staticMethod().onClass(LONG) 188 || ASTHelpers.isSameType(type, state.getTypeFromString(LONG), state)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/ |
D | ChipStateSender.kt | 60 timeoutLength = TimeoutLength.LONG, 80 timeoutLength = TimeoutLength.LONG, 100 timeoutLength = TimeoutLength.LONG, 119 timeoutLength = TimeoutLength.LONG, 342 LONG,
|
/frameworks/base/core/java/com/android/internal/protolog/common/ |
D | LogDataType.java | 29 public static final int LONG = 0b01; field in LogDataType 78 types.add(LogDataType.LONG); in parseFormatString()
|
/frameworks/av/media/img_utils/src/ |
D | TiffEntry.cpp | 38 if (type == LONG) { in forceValidType() 88 if (type == LONG || type == RATIONAL) { in forceValidType() 162 case LONG: { in toString()
|
D | TiffIfd.cpp | 234 sp<TiffEntry> rowsPerStrip = TiffWriter::uncheckedBuildEntry(TAG_ROWSPERSTRIP, LONG, 1, in validateAndSetStripTags() 253 sp<TiffEntry> stripByteCounts = TiffWriter::uncheckedBuildEntry(TAG_STRIPBYTECOUNTS, LONG, in validateAndSetStripTags() 265 sp<TiffEntry> stripOffsets = TiffWriter::uncheckedBuildEntry(TAG_STRIPOFFSETS, LONG, in validateAndSetStripTags() 331 sp<TiffEntry> newOffsets = TiffWriter::uncheckedBuildEntry(TAG_STRIPOFFSETS, LONG, in setStripOffset()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | GrowingArrayUtilsTest.java | 84 append(EmptyArray.LONG, 0, 42)); in testAppend_Long() 94 insert(EmptyArray.LONG, 0, 0, 42)); in testInsert_Long()
|
/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_imdct_synth.cpp | 118 #define LONG 0 macro 241 uint32 current_blk_type = (band < mx_band) ? LONG : blk_type; in pvmp3_imdct_synth() 248 case LONG: in pvmp3_imdct_synth()
|
/frameworks/base/core/java/android/util/ |
D | EmptyArray.java | 36 public static final @NonNull long[] LONG = new long[0]; field in EmptyArray
|
D | LongSparseLongArray.java | 74 mKeys = EmptyArray.LONG; in LongSparseLongArray() 75 mValues = EmptyArray.LONG; in LongSparseLongArray()
|
D | LongArrayQueue.java | 46 mValues = EmptyArray.LONG; in LongArrayQueue()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/libcore/util/ |
D | EmptyArray.java | 36 public static final long[] LONG = new long[0]; field in EmptyArray
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZonePickerUtils.java | 164 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault()); in getDisplayName() 180 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault()); in getDisplayName()
|
D | TimeZoneInfo.java | 202 sb.append(tz.getDisplayName(false /* daylightTime */, TimeZone.LONG)); in toString() 207 sb.append(tz.getDisplayName(true, TimeZone.LONG)); in toString()
|
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
D | InspectablePropertyProcessor.java | 411 case LONG: in determinePropertyType() 486 case LONG: in convertTypeMirrorToPropertyType() 487 return Property.Type.LONG; in convertTypeMirrorToPropertyType() 549 case LONG: in hasColorAnnotation()
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | DateUtilsTest.java | 135 fixedTime, java.text.DateFormat.LONG, java.text.DateFormat.FULL)); in testFormatSameDayTime() 148 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.LONG)); in testFormatSameDayTime()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 146 new ViewClickAction(Tap.LONG, new TextCoordinates(index), Press.FINGER)); in longPressOnTextAtIndex() 161 new MouseClickAction(Tap.LONG, new TextCoordinates(index))); in mouseLongClickOnTextAtIndex() 237 new ViewClickAction(Tap.LONG, new CurrentHandleCoordinates(textView), in longPressHandle()
|
D | CustomViewActions.java | 52 Tap.LONG, in longPressAtRelativeCoordinates()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubCallMethodAdapter.java | 121 case Type.LONG: in generateInvoke() 175 case Type.LONG: in generatePop()
|
/frameworks/base/core/proto/android/util/ |
D | event_log_tags.proto | 46 LONG = 2; enumerator
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | LogParser.kt | 64 LogDataType.LONG -> args.add(longParamsIt.next()) in <lambda>()
|