Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/StatsD/statsd/src/
DFieldValue.cpp144 if (f == 0x10001 && value.getType() == INT) { in isAttributionUidField()
161 case INT: in Value()
186 case INT: in toString()
205 case INT: in isZero()
226 case INT: in operator ==()
246 case INT: in operator !=()
267 case INT: in operator <()
288 case INT: in operator >()
309 case INT: in operator >=()
343 case INT: in operator -()
[all …]
DFieldValue.h34 enum Type { UNKNOWN, INT, LONG, FLOAT, DOUBLE, STRING, STORAGE }; enumerator
287 type = INT; in Value()
317 type = INT; in setInt()
Dstats_log_util.cpp127 case INT: in writeDimensionToProtoHelper()
193 case INT: in writeDimensionLeafToProtoHelper()
358 case INT: in writeFieldValueTreeToStreamHelper()
415 case INT: in writeStateToProto()
Dmetadata_util.cpp29 case INT: in writeValueToProto()
DHashableDimensionKey.cpp59 case INT: in populateStatsDimensionsValueParcelChildren()
121 case INT: in hashDimension()
DStatsLogProcessor.cpp230 event->updateValue(8 /*user id field id*/, userId, INT); in onBinaryPushStateChangedEventLocked()
237 event->updateValue(3 /*requires staging field id*/, bit, INT); in onBinaryPushStateChangedEventLocked()
239 event->updateValue(4 /*rollback enabled field id*/, bit, INT); in onBinaryPushStateChangedEventLocked()
241 event->updateValue(5 /*requires low latency monitor field id*/, bit, INT); in onBinaryPushStateChangedEventLocked()
/packages/modules/StatsD/statsd/src/logd/
Dlogevent_util.cpp53 logEventValues[3].mValue.getType() == INT) { in toSocketLossInfo()
74 valuesIt->mValue.getType() == INT) { in toSocketLossInfo()
84 valuesIt->mValue.getType() == INT) { in toSocketLossInfo()
94 valuesIt->mValue.getType() == INT) { in toSocketLossInfo()
DLogEvent.cpp286 if (mValues.empty() || numElements > mValues.size() || !checkPreviousValueType(INT) || in parseIsUidAnnotation()
350 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseExclusiveStateAnnotation()
365 if (mValues.empty() || annotationType != INT32_TYPE || !checkPreviousValueType(INT) || in parseTriggerStateResetAnnotation()
378 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseStateNestedAnnotation()
625 } else if (value.mValue.getType() == INT) { in GetLong()
645 if (value.mValue.getType() == INT) { in GetInt()
685 if (value.mValue.getType() == INT) { in GetBool()
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp342 if ((values[i].mValue.getType() == INT && in matchesSimple()
423 if (values[i].mValue.getType() == INT && in matchesSimple()
439 if (values[i].mValue.getType() == INT && in matchesSimple()
457 if (values[i].mValue.getType() == INT && in matchesSimple()
477 if (values[i].mValue.getType() == INT && in matchesSimple()
491 if (values[i].mValue.getType() == INT && in matchesSimple()
523 if (values[i].mValue.getType() == INT && in matchesSimple()
537 if (values[i].mValue.getType() == INT && in matchesSimple()
/packages/modules/Virtualization/tests/ferrochrome/
Dferrochrome.sh33 trap - INT
94 trap fecr_clean_up INT
/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp37 using ::android::os::statsd::INT;
68 case INT: in getExpectedTableSchema()
112 case INT: in getCreateSqlString()
260 case INT: in getInsertSqlStmt()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp227 EXPECT_EQ(Type::INT, int32Item.mValue.getType()); in TEST_P()
245 EXPECT_EQ(Type::INT, boolItem.mValue.getType()); // FieldValue does not support boolean type in TEST_P()
455 EXPECT_EQ(Type::INT, uid1Item.mValue.getType()); in TEST_P()
468 EXPECT_EQ(Type::INT, uid2Item.mValue.getType()); in TEST_P()
561 EXPECT_EQ(Type::INT, int32ArrayItem1.mValue.getType()); in TEST_P()
567 EXPECT_EQ(Type::INT, int32ArrayItem2.mValue.getType()); in TEST_P()
597 EXPECT_EQ(Type::INT, in TEST_P()
604 EXPECT_EQ(Type::INT, in TEST_P()
1227 EXPECT_EQ(event.getValues()[0].mValue.getType(), Type::INT); in TEST_P()
/packages/modules/Bluetooth/system/tools/scripts/
Dviewbtsnoop.sh36 trap ctrl_c INT
/packages/modules/StatsD/statsd/tests/metrics/
DGaugeMetricProducer_test.cpp159 EXPECT_EQ(INT, it->mValue.getType()); in TEST()
177 EXPECT_EQ(INT, it->mValue.getType()); in TEST()
180 EXPECT_EQ(INT, it->mValue.getType()); in TEST()
191 EXPECT_EQ(INT, it2->mValue.getType()); in TEST()
194 EXPECT_EQ(INT, it2->mValue.getType()); in TEST()
208 EXPECT_EQ(INT, it2->mValue.getType()); in TEST()
211 EXPECT_EQ(INT, it2->mValue.getType()); in TEST()
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dinstall-dependencies16 trap ctrl_c INT
Dbuild-dpkg30 trap ctrl_c INT
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java617 this.uid = EmptyArray.INT; in clear()
618 this.set = EmptyArray.INT; in clear()
619 this.tag = EmptyArray.INT; in clear()
620 this.metered = EmptyArray.INT; in clear()
621 this.roaming = EmptyArray.INT; in clear()
622 this.defaultNetwork = EmptyArray.INT; in clear()
/packages/modules/StatsD/statsd/src/state/
DStateTracker.cpp49 if (newState.mValue.getType() != INT) { in onLogEvent()
/packages/modules/StatsD/statsd/src/metrics/
DKllMetricProducer.cpp99 case INT: in getInt64ValueFromEvent()
DGaugeMetricProducer.cpp599 if (value.getType() == INT) { in onMatchedLogEventInternalLocked()
619 if (value.getType() == INT) { in updateCurrentSlicedBucketForAnomaly()
DNumericValueMetricProducer.cpp376 case INT: in getDoubleOrLong()
/packages/modules/AppSearch/safeparcel-processor/src/android/app/appsearch/safeparcel/
DSafeParcelProcessor.java1000 } else if (kind == TypeKind.INT in convertForType()
1036 case INT: in getSerializationMethod()
1321 case INT: in getSerializationMethod()
1690 case INT: in getDefaultValueForField()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/
DDexToStubConverter.java133 && ae.getValue().getValueType() == ValueType.INT) { in expectClass()
406 case ValueType.INT: in encodedValueToObject()
/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/prod/
DRoomDatabaseMigrationDetector.kt214 field.type == PsiType.INT in <lambda>()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java239 BOOLEAN, DOUBLE, DOUBLE_ARRAY, INT, INT_ARRAY, LONG, LONG_ARRAY, STRING, enumConstant
1938 return CcType.INT; in getType()
2067 case INT: in getOverrideBundle()
2127 case INT: { in getOverrideBundle()

12