HomeSort by relevance Sort by last modified time
    Searched full:void (Results 326 - 350 of 76729) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
x86-64-asm.ll 7 define void @frame_dummy() {
9 %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
10 ret void
  /external/llvm/test/Transforms/SCCP/
switch.ll 5 declare void @foo()
6 define void @test1() {
7 ; CHECK: define void @test1
8 ; CHECK: call void @foo()
11 call void @foo()
12 ret void
  /external/openssl/crypto/
ebcdic.h 16 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
  /external/openssl/include/openssl/
ebcdic.h 16 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
  /external/wpa_supplicant_8/src/eap_server/
eap_methods.h 18 void eap_server_method_free(struct eap_method *method);
22 void eap_server_unregister_methods(void);
26 int eap_server_identity_register(void);
27 int eap_server_md5_register(void);
28 int eap_server_tls_register(void);
29 int eap_server_mschapv2_register(void);
30 int eap_server_peap_register(void);
31 int eap_server_tlv_register(void);
32 int eap_server_gtc_register(void);
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffscfg.h 22 void yaffsfs_Lock(void);
23 void yaffsfs_Unlock(void);
25 __u32 yaffsfs_CurrentTime(void);
27 void yaffsfs_SetError(int err);
  /sdk/emulator/opengl/system/GLESv1_enc/
GLEncoder.h 29 void setClientState(GLClientState *state) {
32 void setSharedGroup(GLSharedGroupPtr shared) { m_shared = shared; }
33 void flush() { m_stream->flush(); }
36 void setInitialized(){ m_initialized = true; };
39 virtual void setError(GLenum error){ m_error = error; };
42 void override2DTextureTarget(GLenum target);
43 void restore2DTextureTarget();
102 static GLenum s_glGetError(void * self);
103 static void s_glGetIntegerv(void *self, GLenum pname, GLint *ptr)
    [all...]
  /external/qemu/
migration.h 29 void (*cancel)(MigrationState *s);
31 void (*release)(MigrationState *s);
46 int (*write)(struct FdMigrationState*, const void *, size_t);
47 void *opaque;
50 void qemu_start_incoming_migration(const char *uri);
52 void do_migrate(Monitor *mon, int detach, const char *uri);
54 void do_migrate_cancel(Monitor *mon);
56 void do_migrate_set_speed(Monitor *mon, const char *value);
58 uint64_t migrate_max_downtime(void);
60 void do_migrate_set_downtime(Monitor *mon, const char *value)
    [all...]
  /system/core/libcutils/
qsort_r_compat.c 26 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
27 int (*compar)(void*, const void* , const void*)) {
38 void* thunk;
39 int (*compar)(void*, const void* , const void*);
    [all...]
  /external/kernel-headers/original/asm-x86/
apic_32.h 34 extern void generic_apic_probe(void);
51 static __inline fastcall void native_apic_write(unsigned long reg,
57 static __inline fastcall void native_apic_write_atomic(unsigned long reg,
68 void apic_wait_icr_idle(void);
69 unsigned long safe_apic_wait_icr_idle(void);
70 int get_physical_broadcast(void);
82 static inline void ack_APIC_irq(void)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 0 void glBindBuffer ( GLenum target, GLuint buffer )
2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
8 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
10 void glGenBuffers ( GLsizei n, GLuint *buffers
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
AnalysisAdapter.java 23 public void setIn(Node node, Object o)
50 public void setOut(Node node, Object o)
67 public void caseStart(Start node)
72 public void caseAMultipleCommand(AMultipleCommand node)
77 public void caseACommentCommand(ACommentCommand node)
82 public void caseADataCommand(ADataCommand node)
87 public void caseAVarCommand(AVarCommand node)
92 public void caseALvarCommand(ALvarCommand node)
97 public void caseAEvarCommand(AEvarCommand node)
102 public void caseAUvarCommand(AUvarCommand node
    [all...]
  /external/clang/test/CodeGen/
pragma-weak.c 8 // CHECK: @both = alias void ()* @__both
9 // CHECK: @both2 = alias void ()* @__both2
10 // CHECK: @both3 = alias weak void ()* @__both3
11 // CHECK: @a3 = alias weak void ()* @__a3
13 // CHECK: @foo = alias weak void ()* @__foo
14 // CHECK: @foo2 = alias weak void ()* @__foo2
15 // CHECK: @stutter = alias weak void ()* @__stutter
16 // CHECK: @stutter2 = alias weak void ()* @__stutter2
17 // CHECK: @declfirst = alias weak void ()* @__declfirst
18 // CHECK: @declfirstattr = alias weak void ()* @__declfirstatt
    [all...]
arm-homogenous.c 11 extern void takes_union_with_first_floats(union_with_first_floats a);
12 extern union_with_first_floats returns_union_with_first_floats(void);
14 void test_union_with_first_floats(void) {
17 // CHECK: declare arm_aapcs_vfpcc void @takes_union_with_first_floats([4 x i32])
19 void test_return_union_with_first_floats(void) {
22 // CHECK: declare arm_aapcs_vfpcc void @returns_union_with_first_floats(%union.union_with_first_floats* sret)
31 extern void takes_union_with_non_first_floats(union_with_non_first_floats a);
32 extern union_with_non_first_floats returns_union_with_non_first_floats(void);
    [all...]
attributes.c 12 void t14(void) {
29 // CHECK: @t9 = alias weak bitcast (void ()* @__t8 to void (...)*)
30 void __t8() {}
31 void t9() __attribute__((weak, alias("__t8")));
34 int __attribute__((weak_import)) t15(void);
39 // CHECK: define void @t1() noreturn nounwind {
40 void t1() __attribute__((noreturn));
41 void t1() { while (1) {}
    [all...]
  /external/clang/test/CodeGenCXX/
devirtualize-virtual-function-calls.cpp 4 virtual void f();
5 virtual void f_const() const;
12 void f(A a, A *ap, A& ar) {
15 // CHECK: call void @_ZN1A1fEv(%struct.A* %a)
18 // CHECK: call void %
21 // CHECK: call void %
24 // CHECK: call void @_ZN1A1fEv
27 // CHECK: call void @_ZN1A1fEv
30 // CHECK: call void @_ZN1A1fEv
33 // CHECK: call void @_ZNK1A7f_constE
    [all...]
  /external/clang/test/Rewriter/
rewrite-function-decl.mm 3 extern "C" __declspec(dllexport) void BreakTheRewriter(void) {
5 void (^aBlock)(void) = ^ {
9 void (^bBlocks)(void) = ^ {
12 void (^c)(void) = ^ {
17 __declspec(dllexport) extern "C" void AnotherBreakTheRewriter(int *p1, double d) {
20 void (^aBlock)(void) = ^
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2008-01-06-BitCastAttributes.ll 4 define void @a() {
5 ret void
12 define void @c(...) {
13 ret void
16 define void @g(i32* %y) {
17 call void bitcast (void ()* @a to void (i32*)*)( i32* noalias %y )
20 call void bitcast (void (...)* @c to void (i32)*)( i32 0
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
basictest.ll 5 define void @test1() {
7 ret void
9 ; CHECK-NEXT: ret void
12 define void @test2() {
13 ret void
14 ret void
16 ; CHECK-NEXT: ret void
20 define void @test3(i1 %T) {
22 ret void
24 ; CHECK-NEXT: ret void
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 32 void dispatchFuncs();
34 void (GLAPIENTRY *glActiveTexture) ( GLenum texture );
35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
36 void (GLAPIENTRY *glBegin)( GLenum mode );
37 void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer);
38 void (GLAPIENTRY *glBindTexture) (GLenum target, GLuint texture);
39 void (GLAPIENTRY *glBlendFunc) (GLenum sfactor, GLenum dfactor);
40 void (GLAPIENTRY *glBufferData) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
41 void (GLAPIENTRY *glBufferSubData) (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);
42 void (GLAPIENTRY *glClear) (GLbitfield mask)
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_cmd.h 42 VOID CuCmd_Destroy(THandle hCuCmd);
44 VOID CuCmd_StartDriver(THandle hCuCmd);
45 VOID CuCmd_StopDriver(THandle hCuCmd);
53 VOID CuCmd_Show_Status(THandle hCuCmd, ConParm_t parm[], U16 nParms);
55 VOID CuCmd_BssidList(THandle hCuCmd, ConParm_t parm[], U16 nParms);
56 VOID CuCmd_FullBssidList(THandle hCuCmd, ConParm_t parm[], U16 nParms);
58 VOID CuCmd_StartEnrolleePIN(THandle hCuCmd, ConParm_t parm[], U16 nParms);
59 VOID CuCmd_StartEnrolleePBC(THandle hCuCmd, ConParm_t parm[], U16 nParms);
60 VOID CuCmd_StopEnrollee(THandle hCuCmd, ConParm_t parm[], U16 nParms);
61 VOID CuCmd_SetPin(THandle hCuCmd, ConParm_t parm[], U16 nParms)
    [all...]
  /external/clang/test/Parser/
method-prototype-1.m 3 - (void) bycopy : (int) woodo, ... ;
4 - (void) break : (int) woodo, ... ;
5 - (void) enum : (int) woodo, ... ;
6 - (void) struct : (int) woodo, ... ;
7 - (void) union : (int) woodo, ... ;
8 - (void) if : (int) woodo, int i, char chh, ... ;
9 - (void) else : (int) woodo, ... ;
10 - (void) while : (int) woodo, ... ;
11 - (void) do : (int) woodo, ... ;
12 - (void) for : (int) woodo, ...
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UI.java 43 public void onPause();
45 public void onResume();
47 public void onDestroy();
49 public void onConfigurationChanged(Configuration config);
57 public void addTab(Tab tab);
59 public void removeTab(Tab tab);
61 public void setActiveTab(Tab tab);
63 public void updateTabs(List<Tab> tabs);
65 public void detachTab(Tab tab);
67 public void attachTab(Tab tab)
    [all...]
  /external/libxml2/include/libxml/
SAX.h 27 getPublicId (void *ctx);
29 getSystemId (void *ctx);
30 XMLPUBFUN void XMLCALL
31 setDocumentLocator (void *ctx,
35 getLineNumber (void *ctx);
37 getColumnNumber (void *ctx);
40 isStandalone (void *ctx);
42 hasInternalSubset (void *ctx);
44 hasExternalSubset (void *ctx);
46 XMLPUBFUN void XMLCALL
    [all...]
SAX2.h 25 xmlSAX2GetPublicId (void *ctx);
27 xmlSAX2GetSystemId (void *ctx);
28 XMLPUBFUN void XMLCALL
29 xmlSAX2SetDocumentLocator (void *ctx,
33 xmlSAX2GetLineNumber (void *ctx);
35 xmlSAX2GetColumnNumber (void *ctx);
38 xmlSAX2IsStandalone (void *ctx);
40 xmlSAX2HasInternalSubset (void *ctx);
42 xmlSAX2HasExternalSubset (void *ctx);
44 XMLPUBFUN void XMLCALL
    [all...]

Completed in 2330 milliseconds

<<11121314151617181920>>