/external/curl/CMake/ |
D | CurlTests.c | 30 main () in main() function 64 main () in main() function 94 int main(void) in main() function 164 main () in main() function 180 main () in main() function 199 main () in main() function 213 int main() { return 0; } in main() function 228 main () in main() function 238 int main() in main() function 253 int main() in main() function [all …]
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
D | p2.cpp | 28 Int main(Int argc, Carp argv[]) { in main() function 38 Int main(Int argc, Carp argv[], Char *env[]) { in main() function 44 int main() { in main() function 49 static int main() { // expected-error {{'main' is not allowed to be declared static}} in main() function 54 inline int main() { // expected-error {{'main' is not allowed to be declared inline}} in main() function 60 main( // expected-error {{first parameter of 'main' (argument count) must be of type 'int'}} in main() function 70 int main(int argc, const char* const* argv) { in main() function 76 int main() { } // expected-error{{'main' cannot be a template}} in main() function 80 constexpr int main() { } // expected-error{{'main' is not allowed to be declared constexpr}} in main() function 87 int main(int, const charT**) {} in main() function [all …]
|
D | p3.cpp | 13 int main; // expected-error{{main cannot be declared as global variable}} variable 18 int main; in f() local 24 void x(int main) {}; in x() 30 static int main; member in A 35 template<class T> constexpr T main; variable 43 int main; variable 56 static int main; in q() local 62 int main; variable
|
/external/clang/test/Sema/ |
D | warn-main-return-type.c | 6 int main() { in main() function 13 void main() { in main() function 20 double main() { in main() function 31 const float main() { in main() function 41 fptr main() { in main() function 48 void *(*main())(int a) { in main() function
|
D | warn-extern-main.c | 12 int main; // expected-warning{{variable named 'main' with external linkage has undefined behavior}} variable 20 static int main; in x() local 31 int main; in x() local 36 static int main; variable 41 auto int main; in x() local 47 register int main; in x() local 52 int main; variable
|
D | warn-main.c | 6 int main() { in main() function 12 static int main() { in main() function 19 inline int main() { in main() function 27 _Noreturn int main() { in main() function 33 int main(int argc, char**argv, ...) { return 0; } in main() function
|
/external/r8/src/test/java/com/android/tools/r8/jasmin/ |
D | JasminTestBase.java | 41 protected ProcessResult runOnJavaRaw(JasminBuilder builder, String main) throws Exception { in runOnJavaRaw() 53 protected String runOnJava(JasminBuilder builder, String main) throws Exception { in runOnJava() 65 protected String runOnArt(JasminBuilder builder, String main) throws Exception { in runOnArt() 74 protected String runOnArtD8(JasminBuilder builder, String main) throws Exception { in runOnArtD8() 78 protected String runOnArtR8(JasminBuilder builder, String main, InternalOptions options) in runOnArtR8() 113 protected String runOnArtDx(JasminBuilder builder, String main) throws Exception { in runOnArtDx() 126 protected String runOnArt(AndroidApp app, String main) throws IOException { in runOnArt()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/ |
D | 5-1.c | 22 int main(void) in main() function 31 int main(void) in main() function 53 int main(void) in main() function
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | FakeWorkers.java | 90 public static void main(String[] args) throws NumberFormatException, InterruptedException { in main() method in FakeWorkers.Sleeper 99 public static void main(String[] args) { in main() method in FakeWorkers.Exit 108 public static void main(String[] args) throws IOException, InterruptedException { in main() method in FakeWorkers.CloseAndSleep 120 public static void main(String[] args) { in main() method in FakeWorkers.PrintClient 139 public static void main(String[] args) throws ClassNotFoundException { in main() method in FakeWorkers.LoadBenchmarkClass 174 public static void main(String[] args) throws Exception { in main() method in FakeWorkers.SocketEchoClient
|
/external/llvm/test/MC/ARM/ |
D | thumb-st_other.s | 13 .global main symbol 15 main: label
|
D | thumb-far-jump.s | 7 .globl main symbol 10 main: label
|
/external/llvm/bindings/go/ |
D | conftest.go | 1 package main package 9 func main() { func
|
/external/compiler-rt/test/tsan/ |
D | unaligned_race.cc | 49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3() 66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2() 86 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1() 105 NOINLINE void Test(bool main) { in Test() 128 int main() { in main() function
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | basic-elf-64.s | 4 .globl main symbol 7 main: # @main label
|
D | basic-elf-32.s | 4 .globl main symbol 7 main: # @main label
|
/external/llvm/test/MC/ELF/ |
D | basic-elf-32.s | 4 .globl main symbol 7 main: # @main label
|
D | basic-elf-64.s | 4 .globl main symbol 7 main: # @main label
|
/external/skia/experimental/go-demo/ |
D | main.go | 7 package main package 22 func main() { func
|
/external/llvm/test/MC/PowerPC/ |
D | tls-ie-obj.s | 9 .globl main symbol 13 main: # @main label
|
D | tls-gd-obj.s | 10 .globl main symbol 14 main: # @main label
|
/external/valgrind/none/tests/mips32/ |
D | test_fcsr.c | 5 int main () in main() function 29 int main() { in main() function
|
/external/boringssl/src/util/ |
D | embed_test_data.go | 17 package main package 60 func main() { func
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | nullptr.pass.cpp | 50 int main() in main() function 58 int main() {} in main() function
|
/external/ltp/testcases/kernel/syscalls/modify_ldt/ |
D | modify_ldt03.c | 50 int main(int ac, char **av) in main() function 90 int main(void) in main() function 99 int main(void) in main() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/ |
D | 1-3.c | 22 int main(void) in main() function 40 int main(void) in main() function
|