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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
x86-64-pic-3.ll 5 define void @g() {
7 call void @f( )
8 ret void
11 define internal void @f() {
13 ret void
  /external/llvm/test/Feature/
callingconventions.ll 5 define fastcc void @foo() {
6 ret void
9 define coldcc void @bar() {
10 call fastcc void @foo( )
11 ret void
14 define void @structret({ i8 }* sret %P) {
15 call void @structret( { i8 }* sret %P )
16 ret void
19 define void @foo2() {
20 ret void
    [all...]
  /external/llvm/test/Other/
2008-10-15-MissingSpace.ll 1 ; RUN: llvm-as < %s | llvm-dis | not grep {void@}
3 declare void @g()
4 define void @f() {
5 invoke void @g() to label %c unwind label %c
9 ret void
  /external/llvm/test/Transforms/Inline/
2007-06-25-WeakInline.ll 5 define void @foo() {
7 tail call void @bar( ) ; <i32> [#uses=0]
8 ret void
11 define weak void @bar() {
12 ret void
  /external/llvm/test/Transforms/PruneEH/
simpletest.ll 3 declare void @nounwind() nounwind
5 define internal void @foo() {
6 call void @nounwind()
7 ret void
11 invoke void @foo( )
  /external/llvm/test/Transforms/SimplifyCFG/
noreturn-call.ll 4 declare void @Finisher(i32) noreturn
6 define void @YYY(i32) {
7 tail call void @Finisher(i32 %0) noreturn
8 tail call void @Finisher(i32 %0) noreturn
9 ret void
  /external/nist-sip/java/javax/sip/address/
TelURL.java 8 void setIsdnSubAddress(String isdnSubAddress) throws ParseException;
11 void setPhoneContext(String phoneContext) throws ParseException;
14 void setPhoneNumber(String phoneNumber) throws ParseException;
17 void setPostDial(String postDial) throws ParseException;
20 void setGlobal(boolean global);
  /external/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java 9 void setCNonce(String cNonce) throws ParseException;
12 void setNextNonce(String nextNonce) throws ParseException;
15 void setNonceCount(int nonceCount) throws ParseException;
18 void setQop(String qop) throws ParseException;
21 void setResponse(String response) throws ParseException;
RetryAfterHeader.java 10 void setComment(String comment) throws ParseException;
12 void removeComment();
15 void setDuration(int duration) throws InvalidArgumentException;
16 void removeDuration();
19 void setRetryAfter(int retryAfter) throws InvalidArgumentException;
TimeStampHeader.java 9 void setDelay(float delay) throws InvalidArgumentException;
11 void removeDelay();
14 void setTime(long timeStamp) throws InvalidArgumentException;
17 void setTimeDelay(int delay) throws InvalidArgumentException;
20 void setTimeStamp(float timeStamp) throws InvalidArgumentException;
  /external/valgrind/main/memcheck/tests/
malloc1.c 5 void really ( void );
7 int main ( void )
13 void really ( void )
suppfree.c 4 void ddd ( char* x )
10 void ccc (char* x)
15 void bbb (char* x)
20 void aaa (char* x)
25 int main ( void )
  /external/wpa_supplicant_8/src/utils/
edit_simple.c 20 static void *edit_cb_ctx;
21 static void (*edit_cmd_cb)(void *ctx, char *cmd);
22 static void (*edit_eof_cb)(void *ctx);
25 static void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx)
57 int edit_init(void (*cmd_cb)(void *ctx, char *cmd)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 6 public void cancel(int id);
7 public void cancel(String tag, int id);
8 public void cancelAll();
9 public void notify(int id, NotificationWrapper notification);
10 public void notify(String tag, int id, NotificationWrapper notification);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp 8 void f(X);
9 void g(X); // expected-note{{candidate function}}
11 void test_multiadd(X x) {
12 (void)(x + x);
20 void f(); // expected-note 2 {{'f' declared here}}
22 void test_operator_adl(N::X x, M::Y y) {
23 (void)(x + x);
24 (void)(y + y);
27 void test_func_adl(N::X x, M::Y y) {
35 void test_multiadd2(X x)
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.h 22 static void TestSkipCallBack(void);
23 static void TestStopCallBack(void);
24 static void TestSubCallBack(void);
25 static void TestSubWithValueCallBack(void);
26 static void TestLegalAndOtherCallBack(void);
    [all...]
  /external/icu4c/test/intltest/
regextst.h 25 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
28 virtual void API_Match();
29 virtual void API_Pattern();
30 virtual void API_Replace();
31 virtual void Basic();
32 virtual void Extended();
33 virtual void Errors();
34 virtual void PerlTests();
35 virtual void Bug6149();
36 virtual void Callbacks()
    [all...]
  /packages/apps/Launcher2/
proguard.flags 2 public void previousScreen(android.view.View);
3 public void nextScreen(android.view.View);
4 public void launchHotSeat(android.view.View);
5 public void onClickSearchButton(android.view.View);
6 public void onClickVoiceButton(android.view.View);
7 public void onClickConfigureButton(android.view.View);
8 public void onClickAllAppsButton(android.view.View);
9 public void onClickAppMarketButton(android.view.View);
10 public void dismissWorkspaceCling(android.view.View);
11 public void dismissAllAppsCling(android.view.View)
    [all...]
  /external/clang/test/CodeGenCXX/
blocks.cpp 4 // CHECK: define void @_ZN5test04testEi(
5 // CHECK: define internal void @__test_block_invoke_{{.*}}(
6 // CHECK: define internal void @__block_global_{{.*}}(
7 void test(int x) {
8 ^{ ^{ (void) x; }; };
12 extern void (^out)();
16 // CHECK: define void @_ZN5test15test1Ev()
17 // CHECK: store void ()* bitcast ({{.*}} @__block_literal_global{{.*}} to void ()*), void ()** @ou
    [all...]
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 23 void t_cc()
64 void t_529_2()
67 (void)(float)(i);
69 (void)(float)(d);
70 (void)(int)(d);
71 (void)(char)(i);
72 (void)(unsigned long)(i);
73 (void)(int)(En1);
74 (void)(double)(En1);
75 (void)(int&)(i)
    [all...]
  /external/bluetooth/glib/gio/
gmountoperation.h 63 void (* ask_password) (GMountOperation *op,
69 void (* ask_question) (GMountOperation *op,
73 void (* reply) (GMountOperation *op,
76 void (* aborted) (GMountOperation *op);
80 void (*_g_reserved1) (void);
81 void (*_g_reserved2) (void);
82 void (*_g_reserved3) (void);
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 26 void s1() throw();
27 void s2() throw(int);
28 void s3() throw(A);
29 void s4() throw(B1);
30 void s5() throw(D);
31 void s6();
32 void s7() throw(int, float);
33 void (*s8())() throw(B1); // s8 returns a pointer to function with spec
34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spe
    [all...]
  /external/mesa3d/src/talloc/
hieralloc.h 31 void * hieralloc_allocate(const void * context, unsigned size, const char * name);
34 void * hieralloc_reallocate(const void * context, void * ptr, unsigned size, const char * name);
38 int hieralloc_free(void * ptr);
41 void * hieralloc_init(const char * name);
44 void * hieralloc_autofree_context();
47 void hieralloc_set_destructor(const void * ptr, int (* destructor)(void *))
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 95 extern void (*wkAdvanceDefaultButtonPulseAnimation)(NSButtonCell *);
97 extern CFReadStreamRef (*wkCreateCustomCFReadStream)(void *(*formCreate)(CFReadStreamRef, void *),
98 void (*formFinalize)(CFReadStreamRef, void *),
99 Boolean (*formOpen)(CFReadStreamRef, CFStreamError *, Boolean *, void *),
100 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
101 Boolean (*formCanRead)(CFReadStreamRef, void *),
102 void (*formClose)(CFReadStreamRef, void *),
    [all...]
  /system/core/libpixelflinger/tinyutils/
VectorImpl.h 46 void finish_vector();
51 inline const void* arrayImpl() const { return mStorage; }
52 void* editArrayImpl();
66 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
67 void pop();
68 void push();
69 void push(const void* item);
71 ssize_t add(const void* item);
73 ssize_t replaceAt(const void* item, size_t index)
    [all...]

Completed in 466 milliseconds

<<11121314151617181920>>