Searched
full:ints (Results
251 -
275 of
543) sorted by null
<<11121314151617181920>>
/external/guava/javadoc/com/google/common/primitives/ |
package-tree.html | 95 <LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives"><B>Booleans</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><B>Bytes</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Chars.html" title="class in com.google.common.primitives"><B>Chars</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives"><B>Doubles</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Floats.html" title="class in com.google.common.primitives"><B>Floats</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Ints.html" title="class in com.google.common.primitives"><B>Ints</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Longs.html" title="class in com.google.common.primitives"><B>Longs</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives"><B>Primitives</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives"><B>Shorts</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><B>SignedBytes</B></A><LI TYPE="circle">com.google.common.primitives.<A HREF="../../../../com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives"><B>UnsignedBytes</B></A></UL>
|
/external/pcre/ |
pcreposix.c | 285 /* Unfortunately, PCRE requires 3 ints of working space for each captured 288 ints. However, if the number of possible capturing brackets is small, use a
|
/external/skia/tests/ |
MathTest.cpp | 174 // for now only test ints that are 24bits or less, since we don't 175 // round (down) large ints the same as IEEE...
|
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 25 * The Color class defines methods for creating and converting color ints. 26 * Colors are represented as packed ints, made up of 4 bytes: alpha, red,
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
s_tns_frame_info.h | 126 * each of order 7 (requring 56 Ints) 129 * each of order 20 (requiring 60 Ints)
|
/cts/tools/host/src/com/android/cts/ |
SignatureCheckPackage.java | 147 HostConfig.Ints.signatureTestTimeoutMs.value());
|
Test.java | 336 HostConfig.Ints.individualStartTimeoutMs.value());
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/ |
Test_iput.java | 139 * @title Trying to put float into integer field. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/ |
Test_rsub_int.java | 246 * @title Types of arguments - float, int. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/ |
Test_sput.java | 140 * @title Trying to put float into integer field. The verifier checks that ints
|
/dalvik/vm/mterp/x86-atom/ |
OP_FILLED_NEW_ARRAY.S | 83 cmpb $$'I', %al # check if array of ints
|
/external/chromium/base/json/ |
json_reader.h | 10 // - Only knows how to parse ints within the range of a signed 32 bit int and
|
/external/libpcap/ |
pcap1.h | 79 * Many fields here are 32 bit ints so compilers won't insert unwanted
|
/external/skia/gpu/src/ |
GrTextContext.cpp | 177 // keep them as ints until we've done the clip-test
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ElementType.java | 38 The content model, member-of, and flags vectors are specified as ints.
|
/frameworks/base/libs/utils/ |
BackupData.cpp | 35 * All ints are stored little-endian.
|
LinearTransform.cpp | 46 // Let (A | B) denote the concatination of two 32 bit ints, A and B.
|
/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 131 assertParsed("Large hex longs shouldn't be yield ints or strings",
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 85 // Make space for 8 ints r[3-10] and 13 doubles f[1-13] and the 152 // Make space for 8 ints r[3-10] and 8 doubles f[1-8] and the 229 // Make space for 8 ints r[3-10] and 13 doubles f[1-13] and the
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 461 * @param filename The filename containing the ints to validate 492 * @param filename The filename containing the ints to validate 525 * @param filename The filename containing the ints to validate
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncService.java | 499 // read the result, in a byte array containing 2 ints 685 // read the result, in a byte array containing 2 ints 736 // read the result, in a byte array containing 4 ints
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
Inet6AddressTest.java | [all...] |
/external/llvm/docs/ |
GetElementPtr.html | 268 pointer to a structure containing a pointer to an array of 40 ints. The 270 array of ints. However, this is actually an illegal GEP instruction. It 272 be dereferenced in order to index into the array of 40 ints. Since the
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/ |
Test_rsub_int_lit8.java | 246 * @title Types of arguments - float, int. The verifier checks that ints
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectVector.java | 42 /** Number of ints in array */
|
Completed in 841 milliseconds
<<11121314151617181920>>