/ndk/tests/build/ndk-out/jni/ |
main.c | 2 int main(void) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ControllerOverlay.java | 24 void onPlayPause(); 25 void onSeekStart(); 26 void onSeekMove(int time); 27 void onSeekEnd(int time); 28 void onShown(); 29 void onHidden(); 30 void onReplay(); 33 void setListener(Listener listener); 35 void setCanReplay(boolean canReplay); 42 void show() [all...] |
/packages/wallpapers/PhaseBeam/res/raw/ |
dot_fs.glsl | 3 void main() {
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 35 void * (*aggregate_context)(sqlite3_context*,int nBytes); 37 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*)); 45 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*)); 46 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*)); 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*) [all...] |
/external/sqlite/dist/ |
sqlite3ext.h | 35 void * (*aggregate_context)(sqlite3_context*,int nBytes); 37 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*)); 45 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*)); 46 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*)); 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*) [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.h | 46 virtual void frameLoaderDestroyed(); 52 virtual void makeRepresentation(WebCore::DocumentLoader*); 53 virtual void forceLayout(); 54 virtual void forceLayoutForNonHTML(); 56 virtual void setCopiesOnScroll(); 58 virtual void detachedFromParent2(); 59 virtual void detachedFromParent3(); 61 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&); 63 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse); 65 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, cons (…) [all...] |
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.c | 53 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockCreate)( 54 const char *file, int line, const volatile void *lock){} 55 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockDestroy)( 56 const char *file, int line, const volatile void *lock){} 57 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)( 58 const char *file, int line, const volatile void *lock, long is_w){} 59 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)( 60 const char *file, int line, const volatile void *lock, long is_w){} 61 void DYNAMIC_ANNOTATIONS_NAME(AnnotateBarrierInit)( 62 const char *file, int line, const volatile void *barrier, long count [all...] |
/external/clang/test/Sema/ |
block-misc.c | 2 void donotwarn(); 32 double (^I)(int) = (void*) S; 33 (void*)I = (void *)S; // expected-error {{assignment to cast is illegal, lvalue casts are not supported}} 35 void *pv = I; 41 return (void*)I == (void *)S; 47 void test3() { 67 void bar(void*); [all...] |
__try.c | 15 void __abnormal_termination(); 28 void TEST() { 43 void TEST() { 49 void TEST() { 56 void TEST() { 60 void TEST() { 68 void TEST() { 77 void TEST() { 107 void TEST() { 116 void TEST() [all...] |
/external/clang/test/SemaObjC/ |
arc-type-conversion.m | 3 typedef const void * CFTypeRef; 7 void * cvt(id arg) 9 void* voidp_val; 10 (void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with ARC}} 11 (void)(id)arg; 12 (void)(__autoreleasing id*)arg; // expected-error {{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}} 13 (void)(id*)arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}} 15 (void)(__autoreleasing id**)voidp_val; 16 (void)(void*)voidp_val [all...] |
/external/compiler-rt/BlocksRuntime/ |
Block_private.h | 65 void (*copy)(void *dst, void *src); 66 void (*dispose)(void *); 71 void *isa; 74 void (*invoke)(void *, ...); 81 void *isa; 85 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src) [all...] |
/external/qemu/ |
block.h | 53 void bdrv_mon_event(const BlockDriverState *bdrv, 55 void bdrv_info_print(Monitor *mon, const QObject *data); 56 void bdrv_info(Monitor *mon, QObject **ret_data); 57 void bdrv_stats_print(Monitor *mon, const QObject *data); 58 void bdrv_info_stats(Monitor *mon, QObject **ret_data); 60 void bdrv_init(void); 61 void bdrv_init_with_whitelist(void); 69 void bdrv_delete(BlockDriverState *bs) [all...] |
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
Block_private.h | 58 void (*copy)(void *dst, void *src); 59 void (*dispose)(void *); 64 void *isa; 67 void (*invoke)(void *, ...); 74 void *isa; 78 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
mempool.h | 19 typedef void * (mempool_alloc_t)(gfp_t gfp_mask, void *pool_data); 20 typedef void (mempool_free_t)(void *element, void *pool_data); 26 void **elements; 28 void *pool_data;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
FuzzyLexer.h | 60 - (void)mIMPORT; 61 - (void)mRETURN; 62 - (void)mCLASS; 63 - (void)mMETHOD; 64 - (void)mFIELD; 65 - (void)mSTAT; 66 - (void)mCALL; 67 - (void)mCOMMENT; 68 - (void)mSL_COMMENT; 69 - (void)mSTRING; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 58 - (void)mIMPORT; 59 - (void)mRETURN; 60 - (void)mCLASS; 61 - (void)mMETHOD; 62 - (void)mFIELD; 63 - (void)mSTAT; 64 - (void)mCALL; 65 - (void)mCOMMENT; 66 - (void)mSL_COMMENT; 67 - (void)mSTRING; [all...] |
/external/clang/test/Analysis/ |
malloc-interprocedural.c | 6 void *malloc(size_t); 7 void *valloc(size_t); 8 void free(void *); 9 void *realloc(void *ptr, size_t size); 10 void *reallocf(void *ptr, size_t size); 11 void *calloc(size_t nmemb, size_t size); 12 extern void exit(int) __attribute__ ((__noreturn__)) [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p1.cpp | 17 template<typename T> void f0(T) { 21 template<> void f0(NonDefaultConstructible) { } 23 void test_f0(NonDefaultConstructible NDC) { 32 void f1(T t) { 42 void ft1(T t, U u); 47 void X0<T>::ft1(T t, U u) { 53 template<> struct X0<void> { }; 54 X0<void> test_X0; 58 template<> void X0<void*>::f1(void *) { [all...] |
p21.cpp | 5 void mf1(T); 6 template<typename U> void mf2(T, U); // expected-note{{previous}} 10 void X<int>::mf1(int i = 17) // expected-error{{default}} 15 void X<int>::mf2(int, int = 17) // expected-error{{default}} 19 void X<int>::mf2(int, U = U()) // expected-error{{default}} 25 void mf1(float); 28 void X<float>::mf1(float = 3.14f) // okay
|
/external/clang/test/CodeGenCXX/ |
arm-cc.cpp | 9 SMLoc foo(void *p); 10 void bar(void *x) { 13 void zed(SMLoc x); 14 void baz() { 19 // CHECK: declare void @_Z3fooPv(%class.SMLoc* sret, i8*) 20 // CHECK: declare void @_Z3zed5SMLoc(%class.SMLoc*)
|
copy-in-cplus-object.cpp | 18 void testRoutine() { 23 // CHECK: call void @_ZN10TestObjectC1Ev 24 // CHECK: call void @_ZN1SC1EPKc 25 // CHECK: call void @_ZN10TestObjectC1ERKS_iRK1S 26 // CHECK: call void @_ZN1SD1Ev 27 // CHECK: call void @_ZN10TestObjectD1Ev 28 // CHECK: call void @_ZN10TestObjectD1Ev
|
/external/clang/test/CodeGenObjC/ |
variadic-sends.m | 5 -(void) im0; 6 -(void) im1: (int) x; 7 -(void) im2: (int) x, ...; 10 void f0(A *a) { 11 // CHECK-X86-32: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*) 12 // CHECK-X86-64: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*) 16 void f1(A *a) { 17 // CHECK-X86-32: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i32)* [all...] |
/external/clang/test/Rewriter/ |
rewrite-modern-block.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 10 void x(void *); 12 void y() { 15 void (^bar)() = ^{
|
/external/clang/test/SemaCXX/ |
class-names.cpp | 6 void D(int); 10 void foo() 24 void bar() 29 void C(int); 31 void bar2() 44 void E(int); 46 void bar3() {
|
functional-cast.cpp | 17 void test_cxx_functional_value_init() { 18 (void)SimpleValueInit(); 19 (void)InitViaConstructor(); 20 (void)NoValueInit(); // expected-error{{no matching constructor for initialization}} 23 void test_cxx_function_cast_multi() { 24 (void)NoValueInit(0, 0); 25 (void)NoValueInit(0, 0, 0); // expected-error{{no matching constructor for initialization}} 26 (void)int(1, 2); // expected-error{{excess elements in scalar initializer}} 52 void t_cc() 96 void t_529_2( [all...] |