Home
last modified time | relevance | path

Searched defs:main (Results 1 – 25 of 15044) sorted by relevance

12345678910>>...602

/external/curl/CMake/
DCurlTests.c30 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/llvm-project/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp28 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 …]
Dp3.cpp13 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/CXX/basic/basic.start/basic.start.main/
Dp2.cpp28 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 …]
Dp3.cpp13 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/
Dwarn-extern-main.c12 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
Dwarn-main-return-type.c6 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
Dwarn-main.c6 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/llvm-project/clang/test/Sema/
Dwarn-extern-main.c12 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
Dwarn-main-return-type.c6 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
Dwarn-main.c6 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
Dwarn-main-returns-bool-literal.cpp4 int main() { in main() function
9 int main() { in main() function
13 int main() { in main() function
18 int main() { in main() function
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DMainTest.java57 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), System.in); in testUsageOutput() local
83 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), System.in); in version() local
97 Main main = in preserveOriginalFile() local
161 Main main = in javadoc() local
197 Main main = in imports() local
238 Main main = in optimizeImportsDoesNotLeaveEmptyLines() local
267 Main main = in importRemovalLines() local
291 Main main = in importRemoveErrorParseError() local
317 Main main = in packageInfo() local
330 Main main = in newline() local
[all …]
DDiagnosticTest.java75 Main main = new Main(new PrintWriter(stdout, true), new PrintWriter(stderr, true), System.in); in parseError() local
93 Main main = new Main(new PrintWriter(stdout, true), new PrintWriter(stderr, true), System.in); in lexError() local
113 Main main = new Main(new PrintWriter(stdout, true), new PrintWriter(stderr, true), System.in); in oneFileParseError() local
135 Main main = new Main(new PrintWriter(stdout, true), new PrintWriter(stderr, true), System.in); in oneFileParseErrorReplace() local
164 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), System.in); in parseError2() local
179 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), inStream); in parseErrorStdin() local
198 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), System.in); in lexError2() local
212 Main main = new Main(new PrintWriter(out, true), new PrintWriter(err, true), inStream); in lexErrorStdin() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_threads.py30 async def main(): function
40 async def main(): function
49 async def main(): function
58 async def main(): function
72 async def main(): function
84 async def main(): function
Dtest_runners.py62 async def main(): function
69 async def main(): function
84 async def main(expected): function
95 async def main(): function
112 async def main(): function
130 async def main(): function
168 async def main(): function
/external/googletest/docs/_sass/
Dmain.scss107 .main { class
111 .main .main-inner { class
115 .main table th { class
119 .main .callout { class
152 .main .good pre { class
156 .main .bad pre { class
190 .main { class
/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/
DKotlinInlineTarget.kt20 fun main(args: Array<String>) { in main() method
35 fun main(args: Array<String>) { in main() method
/external/llvm-project/clang/test/Analysis/Checkers/
DRunLoopAutoreleaseLeakChecker.m93 int main() { function
103 int main() { function
115 int main() { function
124 int main() { function
151 int main() { function
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DFakeWorkers.java90 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/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/
DHandlerDispatcherTest.kt49 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
D5-1.c22 int main(void) in main() function
31 int main(void) in main() function
53 int main(void) in main() function
/external/compiler-rt/test/tsan/
Dunaligned_race.cc49 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-project/compiler-rt/test/tsan/
Dunaligned_race.cpp40 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3()
57 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2()
77 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1()
96 NOINLINE void Test(bool main) { in Test()
119 int main() { in main() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPatternTokenizer.java278 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

12345678910>>...602