/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 30 virtual void triggerUpdate(); 31 virtual void editNetwork(const QString &sel); 32 virtual void removeNetwork(const QString &sel); 33 virtual void enableNetwork(const QString &sel); 34 virtual void disableNetwork(const QString &sel); 36 void setBssFromScan(const QString &bssid); 38 void saveState(); 42 virtual void parse_argv(); 43 virtual void updateStatus(); 44 virtual void updateNetworks() [all...] |
/external/clang/test/Parser/ |
char-literal-printing.c | 7 char test1(void) { return '\\'; } 8 wchar_t test2(void) { return L'\\'; } 9 char test3(void) { return '\''; } 10 wchar_t test4(void) { return L'\''; } 11 char test5(void) { return '\a'; } 12 wchar_t test6(void) { return L'\a'; } 13 char test7(void) { return '\b'; } 14 wchar_t test8(void) { return L'\b'; } 15 char test9(void) { return '\e'; } 16 wchar_t test10(void) { return L'\e'; [all...] |
opencl-image-access.cl | 3 typedef void* image2d_t; 5 __kernel void f__ro(__read_only image2d_t a) { } 7 __kernel void f__wo(__write_only image2d_t a) { } 9 __kernel void f__rw(__read_write image2d_t a) { } 12 __kernel void fro(read_only image2d_t a) { } 14 __kernel void fwo(write_only image2d_t a) { } 16 __kernel void frw(read_write image2d_t a) { }
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 36 virtual void triggerUpdate(); 37 virtual void editNetwork(const QString &sel); 38 virtual void removeNetwork(const QString &sel); 39 virtual void enableNetwork(const QString &sel); 40 virtual void disableNetwork(const QString &sel); 42 void setBssFromScan(const QString &bssid); 44 void saveState(); 48 virtual void parse_argv(); 49 virtual void updateStatus(); 50 virtual void updateNetworks() [all...] |
/sdk/emulator/opengl/system/GLESv1_enc/ |
gl.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref) 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 3 GL_ENTRY(void, glClearDepthf, GLclampf depth) 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 7 GL_ENTRY(void, glFogf, GLenum pname, GLfloat param) 8 GL_ENTRY(void, glFogfv, GLenum pname, const GLfloat *params) 9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) 10 GL_ENTRY(void, glGetClipPlanef, GLenum pname, GLfloat* eqn [all...] |
gl.addon | 1 GL_ENTRY(void, glVertexPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset) 2 GL_ENTRY(void, glColorPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset) 3 GL_ENTRY(void, glNormalPointerOffset, GLenum type, GLsizei stride, GLuint offset) 4 GL_ENTRY(void, glPointSizePointerOffset, GLenum type, GLsizei stride, GLuint offset) 5 GL_ENTRY(void, glTexCoordPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset) 7 GL_ENTRY(void, glVertexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen) 8 GL_ENTRY(void, glColorPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen) 9 GL_ENTRY(void, glNormalPointerData, GLenum type, GLsizei stride, void * data, GLuint datalen [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p14.cpp | 3 template<class T> void f(T) { /* ... */ } 4 template<class T> inline void g(T) { /* ... */ } 6 // CHECK: define void @_Z1gIiEvT_ 7 template<> void g<>(int) { /* ... */ } 11 void f() { } 12 void g(); 13 void h(); 17 void X<T>::g() { 21 inline void X<T>::h() { 24 // CHECK: define void @_ZN1XIiE1fE [all...] |
/external/linux-tools-perf/util/ |
svghelper.h | 6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); 7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type); 8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end); 9 extern void svg_waiting(int Yslot, u64 start, u64 end); 10 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency); 13 extern void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name); 14 extern void svg_cstate(int cpu, u64 start, u64 end, int type); 15 extern void svg_pstate(int cpu, u64 start, u64 end, u64 freq); 18 extern void svg_time_grid(void); [all...] |
/external/qemu/hw/ |
mips.h | 9 void *ds1225y_init(target_phys_addr_t mem_base, const char *filename); 10 void ds1225y_set_protection(void *opaque, int protection); 18 void mipsnet_init(int base, qemu_irq irq, NICInfo *nd); 21 extern void jazz_led_init(target_phys_addr_t base); 24 extern void cpu_mips_irq_init_cpu(CPUState *env); 27 extern void cpu_mips_clock_init(CPUState *); 31 void rc4030_dma_memory_rw(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write); 32 void rc4030_dma_read(void *dma, uint8_t *buf, int len) [all...] |
isa.h | 11 void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size); 15 int DMA_read_memory (int nchan, void *buf, int pos, int size); 16 int DMA_write_memory (int nchan, void *buf, int pos, int size); 17 void DMA_hold_DREQ (int nchan); 18 void DMA_release_DREQ (int nchan); 19 void DMA_schedule(int nchan); 20 void DMA_init (int high_page_enable); 21 void DMA_register_channel (int nchan, 23 void *opaque);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRFastQueueTest.h | 16 -(void) testInit; 17 -(void) testAddAndGet; 18 -(void) testInvalidElementIndex; 19 -(void) testHead; 20 -(void) testClear; 21 -(void) testDescription; 22 -(void) testRemove;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/ |
ANTLRBitSetTest.h | 16 -(void) testWithBitData; 17 -(void) testWithBitArray; 18 -(void) testAdd; 19 -(void) testRemove; 20 -(void) testCopyBitSet; 21 -(void) testOr; 22 -(void) testDescription;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/stream/ |
ANTLRStringStreamTest.h | 16 -(void) testInitWithInput; 17 -(void) testConsumeAndReset; 18 -(void) testConsumeWithNewLine; 19 -(void) testSeek; 20 -(void) testSeekMarkAndRewind; 21 -(void) testLAEOF; 22 -(void) testLTEOF; // same as LA
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/ |
ANTLRCommonTokenTest.h | 17 -(void) test01InitAndRelease; 18 -(void) test02GetEOFToken; 19 -(void) test03InitWithTokenType; 20 -(void) test04InitWithTokenTypeAndText; 21 -(void) test05InitWithCharStream; 22 -(void) test06InitWithToken; 23 -(void) test07TokenDescription;
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p15.cpp | 7 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { 9 (void)[&nc] () -> void {}; 10 (void)[&ncr] () -> void {}; 11 (void)[&array] () -> void {};
|
/external/clang/test/CodeGen/ |
2008-04-08-NoExceptions.c | 3 void f(void); 4 void g(void) { 5 // CHECK: define void @g() nounwind 6 // CHECK-NOT: call void @f() nounwind 10 // CHECK-NOT: declare void @f() nounwind
|
/external/clang/test/SemaObjC/ |
enhanced-proto-2.m | 5 - (void) FOO; 7 - (void) FOO1; 9 - (void) REQ; 14 - (void) FOO2; 15 - (void) FOO3; 19 - (void) FOO2{} 20 - (void) FOO3{}
|
/external/llvm/test/Assembler/ |
MultipleReturnValueType.ll | 7 @callthis = external global void ()* ; <void ()**> [#uses=50] 10 define void @foo() { 11 store void ()* bitcast (%struct.S_102 ()* @f_102 to void ()*), void ()** @callthis, align 8 12 ret void
|
/external/llvm/test/CodeGen/X86/GC/ |
deadargelim.ll | 3 declare void @llvm.gcroot(i8**, i8*) 5 define void @g() { 7 call void @f(i32 0) 8 ret void 11 define internal void @f(i32 %unused) gc "example" { 14 call void @llvm.gcroot(i8** %var, i8* null) 15 ret void
|
/external/llvm/test/Transforms/Inline/ |
inline-tail.ll | 3 declare void @bar(i32*) 5 define internal void @foo(i32* %P) { 6 tail call void @bar( i32* %P ) 7 ret void 10 define void @caller() { 12 call void @foo( i32* %A ) 13 ret void
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
egltypes.h | 6 typedef void *EGLDisplay; 7 typedef void *EGLConfig; 8 typedef void *EGLSurface; 9 typedef void *EGLContext; 10 typedef void *NativeDisplayType; 11 typedef void *NativeWindowType; 12 typedef void *NativePixmapType;
|
/external/clang/test/SemaCXX/ |
vector.cpp | 8 void f0(char16); 10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 27 void f2(char16_e); // expected-note{{no known conversion from 'longlong16_e' to 'char16_e' for 1st argument}} \ 30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { 40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, 55 (void)(Cond? c16 : ll16); 56 (void)(Cond? ll16e : c16e); 57 (void)(Cond? ll16e : c16); 61 void casts(longlong16 ll16, longlong16_e ll16e) [all...] |
/external/icu4c/test/intltest/ |
tmsgfmt.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 28 void testBug1(void); 32 void testBug2(void); 36 void testBug3(void); 40 void PatternTest(void); 44 void sample(void) [all...] |
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
GLDecoder.h | 30 typedef void *(*get_proc_func_t)(const char *name, void *userData); 34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL); 35 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; } 38 static void gl_APIENTRY s_glGetCompressedTextureFormats(void * self, GLint cont, GLint *data); 39 static void gl_APIENTRY s_glVertexPointerData(void *self, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen); 40 static void gl_APIENTRY s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint of (…) [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 0 void glActiveTexture ( GLenum texture ) 2 void glAlphaFunc ( GLenum func, GLclampf ref ) 3 void glAlphaFuncx ( GLenum func, GLclampx ref ) 4 void glBindTexture ( GLenum target, GLuint texture ) 5 void glBlendFunc ( GLenum sfactor, GLenum dfactor ) 6 void glClear ( GLbitfield mask ) 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 9 void glClearDepthf ( GLclampf depth ) 10 void glClearDepthx ( GLclampx depth [all...] |