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

<<11121314151617181920>>

  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 35 short[] indices = new short[3 * tris];
106 indices[iidx++] = (short) (base);
107 indices[iidx++] = (short) (base + 1);
108 indices[iidx++] = (short) (base + lats + 1);
110 indices[iidx++] = (short) (base + lats);
111 indices[iidx++] = (short) (base);
112 indices[iidx++] = (short) (base + lats + 1);
  /external/iproute2/include/
rt_names.h 26 const char * ll_proto_n2a(unsigned short id, char *buf, int len);
27 int ll_proto_a2n(unsigned short *id, char *buf);
  /external/webkit/WebCore/html/
DataGridColumn.h 42 static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
56 unsigned short sortable() const { return m_sortable; }
57 void setSortable(unsigned short sortable) { m_sortable = sortable; columnChanged(); }
59 unsigned short sortDirection() const { return m_sortDirection; }
60 void setSortDirection(unsigned short sortDirection) { m_sortDirection = sortDirection; columnChanged(); }
83 DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
104 unsigned short m_sortable;
105 unsigned short m_sortDirection;
  /external/webkit/WebCore/html/canvas/
WebGLShortArray.cpp 37 RefPtr<WebGLArrayBuffer> buffer = WebGLArrayBuffer::create(length * sizeof(short));
41 PassRefPtr<WebGLShortArray> WebGLShortArray::create(short* array, unsigned length)
54 if ((byteOffset % sizeof(short)) != 0)
60 if ((byteOffset + (length * sizeof(short))) > buffer->byteLength())
78 return m_size * sizeof(short);
84 unsigned startByte = m_byteOffset + offset * sizeof(short);
85 unsigned limitByte = startByte + length * sizeof(short);
93 setImpl(array, offset * sizeof(short), ec);
WebGLUnsignedShortArray.cpp 38 RefPtr<WebGLArrayBuffer> buffer = WebGLArrayBuffer::create(length * sizeof(unsigned short));
42 PassRefPtr<WebGLUnsignedShortArray> WebGLUnsignedShortArray::create(unsigned short* array, unsigned length)
55 if ((byteOffset % sizeof(unsigned short)) != 0) {
62 if ((byteOffset + (length * sizeof(unsigned short))) > buffer->byteLength())
82 return m_size * sizeof(unsigned short);
88 unsigned startByte = m_byteOffset + offset * sizeof(unsigned short);
89 unsigned limitByte = startByte + length * sizeof(unsigned short);
97 setImpl(array, offset * sizeof(unsigned short), ec);
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
poll.h 42 short events;
43 short revents;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
if_tun.h 40 unsigned short flags;
41 unsigned short proto;
kernel.h 25 unsigned short procs;
26 unsigned short pad;
posix_acl.h 34 short e_tag;
35 unsigned short e_perm;
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
poll.h 42 short events;
43 short revents;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
if_tun.h 40 unsigned short flags;
41 unsigned short proto;
kernel.h 25 unsigned short procs;
26 unsigned short pad;
posix_acl.h 34 short e_tag;
35 unsigned short e_perm;
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
poll.h 42 short events;
43 short revents;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
if_tun.h 40 unsigned short flags;
41 unsigned short proto;
kernel.h 25 unsigned short procs;
26 unsigned short pad;
posix_acl.h 34 short e_tag;
35 unsigned short e_perm;
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
poll.h 42 short events;
43 short revents;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
if_tun.h 40 unsigned short flags;
41 unsigned short proto;
kernel.h 25 unsigned short procs;
26 unsigned short pad;
posix_acl.h 34 short e_tag;
35 unsigned short e_perm;
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
poll.h 42 short events;
43 short revents;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
if_tun.h 40 unsigned short flags;
41 unsigned short proto;
kernel.h 25 unsigned short procs;
26 unsigned short pad;
posix_acl.h 34 short e_tag;
35 unsigned short e_perm;

Completed in 69 milliseconds

<<11121314151617181920>>