Searched defs:int (Results 1 - 8 of 8) sorted by relevance

/external/stlport/test/unit/
H A Drawriter_test.cpp14 X(int i_ = 0) : i(i_) {}
16 operator int() const { return i; }
19 int i;
49 int i;
H A Dstack_allocator.h21 int m_nbAlloc;
27 int *m_sharedNbAlloc;
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
195 inline void swap(StackAllocator<pair<const int, int> >& __a, argument
196 StackAllocator<pair<const int, int> >& __b)
/external/webkit/WebKit/android/WebCoreSupport/
H A DV8Counters.h42 static int* counterForName(const char* name);
45 int min,
46 int max,
49 static void addHistogramSample(void* histogram, int sample);
58 int count() { return m_count; }
59 int sampleTotal() { return m_sampleTotal; }
63 operator int*() { return &m_count; }
65 int m_count;
66 int m_sampleTotal;
H A DChromeClientAndroid.cpp211 void ChromeClientAndroid::addMessageToConsole(MessageSource, MessageType, MessageLevel msgLevel, const String& message, unsigned int lineNumber, const String& sourceID) {
333 void ChromeClientAndroid::mouseDidMoveOverElement(const HitTestResult&, unsigned int) {} argument
410 static const int ONE_MB = 1 * 1024 * 1024;
/external/kernel-headers/original/linux/
H A Dandroid_pmem.h20 #define PMEM_GET_PHYS _IOW(PMEM_IOCTL_MAGIC, 1, unsigned int)
21 #define PMEM_MAP _IOW(PMEM_IOCTL_MAGIC, 2, unsigned int)
22 #define PMEM_GET_SIZE _IOW(PMEM_IOCTL_MAGIC, 3, unsigned int)
23 #define PMEM_UNMAP _IOW(PMEM_IOCTL_MAGIC, 4, unsigned int)
27 #define PMEM_ALLOCATE _IOW(PMEM_IOCTL_MAGIC, 5, unsigned int)
31 #define PMEM_CONNECT _IOW(PMEM_IOCTL_MAGIC, 6, unsigned int)
35 #define PMEM_GET_TOTAL_SIZE _IOW(PMEM_IOCTL_MAGIC, 7, unsigned int)
36 #define PMEM_CACHE_FLUSH _IOW(PMEM_IOCTL_MAGIC, 8, unsigned int)
61 int is_pmem_file(struct file *file);
62 int get_pmem_fil
84 pmem_setup(struct android_pmem_platform_data *pdata, long (*ioctl)(struct file *, unsigned int, unsigned long), int (*release)(struct inode *, struct file *)) argument
[all...]
H A Dirq.h89 unsigned int (*startup)(unsigned int irq);
90 void (*shutdown)(unsigned int irq);
91 void (*enable)(unsigned int irq);
92 void (*disable)(unsigned int irq);
94 void (*ack)(unsigned int irq);
95 void (*mask)(unsigned int irq);
96 void (*mask_ack)(unsigned int irq);
97 void (*unmask)(unsigned int irq);
98 void (*eoi)(unsigned int ir
376 set_irq_handler(unsigned int irq, void fastcall (*handle)(unsigned int, struct irq_desc *, struct pt_regs *)) argument
389 set_irq_chained_handler(unsigned int irq, void fastcall (*handle)(unsigned int, struct irq_desc *, struct pt_regs *)) argument
[all...]
/external/icu4c/i18n/
H A DdecNumberLocal.h67 /* not use int or long directly. */
82 typedef long int LI; /* for printf arguments only */
83 #define DECNOINT 0 /* 1 to check no internal use of 'int' */
87 #define int ? /* enable to ensure that plain C 'int' */ macro
/external/skia/src/animator/
H A DSkDisplayEvent.cpp69 for (int index = 0; index < fChildren.count(); index++) {
77 for (int index = 0; index < fChildren.count(); index++) {
86 for (int index = 0; index < fChildren.count(); index++) {
141 for (int index = 0; index < fChildren.count(); index++) {
160 bool SkDisplayEvent::getProperty(int index, SkScriptValue* value) const {
201 int number;
208 for (int index = 0; index < fChildren.count(); index++) {
247 bool SkDisplayEvent::setProperty(int index, SkScriptValue& value) {
252 int count = SkUTF8_CountUnichars(chars);
274 void SkMetaData::setS32(char const*, int ) {}
279 PostTime(SkEvent*, unsigned int, unsigned int ) argument
289 Post(SkEvent*, unsigned int, unsigned int ) argument
[all...]

Completed in 154 milliseconds