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

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/util/
ListIntSet.java 27 final IntList ints; field in class:ListIntSet
33 ints = new IntList();
34 ints.sort();
39 int index = ints.binarysearch(value);
42 ints.insert(-(index + 1), value);
48 int index = ints.indexOf(value);
51 ints.removeIndex(index);
57 return ints.indexOf(value) >= 0;
64 int szThis = ints.size();
65 int szOther = o.ints.size()
    [all...]
BitIntSet.java 32 * @param max the maximum value of ints in this set.
78 int sz = o.ints.size();
81 ensureCapacity(o.ints.get(sz - 1));
83 for (int i = 0; i < o.ints.size(); i++) {
84 Bits.set(bits, o.ints.get(i), true);
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 27 final IntList ints; field in class:ListIntSet
33 ints = new IntList();
34 ints.sort();
39 int index = ints.binarysearch(value);
42 ints.insert(-(index + 1), value);
48 int index = ints.indexOf(value);
51 ints.removeIndex(index);
57 return ints.indexOf(value) >= 0;
64 int szThis = ints.size();
65 int szOther = o.ints.size()
    [all...]
BitIntSet.java 32 * @param max the maximum value of ints in this set.
78 int sz = o.ints.size();
81 ensureCapacity(o.ints.get(sz - 1));
83 for (int i = 0; i < o.ints.size(); i++) {
84 Bits.set(bits, o.ints.get(i), true);
  /external/stlport/test/unit/
istmit_test.cpp 100 vector<int> ints; local
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
104 CPPUNIT_ASSERT( ints.size() == 2 );
105 CPPUNIT_ASSERT( ints[0] == 11 );
106 CPPUNIT_ASSERT( ints[1] == 22 );
107 ints.clear();
122 * as in this current test when you extract int and string (when you extract ints
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
126 CPPUNIT_ASSERT( ints.size() == 2 );
127 CPPUNIT_ASSERT( ints[0] == 33 )
139 vector<int> ints; local
    [all...]
alg_test.cpp 123 int ints[] = {0, 1, 2, 3, 3, 4, 4, 4, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; local
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 100 vector<int> ints; local
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
104 CPPUNIT_ASSERT( ints.size() == 2 );
105 CPPUNIT_ASSERT( ints[0] == 11 );
106 CPPUNIT_ASSERT( ints[1] == 22 );
107 ints.clear();
122 * as in this current test when you extract int and string (when you extract ints
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
126 CPPUNIT_ASSERT( ints.size() == 2 );
127 CPPUNIT_ASSERT( ints[0] == 33 )
139 vector<int> ints; local
    [all...]
alg_test.cpp 123 int ints[] = {0, 1, 2, 3, 3, 4, 4, 4, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; local
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
    [all...]
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 100 vector<int> ints; local
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
104 CPPUNIT_ASSERT( ints.size() == 2 );
105 CPPUNIT_ASSERT( ints[0] == 11 );
106 CPPUNIT_ASSERT( ints[1] == 22 );
107 ints.clear();
122 * as in this current test when you extract int and string (when you extract ints
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
126 CPPUNIT_ASSERT( ints.size() == 2 );
127 CPPUNIT_ASSERT( ints[0] == 33 )
139 vector<int> ints; local
    [all...]
alg_test.cpp 123 int ints[] = {0, 1, 2, 3, 3, 4, 4, 4, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; local
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 33 static void checkInts(int[] ints) {
34 assert(ints[0] == 70000);
35 assert(ints[1] == 70001);
36 assert(ints[2] == 70002);
37 assert(ints[3] == 70003);
38 assert(ints[4] == 70004);
72 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2){
76 assert(ints.length == 5);
79 i = ints[5]; // exact bound
85 ints[5] = i; // exact boun
177 int[] ints; local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp 59 int ints[] = {1, 2, 3}; variable
60 template <const auto (*a)[3] = &ints> class D { }; // expected-error{{'auto' not allowed in template parameter}}
  /system/media/mca/filterfw/jni/
jni_vertex_frame.cpp 36 jintArray ints) {
39 if (frame && ints) {
40 jint* int_ptr = env->GetIntArrayElements(ints, NULL);
41 const int length = env->GetArrayLength(ints);
45 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
jni_vertex_frame.h 33 Java_android_filterfw_core_VertexFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
jni_native_frame.h 39 Java_android_filterfw_core_NativeFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
45 Java_android_filterfw_core_NativeFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
jni_native_frame.cpp 100 jintArray ints) {
102 if (frame && ints) {
103 jint* int_ptr = env->GetIntArrayElements(ints, NULL);
104 const int length = env->GetArrayLength(ints);
109 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 62 int[] ints; local
456 int[] ints = (int[])ar.result; local
465 int cdmaDbm = (ints[offset] > 0) ? -ints[offset] : -120;
466 int cdmaEcio = (ints[offset + 1] > 0) ? -ints[offset + 1] : -160;
467 int evdoRssi = (ints[offset + 2] > 0) ? -ints[offset + 2] : -120;
468 int evdoEcio = (ints[offset + 3] > 0) ? -ints[offset + 3] : -1
    [all...]
  /system/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 62 public void setInts(int[] ints) {
64 if (!setNativeInts(ints)) {
138 private native boolean setNativeInts(int[] ints);
NativeFrame.java 111 public void setInts(int[] ints) {
113 if (ints.length * nativeIntSize() > getFormat().getSize()) {
115 "NativeFrame cannot hold " + ints.length + " integers. (Can only hold " +
117 } else if (!setNativeInts(ints)) {
250 private native boolean setNativeInts(int[] ints);
SimpleFrame.java 90 public void setInts(int[] ints) {
92 setGenericObjectValue(ints);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 323 int[] ints; local
326 ints = new int[COLUMNS_ELLIPSIZE];
327 ints[ELLIPSIS_START] = ELLIPSIS_UNDEFINED;
329 ints = new int[COLUMNS_NORMAL];
335 ints[START] = reflowed.getLineStart(i) |
342 ints[TOP] = top;
348 ints[DESCENT] = desc;
352 ints[ELLIPSIS_START] = reflowed.getEllipsisStart(i);
353 ints[ELLIPSIS_COUNT] = reflowed.getEllipsisCount(i);
356 mInts.insertAt(startline + i, ints);
    [all...]
  /external/skia/src/core/
SkMemory_stdlib.cpp 96 size_t ints = size > 4 ? 4 : size; local
98 for (index = 0; index < ints; index++)
101 for (index = 0; index < ints; index++)
103 if (ints > 0)
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetTest.java 190 private byte[] toByteArray(int[] ints) {
191 byte[] result = new byte[ints.length];
192 for (int i = 0; i < ints.length; ++i) {
193 result[i] = (byte) ints[i];
  /external/valgrind/main/mpi/
libmpiwrap.c 673 int* ints = NULL; local
755 ints = malloc(n_ints * sizeof(int));
756 assert(ints);
768 ints, addrs, dtys );
775 walk_type_array( f, base, dtys[0], ints[0] );
784 (int)ints[0], (int)ints[1], (int)ints[2]);
785 for (i = 0; i < ints[0]; i++) {
786 walk_type_array( f, base + i * ints[2]/*stride*/ * ex
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 83 int[] ints = new int[4]; local
84 b.order(ByteOrder.BIG_ENDIAN).asIntBuffer().get(ints, 1, 2);
85 assertEquals(0, ints[0]);
86 assertEquals(0x01020304, ints[1]);
87 assertEquals(0x05060708, ints[2]);
88 assertEquals(0, ints[3]);
89 b.order(ByteOrder.LITTLE_ENDIAN).asIntBuffer().get(ints, 1, 2);
90 assertEquals(0, ints[0]);
91 assertEquals(0x04030201, ints[1]);
92 assertEquals(0x08070605, ints[2])
164 int[] ints = new int[] { 0, 0x01020304, 0x05060708, 0 }; local
    [all...]

Completed in 367 milliseconds

1 2 3