/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...] |
/system/media/mca/filterfw/java/android/filterfw/core/ |
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);
|
/system/media/mca/filterfw/jni/ |
jni_gl_frame.cpp | 143 jintArray ints) { 145 if (frame && ints) { 146 jint* int_ptr = env->GetIntArrayElements(ints, NULL); 147 const int length = env->GetArrayLength(ints); 151 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
|
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);
|
/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...] |
/dalvik/tests/070-nio-buffer/src/ |
Main.java | 77 * Try this with either floats or ints; ints fail with
|
/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}}
|
/external/guava/javadoc/com/google/common/primitives/ |
Ints.html | 7 Ints (Guava Libraries 2010.01.04) 18 parent.document.title="Ints (Guava Libraries 2010.01.04)"; 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Ints.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 61 <A HREF="../../../../index.html?com/google/common/primitives/Ints.html" target="_top"><B>FRAMES</B></A> 62 <A HREF="Ints.html" target="_top"><B>NO FRAMES</B></A> 93 Class Ints</H2> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.primitives.Ints</B> 100 <DT><PRE>public final class <B>Ints</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 129 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Ints.html#BYTES">BYTES</A></B></CODE> 148 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Ints.html#asList(int...)">asList</A></B>(int... backingArray)</CODE [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.h | 48 STATE_MATERIAL = 100, /* start at 100 so small ints are seen as ints */
|
/external/pcre/doc/ |
pcre_dfa_exec.3 | 34 \fIovector\fP Points to a vector of ints for result offsets 36 \fIworkspace\fP Points to a vector of ints used as working space
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 70 // ints
|
/libcore/luni/src/main/java/libcore/io/ |
BufferIterator.java | 53 * Copies {@code intCount} 32-bit ints from the current position into {@code dst}, starting at
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
AlgNameMapper.java | 94 // Alg.Alias.<service>.<OID-INTS-DOT-SEPARATED>=<alg-name> 96 // Alg.Alias.<service>.OID.<OID-INTS-DOT-SEPARATED>=<alg-name> 143 // Alg.Alias.<service>.<OID-INTS-DOT-SEPARATED>=<alg-name> 145 // Alg.Alias.<service>.OID.<OID-INTS-DOT-SEPARATED>=<alg-name>
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
StringToIntTable.java | 43 /** Array of strings this table points to. Associated with ints 47 /** Array of ints this table points. Associated with strings from 51 /** Number of ints in the table */
|
/external/guava/src/com/google/common/collect/ |
ComparisonChain.java | 20 import com.google.common.primitives.Ints; 74 return classify(Ints.compare(left, right)); 151 * Compares two {@code int} values as specified by {@link Ints#compare},
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
math_private.h | 38 ints. */ 73 /* Get two 32 bit ints from a double. */ 101 /* Set a double from two 32 bit ints. */
|
/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...] |
/bionic/libm/src/ |
math_private.h | 38 * ints. 69 /* Get two 32 bit ints from a double. */ 97 /* Set a double from two 32 bit ints. */
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int/ |
Test_xor_int.java | 109 * @title Types of arguments - int, float. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_2addr/ |
Test_xor_int_2addr.java | 108 * @title Types of arguments - int, float. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit16/ |
Test_xor_int_lit16.java | 104 * @title Type of argument - float. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit8/ |
Test_xor_int_lit8.java | 103 * @title Type of argument - float. The verifier checks that ints
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMapVector.java | 36 /** Array of ints */
|
/external/chromium/base/threading/ |
thread_local_storage_unittest.cc | 16 // storing ints into ThreadLocalStorage.
|