Home
last modified time | relevance | path

Searched defs:toInt (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/policy/
H A DNewRootTaskInfo.kt49 fun toInt() = intValue in toInt() method
61 fun toInt() = intValue in toInt() method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
H A DSpaceVectorConverter.kt29 fun IntOffset.toInt(): Int in toFloat() method
49 override fun IntOffset.toInt() = x in toFloat() method
63 override fun IntOffset.toInt() = y in toFloat() method
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
H A DTSuper.java21 public int toInt() { in toInt() method in TSuper
25 public int toInt(float value) { in toInt() method in TSuper
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
H A DTSuper.java26 public int toInt() { in toInt() method in TSuper
30 public int toInt(float v) { in toInt() method in TSuper
H A DTAbstract.java20 protected abstract int toInt(); in toInt() method in TAbstract
H A DTPlain.java20 public int toInt() { in toInt() method in TPlain
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
H A DTSuper.java24 public int toInt() { in toInt() method in TSuper
28 public int toInt(float v) { in toInt() method in TSuper
H A DTAbstract.java20 protected abstract int toInt(); in toInt() method in TAbstract
H A DTPlain.java20 public int toInt() { in toInt() method in TPlain
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
H A DTSuper.java21 public int toInt() { in toInt() method in TSuper
25 public int toInt(float f) { in toInt() method in TSuper
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
H A DTSuper.java21 public int toInt() { in toInt() method in TSuper
25 public int toInt(float f) { in toInt() method in TSuper
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
234 def toInt(self): return Scalar(int(self.x)) member in Scalar
348 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
434 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
527 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
256 def toInt(self): return Scalar(int(self.x)) member in Scalar
417 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
528 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
648 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
256 def toInt(self): return Scalar(int(self.x)) member in Scalar
415 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
526 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
646 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.java305 private final int toInt(boolean $this$toInt) { in toInt() method in BluetoothTileDialogDelegate.Companion
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
H A DT_invoke_direct_range_16.java24 private int toInt() { in toInt() method in T_invoke_direct_range_16
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue15311.go13 toInt map[string]int member
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/shared/model/
H A DSensorStrength.kt37 fun SensorStrength.toInt(): Int = in toInt() method
H A DFingerprintSensorType.kt52 fun FingerprintSensorType.toInt(): Int = in toInt() method
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DPointProvider.java31 int toInt(float[] point); in toInt() method
/aosp_15_r20/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.h43 constexpr auto toInt(const EnumT value) { in toInt() function
/aosp_15_r20/external/libmonet/quantize/
H A DPointProvider.java25 public int toInt(double[] point); in toInt() method
H A DPointProviderLab.java37 public int toInt(double[] lab) { in toInt() method in PointProviderLab
/aosp_15_r20/art/test/724-invoke-super-npe/src/
H A DMain.java39 public int toInt() { in toInt() method in Main
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h39 inline constexpr U toInt(ENUM const value) { in toInt() function

12345678910>>...36