/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbMessage.java | 164 // dang, no unsigned ints in java
|
/external/chromium/chrome/browser/history/ |
visit_tracker_unittest.cc | 31 // dereferences them. We use ints because it's easier. This function converts
|
/external/clang/test/CodeGenObjC/ |
block-var-layout.m | 41 // some reason) followed by three words (2 ints, a function pointer,
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_verify_hash.c | 69 /* allocate ints */
|
/external/openssl/crypto/des/ |
qud_cksm.c | 126 * composed of 2*out_count 32 bit ints */
|
/external/pcre/ |
pcrecpparg.h.android | 141 // This part of the parser, appropriate only for ints, deals with bases
|
pcrecpparg.h.in | 145 // This part of the parser, appropriate only for ints, deals with bases
|
/external/skia/include/core/ |
SkPostConfig.h | 87 // if this is defined, we convert floats to 2scompliment ints for compares
|
/external/tcpdump/ |
sctpHeader.h | 147 u_int32_t addressWhereISent[4]; /* I make this 4 ints so I get 128bits for future */
|
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.h | 86 /* Offsets, in 16-bit ints, into the FPU environment (env) area. */
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ConstantUnion.h | 280 int iConst; // used for ivec, scalar ints
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLParserIdioms.cpp | 151 exponent = 19999; /* safe for 16 bit ints */
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
non-kerned-drawing.cpp | 104 // ExtTextOut wants the offsets as an array of ints, so extract them
|
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages_unittest.py | 64 SendInts(Vector<uint64_t> ints, Vector<Vector<uint64_t> > intVectors) 136 ('Vector<uint64_t>', 'ints'), 373 SendInts(const Vector<uint64_t>& ints, const Vector<Vector<uint64_t> >& intVectors) 374 : CoreIPC::Arguments2<const Vector<uint64_t>&, const Vector<Vector<uint64_t> >&>(ints, intVectors)
|
/external/yaffs2/yaffs2/ |
yaffs_mtdif.c | 176 /* Careful, this call adds 2 ints */
|
/libcore/luni/src/main/java/java/math/ |
NativeBN.java | 59 public static native boolean litEndInts2bn(int[] ints, int len, boolean neg, int ret);
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
ChimpView.java | 182 * @return the accessibility ids of the current view. Its returned as a two-item array of ints
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyView.java | 155 returns = "The accessibility ids of the view as a list of ints")
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
Frame.java | 98 public abstract void setInts(int[] ints);
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 1274 int[] ints = (int[])ar.result; local [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSessionLog.java | 378 for (HostConfig.Ints i : HostConfig.Ints.values()) {
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 44 * lost. static final ints are used instead of an enum for performance 178 * ints before we can stuff them into a map for flattening and storage.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 57 /** Array of arrays of ints */ 60 /** Number of ints in array */
|
/external/bzip2/ |
CHANGES | 125 which supports 64-bit ints, so, except for the C library 215 on selected platforms which support 64-bit ints. At the moment
|
/external/dnsmasq/src/ |
nameser.h | 107 #define INT32SZ 4 /* for systems without 32-bit ints */ 108 #define INT16SZ 2 /* for systems without 16-bit ints */
|