/external/libvpx/nestegg/halloc/ |
halloc.h | 23 void * halloc (void * block, size_t len); 24 void hattach(void * block, void * parent); 29 void * h_malloc (size_t len); 30 void * h_calloc (size_t n, size_t len); 31 void * h_realloc(void * p, size_t len); 32 void h_free (void * p) [all...] |
/external/nist-sip/java/javax/sip/address/ |
SipURI.java | 10 void setSecure(boolean secure); 13 void setHeader(String name, String value); 17 void setHost(String host) throws ParseException; 20 void setLrParam(); 24 void setMAddrParam(String mAddrParam) throws ParseException; 27 void setPort(int port) throws InvalidArgumentException; 30 void setTTLParam(int ttlParam); 33 void setTransportParam(String transportParam) throws ParseException; 37 void setUser(String user); 39 void setUserParam(String userParam) [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
ShaderParser.h | 13 void setSrc(const Version& ver,GLsizei count,const GLchar** strings,const GLint* length); 19 void setInfoLog(GLchar * infoLog); 23 void parseOriginalSrc(); 24 void parseGLSLversion(); 25 void parseBuiltinConstants(); 26 void parseOmitPrecision(); 27 void parseExtendDefaultPrecision(); 28 void parseLineNumbers(); 29 void clearParsedSrc();
|
/external/clang/test/CodeGenCXX/ |
address-of-fntemplate.cpp | 2 template <typename T> void f(T) {} 3 template <typename T> void f() { } 5 void test() { 7 void (*p)(int) = &f; 10 void (*p2)() = f<int>; 12 // CHECK: define linkonce_odr void @_Z1fIiEvT_ 13 // CHECK: define linkonce_odr void @_Z1fIiEvv 18 void f(const T&); 24 void h(X<int (*)()> xf) {
|
copy-initialization.cpp | 13 void f(Foo); 15 // CHECK: define void @_Z1g3Foo(%struct.Foo* %foo) 16 void g(Foo foo) { 17 // CHECK: call void @_ZN3BarC1Ev 19 // CHECK: call void @_Z1f3Foo 21 // CHECK: call void @_ZN3FooC1Ev 22 // CHECK: call void @_Z1f3Foo 24 // CHECK: call void @_ZN3FooC1ERKS_ 25 // CHECK: call void @_Z1f3Foo
|
visibility-inlines-hidden.cpp | 8 void __attribute__((visibility("default"))) f1() { } 9 void f2() { } 10 void f3(); 11 static void f5() { } 12 virtual void f6() { } 15 inline void X0::f3() { } 19 void __attribute__((visibility("default"))) f1() { } 20 void f2() { } 21 void f3(); 22 void f4() [all...] |
vararg-non-pod.cpp | 9 void vararg(...); 11 // CHECK: define void @_Z4test1X 12 void test(X x) { 13 // CHECK: call void @llvm.trap() 15 // CHECK: ret void
|
virt-thunk-reference.cpp | 3 struct A { int a; virtual void aa(int&); }; 4 struct B { int b; virtual void bb(int&); }; 5 struct C : A,B { virtual void aa(int&), bb(int&); }; 6 void C::aa(int&) {} 7 void C::bb(int&) {}
|
/external/clang/test/CodeGenObjC/ |
x86_64-struct-return-gc.m | 6 struct Coerce coerce_func(void); 8 // CHECK: define void @Coerce_test() 9 void Coerce_test(void) { 22 struct Indirect indirect_func(void); 24 // CHECK: define void @Indirect_test() 25 void Indirect_test(void) { 28 // CHECK: call void @indirect_func(%struct.Indirect* sret
|
/external/clang/test/Parser/ |
ms-inline-asm.c | 6 void t1(void) { M } 7 void t2(void) { __asm int 0x2c } 8 void t3(void) { __asm M2 0x2c } 9 void* t4(void) { __asm mov eax, fs:[0x10] } 10 void t5() {
|
/external/icu4c/test/intltest/ |
pptest.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 25 void TestParsePosition(void); 26 void TestFieldPosition(void); 27 void TestFieldPosition_example(void); 28 void Test4109023(void);
|
/external/llvm/test/Linker/ |
metadata-a.ll | 3 ; CHECK: define void @foo(i32 %a) 4 ; CHECK: ret void, !attach !0, !also !{i32 %a} 5 ; CHECK: define void @goo(i32 %b) 6 ; CHECK: ret void, !attach !1, !and !{i32 %b} 7 ; CHECK: !0 = metadata !{i32 524334, void (i32)* @foo} 8 ; CHECK: !1 = metadata !{i32 524334, void (i32)* @goo} 10 define void @foo(i32 %a) nounwind { 12 ret void, !attach !0, !also !{ i32 %a } 15 !0 = metadata !{i32 524334, void (i32)* @foo}
|
/external/llvm/test/Transforms/GlobalOpt/ |
alias-resolve.ll | 7 @foo1 = alias void ()* @foo2 8 @foo2 = alias weak void()* @bar1 9 @bar1 = alias void ()* @bar2 11 declare void @bar2() 13 define void @baz() { 15 call void @foo1() 16 call void @foo2() 17 call void @bar1() 18 ret void
|
/external/netperf/ |
netcpu.h | 4 extern void cpu_util_init(void); 5 extern void cpu_util_terminate(void); 14 extern void get_cpu_idle(uint64_t *res); 17 extern void cpu_start_internal(void); 18 extern void cpu_stop_internal(void);
|
/external/nist-sip/java/javax/sip/header/ |
ViaHeader.java | 10 void setBranch(String branch) throws ParseException; 13 void setHost(String host) throws ParseException; 16 void setMAddr(String mAddr) throws ParseException; 19 void setPort(int port) throws InvalidArgumentException; 22 void setProtocol(String protocol) throws ParseException; 25 void setReceived(String received) throws ParseException; 28 void setRPort() throws InvalidArgumentException; 31 void setTransport(String transport) throws ParseException; 34 void setTTL(int ttl) throws InvalidArgumentException;
|
/external/qemu/ |
arch_init.h | 24 void select_soundhw(const char *optarg); 25 void do_acpitable_option(const char *optarg); 26 void do_smbios_option(const char *optarg); 27 void cpudef_init(void); 28 int audio_available(void); 29 void audio_init(qemu_irq *isa_pic, PCIBus *pci_bus); 30 int kvm_available(void); 31 int xen_available(void);
|
/external/clang/test/SemaCXX/ |
static-cast.cpp | 22 void t_529_2() 25 (void)static_cast<float>(i); 27 (void)static_cast<float>(d); 28 (void)static_cast<int>(d); 29 (void)static_cast<char>(i); 30 (void)static_cast<unsigned long>(i); 31 (void)static_cast<int>(En1); 32 (void)static_cast<double>(En1); 33 (void)static_cast<int&>(i); 34 (void)static_cast<const int&>(i) [all...] |
/external/clang/test/CXX/class.access/class.friend/ |
p11.cpp | 5 void foo() { 6 void bar(); 8 friend void bar(); 14 void foo() { 16 friend void bar(); // expected-error {{no matching function found in local scope}}
|
/external/clang/test/CXX/except/except.spec/ |
p1.cpp | 11 void f() throw() { } 13 void g(int) throw(X) { } 15 void h() throw(X, Y) { } 18 void foo() throw (X, Y) { } 21 void (*fptr)() throw(); 29 void f1() noexcept { } 30 void f2() noexcept (true) { } 31 void f3() noexcept (false) { } 32 void f4() noexcept (1 < 2) { } 35 void foo() noexcept { [all...] |
/external/clang/test/CXX/expr/expr.cast/ |
p4-0x.cpp | 6 void test_lvalue_to_rvalue_drop_cvquals(const X &x, const Y &y, const int &i) { 7 (void)(X&&)x; 8 (void)(int&&)i; 9 (void)(X&&)y; 10 (void)(Y&&)x;
|
/external/clang/test/CodeGen/ |
2002-12-15-StructParameters.c | 5 void *stack; 10 void foo(void*); 11 void bar(compile_stack_type T, unsigned); 13 void test() {
|
2007-09-17-WeakRef.c | 4 extern void B (void); 6 int active (void) 8 static void *const p = __extension__ (void *) &A;
|
2008-09-03-WeakAlias.c | 3 extern void B (void); 5 int active (void) 7 static void *const p = __extension__ (void *) &A;
|
pointer-arithmetic.c | 10 typedef void (*FP)(void); 11 void *f2(void *a, int b) { return a + b; } 12 void *f2_0(void *a, int b) { return &a[b]; } 13 void *f2_1(void *a, int b) { return (a += b); } 14 void *f3(int a, void *b) { return a + b; [all...] |
/external/clang/test/CodeGenOpenCL/ |
ptx-calls.cl | 3 void device_function() { 5 // CHECK: define ptx_device void @device_function() 7 __kernel void kernel_function() { 10 // CHECK: define ptx_kernel void @kernel_function() 11 // CHECK: call ptx_device void @device_function()
|