Home
last modified time | relevance | path

Searched refs:debugEnv (Results 1 - 8 of 8) sorted by relevance

/third_party/node/lib/internal/util/
H A Ddebuglog.js21 // `debugEnv` is initial value of process.env.NODE_DEBUG
22 function initializeDebugEnv(debugEnv) {
24 if (debugEnv) {
26 debugEnv = debugEnv.replace(/[|\\{}()[\]^$+?.]/g, '\\$&')
29 const debugEnvRegex = new RegExp(`^${debugEnv}$`, 'i');
/third_party/mesa3d/src/mesa/main/
H A Derrors.c202 const char *debugEnv = getenv("MESA_DEBUG"); in should_output() local
205 if (debugEnv && strstr(debugEnv, "silent")) in should_output()
210 if (debugEnv) in should_output()
/third_party/icu/icu4c/source/common/
H A Drbbidata.cpp139 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local
140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
H A Drbbi.cpp359 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local
360 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
/third_party/node/deps/icu-small/source/common/
H A Drbbidata.cpp139 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local
140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
H A Drbbi.cpp219 char *debugEnv = getenv("U_RBBIDEBUG"); in RuleBasedBreakIterator() local
220 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in RuleBasedBreakIterator()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbidata.cpp139 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local
140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
H A Drbbi.cpp345 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local
346 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()

Completed in 10 milliseconds