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

<<41424344454647484950>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
pda.h 32 short mmu_state;
33 short isidle;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
moduleparam.h 77 #define param_check_short(name, p) __param_check(name, p, short)
79 #define param_check_ushort(name, p) __param_check(name, p, unsigned short)
rtnetlink.h 114 unsigned short rta_len;
115 unsigned short rta_type;
229 unsigned short rtnh_len;
367 unsigned short ndm_pad2;
492 unsigned short ifi_type;
502 unsigned short prefix_pad2;
627 unsigned short tcm__pad2;
716 unsigned short tca__pad2;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 81 void (*set_port)(struct rpc_xprt *xprt, unsigned short port);
136 unsigned short port;
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 100 * In short, if no value is specified, the default is always 0.
162 public short getFill() {
180 short fillDefault = getFillDefault();
206 public short getFillDefault() {
268 public short getRestart() {
295 public void setFill(short fill) throws DOMException {
303 public void setFillDefault(short fillDefault) throws DOMException {
327 public void setRestart(short restart) throws DOMException {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 44 /* Minimum and maximum values a `signed short int' can hold. */
50 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 44 /* Minimum and maximum values a `signed short int' can hold. */
50 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 44 /* Minimum and maximum values a `signed short int' can hold. */
50 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 44 /* Minimum and maximum values a `signed short int' can hold. */
50 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
limits.h 44 /* Minimum and maximum values a `signed short int' can hold. */
50 /* Maximum value an `unsigned short int' can hold. (Minimum is 0). */
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 47 public void parmTest(int x, short y, String s, boolean bool, Object o,
55 public static final void printTest(int x, short y, String s,
64 public short shortMethod() {
65 return (short) 1;
132 public void invokeCastTest1(short param) {
638 Class[] plist = { int.class, short.class, String.class, boolean.class,
715 assertTrue("Gave incorrect returne type, wanted short", mth
716 .getReturnType().equals(short.class));
843 param == Byte.TYPE || param == Short.TYPE
856 methods[i].invoke(testMethod, new Object[] { new Short(
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 144 - (DOMXPathResult *)evaluate:(NSString *)expression :(DOMNode *)contextNode :(id <DOMXPathNSResolver>)resolver :(unsigned short)type :(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;
145 - (DOMXPathResult *)evaluate:(NSString *)expression contextNode:(DOMNode *)contextNode resolver:(id <DOMXPathNSResolver>)resolver type:(unsigned short)type inResult:(DOMXPathResult *)inResult AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
271 @property(readonly) unsigned short nodeType;
304 - (unsigned short)compareDocumentPosition:(DOMNode *)other AVAILABLE_IN_WEBKIT_VERSION_4_0;
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 395 unsigned short borderLeftWidth() const { return surround->border.borderLeftWidth(); }
399 unsigned short borderRightWidth() const { return surround->border.borderRightWidth(); }
403 unsigned short borderTopWidth() const { return surround->border.borderTopWidth(); }
407 unsigned short borderBottomWidth() const { return surround->border.borderBottomWidth(); }
412 unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); }
413 unsigned short outlineWidth() const
562 short horizontalBorderSpacing() const { return inherited->horizontal_border_spacing; }
563 short verticalBorderSpacing() const { return inherited->vertical_border_spacing; }
567 short counterIncrement() const { return visual->counterIncrement; }
568 short counterReset() const { return visual->counterReset;
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSMemory.java 252 * Copies <code>length</code> shorts from the short array <code>shorts</code>
254 * <code>offset</code> within the short array.
265 * the short array from which to copy the shorts.
279 public native void setShortArray(int address, short[] shorts, int offset,
356 * @return the value of the two-byte integer as a Java <code>short</code>.
358 public native short getShort(int address);
360 public short getShort(int address, Endianness endianness) {
377 * the value of the two-byte integer as a Java <code>short</code>.
379 public native void setShort(int address, short value);
381 public void setShort(int address, short value, Endianness endianness)
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Array.java 84 if (array instanceof short[])
85 return new Short(((short[]) array)[index]);
328 if (array instanceof short[])
329 return ((short[]) array).length;
382 * {@code short}, if possible. This reproduces the effect of {@code
402 public static short getShort(Object array, int index)
404 if (array instanceof short[])
405 return ((short[]) array)[index];
485 if (componentType == Short.TYPE
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op_cequivalent.h 73 16 bit short signed integer (int16) whose value falls in the
77 16 bit short signed integer (int16) whose value falls in the
84 16 bit short signed integer (int16) whose value falls in the
112 16 bit short signed integer (int16) whose value falls in the
116 16 bit short signed integer (int16) whose value falls in the
123 16 bit short signed integer (int16) whose value falls in the
151 16 bit short signed integer (int16) whose value falls in the
155 16 bit short signed integer (int16) whose value falls in the
160 16 bit short signed integer (int16) whose value falls in the
281 16 bit short signed integer (int16) whose value falls in th
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_cequivalent.h 73 16 bit short signed integer (int16) whose value falls in the
77 16 bit short signed integer (int16) whose value falls in the
84 16 bit short signed integer (int16) whose value falls in the
112 16 bit short signed integer (int16) whose value falls in the
116 16 bit short signed integer (int16) whose value falls in the
123 16 bit short signed integer (int16) whose value falls in the
151 16 bit short signed integer (int16) whose value falls in the
155 16 bit short signed integer (int16) whose value falls in the
160 16 bit short signed integer (int16) whose value falls in the
281 16 bit short signed integer (int16) whose value falls in th
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 240 /*indicates the reference number for a particular concatenated short message. */
241 /*it is constant for every short message which makes up a particular concatenated short message*/
244 /*indicates the total number of short messages within the concatenated short message.
246 short message which makes up the concatenated short message.
251 * it indicates the sequence number of a particular short message within the concatenated short
252 * message. The value shall start at 1 and increment by one for every short message sen
    [all...]
  /bionic/libc/arch-x86/string/
bzero.S 18 * if the string is too short, it's really not worth the overhead
memset.S 20 * if the string is too short, it's really not worth the overhead
  /bionic/libc/include/
fts.h 83 short fts_level; /* depth (-1 to N) */
98 unsigned short fts_info; /* user flags for FTSENT structure */
102 unsigned short fts_flags; /* private flags for FTSENT structure */
108 unsigned short fts_instr; /* fts_set() instructions */
stdlib.h 105 extern long jrand48(unsigned short *);
107 extern long nrand48(unsigned short *);
109 extern unsigned short *seed48(unsigned short*);
  /bionic/libc/include/sys/
dirent.h 40 unsigned short d_reclen;
  /bionic/libc/kernel/arch-x86/asm/
desc_defs.h 64 unsigned short size;

Completed in 552 milliseconds

<<41424344454647484950>>