Home
last modified time | relevance | path

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

12

/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
DConstructorReference.java35 public List<Integer> toInt() { in toInt() method in ConstructorReference
DClassCallingRequireNonNull.java26 public static int toInt(IntSupplier function) { in toInt() method in ClassCallingRequireNonNull
DConcreteFunction.java29 public static SpecializedParser<Integer> toInt() { in toInt() method in ConcreteFunction
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterUtility.java45 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DPriority.java139 public final int toInt() { in toInt() method in Priority
/external/deqp/modules/egl/
DteglInfoTests.cpp46 static int toInt (std::string str) in toInt() function
/external/pdfium/third_party/bigint/
DBigInteger.cc136 int BigInteger::toInt () const { return convertToSignedPrimitive <int , unsig… in toInt() function in BigInteger
DBigUnsigned.cc25 int BigUnsigned::toInt () const { return convertToSignedPrimitive< int … in toInt() function in BigUnsigned
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java295 public void toInt(int i) {} in testPrimitiveSubscribeFails() method in EventBusTest.SubscribesToPrimitive
/external/guava/guava/src/com/google/common/primitives/
DUnsignedBytes.java73 public static int toInt(byte value) { in toInt() method in UnsignedBytes
/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java295 public void toInt(int i) {} in testPrimitiveSubscribeFails() method in EventBusTest.SubscribesToPrimitive
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedBytes.java73 public static int toInt(byte value) { in toInt() method in UnsignedBytes
/external/fonttools/Lib/fontTools/misc/
Dvector.py115 def toInt(self): member in Vector
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java199 private static String toInt(String i) { in toInt() method in ASTExpr
/external/deqp/modules/gles2/scripts/
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
/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } in toInt() function
/external/deqp/modules/gles3/scripts/
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
/external/deqp/modules/gles31/scripts/
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
/external/deqp/executor/
DxeTestResultParser.cpp39 static inline int toInt (const char* str) in toInt() function
/external/llvm/include/llvm/Support/
DScaledNumber.h781 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/external/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/external/bcc/src/cc/vendor/
Dtinyformat.hpp505 int toInt() const in toInt() function in tinyformat::detail::FormatArg
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java242 private static int toInt(byte value) { in toInt() method

12