HomeSort by relevance Sort by last modified time
    Searched defs:toInt (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
TAbstract.java 20 protected abstract int toInt();
TPlain.java 20 public int toInt() {
TSuper.java 26 public int toInt() {
30 public int toInt(float v) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
TAbstract.java 20 protected abstract int toInt();
TPlain.java 20 public int toInt() {
TSuper.java 24 public int toInt() {
28 public int toInt(float v) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_16.java 24 private int toInt() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float f) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float f) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float value) {
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ClassCallingRequireNonNull.java 23 return toInt(s::length);
26 public static int toInt(IntSupplier function) {
31 return toInt(() -> Objects.requireNonNull(s).length());
ConcreteFunction.java 29 public static SpecializedParser<Integer> toInt() {
ConstructorReference.java 35 public List<Integer> toInt() {
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleUtils.h 37 inline constexpr U toInt(ENUM const value) {
43 prop & toInt(VehiclePropertyType::MASK));
48 prop & toInt(VehiclePropertyGroup::MASK));
52 return static_cast<VehicleArea>(prop & toInt(VehicleArea::MASK));
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 83 StartLine: toInt(m[2]),
84 StartCol: toInt(m[3]),
85 EndLine: toInt(m[4]),
86 EndCol: toInt(m[5]),
87 NumStmt: toInt(m[6]),
88 Count: toInt(m[7]),
140 func toInt(s string) int {
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 107 // toInt turns an encoded uint64 into an int, according to the marshaling rules.
108 func toInt(x uint64) int64 {
121 return toInt(n)
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 83 StartLine: toInt(m[2]),
84 StartCol: toInt(m[3]),
85 EndLine: toInt(m[4]),
86 EndCol: toInt(m[5]),
87 NumStmt: toInt(m[6]),
88 Count: toInt(m[7]),
140 func toInt(s string) int {
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 107 // toInt turns an encoded uint64 into an int, according to the marshaling rules.
108 func toInt(x uint64) int64 {
121 return toInt(n)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterUtility.java 46 static int toInt(char msc, char lsc)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterUtility.java 45 static int toInt(char msc, char lsc)
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; }
119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax));
137 return CompareIsSubsetOf()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax));
  /external/deqp/modules/egl/
teglInfoTests.cpp 46 static int toInt (std::string str)
110 const int stringMajor = toInt(versionTokens[0]);
111 const int stringMinor = toInt(versionTokens[1]);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 71 public static int toInt(byte value) {
102 if (value > toInt(MAX_VALUE)) {
123 return toInt(a) - toInt(b);
136 int min = toInt(array[0]);
138 int next = toInt(array[i]);
156 int max = toInt(array[0]);
158 int next = toInt(array[i]);
191 return Integer.toString(toInt(x), radix);
248 builder.append(toInt(array[0]))
    [all...]
  /external/pdfium/third_party/bigint/
BigInteger.cc 135 int BigInteger::toInt () const { return convertToSignedPrimitive <int , unsigned int> (); }
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Priority.java 139 public final int toInt() {

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 9