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

1 2 3 4 5 6

  /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() {
T_invoke_direct_range_1.java 24 return super.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) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_1.java 24 return super.toInt();
T_invoke_direct_11.d 30 invoke-direct {v2}, dot.junit.opcodes.invoke_direct.d.T_invoke_direct_11/toInt()I
36 .method private static toInt()I
T_invoke_direct_16.d 29 invoke-direct {v2}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_16/toInt()F
36 .method private toInt()I
  /external/guava/guava/src/com/google/common/hash/
Murmur3_128HashFunction.java 17 import static com.google.common.primitives.UnsignedBytes.toInt;
92 k2 ^= (long) toInt(bb.get(14)) << 48; // fall through
94 k2 ^= (long) toInt(bb.get(13)) << 40; // fall through
96 k2 ^= (long) toInt(bb.get(12)) << 32; // fall through
98 k2 ^= (long) toInt(bb.get(11)) << 24; // fall through
100 k2 ^= (long) toInt(bb.get(10)) << 16; // fall through
102 k2 ^= (long) toInt(bb.get(9)) << 8; // fall through
104 k2 ^= (long) toInt(bb.get(8)) << 0;
111 k1 ^= (long) toInt(bb.get(7)) << 56; // fall through
113 k1 ^= (long) toInt(bb.get(6)) << 48; // fall throug
    [all...]
Murmur3_32HashFunction.java 17 import static com.google.common.primitives.UnsignedBytes.toInt;
73 k1 ^= toInt(bb.get(2)) << 16;
76 k1 ^= toInt(bb.get(1)) << 8;
79 k1 ^= toInt(bb.get(0));
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/
GSSUtilsTest.java 29 int j = GSSUtils.toInt(bytes, 0 , 1);
34 j = GSSUtils.toInt(bytes, 0 , 1);
39 j = GSSUtils.toInt(bytes, 0, 2);
44 j = GSSUtils.toInt(bytes, 0, 2);
49 j = GSSUtils.toInt(bytes, 0 , 3);
54 j = GSSUtils.toInt(bytes, 0, 4);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 63 public static int toInt(byte value) {
112 return toInt(a) - toInt(b);
125 int min = toInt(array[0]);
127 int next = toInt(array[i]);
145 int max = toInt(array[0]);
147 int next = toInt(array[i]);
172 builder.append(toInt(array[0]));
174 builder.append(separator).append(toInt(array[i]));
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 44 if (index.data().toInt() > 0)
45 signal = 0 - (256 - index.data().toInt());
47 signal = index.data().toInt();
peers.cpp 182 int type = ctx_item->data(peer_role_type).toInt();
189 config_methods = var.toInt();
194 method = (enum selected_method) var.toInt();
308 int peer_type = ctx_item->data(peer_role_type).toInt();
436 int type = item->data(peer_role_type).toInt();
532 str.section('=', 1).toInt(0, 0);
602 id = (*it).mid(pos).toInt();
801 if (item->data(peer_role_type).toInt() == type)
869 if (item == NULL || item->data(peer_role_type).toInt() !=
887 if (item && item->data(peer_role_type).toInt() =
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedBytesTest.java 43 assertEquals(0, UnsignedBytes.toInt((byte) 0));
44 assertEquals(1, UnsignedBytes.toInt((byte) 1));
45 assertEquals(127, UnsignedBytes.toInt((byte) 127));
46 assertEquals(128, UnsignedBytes.toInt((byte) -128));
47 assertEquals(129, UnsignedBytes.toInt((byte) -127));
48 assertEquals(255, UnsignedBytes.toInt((byte) -1));
54 UnsignedBytes.checkedCast(UnsignedBytes.toInt(value)));
65 UnsignedBytes.saturatedCast(UnsignedBytes.toInt(value)));
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 70 long address = block.toInt();
101 Libcore.os.mlock(block.toInt(), block.getSize());
102 Libcore.os.munlock(block.toInt(), block.getSize());
119 Libcore.os.msync(block.toInt(), block.getSize(), MS_SYNC);
  /external/webkit/Source/WebCore/html/
HTMLTableColElement.cpp 63 m_span = !attr->isNull() ? attr->value().toInt() : 1;
71 int newWidth = width().toInt();
  /external/webkit/Tools/MiniBrowser/qt/
MiniBrowserApplication.cpp 89 m_robotTimeoutSeconds = takeOptionValue(&args, robotTimeoutIndex).toInt();
93 m_robotExtraTimeSeconds = takeOptionValue(&args, robotExtraTimeIndex).toInt();
  /external/webkit/Source/WebCore/wml/
WMLTimerElement.cpp 63 if (value().toInt() <= 0)
127 interval = pageState->getVariable(m_name).toInt();
131 interval = value().toInt();

Completed in 806 milliseconds

1 2 3 4 5 6