Home
last modified time | relevance | path

Searched refs:logLevel (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/
DLog.java16 private static int logLevel = android.util.Log.DEBUG; field in Log
24 public static void setLogLevel(int logLevel) { in setLogLevel() argument
25 Log.logLevel = logLevel; in setLogLevel()
29 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v()
35 if (BuildConfig.DEBUG && logLevel <= android.util.Log.VERBOSE) { in v()
41 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i()
47 if (BuildConfig.DEBUG && logLevel <= android.util.Log.INFO) { in i()
53 if (BuildConfig.DEBUG && logLevel <= android.util.Log.DEBUG) { in d()
59 if (BuildConfig.DEBUG && logLevel <= android.util.Log.DEBUG) { in d()
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts30 function setup(logLevel: server.LogLevel | undefined) {
39 …const logger = logLevel !== undefined ? new server.MainProcessLogger(logLevel, webHost) : nullLogg…
46 function verify(logLevel: server.LogLevel | undefined) {
47 const { session, clearMessages, getMessages } = setup(logLevel);
133 …assert.equal(messages.length, logLevel === server.LogLevel.verbose ? 4 : 1, `Expected ${JSON.strin…
134 if (logLevel === server.LogLevel.verbose) {
/third_party/weex-loader/src/
Dutil.js65 if (process.env.logLevel > 0) {
68 if (log.reason.startsWith('NOTE') && parseInt(process.env.logLevel) <= 1) {
76 } else if (log.reason.startsWith('WARN') && parseInt(process.env.logLevel) <= 2) {
84 } else if (log.reason.startsWith('ERROR') && parseInt(process.env.logLevel) <= 3) {
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDebugWriter.java73 String logLevel = (args.length == 2) ? args[1] : "OFF"; in writeMultipleForDebugging() local
81 PACKAGE_ROOT + ".level = " + logLevel); in writeMultipleForDebugging()
/third_party/node/deps/npm/node_modules/debug/
Dkarma.conf.js50 logLevel: config.LOG_INFO, property
/third_party/flutter/skia/modules/canvaskit/
Dkarma.conf.js40 logLevel: config.LOG_INFO, property
Dkarma.bench.conf.js39 logLevel: config.LOG_INFO, property
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js37 logLevel: config.LOG_INFO, property
/third_party/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js39 logLevel: config.LOG_INFO, property
/third_party/skia/modules/canvaskit/
Dkarma.conf.js40 logLevel: config.LOG_INFO, property
/third_party/flutter/skia/modules/pathkit/
Dkarma.bench.conf.js37 logLevel: config.LOG_INFO, property
Dkarma.conf.js38 logLevel: config.LOG_INFO, property
/third_party/skia/modules/pathkit/
Dkarma.bench.conf.js37 logLevel: config.LOG_INFO, property
Dkarma.conf.js38 logLevel: config.LOG_INFO, property
/third_party/json/doc/mkdocs/docs/features/element_access/
Ddefault_value.md26 | `#!cpp j.value("logLevel", "verbose")` | `#!json "verbose"` |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoSessionNvUtils.cpp44 …k::VkExtensionProperties* extensionProperty, NvidiaParserLogFuncType pParserLogFunc, int logLevel);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoSessionNvUtils.cpp44 …k::VkExtensionProperties* extensionProperty, NvidiaParserLogFuncType pParserLogFunc, int logLevel);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dweb_compilation_delegate.dart70 logLevel: Level.FINE,
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c849 encoder->x265param.logLevel = encoder->log_level; in gst_x265_enc_init_encoder_locked()