/external/curl/CMake/ |
D | CurlTests.c | 30 main () in main() function 64 main () in main() function 94 int main(void) in main() function 166 main () in main() function 182 main () in main() function 201 main () in main() function 215 int main() { return 0; } in main() function 230 main () in main() function 240 int main() in main() function 256 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-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-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-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/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/ |
D | KotlinInlineTarget.kt | 20 fun main(args: Array<String>) { in main() method 35 fun main(args: Array<String>) { in main() method
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_runners.py | 62 async def main(): function 69 async def main(): function 84 async def main(expected): function 92 async def main(): function 109 async def main(): function 127 async def main(): function 165 async def main(): function
|
/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/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/ |
D | HandlerDispatcherTest.kt | 49 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>() constant 68 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>() constant 87 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>() constant 106 val main = Looper.getMainLooper().asHandler(async = false).asCoroutineDispatcher() in <lambda>() constant 124 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher("testName") in testToString() constant
|
/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/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/llvm/bindings/go/ |
D | conftest.go | 1 package main package 9 func main() { func
|
/external/toolchain-utils/compiler_wrapper/ |
D | main.go | 22 package main package 29 func main() { func
|
/external/llvm/test/MC/ARM/ |
D | thumb-st_other.s | 13 .global main symbol 15 main: label
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/ |
D | conftest.go | 1 package main package 9 func main() { func
|
/external/golang-protobuf/protoc-gen-go/ |
D | main.go | 49 package main package 59 func main() { func
|
/external/tensorflow/tensorflow/go/genop/ |
D | main.go | 20 package main package 35 func main() { func
|
/external/skia/infra/bots/ |
D | gen_tasks.go | 5 package main package 16 func main() { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb-st_other.s | 13 .global main symbol 15 main: label
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PatternTokenizer.java | 276 continue main; in next() local 281 continue main; in next() local 286 continue main; in next() local 312 continue main; in next() local 319 continue main; in next() local 333 continue main; in next() local 337 continue main; in next() local 340 continue main; in next() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PatternTokenizer.java | 278 continue main; in next() local 283 continue main; in next() local 288 continue main; in next() local 314 continue main; in next() local 321 continue main; in next() local 335 continue main; in next() local 339 continue main; in next() local 342 continue main; in next() local
|
/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/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/ |
D | compare.pass.cpp | 31 int main() in main() function 57 int main () {} in main() function
|