/frameworks/native/opengl/libs/GLES_CM/ |
gl_api.in | 0 void API_ENTRY(glAlphaFunc)(GLenum func, GLclampf ref) { 4 void API_ENTRY(glClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { 7 void API_ENTRY(glClearDepthf)(GLclampf depth) { 10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) { 13 void API_ENTRY(glColor4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 16 void API_ENTRY(glDepthRangef)(GLclampf zNear, GLclampf zFar) { 19 void API_ENTRY(glFogf)(GLenum pname, GLfloat param) { 22 void API_ENTRY(glFogfv)(GLenum pname, const GLfloat *params) { 25 void API_ENTRY(glFrustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { 28 void API_ENTRY(glGetClipPlanef)(GLenum pname, GLfloat eqn[4]) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
TokenIndex.java | 13 public void caseTData(@SuppressWarnings("unused") TData node) 19 public void caseTComment(@SuppressWarnings("unused") TComment node) 25 public void caseTVar(@SuppressWarnings("unused") TVar node) 31 public void caseTLvar(@SuppressWarnings("unused") TLvar node) 37 public void caseTEvar(@SuppressWarnings("unused") TEvar node) 43 public void caseTUvar(@SuppressWarnings("unused") TUvar node) 49 public void caseTSet(@SuppressWarnings("unused") TSet node) 55 public void caseTIf(@SuppressWarnings("unused") TIf node) 61 public void caseTElseIf(@SuppressWarnings("unused") TElseIf node) 67 public void caseTElse(@SuppressWarnings("unused") TElse node [all...] |
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundation.h | 43 virtual void repaint(); 44 virtual void metadataLoaded(); 45 virtual void loadStateChanged(); 46 virtual void playabilityKnown(); 47 virtual void rateChanged(); 48 virtual void loadedTimeRangesChanged(); 49 virtual void seekableTimeRangesChanged(); 50 virtual void timeChanged(double); 51 virtual void seekCompleted(bool); 52 virtual void didEnd() [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.h | 90 static void executeCoreCommandByName(QWebPage* page, const QString& name, const QString& value); 93 static void setSmartInsertDeleteEnabled(QWebPage* page, bool enabled); 94 static void setSelectTrailingWhitespaceEnabled(QWebPage* page, bool enabled); 101 static void suspendActiveDOMObjects(QWebFrame* frame); 102 static void resumeActiveDOMObjects(QWebFrame* frame); 104 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const QString& scheme); 105 static void setFrameFlatteningEnabled(QWebPage*, bool); 106 static void setCaretBrowsingEnabled(QWebPage* page, bool value); 107 static void setMediaType(QWebFrame* qframe, const QString& type); 108 static void setDumpRenderTreeModeEnabled(bool b) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa.h | 35 void *ctx; /* pointer to arbitrary upper level context */ 37 void (*set_state)(void *ctx, wpa_states state); 38 wpa_states (*get_state)(void *ctx); 39 void (*deauthenticate)(void * ctx, int reason_code); 40 void (*disassociate)(void *ctx, int reason_code); 41 int (*set_key)(void *ctx, wpa_alg alg, 45 void * (*get_network_ctx)(void *ctx) [all...] |
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
GLDecoder.cpp | 38 int GLDecoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) 81 int GLDecoder::s_glFinishRoundTrip(void *self) 88 void GLDecoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) 91 ctx->glVertexPointer(size, type, stride, (void *)offset); 94 void GLDecoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) 97 ctx->glColorPointer(size, type, stride, (void *)offset); 100 void GLDecoder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset [all...] |
/external/llvm/test/CodeGen/Mips/ |
o32_cc.ll | 9 define void @testlowercall0() nounwind { 11 tail call void @f0(double 5.000000e+00, double 6.000000e+00) nounwind 12 ret void 15 declare void @f0(double, double) 20 define void @testlowercall1() nounwind { 22 tail call void @f1(float 8.000000e+00, float 9.000000e+00) nounwind 23 ret void 26 declare void @f1(float, float) 31 define void @testlowercall2() nounwind { 33 tail call void @f2(float 8.000000e+00, double 6.000000e+00) nounwin [all...] |
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 17 // CHECK: define void @_Z1f1s 19 void f(s) { } 21 // CHECK: define void @_Z1f1e 23 void f(e) { } 25 // CHECK: define void @_Z1f1u 27 void f(u) { } 29 // CHECK: define void @_Z1f1x 31 void f(y) { } 33 // CHECK: define void @_Z1fv 34 void f() { [all...] |
apple-kext-linkage.C | 8 void operator delete(void *) { } 12 void foo() { 22 // CHECK: define void @_Z3barIiEvv() 23 template <typename T> void bar() {} 24 template void bar<int>(); 31 // CHECK: define internal void @_ZN7DerivedD1Ev( 32 // CHECK: define internal void @_ZN7DerivedD0Ev( 33 // CHECK: define internal void @_ZN7DeriveddlEPv(
|
attr.cpp | 10 virtual void bar1() __attribute__((aligned(1))); 11 virtual void bar2() __attribute__((aligned(2))); 12 virtual void bar3() __attribute__((aligned(1024))); 15 // CHECK: define void @_ZN1C4bar1Ev(%class.C* %this) nounwind align 2 16 void C::bar1() { } 18 // CHECK: define void @_ZN1C4bar2Ev(%class.C* %this) nounwind align 2 19 void C::bar2() { } 21 // CHECK: define void @_ZN1C4bar3Ev(%class.C* %this) nounwind align 1024 22 void C::bar3() { }
|
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 70 void* to; 76 CallRecord(MacroAssembler::Call from, unsigned bytecodeOffset, void* to = 0) 164 void ctiPatchNearCallByReturnAddress(CodeBlock* codeblock, ReturnAddressPtr returnAddress, MacroAssemblerCodePtr newCalleeFunction); 165 void ctiPatchCallByReturnAddress(CodeBlock* codeblock, ReturnAddressPtr returnAddress, MacroAssemblerCodePtr newCalleeFunction); 166 void ctiPatchCallByReturnAddress(CodeBlock* codeblock, ReturnAddressPtr returnAddress, FunctionPtr newCalleeFunction); 181 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock, CodePtr* functionEntryArityCheck = 0, void* offsetBase = 0) 186 static void compileGetByIdProto(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) 192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) 197 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) 202 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, Stru (…) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
base_bookmark_model_observer.h | 19 virtual void BookmarkModelChanged() = 0; 21 virtual void Loaded(BookmarkModel* model); 23 virtual void BookmarkModelBeingDeleted(BookmarkModel* model); 24 virtual void BookmarkNodeMoved(BookmarkModel* model, 29 virtual void BookmarkNodeAdded(BookmarkModel* model, 32 virtual void BookmarkNodeRemoved(BookmarkModel* model, 36 virtual void BookmarkNodeChanged(BookmarkModel* model, 38 virtual void BookmarkNodeFaviconLoaded(BookmarkModel* model, 40 virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
|
/external/chromium/chrome/browser/chromeos/cros/ |
mock_update_library.h | 19 MOCK_METHOD1(AddObserver, void(Observer*)); // NOLINT 20 MOCK_METHOD1(RemoveObserver, void(Observer*)); // NOLINT 22 MOCK_METHOD2(RequestUpdateCheck, void(chromeos::UpdateCallback, void*)); 23 MOCK_METHOD0(RebootAfterUpdate, bool(void)); 24 MOCK_METHOD1(SetReleaseTrack, void(const std::string&)); 25 MOCK_METHOD2(GetReleaseTrack, void(chromeos::UpdateTrackCallback, void*)); 26 MOCK_CONST_METHOD0(status, const Status&(void));
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_ownership_service.h | 18 MOCK_METHOD1(set_cached_policy, void(const em::PolicyData&)); 19 MOCK_METHOD0(has_cached_policy, bool(void)); 20 MOCK_METHOD0(cached_policy, const em::PolicyData&(void)); 21 MOCK_METHOD0(IsAlreadyOwned, bool(void)); 23 MOCK_METHOD0(StartLoadOwnerKeyAttempt, void(void)); 24 MOCK_METHOD2(StartSigningAttempt, void(const std::string&, 26 MOCK_METHOD3(StartVerifyAttempt, void(const std::string&, 29 MOCK_METHOD0(CurrentUserIsOwner, bool(void));
|
/external/chromium/net/tools/flip_server/ |
http_interface.h | 36 virtual void ProcessBodyInput(const char *input, size_t size) {} 37 virtual void ProcessBodyData(const char *input, size_t size); 38 virtual void ProcessHeaderInput(const char *input, size_t size) {} 39 virtual void ProcessTrailerInput(const char *input, size_t size) {} 40 virtual void ProcessHeaders(const BalsaHeaders& headers); 41 virtual void ProcessRequestFirstLine(const char* line_input, 49 virtual void ProcessResponseFirstLine(const char *line_input, 57 virtual void ProcessChunkLength(size_t chunk_length) {} 58 virtual void ProcessChunkExtensions(const char *input, size_t size) {} 59 virtual void HeaderDone() { [all...] |
streamer_interface.h | 31 void AddToOutputOrder(const MemCacheIter& mci) {} 33 virtual void InitSMInterface(SMInterface* sm_other_interface, 35 virtual void InitSMConnection(SMConnectionPoolInterface* connection_pool, 47 virtual void SetStreamID(uint32 stream_id) {} 50 virtual void Reset(); 51 virtual void ResetForNewInterface(int32 server_idx) {} 52 virtual void ResetForNewConnection(); 53 virtual void Cleanup(); 55 virtual void NewStream(uint32 stream_id, uint32 priority, 57 virtual void SendEOF(uint32 stream_id) { [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
p6.cpp | 5 void f(int i = 3); // expected-note{{here}} 6 void g(int i, int j = 99); 9 void C::f(int i = 3) { } // expected-error{{redefinition of default argument}} 11 void C::g(int i = 88, int j) { } 13 void test_C(C c) { 20 void f(int); 23 void g(int); 29 void X0<T>::f(int = 17) { } // expected-error{{cannot be added}} 33 void X0<T>::Inner::g(int = 17) { } // expected-error{{cannot be added}}
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p8.cpp | 6 void f(T); 10 template<class C> void N::B<C>::f(C) { 19 template<typename U> void f(C, U); 21 template<typename D> void g(C, D) { 28 template<typename U> void f(U); 33 template<typename D> void f(D); 39 void N::M::X<C>::f(C, D) { 45 void N::M::Y::f(C) { 50 void N::Y::f(D) {
|
/external/clang/test/CodeGen/ |
transparent-union.c | 8 void *f0; 11 void f0(transp_t0 obj); 13 // CHECK: define void @f1_0(i32* %a0) 14 // CHECK: call void @f0(%union.transp_t0* byval align 4 %{{.*}}) 15 // CHECK: call void %{{.*}}(i8* %{{[a-z0-9]*}}) 17 void f1_0(int *a0) { 18 void (*f0p)(void *) = f0; 23 void f1_1(int *a0) {
|
/external/clang/test/CodeGenObjC/ |
gnu-exceptions.m | 3 void opaque(void); 4 void log(int i); 8 // CHECK: define void @test0() { 9 void test0() { 11 // CHECK: invoke void @opaque() 14 // CHECK: call void @log(i32 1) 21 // CHECK: call void @log(i32 0) 23 // CHECK: call void @objc_exception_throw
|
/external/clang/test/Rewriter/ |
rewrite-ivar-use.m | 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 void *sel_registerName(const char *); 11 - (void)bar; 12 - (void)baz:(id)q; 17 static void foo(id bar) { 21 - (void)bar { 25 - (void)baz:(id)q {
|
rewrite-modern-ivar-use.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-modern.cpp 4 void *sel_registerName(const char *); 10 - (void)bar; 11 - (void)baz:(id)q; 16 static void foo(id bar) { 20 - (void)bar { 23 - (void)baz:(id)q {
|
/external/clang/test/Sema/ |
typecheck-binop.c | 9 void *sub2(struct incomplete *P) { 13 void *sub3(void *P) { 14 return P-4; /* expected-warning{{arithmetic on a pointer to void is a GNU extension}} */ 17 int sub4(void *P, void *Q) { 18 return P-Q; /* expected-warning{{arithmetic on pointers to void is a GNU extension}} */ 21 int sub5(void *P, int *Q) { 26 return a && (void)a; /* expected-error{{invalid operands}} */
|
warn-sizeof-arrayarg.c | 7 void f(int a[10], Arr arr) { // \ 14 (void)sizeof(a); // \ 16 (void)sizeof((((a)))); // \ 18 (void)sizeof a; // \ 20 (void)sizeof arr; // \ 25 (void)sizeof b; 27 (void)sizeof brr; 28 (void)sizeof(Arr); 29 (void)sizeof(int);
|
/external/clang/test/SemaCXX/ |
implicit-virtual-member-functions.cpp | 7 virtual void f(); 9 void operator delete (void *, int); // expected-note {{'operator delete' declared here}} 12 void B::f() { // expected-note {{implicit default destructor for 'B' first required here}} 17 void operator delete(void *, int); // expected-note {{'operator delete' declared here}} 23 void operator delete(void *, int); // expected-note {{'operator delete' declared here}} 26 void f() {
|