Home
last modified time | relevance | path

Searched refs:main (Results 10476 - 10500 of 10858) sorted by relevance

1...<<411412413414415416417418419420>>...435

/third_party/python/Lib/
H A Dpdb.py416 except ValueError: # ValueError: signal only works in main thread
1110 # this is caught in the main debugger loop
1133 # a non-main thread in which case we just continue without
1534 # compatible with dbx and gdb: up moves towards 'main()'
1629 # avoid stopping before reaching the main script (see user_line and
1718 TESTCMD = 'import x; x.main()' namespace
1744 def main(): function
1799 # When invoked as main program, invoke the debugger on a script
1802 pdb.main()
H A Dtarfile.py2822 def main(): function
2918 main()
H A Dzipfile.py2566 def main(args=None): function
2637 main()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py1000 async def main(proto, on_con, on_eof, on_con_lost): function
1029 main(proto, on_con, on_eof, on_con_lost),
/third_party/python/Lib/idlelib/
H A Deditor.py137 width = idleConf.GetOption('main', 'EditorWindow', 'width', type='int')
146 'main', 'EditorWindow', 'height', type='int'),
227 text['font'] = idleConf.GetFont(self.root, 'main', 'EditorWindow')
238 # Although use-spaces=0 can be configured manually in config-main.def,
241 usespaces = idleConf.GetOption('main', 'Indent',
357 if idleConf.GetOption('main', 'EditorWindow',
794 'from turtledemo.__main__ import main; main()']
874 'main', 'EditorWindow', 'cursor-blink', type='bool')
893 # Finally, update the main tex
1752 from unittest import main global() namespace
[all...]
H A Dconfigdialog.py392 configured_font = idleConf.GetFont(self, 'main', 'EditorWindow')
427 changes.add_option('main', 'EditorWindow', 'font', value)
429 changes.add_option('main', 'EditorWindow', 'font-size', value)
431 changes.add_option('main', 'EditorWindow', 'font-bold', value)
744 'main', 'Theme', 'default', type='bool', default=1))
783 if idleConf.GetOption('main', 'Theme', 'name') not in old_themes:
784 changes.add_option('main', 'Theme', 'name', old_themes[0])
785 changes.add_option('main', 'Theme', 'name2', value)
788 changes.add_option('main', 'Theme', 'name', value)
789 changes.add_option('main', 'Them
2410 from unittest import main global() namespace
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py2530 def main():
2644 # First run through the main GLES entry points. Since ES2+ is the primary use
2706 # After we finish with the main entry points, we process the extensions.
3119 sys.exit(main())
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py2233 def main(): function
2295 sys.exit(main())
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_atomics_test.cpp84 %main = OpFunction %void None %func in GenerateShaderCodeImpl()
101 OpEntryPoint Fragment %main "main" in GenerateShaderCode()
102 OpExecutionMode %main OriginUpperLeft in GenerateShaderCode()
127 OpEntryPoint GLCompute %main "main" in GenerateShaderComputeCode()
128 OpExecutionMode %main LocalSize 32 1 1 in GenerateShaderComputeCode()
210 %main = OpFunction %void None %func in GenerateKernelCode()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go26 package main
100 func main() {
259 // run performs the main processing loop for the regress tool. It:
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_atomics_test.cpp84 %main = OpFunction %void None %func in GenerateShaderCodeImpl()
101 OpEntryPoint Fragment %main "main" in GenerateShaderCode()
102 OpExecutionMode %main OriginUpperLeft in GenerateShaderCode()
127 OpEntryPoint GLCompute %main "main" in GenerateShaderComputeCode()
128 OpExecutionMode %main LocalSize 32 1 1 in GenerateShaderComputeCode()
210 %main = OpFunction %void None %func in GenerateKernelCode()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1575 /* The following is used in main to verify that the final argument is a
2305 main(int argc, char **argv) in main() function
2448 main(void) in main() function
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat6 :: (jmh: I've only tested in the main directory, using my own builds.)
91 echo Testing pcre2grep main features
/third_party/python/Lib/test/
H A Dtest_compileall.py835 compileall.main()
1122 unittest.main()
H A Dtest_ast.py2450 def main(): function
2461 print("main()")
2463 unittest.main()
2585 main()
/third_party/python/Parser/
H A Dasdl_c.py1656 def main(input_filename, c_filename, h_filename, internal_h_filename, dump_module=False): function
1692 main(args.input_file, args.c_file, args.h_file,
/third_party/spirv-tools/test/val/
H A Dval_atomics_test.cpp84 %main = OpFunction %void None %func in GenerateShaderCodeImpl()
101 OpEntryPoint Fragment %main "main" in GenerateShaderCode()
102 OpExecutionMode %main OriginUpperLeft in GenerateShaderCode()
127 OpEntryPoint GLCompute %main "main" in GenerateShaderComputeCode()
128 OpExecutionMode %main LocalSize 32 1 1 in GenerateShaderComputeCode()
210 %main = OpFunction %void None %func in GenerateKernelCode()
/third_party/nghttp2/src/
H A Dshrpx.cc137 // This environment variable contains PID of the original main
138 // process, assuming that it created this main process as a result of
139 // SIGUSR2. The new main process is expected to send QUIT signal to
140 // the original main process to shut it down gracefully.
165 // This configuration is fixed at the first startup of the main
661 LOG(NOTICE) << "Reopening log files: main process"; in reopen_log()
1206 // Returns the PID of the original main process from environment
1349 // communication is unidirectional; that is main process sends
1503 // A pair of connected socket with which a worker process tells main
1505 // PID to worker_process_ready_ipc_fd[1] and main proces
4058 int main(int argc, char **argv) { main() function
5335 int main(int argc, char **argv) { return run_app(shrpx::main, argc, argv); } main() function
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp171 /** Initializes uniforms and global variables at the start of main(). */
1850 SkDEBUGFAIL("Invalid parameter to main()");
1995 * Testing utility function that emits program's "main" with a minimal harness. Used to create
2001 const SkSL::FunctionDefinition* main = Program_GetFunction(program, "main");
2002 if (!main) {
2053 skvm::Color result = SkSL::ProgramToSkVM(program, *main, builder, debugInfo,
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm321 $fi_eval_package = 'main';
689 the formatting details from the main code, and put the formatting
1058 back into the main program. Evaluating the template in a private
1106 Templates cannot affect variables in the main program that are
1501 C<Q>. Then in the main program, write
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm321 $fi_eval_package = 'main';
689 the formatting details from the main code, and put the formatting
1058 back into the main program. Evaluating the template in a private
1106 Templates cannot affect variables in the main program that are
1501 C<Q>. Then in the main program, write
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex722 % main vertical list is 10000 or more. But in order to see if the
818 % have adopt a much more difficult approach (putting marks into the main
1804 % Definitions for a main text size of 11pt. (The default in Texinfo.)
1932 % Definitions to make the main text be 10pt Computer Modern, with
2093 % in the main text, we don't bother to reset \scriptfont and
3556 % the item text, it can migrate to the main vertical list and
4724 % empty if called from \doind, as we usually are (the main exception
4730 % Store the main index entry text (including the third arg).
5098 % Unvbox the main output page.
5178 % is wrong: The two columns will go to the main vertica
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java1794 main: in checkModification()
1833 default: continue main; // so we don't keep having to change the endpoint, and gaps are not skipped. in checkModification()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1808 main: in checkModification()
1847 default: continue main; // so we don't keep having to change the endpoint, and gaps are not skipped. in checkModification()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c150 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion.
3488 main(int argc, char **argv) in main() function
3822 int main(void) in main() function

Completed in 72 milliseconds

1...<<411412413414415416417418419420>>...435