Searched refs:bar (Results 1 - 25 of 118) sorted by relevance

12345

/ndk/tests/build/thin-archives/jni/
H A Dmain.c1 extern int bar(void);
4 return (bar() == 42) ? 0 : 1;
H A Dbar.c3 int bar(void) { function
/ndk/tests/build/multi-module-path/path2/bar/
H A Dlibbar.c1 #include "bar.h"
4 int bar(void) function
H A Dbar.h4 extern int bar(void);
/ndk/tests/build/prebuilt-copy/jni/
H A Dmain.c2 extern int bar(int);
5 return foo(bar(10));
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dinit7.cpp14 void bar() { function
20 bar(); // must throw
24 bar(); // must throw again!
H A Dflow1.cpp4 int bar () function
15 i = bar ();
H A Dsynth2.cpp14 struct bar : public foo {}; struct in inherits:foo
20 bar a;
H A Dloop1.cpp7 static void bar(char *);
14 bar (ptr);
22 static void bar(char *) function
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dinit7.cpp14 void bar() { function
20 bar(); // must throw
24 bar(); // must throw again!
H A Dflow1.cpp4 int bar () function
15 i = bar ();
H A Dsynth2.cpp14 struct bar : public foo {}; struct in inherits:foo
20 bar a;
H A Dloop1.cpp7 static void bar(char *);
14 bar (ptr);
22 static void bar(char *) function
/ndk/tests/build/import-static/bar/
H A Dbar.c1 #include "bar.h"
3 int bar(int x) function
H A Dbar.h4 extern int bar(int x);
/ndk/tests/build/prebuilt-copy/prebuilts/jni/
H A Dbar.c1 int bar(int x) { function
/ndk/tests/build/build-assembly-file/jni/
H A Dassembly2.S1 .global bar
2 bar: label
/ndk/tests/device/test-gnustl_shared-exception/jni/
H A Dtest3_foo.cpp20 extern void bar(void);
24 bar();
H A Dtest2_main.cpp20 extern int bar();
29 return bar();
/ndk/tests/device/test-gnustl_static-exception/jni/
H A Dtest3_foo.cpp20 extern void bar(void);
24 bar();
H A Dtest2_main.cpp20 extern int bar();
29 return bar();
/ndk/tests/build/import-static/foo/
H A Dfoo.c2 #include "bar.h"
6 return bar(x)*2;
/ndk/tests/build/multi-module-path/jni/
H A Dtest.c2 #include "bar.h"
6 printf("The answer is %d\n", bar());
/ndk/tests/build/topological-sort/jni/
H A Dbar.c1 #include "bar.h"
5 int bar(int x) { function
H A Dbar.h4 extern int bar(int x);

Completed in 4128 milliseconds

12345