HomeSort by relevance Sort by last modified time
    Searched full:ints (Results 76 - 100 of 543) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenObjC/
arc-block-ivar-layout.m 31 // some reason) followed by three words (2 ints, a function pointer,
  /external/guava/javadoc/
constant-values.html 121 <TH ALIGN="left" COLSPAN="3">com.google.common.primitives.<A HREF="com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A></TH>
124 <A NAME="com.google.common.primitives.Ints.BYTES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
126 <TD ALIGN="left"><CODE><A HREF="com/google/common/primitives/Ints.html#BYTES">BYTES</A></CODE></TD>
  /external/pcre/doc/
pcre_exec.3 31 \fIovector\fP Points to a vector of ints for result offsets
  /external/quake/quake/src/QW/server/
pr_comp.h 142 int locals; // total ints of parms + locals
  /external/quake/quake/src/WinQuake/
pr_comp.h 143 int locals; // total ints of parms + locals
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptionElement05.js 78 The index attribute indicates th index of this OPTION in ints parent
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptionElement05.js 78 The index attribute indicates th index of this OPTION in ints parent
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 251 int[] ints; local
444 ints = (int[]) ar.result;
445 int otaStatus = ints[0];
527 int ints[]; local
1087 int[] ints = (int[])ar.result; local
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 71 // ints
  /hardware/msm7k/libgralloc/
gralloc_priv.h 77 // ints
  /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];
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 84 * TODO: The system notification manager takes ints, not longs, as IDs, but the download
  /external/clang/utils/ABITest/
ABITestGen.py 391 # Builtins - Ints
488 ints = []
489 if opts.useChar: ints.append(('char',1))
490 if opts.useShort: ints.append(('short',2))
491 if opts.useInt: ints.append(('int',4))
493 if opts.useLong: ints.append(('long',4))
494 if opts.useLongLong: ints.append(('long long',8))
496 ints = ([('unsigned %s'%i,s) for i,s in ints] +
497 [('signed %s'%i,s) for i,s in ints])
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 60 // Provide DenseMapInfo for unsigned ints.
95 // Provide DenseMapInfo for ints.
  /external/pcre/doc/html/
pcre_dfa_exec.html 44 <i>ovector</i> Points to a vector of ints for result offsets
46 <i>workspace</i> Points to a vector of ints used as working space
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 11 ints must be used by any project which uses Flex output.
16 both the ANSI and unix libraries to use 4 byte ints, and if you want the
  /frameworks/base/core/java/android/util/
StateSet.java 22 * State sets are arrays of positive ints where each element
27 * A state spec is an array of signed ints where each element
  /system/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 206 public void setInts(int[] ints) {
208 setGenericObjectValue(ints);
GLFrame.java 175 public void setInts(int[] ints) {
178 if (!setNativeInts(ints)) {
384 private native boolean setNativeInts(int[] ints);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 262 int[] ints; local
525 int ints[]; local
639 ints = (int[])ar.result;
640 newSS.setIsManualSelection(ints[0] == 1);
1031 int[] ints = (int[])ar.result; local
1074 int[] ints = (int[])ar.result; local
    [all...]
  /external/guava/src/com/google/common/primitives/
Ints.java 44 public final class Ints {
45 private Ints() {}
393 int result = Ints.compare(left[i], right[i]);
484 && Ints.indexOf(array, (Integer) target, start, end) != -1;
490 int i = Ints.indexOf(array, (Integer) target, start, end);
501 int i = Ints.lastIndexOf(array, (Integer) target, start, end);
549 result = 31 * result + Ints.hashCode(array[i]);
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 284 private int[] ints; field in class:ArrayAccessReplaceTest.Simple
322 return ints[pos];
366 ints[pos] = value;
  /bionic/libc/bionic/
ldexp.c 50 /* Get two 32 bit ints from a double. */
  /cts/tools/dx-tests/src/dxc/junit/opcodes/newarray/
Test_newarray.java 27 * @title Array of ints
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 28 * @title array of ints

Completed in 509 milliseconds

1 2 34 5 6 7 8 91011>>