/ndk/tests/device/gnustl-shared-1/jni/ |
main.cpp | 4 int foo(void); 6 int main(void) 9 (void) foo();
|
/external/clang/test/Rewriter/ |
rewrite-block-literal.c | 3 void I( void (^)(void)); 4 void (^noop)(void); 6 void nothing(); 9 typedef void (^T) (void); 11 void takeblock(T); 26 void test2() [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qgraphicswkview.h | 33 virtual void setGeometry(const QRectF&); 35 void load(const QUrl&); 36 void setUrl(const QUrl&); 41 void triggerPageAction(QWKPage::WebAction action, bool checked = false); 43 virtual void paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*); 49 void takeSnapshot(const QSize& size, const QRect& documentRect); 54 void prepareScaleChange(); 55 void commitScaleChange(); 58 Q_SIGNAL void titleChanged(const QString& title); 59 Q_SIGNAL void loadStarted() [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 28 void *ssl_ctx; 29 void *msg_ctx; 30 void *eap_sim_db_priv; 48 void *ctx; 63 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, 65 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data [all...] |
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1extpack | 0 void glBindFramebufferOES ( GLint target, GLint framebuffer ) 2 void glBindRenderbufferOES ( GLint target, GLint renderbuffer ) 3 void glBindTexture ( GLint target, GLint texture ) 4 void glBlendEquation ( GLint mode ) 5 void glBlendEquationSeparate ( GLint modeRGB, GLint modeAlpha ) 6 void glBlendFuncSeparate ( GLint srcRGB, GLint dstRGB, GLint srcAlpha, GLint dstAlpha ) 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint width, GLint height, GLint border ) 10 void glDeleteFramebuffersOES ( GLint n, GLuint *framebuffers ) 11 void glDeleteRenderbuffersOES ( GLint n, GLuint *renderbuffers [all...] |
glspec-1.1ext | 0 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
3 void glDrawTexfvOES ( const GLfloat *coords )
4 void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
5 void glDrawTexivOES ( const GLint *coords )
6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
7 void glDrawTexsvOES ( const GLshort *coords )
8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
9 void glDrawTexxvOES ( const GLfixed *coords )
10 void glEnable ( GLenum cap ) [all...] |
/bootable/bootloader/legacy/include/boot/ |
boot.h | 32 static inline void DWB(void) /* drain write buffer */ 39 static inline void writel(unsigned val, unsigned addr) 46 static inline void writeb(unsigned val, unsigned addr) 61 void enable_irq(void); 68 extern void key_changed(unsigned int key, unsigned int is_down) __attribute__ ((weak)); 71 void boot_register_poll_func(void (*func)(void)); [all...] |
/external/clang/test/CXX/except/except.spec/ |
p15.cpp | 6 void f() { 12 void operator delete(void*) noexcept; 13 void operator delete[](void*) noexcept; 16 void operator delete(void*, float); 17 void operator delete(void*, float) noexcept; 19 void operator delete[](void*, float) [all...] |
/external/clang/test/Sema/ |
void_arg.c | 4 typedef void Void; 6 void foo() { 9 X = sizeof(int (void a)); // expected-error {{argument may not have 'void' type}} 10 X = sizeof(int (int, void)); // expected-error {{must be the first and only parameter}} 11 X = sizeof(int (void, ...)); // expected-error {{must be the first and only parameter}} 13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}} 14 X = sizeof(int (int, Void)); // expected-error {{must be the first and only parameter} [all...] |
/external/icu4c/test/cintltst/ |
ccolltst.h | 27 void reportCResult( const UChar source[], const UChar target[], 36 void addCollAPITest(TestNode**); 37 void addCurrencyCollTest(TestNode**); 38 void addNormTest(TestNode**); 39 void addDanishCollTest(TestNode**); 40 void addGermanCollTest(TestNode**); 41 void addSpanishCollTest(TestNode**); 42 void addFrenchCollTest(TestNode**); 43 void addKannaCollTest(TestNode**); 44 void addTurkishCollTest(TestNode**) [all...] |
crestst.h | 23 void addTestResourceBundleTest(TestNode**); 28 void TestResourceBundles(void); 32 void TestConstruction1(void); 34 void TestConstruction2(void); 36 void TestAliasConflict(void); 38 static void TestGetSize(void) [all...] |
/external/icu4c/test/intltest/ |
astrotst.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 27 void TestSolarLongitude(void); 29 void TestLunarPosition(void); 31 void TestCoordinates(void); 33 void TestCoverage(void); 35 void TestSunriseTimes(void) [all...] |
restsnew.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 25 void TestResourceBundles(void); 29 void TestConstruction(void); 31 void TestIteration(void); 33 void TestOtherAPI(void); 35 void TestNewTypes(void) [all...] |
strtest.h | 31 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL); 34 void TestEndian(); 35 void TestSizeofTypes(); 36 void TestCharsetFamily(); 37 void Test_U_STRING(); 38 void Test_UNICODE_STRING(); 39 void Test_UNICODE_STRING_SIMPLE(); 40 void Test_UTF8_COUNT_TRAIL_BYTES(); 41 void TestStdNamespaceQualifier(); 42 void TestUsingStdNamespace() [all...] |
usettest.h | 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 35 void Testj2268(); 41 void TestToPattern(); 43 void TestPatterns(void); 44 void TestCategories(void); 45 void TestAddRemove(void); 46 void TestCloneEqualHash(void) [all...] |
/external/qemu/ |
qemu-thread.h | 22 void qemu_mutex_init(QemuMutex *mutex); 23 void qemu_mutex_destroy(QemuMutex *mutex); 24 void qemu_mutex_lock(QemuMutex *mutex); 27 void qemu_mutex_unlock(QemuMutex *mutex); 29 void qemu_cond_init(QemuCond *cond); 30 void qemu_cond_destroy(QemuCond *cond); 31 void qemu_cond_signal(QemuCond *cond); 32 void qemu_cond_broadcast(QemuCond *cond); 33 void qemu_cond_wait(QemuCond *cond, QemuMutex *mutex); 36 void qemu_thread_create(QemuThread *thread [all...] |
/external/valgrind/main/massif/tests/ |
alloc-fns.c | 3 void a4(int n) { malloc(n); } 4 void a3(int n) { a4(n); } 5 void a2(int n) { a3(n); } 6 void a1(int n) { a2(n); } 8 void b4(int n) { malloc(n); } 9 void b3(int n) { b4(n); } 10 void b2(int n) { b3(n); } 11 void b1(int n) { b2(n); } 13 void c4(int n) { malloc(n); } 14 void c3(int n) { c4(n); [all...] |
/external/kernel-headers/original/linux/ |
mempool.h | 11 typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data); 12 typedef void (mempool_free_t)(void *element, void *pool_data); 18 void **elements; 20 void *pool_data; 27 mempool_free_t *free_fn, void *pool_data); 29 mempool_free_t *free_fn, void *pool_data, int nid); 32 extern void mempool_destroy(mempool_t *pool) [all...] |
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 0 void glActiveTexture ( GLenum texture )
2 void glAttachShader ( GLuint program, GLuint shader )
3 void glBindAttribLocation ( GLuint program, GLuint index, const char *name )
4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
9 void glBlendEquation ( GLenum mode )
10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha ) [all...] |
/external/qemu/hw/ |
devices.h | 7 void smc91c111_init(NICInfo *, uint32_t, qemu_irq); 10 void lan9118_init(NICInfo *, uint32_t, qemu_irq); 16 uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len); 17 void tsc210x_set_transform(uWireSlave *chip, 19 void tsc210x_key_event(uWireSlave *chip, int key, int down); 22 void *tsc2005_init(qemu_irq pintdav); 23 uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len); 24 void tsc2005_set_transform(void *opaque, MouseTransformInfo *info); 27 void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode) [all...] |
/external/stlport/test/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 30 void (*wkAdvanceDefaultButtonPulseAnimation)(NSButtonCell *); 34 NSString* (*wkCreateURLPasteboardFlavorTypeName)(void); 35 NSString* (*wkCreateURLNPasteboardFlavorTypeName)(void); 36 void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled); 37 void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect); 38 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect); 39 void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled); 40 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius); 44 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime, 47 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/ndk/tests/device/test-stlport/unit/ |
locale_test.h | 59 void locale_by_name(); 60 void loc_has_facet(); 61 void num_put_get(); 62 void numpunct_by_name(); 63 void time_put_get(); 64 void time_by_name(); 65 void collate_facet(); 66 void collate_by_name(); 67 void ctype_facet(); 68 void ctype_by_name() [all...] |
/external/clang/test/CodeGen/ |
function-attributes.c | 4 // CHECK: define void @f2(i8 signext %x) nounwind 5 // CHECK: define void @f3(i8 zeroext %x) nounwind 8 // CHECK: define void @f6(i16 signext %x) nounwind 9 // CHECK: define void @f7(i16 zeroext %x) nounwind 15 void f2(signed char x) { } 17 void f3(unsigned char x) { } 23 void f6(signed short x) { } 25 void f7(unsigned short x) { } 27 // CHECK: define void @f8() 31 void __attribute__((always_inline)) f8(void) { [all...] |