/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...] |
/external/valgrind/main/memcheck/tests/ |
pipe.c | 2 // behaved as if pipe() took an array of 64-bit ints, when it really takes 3 // an array of 32-bit ints.
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.h | 34 void EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints, 37 void EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints, 39 void EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints, 41 void EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints, 43 void EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints, 45 void EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints, 47 void EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, 49 void EmitModRefBehavior(const std::vector<CodeGenIntrinsic> &Ints, 51 void EmitGCCBuiltinList(const std::vector<CodeGenIntrinsic> &Ints, 53 void EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &Ints, [all...] |
IntrinsicEmitter.cpp | 29 std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records, TargetOnly); 31 if (TargetOnly && !Ints.empty()) 32 TargetPrefix = Ints[0].TargetPrefix; 37 EmitEnumInfo(Ints, OS); 40 EmitIntrinsicToNameTable(Ints, OS); 43 EmitIntrinsicToOverloadTable(Ints, OS); 46 EmitFnNameRecognizer(Ints, OS); 49 EmitVerifier(Ints, OS); 52 EmitGenerator(Ints, OS); 55 EmitAttributes(Ints, OS) [all...] |
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
p2.cpp | 3 namespace Ints { 4 int zero = 0; // expected-note {{candidate found by name lookup is 'Ints::zero'}} 16 using namespace Ints; 21 int i = Ints::zero; 22 Ints::f(i); 58 int i = Ints::zero;
|
/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...] |
/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_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);
|
/system/core/include/cutils/ |
native_handle.h | 28 int numInts; /* number of ints at &data[numFds] */ 29 int data[0]; /* numFds + numInts ints */
|
/libcore/luni/src/main/java/java/nio/ |
IntBuffer.java | 23 * A buffer of ints. 122 * The remaining ints will be moved to the head of the buffer, starting from 133 * Compares the remaining ints of this buffer to another int buffer's 134 * remaining ints. 182 * int buffers are equal if and only if their remaining ints are exactly the 221 * Reads ints from the current position into the specified int array and 222 * increases the position by the number of ints read. 238 * Reads ints from the current position into the specified int array, 240 * number of ints read. 248 * the number of ints to read, must be no less than zero and no [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 62 int[] ints; local 454 int[] ints = (int[])ar.result; local 458 int cdmaDbm = (ints[offset] > 0) ? -ints[offset] : -120; 459 int cdmaEcio = (ints[offset + 1] > 0) ? -ints[offset + 1] : -160; 460 int evdoRssi = (ints[offset + 2] > 0) ? -ints[offset + 2] : -120; 461 int evdoEcio = (ints[offset + 3] > 0) ? -ints[offset + 3] : -1 [all...] |
/external/chromium/chrome/browser/importer/ |
importer_type.h | 17 // NOTE: Numbers added so that data can be reliably cast to ints and passed
|
/external/llvm/test/CodeGen/X86/ |
vec_insert-7.ll | 3 ; (Without SSE they are split to two ints, and the code is much better.)
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StringToIntTable.java | 36 /** Array of strings this table points to. Associated with ints 40 /** Array of ints this table points. Associated with strings from 44 /** Number of ints in the table */
|
/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);
|
/bootable/bootloader/legacy/arch_msm7k/ |
vic.c | 52 /* select IRQ for all INTs */ 60 /* disable all INTs */
|