/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 40 native private static void _nativeClassInit(); 62 public void glGetPointerv(int pname, java.nio.Buffer[] params) { 87 // C function void glActiveTexture ( GLenum texture ) 89 public native void glActiveTexture( 93 // C function void glAlphaFunc ( GLenum func, GLclampf ref ) 95 public native void glAlphaFunc( 100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref ) 102 public native void glAlphaFuncx( 107 // C function void glBindTexture ( GLenum target, GLuint texture ) 109 public native void glBindTexture [all...] |
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.c | 53 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8) + __COUNTER__; (void)lineno; 55 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8); (void)lineno; 60 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockCreate)( 61 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} 62 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockDestroy)( 63 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL} 64 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockAcquired)( 65 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL} 66 void DYNAMIC_ANNOTATIONS_NAME(AnnotateRWLockReleased)( 67 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.h | 116 typedef void (*CallbackFunction)(WKStringRef, bool, int32_t, WKErrorRef, void*); 118 static PassRefPtr<ValidateCommandCallback> create(void* context, CallbackFunction callback) 128 void performCallbackWithReturnValue(StringImpl* returnValue1, bool returnValue2, int returnValue3) 137 void invalidate() 149 ValidateCommandCallback(void* context, CallbackFunction callback) 172 void setDrawingArea(PassOwnPtr<DrawingAreaProxy>); 184 void initializeContextMenuClient(const WKPageContextMenuClient*); 185 void initializeFindClient(const WKPageFindClient*); 186 void initializeFormClient(const WKPageFormClient*) [all...] |
/external/chromium/net/socket_stream/ |
socket_stream_metrics.h | 40 void OnWaitConnection(); 41 void OnStartConnection(); 42 void OnTunnelProxy(); 43 void OnSOCKSProxy(); 44 void OnSSLConnection(); 45 void OnConnected(); 46 void OnRead(int len); 47 void OnWrite(int len); 48 void OnClose(); 51 void CountProtocolType(ProtocolType protocol_type) [all...] |
/external/clang/test/CodeGen/ |
struct-passing.c | 10 T0 __attribute__((const)) f0(void); 11 T0 __attribute__((pure)) f1(void); 12 T1 __attribute__((const)) f2(void); 13 T1 __attribute__((pure)) f3(void); 14 void __attribute__((const)) f4(T1 a); 15 void __attribute__((pure)) f5(T1 a); 17 void *ps[] = { f0, f1, f2, f3, f4, f5 }; 21 // CHECK: declare void @f2({{.*}} sret) 22 // CHECK: declare void @f3({{.*}} sret) 23 // CHECK: declare void @f4({{.*}} byval align 4 [all...] |
/external/clang/test/CodeGenCXX/ |
apple-kext-indirect-virtual-dtor-call.cpp | 3 // CHECK: define void @_ZN2B1D0Ev 4 // CHECK: [[T1:%.*]] = load void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2) 5 // CHECK-NEXT: call void [[T1]](%struct.B1* [[T2:%.*]]) 6 // CHECK: define void @_Z6DELETEP2B1 7 // CHECK: [[T3:%.*]] = load void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2) 8 // CHECK-NEXT: call void [[T3]](%struct.B1* [[T4:%.*]] [all...] |
apple-kext.cpp | 4 // CHECK: @llvm.global_ctors = appending global {{.*}} { i32 65535, void ()* [[CTOR0:@.*]] } 5 // CHECK: @llvm.global_dtors = appending global {{.*}} { i32 65535, void ()* [[DTOR0:@.*]] } 12 // CHECK: define internal void [[CTOR0_:@.*]]() 13 // CHECK: call void @_ZN5test01AC1Ev([[A]]* @_ZN5test01aE) 14 // CHECK-NEXT: ret void 16 // CHECK: define internal void [[CTOR0]]() 17 // CHECK: call void [[CTOR0_]]() 18 // CHECK-NEXT: ret void 20 // CHECK: define internal void [[DTOR0]]() 21 // CHECK: call void @_ZN5test01AD1Ev([[A]]* @_ZN5test01aE [all...] |
/external/clang/test/CodeGenObjCXX/ |
references.mm | 20 // CHECK: define void @_Z1fP1B 22 // CHECK-NOT: call void @_ZN1AD1Ev 23 // CHECK: ret void 24 void f(B* b) { 25 (void)[b getA]; 35 void f5(foo&); 36 void f5b(foo<P1>&); 37 void f5c(foo<P2>&); 38 void f5d(foo<P3>&); 39 void f6(baz* x) { [all...] |
/external/clang/test/Rewriter/ |
objc-modern-implicit-cast.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 5 typedef void(^BL)(void); 7 id return_id(void(^block)(void)) { 17 void(^block)(void); 24 void(^block1)(void) = obj1 [all...] |
rewrite-block-pointer.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp 7 typedef void * id; 8 void *sel_registerName(const char *); 13 void foo(void (^block)(int)); 16 static void enumerateIt(void (^block)(id, id, char *)) { 22 void apply(void (^block)(int)) [all...] |
rewrite-modern-block-ivar-call.mm | 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 7 void (^_block)(void); 12 - (void)bar { 17 // CHECK: ((void (*)(struct __block_impl *))((struct __block_impl *)(*(void (**)(void))((char *)self + OBJC_IVAR_$_Foo$_block)))->FuncPtr)((struct __block_impl *)(*(void (**)(void))((char *)self + OBJC_IVAR_$_Foo$_block))) [all...] |
/external/clang/test/SemaCXX/ |
function-type-qual.cpp | 3 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} 5 extern void (&rf)() const; // expected-error {{reference to function type cannot have 'const' qualifier}} 7 typedef void cfn() const; 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 11 void f() const; 13 static void f3() const; // expected-error {{static member function cannot have 'const' qualifier}} 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 16 void m1() { 20 void m2() const [all...] |
/external/icu4c/test/cintltst/ |
cdattst.h | 28 static void TestDateFormat(void); 29 static void TestRelativeDateFormat(void); 34 static void TestSymbols(void); 39 static void TestDateFormatCalendar(void); 44 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*); 45 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*) [all...] |
/external/llvm/test/Transforms/InstCombine/ |
memcpy.ll | 3 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 5 define void @test1(i8* %a) { 6 tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* %a, i8* %a, i32 100, i32 1, i1 false) 7 ret void 8 ; CHECK: define void @test1 9 ; CHECK-NEXT: ret void 14 define void @test2(i8* %a) { 15 tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* %a, i8* %a, i32 100, i32 1, i1 true) 16 ret void 17 ; CHECK: define void @test [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
expand.ll | 8 declare void @use_pointer(i8*) 10 ; CHECK: define void @test0 11 ; CHECK: call void @use_pointer(i8* %x) 13 define void @test0(i8* %x) nounwind { 16 call void @use_pointer(i8* %0) 17 ret void 20 ; CHECK: define void @test1 21 ; CHECK: call void @use_pointer(i8* %x) 23 define void @test1(i8* %x) nounwind { 26 call void @use_pointer(i8* %x [all...] |
/external/skia/include/views/ |
SkOSWindow_iOS.h | 15 SkOSWindow(void* hwnd); 17 void* getHWND() const { return fHWND; } 20 void* owner); 21 void detachGL(); 23 void presentGL(); 29 virtual void onHandleInval(const SkIRect&); 31 virtual void onAddMenu(const SkOSMenu*); 32 virtual void onUpdateMenu(const SkOSMenu*); 33 virtual void onSetTitle(const char[]); 36 void* fHWND [all...] |
/external/skia/src/ports/ |
SkMemory_brew.cpp | 16 void sk_throw() { 21 void sk_out_of_memory(void) { 26 void* sk_malloc_throw(size_t size) { 30 void* sk_realloc_throw(void* addr, size_t size) { 31 void* p = REALLOC(addr, size | ALLOC_NO_ZMEM); 41 void sk_free(void* p) { 45 void* sk_malloc_flags(size_t size, unsigned flags) [all...] |
SkMemory_malloc.cpp | 12 void sk_throw() { 17 void sk_out_of_memory(void) { 22 void* sk_malloc_throw(size_t size) { 26 void* sk_realloc_throw(void* addr, size_t size) { 27 void* p = realloc(addr, size); 37 void sk_free(void* p) { 43 void* sk_malloc_flags(size_t size, unsigned flags) [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.h | 45 virtual void setName(const String& inName); 48 virtual void addChild(GraphicsLayer *layer); 49 virtual void addChildAtIndex(GraphicsLayer *layer, int index); 50 virtual void addChildAbove(GraphicsLayer *layer, GraphicsLayer *sibling); 51 virtual void addChildBelow(GraphicsLayer *layer, GraphicsLayer *sibling); 54 virtual void removeFromParent(); 56 virtual void setPosition(const FloatPoint& inPoint); 57 virtual void setAnchorPoint(const FloatPoint3D& inPoint); 58 virtual void setSize(const FloatSize& inSize); 60 virtual void setTransform(const TransformationMatrix&) [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
DOMCSS.h | 55 - (void)setAzimuth:(NSString *)azimuth; 57 - (void)setBackground:(NSString *)background; 59 - (void)setBackgroundAttachment:(NSString *)backgroundAttachment; 61 - (void)setBackgroundColor:(NSString *)backgroundColor; 63 - (void)setBackgroundImage:(NSString *)backgroundImage; 65 - (void)setBackgroundPosition:(NSString *)backgroundPosition; 67 - (void)setBackgroundRepeat:(NSString *)backgroundRepeat; 69 - (void)setBorder:(NSString *)border; 71 - (void)setBorderCollapse:(NSString *)borderCollapse; 73 - (void)setBorderColor:(NSString *)borderColor [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.h | 50 virtual void frameLoaderDestroyed(); 52 void setWebFrame(Evas_Object *frame) { m_frame = frame; } 56 void setCustomUserAgent(const String &agent); 62 void callPolicyFunction(FramePolicyFunction function, PolicyAction action); 64 virtual void makeRepresentation(DocumentLoader*); 65 virtual void forceLayout(); 66 virtual void forceLayoutForNonHTML(); 68 virtual void setCopiesOnScroll(); 70 virtual void detachedFromParent2(); 71 virtual void detachedFromParent3() [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 58 synchronized void expectAcknowledgeGsmSms(boolean success, int cause) { 70 synchronized void expectAcknowledgeGsmSmsWithPdu(boolean success, String ackPdu) { 84 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { 93 synchronized void assertExpectedMethodsCalled() { 106 public synchronized void acknowledgeLastIncomingGsmSms(boolean success, int cause, 121 public synchronized void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, 137 public synchronized void sendEnvelopeWithStatus(String contents, Message response) { 160 public void setSuppServiceNotifications(boolean enable, Message result) { 164 public void supplyIccPin(String pin, Message result) { 168 public void supplyIccPinForApp(String pin, String aid, Message result) [all...] |
/dalvik/tests/077-method-override/src2/ |
Base.java | 18 public void declaredInBase() { 22 public void overridden() { 27 //public void wasOverridden() { 31 public void callOverrideWithPublic() { 34 public void overrideWithPublic() { 38 public void callOverridePublicWithProtected() { 42 public void overridePublicWithProtected() { 46 public void callOverrideProtectedWithPublic() { 49 protected void overrideProtectedWithPublic() { 53 public void callOverridePublicWithPrivate() [all...] |
/external/clang/test/CXX/class.derived/class.abstract/ |
p4.cpp | 5 virtual void f() = 0; 11 virtual void f(); 15 virtual void f(); 18 void f() { 19 (void)new D; // okay 27 virtual void f() = 0; // expected-note{{unimplemented pure virtual method}} 31 virtual void f(); 38 void f() { 39 (void) new D; // expected-error{{abstract class}} 45 virtual void f() = 0 [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p7.cpp | 4 void analysis_based_warnings() { 5 (void)[]() -> int { }; // expected-warning{{control reaches end of non-void lambda}} 13 void test_capture_constness(int i, const int ic) { 14 (void)[i,ic] ()->void { 19 (void)[=] ()->void { 24 (void)[i,ic] () mutable ->void { [all...] |