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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
c-index-redecls.c 7 void socrates(void);
8 void socrates(void);
9 void socrates(void);
10 void socrates(void);
11 void socrates(void);
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.h 2 void CFAllocatorDefaultDoubleFree();
3 void CFAllocatorSystemDefaultDoubleFree();
4 void CFAllocatorMallocDoubleFree();
5 void CFAllocatorMallocZoneDoubleFree();
6 void CallFreeOnWorkqueue(void *mem);
7 void TestGCDDispatchAsync();
8 void TestGCDDispatchSync();
9 void TestGCDReuseWqthreadsAsync();
10 void TestGCDReuseWqthreadsSync()
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
error.c 0 void foo;
  /gdk/samples/hello-llvm/jni/
test2.c 0 void foo();
  /external/icu4c/test/intltest/
numrgts.h 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
28 void Test4075713(void);
29 void Test4074620(void) ;
30 void Test4088161 (void);
31 void Test4087245 (void);
32 void Test4087535 (void)
    [all...]
dtfmrgts.h 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
26 void Test4029195(void);
27 void Test4052408(void);
28 void Test4056591(void);
29 void Test4059917(void);
30 void aux917( SimpleDateFormat *fmt, UnicodeString& str )
    [all...]
calregts.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
26 void test4100311(void);
27 void test4074758(void);
28 void test4028518(void);
29 void test4031502(void) ;
30 void test4035301(void)
    [all...]
msfmrgts.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
25 void Test4074764(void);
26 void Test4058973(void);
27 void Test4031438(void);
28 void Test4052223(void);
29 void Test4104976(void)
    [all...]
  /external/qemu/hw/
ps2.h 2 void *ps2_kbd_init(void (*update_irq)(void *, int), void *update_arg);
3 void *ps2_mouse_init(void (*update_irq)(void *, int), void *update_arg);
4 void ps2_write_mouse(void *, int val)
    [all...]
  /external/quake/quake/src/QW/client/
cd_null.c 3 void CDAudio_Play(byte track, qboolean looping)
8 void CDAudio_Stop(void)
13 void CDAudio_Resume(void)
17 void CDAudio_Pause(void)
22 void CDAudio_Update(void)
27 int CDAudio_Init(void)
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo5.c 2 extern void varinfo5_main ( void );
4 int main ( void ) {
errs1.c 7 void ddd ( void ) { p[-1] += 'z'; }
8 void ccc ( void ) { ddd(); }
9 void bbb ( void ) { ccc(); }
10 void aaa ( void ) { bbb(); }
12 void zzzzzzz ( void ) { p = malloc(10);
    [all...]
  /external/mesa3d/src/glsl/tests/
parameters-02.glsl 3 void a()
8 void a(float x)
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 18 void *proc;
20 {"glAlphaFunc", (void *)glAlphaFunc},
21 {"glClearColor", (void *)glClearColor},
22 {"glClearDepthf", (void *)glClearDepthf},
23 {"glClipPlanef", (void *)glClipPlanef},
24 {"glColor4f", (void *)glColor4f},
25 {"glDepthRangef", (void *)glDepthRangef},
26 {"glFogf", (void *)glFogf},
27 {"glFogfv", (void *)glFogfv},
28 {"glFrustumf", (void *)glFrustumf}
    [all...]
  /external/clang/test/Frontend/Inputs/TestFramework.framework/Headers/
TestFramework.h 1 static int f0(void) {}
  /external/clang/test/PCH/Inputs/
chain-macro1.h 1 #define FOOBAR void f();
chain-macro2.h 1 #define BARFOO void g();
chain-decls1.h 0 void f();
4 void two();
6 void many(int i);
8 void many(int j);
11 void noret();
  /external/clang/test/Sema/
cast.c 5 void foo() {
6 (void)x;
8 void bar() {
28 typedef void *VoidPtr;
31 void testBool(Bool v) {
32 (void) (Bool) v;
33 (void) (Int) v;
34 (void) (Long) v;
35 (void) (Float) v;
36 (void) (Double) v
    [all...]
  /external/icu4c/test/cintltst/
cloctst.h 24 static void TestBasicGetters(void);
25 static void TestPrefixes(void);
29 static void TestSimpleResourceInfo(void);
33 static void TestDisplayNames(void);
37 static void TestGetAvailableLocales(void);
    [all...]
  /external/clang/test/CodeGen/
attr-weakref.c 4 // CHECK: declare extern_weak void @test1_f()
5 void test1_f(void);
6 static void test1_g(void) __attribute__((weakref("test1_f")));
7 void test1_h(void) {
11 // CHECK: define void @test2_f()
12 void test2_f(void) {}
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gtype-desc.h 233 extern void gt_ggc_mx_interface_tuple (void *);
237 extern void gt_ggc_mx_volatilized_type (void *);
241 extern void gt_ggc_mx_string_descriptor (void *);
245 extern void gt_ggc_mx_VEC_c_saved_builtin_gc (void *);
249 extern void gt_ggc_mx_c_scope (void *);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
ANTLRCommonTreeTest.h 16 -(void) test01InitAndRelease;
17 -(void) test02InitWithTree;
18 -(void) test03WithToken;
19 -(void) test04InvalidTreeNode;
20 -(void) test05InitWithCommonTreeNode;
21 -(void) test06CopyTree;
22 -(void) test07Description;
23 -(void) test08Text;
24 -(void) test09AddChild;
25 -(void) test10AddChildren
    [all...]
  /external/clang/test/ASTMerge/Inputs/
function1.c 0 void f0(int);
2 void f1(int, float);
3 void f2();
4 void f3(void);
5 void f4(int, int);
  /external/llvm/test/Transforms/GlobalOpt/
storepointer.ll 3 @G = internal global void ()* null ; <void ()**> [#uses=2]
5 define internal void @Actual() {
6 ret void
9 define void @init() {
10 store void ()* @Actual, void ()** @G
11 ret void
14 define void @doit() {
15 %FP = load void ()** @G ; <void ()*> [#uses=1
    [all...]

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>