Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 25 of 51) 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.java121 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_WithSeconds_ShowSeconds()
130 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_NoSeconds_DoNotShowSeconds()
139 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoMinutes_withSeconds()
148 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoMinutes_NoSeconds()
157 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoMinutes_withSeconds()
166 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoHours_withSeconds()
175 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoHours_withSeconds()
184 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_LessThanTwoDays_withSeconds()
193 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_TwoDays_withSeconds()
202 RelativeDateTimeFormatter.Style.LONG).toString()).isEqualTo(expectedTime); in testFormatRelativeTime_FormatZero_WithSeconds()
[all …]
/frameworks/base/cmds/statsd/src/
DFieldValue.cpp158 case LONG: in Value()
182 case LONG: in toString()
201 case LONG: in isZero()
222 case LONG: in operator ==()
242 case LONG: in operator !=()
263 case LONG: in operator <()
284 case LONG: in operator >()
305 case LONG: in operator >=()
340 case LONG: in operator -()
361 case LONG: in operator =()
[all …]
DFieldValue.h35 enum Type { UNKNOWN, INT, LONG, FLOAT, DOUBLE, STRING, STORAGE }; enumerator
278 type = LONG; in Value()
308 type = LONG; in setLong()
Dstats_log_util.cpp111 case LONG: in writeDimensionToProtoHelper()
178 case LONG: in writeDimensionLeafToProtoHelper()
340 case LONG: in writeFieldValueTreeToStreamHelper()
/frameworks/base/cmds/statsd/src/matchers/
Dmatcher_util.cpp222 (values[i].mValue.getType() == LONG && in matchesSimple()
272 if (values[i].mValue.getType() == LONG && in matchesSimple()
286 if (values[i].mValue.getType() == LONG && in matchesSimple()
300 if (values[i].mValue.getType() == LONG && in matchesSimple()
332 if (values[i].mValue.getType() == LONG && in matchesSimple()
346 if (values[i].mValue.getType() == LONG && in matchesSimple()
/frameworks/base/libs/services/include/android/os/
DStatsLogEventWrapper.h37 LONG = 2, enumerator
53 type = LONG; in StatsLogValue()
/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/av/media/libstagefright/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/
DLongSparseLongArray.java73 mKeys = EmptyArray.LONG; in LongSparseLongArray()
74 mValues = EmptyArray.LONG; in LongSparseLongArray()
DLongArrayQueue.java47 mValues = EmptyArray.LONG; in LongArrayQueue()
/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/java/android/net/
DNetworkStatsHistory.java484 bucketStart = EmptyArray.LONG; in clear()
485 if (activeTime != null) activeTime = EmptyArray.LONG; in clear()
486 if (rxBytes != null) rxBytes = EmptyArray.LONG; in clear()
487 if (rxPackets != null) rxPackets = EmptyArray.LONG; in clear()
488 if (txBytes != null) txBytes = EmptyArray.LONG; in clear()
489 if (txPackets != null) txPackets = EmptyArray.LONG; in clear()
490 if (operations != null) operations = EmptyArray.LONG; in clear()
/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/cmds/statsd/tests/
DLogEvent_test.cpp89 EXPECT_EQ(Type::LONG, item6.mValue.getType()); in TEST()
160 EXPECT_EQ(Type::LONG, item6.mValue.getType()); in TEST()
170 EXPECT_EQ(Type::LONG, item8.mValue.getType()); in TEST()
274 EXPECT_EQ(Type::LONG, item6.mValue.getType()); in TEST()
344 EXPECT_EQ(Type::LONG, item6.mValue.getType()); in TEST()
354 EXPECT_EQ(Type::LONG, item8.mValue.getType()); in TEST()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DCustomViewActions.java52 Tap.LONG, in longPressAtRelativeCoordinates()
DTextViewActions.java146 new ViewClickAction(Tap.LONG, new TextCoordinates(index), Press.FINGER)); in longPressOnTextAtIndex()
161 new MouseClickAction(Tap.LONG, new TextCoordinates(index))); in mouseLongClickOnTextAtIndex()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStubCallMethodAdapter.java121 case Type.LONG: in generateInvoke()
175 case Type.LONG: in generatePop()
/frameworks/base/libs/services/src/os/
DStatsLogEventWrapper.cpp103 case StatsLogValue::LONG: in readFromParcel()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java237 case LambdaType.ReturnType.LONG: return (R) (Long) getAsLong(); in doInvoke()
659 public static final int LONG = 5; field in PooledLambdaImpl.LambdaType.ReturnType
668 case LONG: return "LONG"; in toString()
681 case LONG: return "Long"; in prefix()
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto46 LONG = 2; enumerator

123