Home
last modified time | relevance | path

Searched refs:basicConfig (Results 1 - 25 of 47) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp1089 TestConfig basicConfig; in init() local
1091 basicConfig.threadCount = 1; in init()
1092 basicConfig.perThreadContextCount = 1; in init()
1094 basicConfig.sharedContexts = true; in init()
1095 basicConfig.frameCount = 10; in init()
1096 basicConfig.drawCallCount = 10; in init()
1097 basicConfig.triangleCount = 100; in init()
1099 basicConfig.useCoordBuffer = true; in init()
1100 basicConfig.sharedCoordBuffer = false; in init()
1102 basicConfig in init()
[all...]
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_enums.py37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
H A Dgen_versions.py37 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmain.py124 logging.basicConfig(level='INFO')
127 logging.basicConfig(level='DEBUG')
/third_party/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py637 logging.basicConfig(level=logging.DEBUG)
639 logging.basicConfig(level=logging.INFO)
641 logging.basicConfig(level=logging.WARNING)
643 logging.basicConfig(level=logging.ERROR)
645 logging.basicConfig(level=logging.CRITICAL)
/third_party/python/Lib/test/
H A Dtest_logging.py4391 support.patch(self, logging, 'basicConfig',
4410 # basicConfig was not called!
4508 # basicConfig() opens the file, but logging.shutdown() closes
4511 logging.basicConfig(filename={filename!r}, encoding="utf-8")
4656 """Test suite for logging.basicConfig."""
4681 logging.basicConfig()
4702 logging.basicConfig(stream=sys.stdout, style="{")
4710 logging.basicConfig(stream=sys.stdout, style="$")
4723 logging.basicConfig(filename='test.log', encoding='utf-8')
4741 logging.basicConfig(filenam
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dsync_restricted_traces_to_cipd.py80 logging.basicConfig(level=args.log.upper())
H A Dretrace_restricted_traces.py136 logging.basicConfig(level=args.log.upper())
/third_party/python/Lib/lib2to3/tests/
H A Dpytree_idempotency.py24 logging.basicConfig()
/third_party/spirv-tools/utils/
H A Dgenerate_changelog.py56 logging.basicConfig(format="[%(asctime)s][%(levelname)-8s] %(message)s", datefmt="%H:%M:%S")
H A Dupdate_build_version.py139 logging.basicConfig(format="[%(asctime)s][%(levelname)-8s] %(message)s", datefmt="%H:%M:%S")
/third_party/jerryscript/tools/
H A Dsrcgenerator.py135 logging.basicConfig(level=logging.DEBUG)
H A Dsrcmerger.py259 logging.basicConfig(level=log_level)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_angle_gn_info_json.py87 logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
H A Dtrigger.py77 logging.basicConfig(level=args.log.upper())
H A Dperf_test_runner.py106 logging.basicConfig(level='DEBUG')
H A Dupdate_extension_data.py154 logging.basicConfig(level=LOG_LEVELS[args.verbose])
H A Droll_chromium_deps.py713 logging.basicConfig(level=logging.DEBUG)
715 logging.basicConfig(level=logging.INFO)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Ddpp-qrcode.py122 logging.basicConfig(level=args.loglevel)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-qrcode.py122 logging.basicConfig(level=args.loglevel)
/third_party/python/Lib/logging/
H A D__init__.py36 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig',
1953 def basicConfig(**kwargs): function
2022 # basicConfig() from multiple threads
2094 has no handlers, call basicConfig() to add a console handler with a
2098 basicConfig()
2110 no handlers, call basicConfig() to add a console handler with a pre-defined
2114 basicConfig()
2120 information. If the logger has no handlers, basicConfig() is called to add
2128 no handlers, call basicConfig() to add a console handler with a pre-defined
2132 basicConfig()
[all...]
/third_party/node/deps/v8/tools/release/
H A Dlist_deprecated.py161 logging.basicConfig(level=logging.DEBUG)
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py35 logging.basicConfig(level=logging.INFO)
/third_party/python/Lib/lib2to3/pgen2/
H A Ddriver.py170 logging.basicConfig(level=logging.INFO, stream=sys.stdout,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ucd-table.py11 logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)

Completed in 23 milliseconds

12