HomeSort by relevance Sort by last modified time
    Searched full:void (Results 751 - 775 of 76704) sorted by null

<<31323334353637383940>>

  /external/clang/test/SemaCXX/
attr-noreturn.cpp 7 __attribute__((noreturn)) void fail();
8 void nofail();
13 } // expected-warning {{control reaches end of non-void function}}
21 void f0() __attribute__((__noreturn__));
22 void f1(void (*)());
23 void f2() { f1(f0); }
26 void test_f0a() {
27 void (*fp)() = f0;
28 void (*fp1)() __attribute__((noreturn)) = f0
    [all...]
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 3 void f();
7 void f0(T x, __typeof__(f(x)) y) { } // expected-note{{previous}}
10 void f0(T x, __typeof__((f)(x)) y) { }
13 void f0(U u, __typeof__(f(u))) { } // expected-error{{redefinition}}
16 void f(int);
17 void f(double);
20 void f0a(T x, __typeof__(f(N)) y) { } // expected-note{{previous}}
22 void f(int);
25 void f0a(T x, __typeof__(f(N)) y) { } // expected-error{{redefinition}} \
28 void f(float)
    [all...]
  /external/javassist/sample/duplicate/
Viewer.java 16 public void init() {
25 public void start() {
30 public void paint(Graphics g) {
34 public void mouseClicked(MouseEvent ev) {
39 public void mouseEntered(MouseEvent ev) {}
41 public void mouseExited(MouseEvent ev) {}
43 public void mousePressed(MouseEvent ev) {}
45 public void mouseReleased(MouseEvent ev) {}
47 public void actionPerformed(ActionEvent e) {
52 public void windowOpened(WindowEvent e) {}
    [all...]
  /external/libvpx/libmkv/
EbmlWriter.h 18 void Ebml_Serialize(EbmlGlobal *glob, const void *, unsigned long);
19 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
23 void Ebml_WriteLen(EbmlGlobal *glob, long long val);
24 void Ebml_WriteString(EbmlGlobal *glob, const char *str);
25 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
26 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id);
27 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui);
28 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui)
    [all...]
  /external/libvpx/vpx_scale/
vpxscale.h 16 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
17 void vp8cx_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8cx_last_vertical_band_4_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
19 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
20 void vp8cx_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
21 void vp8cx_last_vertical_band_2_3_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
22 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
23 void vp8cx_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8cx_last_vertical_band_3_5_scale_c(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
25 void vp8cx_horizontal_line_3_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned (…)
    [all...]
  /external/llvm/test/Analysis/BasicAA/
getmodrefinfo-cs-cs.ll 4 ; CHECK: Just Ref: call void @ro() <-> call void @f0()
6 declare void @f0()
7 declare void @ro() readonly
9 define void @test0() {
10 call void @f0()
11 call void @ro()
12 ret void
15 ; CHECK: NoModRef: call void @llvm.memset.p0i8.i64(i8* @A, i8 0, i64 1, i32 1, i1 false) <-> call void @llvm.memset.p0i8.i64(i8* @B, i8 0, i64 1, i32 1, i1 false
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
pointer-types.ll 8 ; CHECK: define void @test0(
9 ; CHECK: %otherBlock = phi void ()* [ %b1, %if.then ], [ null, %entry ]
10 ; CHECK-NEXT: call void @use_fptr(void ()* %otherBlock)
11 ; CHECK-NEXT: %tmp11 = bitcast void ()* %otherBlock to i8*
12 ; CHECK-NEXT: call void @objc_release(i8* %tmp11)
14 define void @test0(i1 %tobool, void ()* %b1) {
22 %otherBlock = phi void ()* [ %b1, %if.then ], [ null, %entry ]
23 call void @use_fptr(void ()* %otherBlock
    [all...]
  /external/oprofile/module/x86/
op_apic.h 59 void lvtpc_apic_setup(void * dummy);
60 void lvtpc_apic_restore(void * dummy);
61 int apic_setup(void);
62 void apic_restore(void);
63 void install_nmi(void);
64 void restore_nmi(void)
    [all...]
  /external/qemu/
shaper.h 21 typedef void (*NetShaperSendFunc)( void* data, size_t size, void* opaque);
26 void netshaper_set_rate(NetShaper shaper, double rate );
28 void netshaper_send( NetShaper shaper, void* data, size_t size );
30 void netshaper_send_aux( NetShaper shaper, void* data, size_t size, void* opaque );
34 void netshaper_destroy (NetShaper shaper)
    [all...]
  /external/quake/quake/src/WinQuake/
draw.h 26 void Draw_Init (void);
27 void Draw_Character (int x, int y, int num);
28 void Draw_DebugChar (char num);
29 void Draw_Pic (int x, int y, qpic_t *pic);
30 void Draw_TransPic (int x, int y, qpic_t *pic);
31 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
32 void Draw_ConsoleBackground (int lines);
33 void Draw_BeginDisc (void);
    [all...]
screen.h 22 void SCR_Init (void);
24 void SCR_UpdateScreen (void);
27 void SCR_SizeUp (void);
28 void SCR_SizeDown (void);
29 void SCR_BringDownConsole (void);
    [all...]
  /external/skia/include/views/
SkOSWindow_Win.h 17 SkOSWindow(void* hwnd);
20 void* getHWND() const { return fHWND; }
21 void setSize(int width, int height);
22 void updateSize();
27 void detachGL();
28 void presentGL();
31 void detachD3D9();
32 void presentD3D9();
34 void* d3d9Device() { return fD3D9Device; }
48 virtual void onHandleInval(const SkIRect&)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.h 29 void *priv, struct upnp_wps_peer *peer);
31 void *priv, struct upnp_wps_peer *peer,
33 struct wpabuf * (*rx_req_get_ap_settings)(void *priv,
35 int (*rx_req_set_ap_settings)(void *priv, const struct wpabuf *msg);
36 int (*rx_req_del_ap_settings)(void *priv, const struct wpabuf *msg);
37 struct wpabuf * (*rx_req_get_sta_settings)(void *priv,
39 int (*rx_req_set_sta_settings)(void *priv, const struct wpabuf *msg);
40 int (*rx_req_del_sta_settings)(void *priv, const struct wpabuf *msg);
42 void *priv, enum upnp_wps_wlanevent_type ev_type,
45 int (*rx_req_set_selected_registrar)(void *priv
    [all...]
  /gdk/samples/quake/jni/
draw.h 26 void Draw_Init (void);
27 void Draw_Character (int x, int y, int num);
28 void Draw_DebugChar (char num);
29 void Draw_Pic (int x, int y, qpic_t *pic);
30 void Draw_TransPic (int x, int y, qpic_t *pic);
31 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
32 void Draw_ConsoleBackground (int lines);
33 void Draw_BeginDisc (void);
    [all...]
screen.h 22 void SCR_Init (void);
24 void SCR_UpdateScreen (void);
27 void SCR_SizeUp (void);
28 void SCR_SizeDown (void);
29 void SCR_BringDownConsole (void);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideViewInterface.java 29 void setImage(String name, Bitmap bitmap);
30 void setImageRegionFit(String fit);
31 void setImageVisibility(boolean visible);
33 void setVideo(String name, Uri video);
34 void setVideoThumbnail(String name, Bitmap bitmap);
35 void setVideoVisibility(boolean visible);
36 void startVideo();
37 void stopVideo();
38 void pauseVideo();
39 void seekVideo(int seekTo)
    [all...]
  /sdk/emulator/qtools/
dmtrace.h 20 void open(const char *dmtrace_file, uint64_t startTime);
21 void close();
22 void addFunctionEntry(int methodId, uint32_t cycle, uint32_t pid);
23 void addFunctionExit(int methodId, uint32_t cycle, uint32_t pid);
24 void addFunction(int functionId, const char *name);
25 void addFunction(int functionId, const char *clazz, const char *method,
27 void parseAndAddFunction(int functionId, const char *name);
28 void addThread(int threadId, const char *name);
29 void updateName(int threadId, const char *name);
44 void write2LE(FILE* fstream, unsigned short val)
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 12 // CHECK: define weak_odr void @_Z2f0IJEEv1XIXsZT_EJDpRT_EE
14 void f0(X<sizeof...(Types), Types&...>) { }
16 template void f0(X<0>);
18 // CHECK: define weak_odr void @_Z2f0IJifdEEv1XIXsZT_EJDpRT_EE
19 template void f0<int, float, double>(X<3, int&, float&, double&>);
22 template<typename ...Types> void f1() {}
23 // CHECK: define weak_odr void @_Z2f1IJEEvv
24 template void f1<>();
25 // CHECK: define weak_odr void @_Z2f1IJiEEvv
26 template void f1<int>()
    [all...]
  /external/llvm/test/Transforms/Inline/
lifetime.ll 3 declare void @llvm.lifetime.start(i64, i8*)
4 declare void @llvm.lifetime.end(i64, i8*)
6 define void @helper_both_markers() {
8 call void @llvm.lifetime.start(i64 1, i8* %a)
9 call void @llvm.lifetime.end(i64 1, i8* %a)
10 ret void
13 define void @test_both_markers() {
17 call void @helper_both_markers()
20 call void @helper_both_markers()
21 ; CHECK-NEXT: ret void
    [all...]
  /external/openssh/
buffer.h 26 void buffer_init(Buffer *);
27 void buffer_clear(Buffer *);
28 void buffer_free(Buffer *);
31 void *buffer_ptr(const Buffer *);
33 void buffer_append(Buffer *, const void *, u_int);
34 void *buffer_append_space(Buffer *, u_int);
38 void buffer_get(Buffer *, void *, u_int);
40 void buffer_consume(Buffer *, u_int)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.h 30 void * eap_sim_db_init(const char *config,
31 void (*get_complete_cb)(void *ctx, void *session_ctx),
32 void *ctx);
34 void eap_sim_db_deinit(void *priv);
36 int eap_sim_db_get_gsm_triplets(void *priv, const u8 *identity,
39 void *cb_session_ctx);
44 int eap_sim_db_identity_known(void *priv, const u8 *identity
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_none.c 14 void * tls_init(const struct tls_config *conf)
16 return (void *) 1;
20 void tls_deinit(void *ssl_ctx)
25 int tls_get_errors(void *tls_ctx)
31 struct tls_connection * tls_connection_init(void *tls_ctx)
37 void tls_connection_deinit(void *tls_ctx, struct tls_connection *conn)
42 int tls_connection_established(void *tls_ctx, struct tls_connection *conn)
48 int tls_connection_shutdown(void *tls_ctx, struct tls_connection *conn
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 24 public void setSize(int width, int height) {}
25 public void clearBuffer() {}
26 public void setCurrentAnimationTimeMillis(long time) {}
30 public void setAlpha(float alpha) {}
34 public void multiplyAlpha(float alpha) {}
35 public void translate(float x, float y, float z) {}
36 public void translate(float x, float y) {}
37 public void scale(float sx, float sy, float sz) {}
38 public void rotate(float angle, float x, float y, float z) {}
42 public void save()
    [all...]
  /external/clang/test/CXX/except/except.spec/
p2-places.cpp 10 void f() throw(int);
13 void (*fp)() throw (int);
16 void g(void pfa() throw(int));
24 void (*h())() throw(int);
29 void (*i() throw(int))(void (*)() throw(float)) throw(double);
32 void (**k)(void pfa() throw(int)); // no-error
35 void (**j)() throw(int); // expected-error {{not allowed beyond a single}
    [all...]
  /external/clang/test/Rewriter/
rewrite-byref-vars.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
5 extern "C" __declspec(dllexport) void BreakTheRewriter(int i) {
7 void (^aBlock)(void) = ^ {
13 void (^aBlock)(void) = ^ {
19 __declspec(dllexport) extern "C" __declspec(dllexport) void XXXXBreakTheRewriter(void) {
22 void (^aBlock)(void) = ^
    [all...]

Completed in 2522 milliseconds

<<31323334353637383940>>