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

<<11121314151617181920>>

  /external/qemu/hw/
pc.h 15 uint32_t serial_mm_readb (void *opaque, target_phys_addr_t addr);
16 void serial_mm_writeb (void *opaque, target_phys_addr_t addr, uint32_t value);
17 uint32_t serial_mm_readw (void *opaque, target_phys_addr_t addr);
18 void serial_mm_writew (void *opaque, target_phys_addr_t addr, uint32_t value);
19 uint32_t serial_mm_readl (void *opaque, target_phys_addr_t addr);
20 void serial_mm_writel (void *opaque, target_phys_addr_t addr, uint32_t value);
32 void pic_set_irq(int irq, int level)
    [all...]
irq.h 7 typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
8 typedef void SetIRQFunc(void *opaque, int irq_num, int level);
10 void qemu_set_irq(qemu_irq irq, int level);
12 static inline void qemu_irq_raise(qemu_irq irq)
17 static inline void qemu_irq_lower(qemu_irq irq)
22 static inline void qemu_irq_pulse(qemu_irq irq)
29 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n);
30 void qemu_free_irqs(qemu_irq *s)
    [all...]
  /external/bluetooth/glib/gobject/
gmarshal.list 3 # VOID indicates no return type, or no extra
4 # parameters. if VOID is used as the parameter
22 # NONE deprecated alias for VOID
25 # standard VOID return marshallers
26 VOID:VOID
27 VOID:BOOLEAN
28 VOID:CHAR
29 VOID:UCHAR
30 VOID:IN
    [all...]
  /external/clang/test/Rewriter/
rewrite-modern-extern-c-func-decl.mm 2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-attributes -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
5 extern "C" __declspec(dllexport) void BreakTheRewriter(void) {
7 void (^aBlock)(void) = ^ {
11 void (^bBlocks)(void) = ^ {
14 void (^c)(void) = ^
    [all...]
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 3 typedef const void * VoidStar;
7 void RandomFunc(CFMDRef theDict, const void *key, const void *value);
10 - (void)_apply:(void (*)(const void *, const void *, void *))func context:(void *)context
    [all...]
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 7 typedef void (*fnptr)();
10 void self_conversion()
16 (void)reinterpret_cast<int>(i);
19 (void)reinterpret_cast<test>(e);
23 (void)reinterpret_cast<int*>(pi);
26 (void)reinterpret_cast<const int structure::*>(psi);
29 (void)reinterpret_cast<structure>(s); // expected-error {{reinterpret_cast from 'structure' to 'structure' is not allowed}}
32 (void)reinterpret_cast<float>(f); // expected-error {{reinterpret_cast from 'float' to 'float' is not allowed}}
36 void integral_conversion()
38 void *vp = reinterpret_cast<void*>(testval)
    [all...]
address-space-conversion.cpp 9 typedef void *void_ptr;
10 typedef void __attribute__((address_space(1))) *void_ptr_1;
11 typedef void __attribute__((address_space(2))) *void_ptr_2;
25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2,
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}}
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}}
33 (void)const_cast<int_ptr_1>(ip); // expected-error{{is not allowed}}
34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}}
35 (void)const_cast<int_ptr_2>(ip); // expected-error{{is not allowed}}
36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 37 @Override public void setOnNITZTime(Handler h, int what, Object obj) {
40 public void getIccCardStatus(Message result) {
43 public void supplyIccPin(String pin, Message result) {
46 public void supplyIccPuk(String puk, String newPin, Message result) {
49 public void supplyIccPin2(String pin, Message result) {
52 public void supplyIccPuk2(String puk, String newPin2, Message result) {
55 public void changeIccPin(String oldPin, String newPin, Message result) {
58 public void changeIccPin2(String oldPin2, String newPin2, Message result) {
61 public void changeBarringPassword(String facility, String oldPwd,
65 public void supplyNetworkDepersonalization(String netpin, Message result)
    [all...]
  /external/clang/test/CodeGen/
func-return-member.c 7 extern struct fuz foo(void);
13 // CHECK: define void @bar
14 void bar(void) {
18 // CHECK: define void @bun
19 void bun(void) {
23 // CHECK: define void @ban
24 void ban(void) {
    [all...]
  /external/clang/test/CodeGenObjC/
arc-block-copy-escape.m 3 typedef void (^block_t)(void);
4 void use_block(block_t);
5 void use_int(int);
9 void test0(int i) {
11 // CHECK: define void @test0(
13 // CHECK: ret void
16 void test1(int i) {
18 // CHECK: define void @test1(
21 // CHECK: ret void
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.h 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
26 void TestSymbols(/* char *par */);
30 void TestGetMonths(void);
31 void TestGetMonths2(void);
33 void TestGetWeekdays2(void);
34 void TestGetEraNames(void);
    [all...]
tsmthred.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
30 void TestThreads(void);
34 void TestMutex(void);
39 void TestThreadedIntl(void);
41 void TestCollators(void);
42 void TestString()
    [all...]
  /external/llvm/test/Assembler/
2003-05-15-AssemblerProblem.ll 5 define void @test() {
6 call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )
7 ret void
10 define void @AddString(i16* %tmp.124, i32 %tmp.127) {
11 call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* %tmp.124, i32 %tmp.127 )
12 ret void
    [all...]
  /external/netperf/
netcpu_none.c 21 void
22 cpu_util_init(void)
27 void
28 cpu_util_terminate(void)
34 get_cpu_method(void)
39 void
57 void
58 cpu_start_internal(void)
63 void
64 cpu_stop_internal(void)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.h 18 void * aes_encrypt_init(const u8 *key, size_t len);
19 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
20 void aes_encrypt_deinit(void *ctx);
21 void * aes_decrypt_init(const u8 *key, size_t len);
22 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
23 void aes_decrypt_deinit(void *ctx)
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.h 9 #define NOARGS void
25 extern void reset_getopt(void);
26 extern FILE *open_pager(void);
27 extern void close_pager(FILE *stream);
57 extern void do_dump(int argc, char **argv);
58 extern void do_cat(int argc, char **argv);
59 extern void do_rdump(int argc, char **argv);
62 extern void do_htree_dump(int argc, char **argv);
63 extern void do_dx_hash(int argc, char **argv)
    [all...]
  /external/clang/test/CodeGenCXX/
default-arguments.cpp 8 void f(const A & = a);
10 void g() {
29 // CHECK: define void @_Z2f1v()
30 void f1() {
32 // CHECK: call void @_ZN2A1C1Ev(
33 // CHECK: call void @_ZN2A2C1Ev(
34 // CHECK: call void @_ZN1BC1ERK2A1RK2A2(
35 // CHECK: call void @_ZN2A2D1Ev
36 // CHECK: call void @_ZN2A1D1Ev
45 // CHECK: define void @_ZN1CC1Ev(%struct.C* %this) unnamed_add
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 19 void GLAPIENTRY dummy_glActiveTexture ( GLenum texture ){}
20 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer){}
21 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture){}
22 void GLAPIENTRY dummy_glBlendFunc (GLenum sfactor, GLenum dfactor){}
23 void GLAPIENTRY dummy_glBlendEquation( GLenum mode ){}
24 void GLAPIENTRY dummy_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha){}
25 void GLAPIENTRY dummy_glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha){}
26 void GLAPIENTRY dummy_glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage){}
27 void GLAPIENTRY dummy_glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data){}
28 void GLAPIENTRY dummy_glClear(GLbitfield mask){
    [all...]
DummyGLfuncs.h 26 void GLAPIENTRY dummy_glActiveTexture ( GLenum texture );
27 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer);
28 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture);
29 void GLAPIENTRY dummy_glBlendFunc (GLenum sfactor, GLenum dfactor);
30 void GLAPIENTRY dummy_glBlendEquation( GLenum mode );
31 void GLAPIENTRY dummy_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
32 void GLAPIENTRY dummy_glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
33 void GLAPIENTRY dummy_glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
34 void GLAPIENTRY dummy_glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data);
35 void GLAPIENTRY dummy_glClear(GLbitfield mask)
    [all...]
  /external/e2fsprogs/tests/progs/
test_rel.h 14 void do_brel_ma_create(int argc, char **argv);
15 void do_brel_free(int argc, char **argv);
16 void do_brel_put(int argc, char **argv);
17 void do_brel_get(int argc, char **argv);
18 void do_brel_start_iter(int argc, char **argv);
19 void do_brel_next(int argc, char **argv);
20 void do_brel_dump(int argc, char **argv);
21 void do_brel_move(int argc, char **argv);
22 void do_brel_delete(int argc, char **argv);
23 void do_irel_ma_create(int argc, char **argv)
    [all...]
  /external/libnl-headers/netlink/route/
neightbl.h 25 extern struct rtnl_neightbl *rtnl_neightbl_alloc(void);
26 extern void rtnl_neightbl_put(struct rtnl_neightbl *);
27 extern void rtnl_neightbl_free(struct rtnl_neightbl *);
31 extern void rtnl_neightbl_dump(struct rtnl_neightbl *, FILE *,
40 extern void rtnl_neightbl_set_family(struct rtnl_neightbl *, int);
41 extern void rtnl_neightbl_set_gc_tresh1(struct rtnl_neightbl *, int);
42 extern void rtnl_neightbl_set_gc_tresh2(struct rtnl_neightbl *, int);
43 extern void rtnl_neightbl_set_gc_tresh3(struct rtnl_neightbl *, int);
44 extern void rtnl_neightbl_set_name(struct rtnl_neightbl *, const char *);
45 extern void rtnl_neightbl_set_dev(struct rtnl_neightbl *, int)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pointer-set.h 24 struct pointer_set_t *pointer_set_create (void);
25 void pointer_set_destroy (struct pointer_set_t *pset);
28 int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
29 int pointer_set_insert (struct pointer_set_t *pset, const void *p);
30 int pointer_set_delete (struct pointer_set_t *pset, const void *p);
31 void pointer_set_traverse (const struct pointer_set_t *,
32 bool (*) (const void *, void *),
33 void *);
35 void pointer_set_intersection_complement (struct pointer_set_t *dst_pset
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pointer-set.h 24 struct pointer_set_t *pointer_set_create (void);
25 void pointer_set_destroy (struct pointer_set_t *pset);
28 int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
29 int pointer_set_insert (struct pointer_set_t *pset, const void *p);
30 int pointer_set_delete (struct pointer_set_t *pset, const void *p);
31 void pointer_set_traverse (const struct pointer_set_t *,
32 bool (*) (const void *, void *),
33 void *);
35 void pointer_set_intersection_complement (struct pointer_set_t *dst_pset
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pointer-set.h 24 struct pointer_set_t *pointer_set_create (void);
25 void pointer_set_destroy (struct pointer_set_t *pset);
28 int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
29 int pointer_set_insert (struct pointer_set_t *pset, const void *p);
30 int pointer_set_delete (struct pointer_set_t *pset, const void *p);
31 void pointer_set_traverse (const struct pointer_set_t *,
32 bool (*) (const void *, void *),
33 void *);
35 void pointer_set_intersection_complement (struct pointer_set_t *dst_pset
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pointer-set.h 24 struct pointer_set_t *pointer_set_create (void);
25 void pointer_set_destroy (struct pointer_set_t *pset);
28 int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
29 int pointer_set_insert (struct pointer_set_t *pset, const void *p);
30 int pointer_set_delete (struct pointer_set_t *pset, const void *p);
31 void pointer_set_traverse (const struct pointer_set_t *,
32 bool (*) (const void *, void *),
33 void *);
35 void pointer_set_intersection_complement (struct pointer_set_t *dst_pset
    [all...]

Completed in 3652 milliseconds

<<11121314151617181920>>