Home
last modified time | relevance | path

Searched defs:getTypeId (Results 1 – 25 of 186) sorted by relevance

12345678

/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExerciseCompletionGoalInternal.java39 public abstract int getTypeId(); in getTypeId() method in ExerciseCompletionGoalInternal
148 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.DistanceGoalInternal
184 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.StepsGoalInternal
221 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.DurationGoalInternal
257 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.RepetitionsGoalInternal
294 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.TotalCaloriesBurnedGoalInternal
333 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.ActiveCaloriesBurnedGoalInternal
383 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.DistanceWithVariableRestGoalInternal
412 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.UnknownGoalInternal
440 public int getTypeId() { in getTypeId() method in ExerciseCompletionGoalInternal.UnspecifiedGoalInternal
DExercisePerformanceGoalInternal.java40 public abstract int getTypeId(); in getTypeId() method in ExercisePerformanceGoalInternal
142 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.UnknownGoalInternal
169 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.PowerGoalInternal
211 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.SpeedGoalInternal
251 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.CadenceGoalInternal
291 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.HeartRateGoalInternal
330 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.WeightGoalInternal
364 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.RateOfPerceivedExertionGoalInternal
395 public int getTypeId() { in getTypeId() method in ExercisePerformanceGoalInternal.AmrapGoalInternal
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java494 int getTypeId(); in getTypeId() method
565 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.PrefNetworkNotification
660 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp42 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon11f8951f0111::NativeTypeFunctionArg
161 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
H A DNativeTypeTypedef.cpp29 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
H A DNativeTypeArray.cpp62 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
H A DNativeSymbolEnumerator.cpp58 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator
H A DNativeTypePointer.cpp101 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
H A DNativeTypeEnum.cpp345 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon7a8571990111::NativeTypeFunctionArg
160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
H A DNativeTypeTypedef.cpp25 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
H A DNativeTypeArray.cpp61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
H A DNativeSymbolEnumerator.cpp56 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator
H A DNativeTypePointer.cpp100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
H A DNativeTypeEnum.cpp340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DspvIR.h147 Id getTypeId() const { return typeId; } in getTypeId() function
485 spv::Id getTypeId(Id resultId) const { in getTypeId() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DspvIR.h159 Id getTypeId() const { return typeId; } in getTypeId() function
507 spv::Id getTypeId(Id resultId) const { in getTypeId() function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
H A DInvalidTypeIdException.java53 public String getTypeId() { return _typeId; } in getTypeId() method in InvalidTypeIdException
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DBeanSerializerBuilder.java167 public AnnotatedMember getTypeId() { return _typeId; } in getTypeId() method in BeanSerializerBuilder
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DModule.java61 public Object getTypeId() { in getTypeId() method in Module
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
H A DSimpleModule.java184 public Object getTypeId() { in getTypeId() method in SimpleModule
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJsonParserDelegate.java249 @Override public Object getTypeId() throws IOException { return delegate.getTypeId(); } in getTypeId() method in JsonParserDelegate
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.h343 uint32_t getTypeId(const DIType *Ty) { in getTypeId() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTFDebug.h413 uint32_t getTypeId(const DIType *Ty) { in getTypeId() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp46 uint8_t getTypeId(uint8_t typeInfo) { in getTypeId() function

12345678