OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:short
(Results
826 - 850
of
5109
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/webkit/WebCore/dom/
MutationEvent.cpp
35
const String& attrName, unsigned
short
attrChange)
47
const String& attrName, unsigned
short
attrChange)
/external/webkit/WebCore/html/
HTMLDataGridColElement.idl
34
attribute unsigned
short
sortable; // Whether or not the column can be sorted. Values are none, ascending/descending, and ascending/descending/na
35
attribute unsigned
short
sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
/external/webkit/WebCore/platform/graphics/
Font.h
62
Font(const FontDescription&,
short
letterSpacing,
short
wordSpacing);
93
short
wordSpacing() const { return m_wordSpacing; }
94
short
letterSpacing() const { return m_letterSpacing; }
95
void setWordSpacing(
short
s) { m_wordSpacing = s; }
96
void setLetterSpacing(
short
s) { m_letterSpacing = s; }
208
short
m_letterSpacing;
209
short
m_wordSpacing;
/external/webkit/WebCore/rendering/style/
StyleMultiColData.h
49
unsigned
short
ruleWidth() const
57
unsigned
short
m_count;
/external/webkit/WebCore/svg/
SVGPathSegCurvetoQuadraticSmooth.h
34
virtual unsigned
short
pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; }
45
virtual unsigned
short
pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; }
SVGPathSegLineto.h
33
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_ABS; }
45
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_REL; }
SVGPathSegLinetoHorizontal.h
47
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; }
58
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; }
SVGPathSegLinetoVertical.h
47
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; }
58
virtual unsigned
short
pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; }
SVGPathSegMoveto.h
33
virtual unsigned
short
pathSegType() const { return PATHSEG_MOVETO_ABS; }
44
virtual unsigned
short
pathSegType() const { return PATHSEG_MOVETO_REL; }
/external/zlib/contrib/infback9/
inflate9.h
44
unsigned
short
lens[320]; /* temporary storage for code lengths */
45
unsigned
short
work[288]; /* work area for code table building */
/external/zlib/contrib/iostream/
zfstream.h
36
short
mode;
37
short
own_file_descriptor;
/frameworks/base/awt/java/awt/color/
ICC_ProfileGray.java
53
* @return the
short
array of the TRC.
55
public
short
[] getTRC() {
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h
52
typedef signed
short
TI_INT16;
53
typedef unsigned
short
TI_UINT16;
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-5/arch-x86/usr/lib/
libthread_db.so
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
apm_bios.h
15
typedef unsigned
short
apm_event_t;
16
typedef unsigned
short
apm_eventinfo_t;
/ndk/build/platforms/android-8/arch-x86/usr/lib/
libthread_db.so
/system/core/adb/
fdevent.h
73
unsigned
short
state;
74
unsigned
short
events;
/system/core/fastboot/
usb.h
39
unsigned
short
dev_vendor;
40
unsigned
short
dev_product;
/system/core/toolbox/
r.c
61
unsigned
short
*x = (unsigned
short
*) (((unsigned) page) + (addr & 4095));
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
osTIType.h
52
typedef signed
short
TI_INT16;
53
typedef unsigned
short
TI_UINT16;
Completed in 238 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>