/third_party/ltp/lib/ |
H A D | tlibio.c | 1998 int main(argc, argv) in main() function
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 380 int main(int argc, char **argv) in main() function 445 } /* main */ in main()
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 1113 int main(int argc, char **argv) in main() function 1295 warn("main: lseek eof"); in main() 1301 warn("main: lseek 0"); in main() 1329 warn("main: error on write"); in main() 1331 warn("main: short write, 0x%x bytes instead " in main()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 152 int main(int argc, char **argv) in main() function
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 1649 int main(int argc, char *argv[]) in main() function
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 365 'require.main to find program entry point instead.', 371 'require.main to find program entry point instead.', 425 * @param {boolean} isMain Whether the file is the main entry point of the app 429 const pkg = _readPackage(requestPath).main; 445 'Please verify that the package.json has a valid "main" entry', 455 `Invalid 'main' field in '${jsonPath}' of '${pkg}'. ` + 469 * @param {boolean} isMain Whether the file is the main module. 484 * @param {boolean} isMain Whether the module is the main module 606 * @param {boolean} isMain Whether the request is the main app entry point 682 } else if (getOptionValue('--preserve-symlinks-main')) { [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 23 * along with this program (in the main directory of the Linux-NTFS 1530 * main - Begin here 1537 int main(int argc, char *argv[]) in main() function
|
H A D | ntfsfix.c | 25 * along with this program (in the main directory of the Linux-NTFS source 1278 * - then try the last sector as shown in the main boot sector, 1610 * main 1612 int main(int argc, char **argv) in main() function
|
/third_party/ninja/src/ |
H A D | ninja.cc | 87 /// The Ninja main() loads up a series of data structures; various tools need
1635 int main(int argc, char** argv) {
in main() function
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 1479 int main(int argc, char* argv[]) {
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 1173 int main(int argc, char *argv[]) in main() function
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 1351 // Process first half this time through the main loop, and in get() 1428 int main(int argc, const char** argv) { in main() function
|
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 1315 int main(int argc, char* argv[]) {
|
/third_party/libinput/test/ |
H A D | test-utils.c | 1643 int main(int argc, char **argv) in main() function
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 1296 int main(int argc, char *argv[]) { in main() function 1345 // Mount and run main loop in main()
|
H A D | passthrough_ll.c | 1181 int main(int argc, char *argv[]) in main() function
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 6 sys.exit(pytest.main([__file__] + sys.argv[1:]))
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 1345 int main(int argc, char *argv[]) in main() function
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_filesystem_test.c | 172 int main(void) in main() function
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 518 int main(int argc, char *argv[]) in main() function
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_sockopt.c | 66 main(void) in main() function
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 179 int main(int argc, char *argv[]) in main() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse-llvm.c | 1331 int main(int argc, char **argv) in main() function
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 1360 Function *main;
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 937 #main thread 984 #again, just using the main thread, likely they will all be dispatched at 1095 # Check our main thread is in the list exactly 3 times. 1097 "Couldn't find main thread correctly in the list") 1417 unittest.main()
|