HomeSort by relevance Sort by last modified time
    Searched full:integer (Results 176 - 200 of 4801) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tests/CoreTests/android/core/
LinkedListTest.java 31 LinkedList<Integer> mLinkedList;
49 LinkedList<Integer> list = new LinkedList();
65 LinkedList<Integer> list = new LinkedList();
82 LinkedList<Integer> list = mLinkedList;
98 LinkedList<Integer> list = mLinkedList;
116 LinkedList<Integer> list = mLinkedList;
133 LinkedList<Integer> list = mLinkedList;
149 Integer[] rArray = new Integer[100];
150 Integer[] array
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/jm/
T_aastore_10.j 25 .method public run([Ljava/lang/Integer;ILjava/lang/Integer;)V
T_aastore_10.java 21 public void run(Integer[] arr, int idx, Integer value) {
T_aastore_4.java 21 // public void run(Integer[] arr, int idx) {
24 * x[0] = new Integer(0);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/anewarray/jm/
T_anewarray_1.java 29 public Integer[] run3(int idx) {
30 return new Integer[idx];
  /cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpeq/
Test_if_icmpeq.java 62 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
66 assertEquals(1, t.run(Integer.MAX_VALUE, Integer.MAX_VALUE));
70 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
74 assertEquals(1, t.run(Integer.MIN_VALUE, Integer.MIN_VALUE));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpne/
Test_if_icmpne.java 62 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
66 assertEquals(1234, t.run(Integer.MAX_VALUE, Integer.MAX_VALUE));
70 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
74 assertEquals(1234, t.run(Integer.MIN_VALUE, Integer.MIN_VALUE));
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/d/
T_aput_object_2.java 21 public void run(Integer[] arr, int idx, Integer value) {
T_aput_object_4.java 21 // public void run(Integer[] arr, int idx) {
24 * x[0] = new Integer(0);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Integer.java 30 * This class represents ASN.1 Integer type.
41 * Constructs ASN.1 Integer type
44 * when there is a need to create a custom ASN.1 Integer type.
53 * Returns ASN.1 Integer type default implementation
58 * @return ASN.1 Integer type default implementation
108 * Converts decoded ASN.1 Integer to int value.
109 * If the object represents an integer value
120 * Converts decoded ASN.1 Integer to a BigInteger.
  /external/clearsilver/man/man3/
hdf_get_int_value.3 14 hdf_get_int_value - Return the integer value of a point in
37 converted to an integer. If that node does not exist,
  /external/dropbear/libtommath/
bn_mp_clear_multi.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_exch.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_init_copy.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_init_set.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_init_set_int.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_mod_d.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_radix_smap.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_set.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_signed_bin_size.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_to_signed_bin.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_to_signed_bin_n.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_to_unsigned_bin_n.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_unsigned_bin_size.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.
bn_mp_zero.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
6 * integer arithmetic as well as number theoretic functionality.

Completed in 194 milliseconds

1 2 3 4 5 6 78 91011>>