HomeSort by relevance Sort by last modified time
    Searched full:short (Results 1576 - 1600 of 5109) sorted by null

<<61626364656667686970>>

  /dalvik/libcore/luni/src/main/java/java/io/
DataOutput.java 23 * DataInput. Types that can be written include byte, 16-bit short, 32-bit int,
184 * Writes the specified 16-bit short. Only the lower two bytes of {@code
188 * the short to write.
ObjectStreamConstants.java 28 public static final short STREAM_MAGIC = (short) 0xaced;
33 public static final short STREAM_VERSION = 5;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
GOFBBlockCipher.java 63 * An IV which is too short is handled in FIPS compliant fashion.
155 throw new DataLengthException("input buffer too short");
160 throw new DataLengthException("output buffer too short");
OFBBlockCipher.java 53 * An IV which is too short is handled in FIPS compliant fashion.
141 throw new DataLengthException("input buffer too short");
146 throw new DataLengthException("output buffer too short");
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
AbstractSqlTest.java 71 private final short[] twos = {10, 20};
148 private void assertAllFromTbl1(Statement stmt, String[] ones, short[] twos)
230 private void updateOnes(Statement stmt, String[] ones_updated, short[] twos)
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 45 public short getNodeType() {
118 short nodeType = p.getNodeType();
138 short nodeType = nextSibling.getNodeType();
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 37 public static final short MODE_SYNCHRONOUS = 1;
41 public static final short MODE_ASYNCHRONOUS = 2;
84 public LSParser createLSParser(short mode,
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 19 static void checkShorts(short[] shorts) {
198 short[] xShorts = new short[] { 20, 10, 0, -10, -20 };
  /external/dropbear/libtomcrypt/notes/
tech0004.txt 28 Yarrow is mostly meant for short-term programs [e.g. like file utils]. This particular implementation
70 required. In such a sense it isn't a "system PRNG" but useful short term purposes. In particular
88 Yarrow is still a good candidate but only for "short lived" programs. However, since Fortuna is faster
  /external/elfutils/libebl/
i386_corenote.c 37 short int pr_cursig; /* Current signal. */
60 unsigned short int pr_uid;
61 unsigned short int pr_gid;
  /external/iproute2/tc/
q_atm.c 205 fprintf(stderr,"ATM: address too short\n");
227 fprintf(stderr,"ATM: excess class ID too short\n");
244 fprintf(stderr,"ATM: state field too short\n");
  /external/kernel-headers/original/linux/
in.h 180 unsigned short int sin_port; /* Port number */
184 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
185 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /external/opencore/codecs_v2/audio/aac/dec/src/
ltp_common_internal.h 99 which can use lt prediction with short windows.
105 Explanation: This is only used for a short window sequence. */
112 /* number of scalefactor bands used for reconstruction for short windows */
  /external/openssl/crypto/rand/
rand_vms.c 74 short length, code; /* length is amount of bytes */
92 short length, code;
97 short total_length = 0;
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 107 // Do we need a short index or a long index?
110 // Can we replace the long instruction by a short instruction?
118 // Should we replace the short instruction by a long instruction?
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.c 46 volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
47 volatile unsigned short SDL_MintAudio_mutex;
50 unsigned short SDL_MintAudio_hasfpu;
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 122 typedef unsigned short EAS_U16;
123 typedef short EAS_I16;
133 typedef short EAS_PCM;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 122 typedef unsigned short EAS_U16;
123 typedef short EAS_I16;
133 typedef short EAS_PCM;
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 122 typedef unsigned short EAS_U16;
123 typedef short EAS_I16;
133 typedef short EAS_PCM;
  /external/webkit/WebCore/dom/
Event.h 85 unsigned short eventPhase() const { return m_eventPhase; }
86 void setEventPhase(unsigned short eventPhase) { m_eventPhase = eventPhase; }
177 unsigned short m_eventPhase;
  /external/webkit/WebCore/rendering/
RenderTable.h 77 unsigned short span;
200 short m_hSpacing;
201 short m_vSpacing;
  /external/webkit/WebKit/win/
DOMEventsClasses.h 146 /* [retval][out] */ unsigned short* result);
226 /* [retval][out] */ unsigned short* result) { return DOMEvent::eventPhase(result); }
335 /* [retval][out] */ unsigned short* result) { return DOMEvent::eventPhase(result); }
483 /* [retval][out] */ unsigned short* result) { return DOMEvent::eventPhase(result); }
564 /* [retval][out] */ unsigned short* result);
583 /* [in] */ unsigned short button,
658 /* [retval][out] */ unsigned short* result) { return DOMEvent::eventPhase(result); }
692 /* [retval][out] */ unsigned short* result);
702 /* [in] */ unsigned short attrChange);
758 /* [retval][out] */ unsigned short* result) { return DOMEvent::eventPhase(result);
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 330 maccn short normalbeg2dc11
333 maccn short normalbeg2dc12
336 maccn short normalbeg2dc13
339 maccn short normalbeg2dc14
342 maccn short normalbeg2dc15
371 normbeg short rcontloop12,12
374 normbeg short rcontloop13,13
377 normbeg short rcontloop14,14
380 normbeg short rcontloop15,15
487 ja short newbestlen
    [all...]
  /frameworks/base/core/jni/
Time.cpp 99 static inline short
105 static inline short
114 Time::format2445(short* buf, bool hasTime) const
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
index.jd 58 <p>A toast is best for short text messages, such as "File saved,"
96 for notifications and short activities that directly relate to the application in progress.</p>
98 <p>You should use a dialog when you need to show a progress bar or a short

Completed in 174 milliseconds

<<61626364656667686970>>