Home
last modified time | relevance | path

Searched refs:main (Results 10701 - 10725 of 10737) sorted by relevance

1...<<421422423424425426427428429430

/third_party/python/Lib/test/
H A Dtest_logging.py717 # Tell the main thread to do the fork.
4601 # In the main process processName = 'MainProcess'
5734 unittest.main()
H A Dtest_shutil.py2729 unittest.main()
H A Dtest_typing.py11 from unittest import TestCase, main, skipUnless, skip namespace
8305 main()
H A Ddatetimetester.py6626 unittest.main()
H A Dtest_ssl.py3314 # the main thread connects. Then it rudely closes the socket,
3315 # and sets Event `listener_gone` to let the main thread know
5297 unittest.main()
H A Dtest_io.py4343 # daemon thread and the main thread both write to a file.
4696 unittest.main()
H A Dtest_buffer.py4434 unittest.main()
H A Dtest_os.py4592 unittest.main()
H A Dtest_descr.py5838 unittest.main()
H A Dtest_enum.py4773 unittest.main()
H A Dtest_inspect.py4517 unittest.main()
H A Dtest_socket.py318 are caught and transferred to the main thread to alert
6711 unittest.main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c2018 /* The following is the main write function, it returns a png_struct and,
2147 /* The main interface for reading a saved file - pass the id number of the file
2468 unsigned int test_gamma_transform :1; /* main tests */
11560 * from the condition; this is handled by making the png_modifier used by 'main'
11622 /* main program */
11623 int main(int argc, char **argv) in main() function
12223 int main(void) in main() function
/third_party/sqlite/src/
H A Dshell.c8 ** the canonical SQLite source tree. That main file contains "INCLUDE"
479 ** This is the name of our program. It is set in main(), used
485 ** Prompt strings. Initialized in main. Settable with
486 ** .prompt main continue
734 ** If isContinuation is zero, then the main prompt should be used.
921 zSchema ? zSchema : "main", zName); in shellFakeSchema()
6988 ** The sizes of the fixed-size part of each of the three main data
8314 ** in main-memory until the transaction is committed. */ in zipfileBegin()
9986 "SELECT * FROM main.%Q WHERE sample()", pVtab->pTab->zName in expertFilter()
10041 ** in the main databas
25858 # define main global() macro
25862 int SQLITE_CDECL main(int argc, char **argv){ global() function
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h6273 // users should query this in their main() and exit the program if true
6280 // the main function that does all the filtering and test running
6571 int main(int argc, char** argv) { return doctest::Context(argc, argv).run(); }
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c457 int main(int argc, char *argv[]) in main() function
1777 printf("main: scsi hbtl_scan res=%d\n", res); in show_devfs_devices()
1787 printf("main: ide hbtl_scan res=%d\n", res); in show_devfs_devices()
3976 /* main data reading loop */ in do_scsi_read_buffer()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c4603 int main(int argc, const char **argv) in main() function
/third_party/node/deps/v8/src/d8/
H A Dd8.cc367 isolate->ThrowError("Worker is defunct because main thread is terminating"); in GetWorkerFromInternalField()
2556 // creating a new Worker (because the main thread is terminating) we can in WorkerNew()
2561 // Don't allow workers to create more workers if the main thread in WorkerNew()
4751 // Park the main thread here to prevent deadlocks in shared GCs when waiting in RunMain()
5509 // Park the main thread here in case the new isolate wants to perform in Main()
5640 int main(int argc, char* argv[]) { return v8::Shell::Main(argc, argv); }
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c71 /* That header is not included in the main PCRE2 distribution because other
3540 * Scan the main modifier list *
7858 we want to show all consulted characters for the main matched string, and in process_data()
7916 /* Not the main matched string. Just show it unadorned. */ in process_data()
8800 main(int argc, char **argv) in main() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_cfg_test.cc49 OpEntryPoint Fragment %100 "main" in CommonTypes()
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c12233 main(int argc, char *argv[]) { in main() function
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4590 // need to deal with seeding the main state.
8826 // Transport for raw args (copied from main args, or supplied via init list for testing)
9664 // Wrapper for argc, argv from main()
17534 // Standard C/C++ main entry point
17535 int main (int argc, char * argv[]) {
17544 int main (int argc, char * const argv[]) {
/third_party/elfutils/src/
H A Dreadelf.c345 /* Looked up once with gettext in main. */
361 main (int argc, char *argv[]) in main() function
825 the main file. We are not interested in separate debuginfo. */
839 /* We are only interested if the Dwarf has been setup on the main in find_no_debuginfo()
842 for the main elf. We don't care in that case. */ in find_no_debuginfo()
8112 DWARF4 since GNU DebugFission uses "offsets" into the main ranges in print_debug_units()
10686 also only defined for split units (main or skeleton units in print_debug_str_offsets_section()
/third_party/cups-filters/utils/
H A Dcups-browsed.c7731 in_shutdown means we have exited the main loop. in update_cups_queues()
7732 update_cups_queues() is called after having exited the main loop in update_cups_queues()
10638 /* Allocate main loop object */ in avahi_init()
12244 int main(int argc, char*argv[]) { in main() function
12452 debug_printf("main() in THREAD %ld\n", pthread_self()); in main()
12672 /* Run the main loop */ in main()
12747 debug_printf("main loop exited\n"); in main()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 264 milliseconds

1...<<421422423424425426427428429430