Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h222 LONG,
294 LONG,
468 LONG,
476 LONG,
516 LONG,
524 LONG,
564 LONG,
604 LONG,
628 LONG,
636 LONG,
[all …]
DTiffHelpers.h71 LONG, enumerator
112 case LONG: in getTypeSize()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/
DStringUtilTest.java131 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/
DLogDataTypeTest.java43 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/
DEfficientCollectionsChecker.java54 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()
DEfficientXmlChecker.java71 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/
DChipStateSender.kt60 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/
DLogDataType.java29 public static final int LONG = 0b01; field in LogDataType
78 types.add(LogDataType.LONG); in parseFormatString()
/frameworks/av/media/img_utils/src/
DTiffEntry.cpp38 if (type == LONG) { in forceValidType()
88 if (type == LONG || type == RATIONAL) { in forceValidType()
162 case LONG: { in toString()
DTiffIfd.cpp234 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/
DGrowingArrayUtilsTest.java84 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/
Dpvmp3_imdct_synth.cpp118 #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/
DEmptyArray.java36 public static final @NonNull long[] LONG = new long[0]; field in EmptyArray
DLongSparseLongArray.java74 mKeys = EmptyArray.LONG; in LongSparseLongArray()
75 mValues = EmptyArray.LONG; in LongSparseLongArray()
DLongArrayQueue.java46 mValues = EmptyArray.LONG; in LongArrayQueue()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/libcore/util/
DEmptyArray.java36 public static final long[] LONG = new long[0]; field in EmptyArray
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java164 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault()); in getDisplayName()
180 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault()); in getDisplayName()
DTimeZoneInfo.java202 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/
DInspectablePropertyProcessor.java411 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/
DDateUtilsTest.java135 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/
DTextViewActions.java146 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()
DCustomViewActions.java52 Tap.LONG, in longPressAtRelativeCoordinates()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStubCallMethodAdapter.java121 case Type.LONG: in generateInvoke()
175 case Type.LONG: in generatePop()
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto46 LONG = 2; enumerator
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DLogParser.kt64 LogDataType.LONG -> args.add(longParamsIt.next()) in <lambda>()

123