/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 148 if (info.processName.equals(name)) in findProcess() 155 private boolean isProcessRunning (String processName) { in isProcessRunning() argument 157 return (findProcess(processName) != null); in isProcessRunning()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
D | app.js | 24 processName: "[PC Preview] unknow processName", property 52 processName: "[PC Preview] unknow processName", property 62 processName: "[PC Preview] unknow processName", property
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/app/ |
D | processInfo.js | 18 processName: "[PC Preview] unknow processName", property
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
D | ProcessRunningInfo.js | 21 processName: "[PC Preview] unknow processName", property
|
D | AbilityRunningInfo.js | 36 processName: '[PC preview] unknow processName', property
|
D | ExtensionRunningInfo.js | 46 processName: '[PC preview] unknow processName', property
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 32 …function getDefaultNPMLocation(processName: string, validateDefaultNpmLocation: boolean, host: Ins… 33 if (path.basename(processName).indexOf("node") === 0) {
|
/third_party/python/Lib/logging/ |
D | __init__.py | 337 self.processName = None 339 self.processName = 'MainProcess' 347 self.processName = mp.current_process().name
|
/third_party/python/Lib/test/ |
D | test_logging.py | 4431 'r1.processName': r1.processName, 4432 'r2.processName': r2.processName, 4451 self.assertEqual(r.processName, 'MainProcess') 4483 NOT_NONE(r.processName) 4496 NONE(r.processName)
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | ability.js | 375 processName: "[PC Preview] unknow processName" property
|
/third_party/python/Doc/howto/ |
D | logging-cookbook.rst | 780 f = logging.Formatter('%(asctime)s %(processName)-10s %(name)s %(levelname)-8s %(message)s') 902 … 'format': '%(asctime)s %(name)-15s %(levelname)-8s %(processName)-10s %(message)s' 1525 record.processName = '%s (for %s)' % (current_process().name, record.processName) 1633 … 'format': '%(asctime)s %(name)-15s %(levelname)-8s %(processName)-10s %(message)s' 1637 'format': '%(name)-15s %(levelname)-8s %(processName)-10s %(message)s'
|
/third_party/python/Doc/library/ |
D | logging.rst | 855 | processName | ``%(processName)s`` | Process name (if available). | 873 *processName* was added.
|
D | multiprocessing.rst | 2644 ``'[%(levelname)s/%(processName)s] %(message)s'``.
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 5307 std::string processName; member 9816 = ExeName( config.processName ) in makeCommandLineParser() 9988 std::string Config::getProcessName() const { return m_data.processName; } in getProcessName() 10002 …::name() const { return m_data.name.empty() ? m_data.processName : m_data.name; } in name()
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 132511 function getDefaultNPMLocation(processName, validateDefaultNpmLocation, host) { argument 132512 if (path.basename(processName).indexOf("node") === 0) {
|
/third_party/python/Misc/ |
D | HISTORY | 15719 - Issue #4301: Patch the logging module to add processName support, remove
|