| /third_party/python/Doc/library/ |
| D | asyncio-dev.rst | 3 .. _asyncio-dev: 16 .. _asyncio-debug-mode: 18 Debug Mode 21 By default asyncio runs in production mode. In order to ease 22 the development asyncio has a *debug mode*. 24 There are several ways to enable asyncio debug mode: 28 * Using the :option:`-X` ``dev`` Python command line option. 30 * Passing ``debug=True`` to :func:`asyncio.run`. 34 In addition to enabling the debug mode, consider also: 36 * setting the log level of the :ref:`asyncio logger <asyncio-logger>` to [all …]
|
| /third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
| D | system_debug_ios.dart | 2 // Use of this source code is governed by a BSD-style license that can be 37 'Launching a debug-mode app from the home screen may cause problems.'; 39 // When a debug-mode app is launched from the host there should be no warnings. 42 '--debug', 43 '--verbose', 44 '--verbose-system-logs', 45 '-d', 53 // When a debug-mode app is launched from Xcode there should be no warnings. The 58 options: <String>['ios', '--debug', '--verbose', 'lib/exit.dart']); 61 '${flutterDirectory.path}/bin/cache/artifacts/ios-deploy/ios-deploy', [all …]
|
| D | module_test_ios.dart | 2 // Use of this source code is governed by a BSD-style license that can be 26 '--org', 28 '--template=module', 35 section('Build ephemeral host app in release mode without CocoaPods'); 40 options: <String>['ios', '--no-codesign'], 65 "debug symbols weren't stripped in release mode" 75 section('Build ephemeral host app in profile mode without CocoaPods'); 80 options: <String>['ios', '--no-codesign', '--profile'], 104 …"Ephemeral host app ${ephemeralProfileHostApp.path}'s App.framework does not contain debug symbols" 114 section('Build ephemeral host app in debug mode for simulator without CocoaPods'); [all …]
|
| /third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/app/ |
| D | build.gradle | 8 * These basically call `react-native bundle` with the correct arguments during the Android build 9 * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the 12 * `apply from: "../../node_modules/react-native/react.gradle"` line. 21 * // whether to bundle JS and assets in debug mode 24 * // whether to bundle JS and assets in release mode 28 * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants 36 * // whether to disable dev mode in custom build variants (by default only disabled in release) 37 * // for example: to disable dev mode in the staging build type (if configured) 46 * // where to put the JS bundle asset in debug mode 47 * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", [all …]
|
| /third_party/python/Misc/ |
| D | python.man | 4 .\" groff -Tascii -man python.man | less 7 python \- an interpreted, interactive, object-oriented programming language 11 .B \-B 14 .B \-b 17 .B \-d 20 .B \-E 23 .B \-h 26 .B \-i 29 .B \-I 33 .B \-m [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
| D | build_info.dart | 2 // Use of this source code is governed by a BSD-style license that can be 14 this.mode, 25 final BuildMode mode; 32 /// Mode-Flavor (e.g. Release-Paid). 41 /// Extra command-line options for front-end. 44 /// Extra command-line options for gen_snapshot. 60 static const BuildInfo debug = BuildInfo(BuildMode.debug, null); 64 /// Returns whether a debug build is requested. 67 bool get isDebug => mode == BuildMode.debug; 72 bool get isProfile => mode == BuildMode.profile; [all …]
|
| D | artifacts.dart | 2 // Use of this source code is governed by a BSD-style license that can be 61 String _artifactToFileName(Artifact artifact, [ TargetPlatform platform, BuildMode mode ]) { 91 return 'dart-sdk'; 103 return 'ios-deploy'; 150 // Returns the requested [artifact] for the [platform] and [mode] combination. 151 String getArtifactPath(Artifact artifact, { TargetPlatform platform, BuildMode mode }); 154 // and [mode] combination. 155 String getEngineType(TargetPlatform platform, [ BuildMode mode ]); 162 String getArtifactPath(Artifact artifact, { TargetPlatform platform, BuildMode mode }) { 169 return _getAndroidArtifactPath(artifact, platform, mode); [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/ |
| D | xcodeproj_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 48 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) 49 .thenThrow(const ProcessException(xcodebuild, <String>['-version'])); 54 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])).thenReturn( 58 "xcode-select: error: tool 'xcodebuild' requires Xcode, " 68 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) 74 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) 80 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) 86 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) 92 when(mockProcessManager.runSync(<String>[xcodebuild, '-version'])) [all …]
|
| /third_party/pulseaudio/src/utils/ |
| D | padsp.c | 5 Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB 54 #include <pulsecore/core-util.h> 55 #include <pulsecore/sample-util.h> 122 static FILE* (*_fopen)(const char *path, const char *mode) = NULL; 130 static FILE* (*_fopen64)(const char *path, const char *mode) = NULL; 259 if (!(i)->context || pa_context_get_state((i)->context) != PA_CONTEXT_READY) { \ 260 …debug(DEBUG_LEVEL_NORMAL, __FILE__": Not connected: %s\n", (i)->context ? pa_strerror(pa_context_e… 266 if (!(i)->context || pa_context_get_state((i)->context) != PA_CONTEXT_READY || \ 267 !(i)->play_stream || pa_stream_get_state((i)->play_stream) != PA_STREAM_READY) { \ 268 …debug(DEBUG_LEVEL_NORMAL, __FILE__": Not connected: %s\n", (i)->context ? pa_strerror(pa_context_e… [all …]
|
| /third_party/boost/tools/quickbook/test/include/ |
| D | include-id-1.6.gold | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbo… 3 <article id="include_id_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 12 …<article id="c" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org… 18 …<article id="d" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org… 24 …<article id="e" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org… 30 …<article id="f" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org…
|
| D | in_section-1_6.gold | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbo… 3 <article id="include_in_section_1_6" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 8 … <article id="include_in_section_include_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 24 <article id="section_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 41 …<article id="include_in_section_include_1_0" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 57 <article id="section_include0" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 75 …<article id="include_in_section_include_1_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 91 <article id="section_include1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
| D | source_mode-1_6.gold | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbo… 3 <article id="souce_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 5 <title>Souce Mode Include</title> 6 …<article id="source_include_with_no_source_mode" last-revision="DEBUG MODE Date: 2000/12/20 12:00:… 8 <title>Source include with no source-mode</title>
|
| /third_party/boost/tools/quickbook/test/doc-info/ |
| D | source-mode-1.6.gold | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbo… 3 <article id="c_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3… 18 <article id="c___source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 20 <title>C++ source mode include</title> 26 <article id="python_source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 28 <title>Python source mode include</title> 34 <article id="teletype_source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 36 <title>Teletype source mode include</title>
|
| /third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
| D | debug.dart | 2 // Use of this source code is governed by a BSD-style license that can be 12 /// When this is set, in debug mode, any time a hit test is triggered by the 20 /// When this is set, in debug mode, any time a mouse hover event is triggered 29 /// This flag only has an effect in debug mode. 40 /// This flag only has an effect in debug mode. 52 /// Returns true if none of the gestures library debug variables have been changed. 54 /// This function is used by the test framework to ensure that debug variables 57 /// See [the gestures library](gestures/gestures-library.html) for a complete
|
| /third_party/boost/libs/test/doc/testing_tools/ |
| D | boost_test_debugging.qbk | 17 In order to mitigate the problem, the test module can be build in the mode which disables the 19 In this mode, the first thing the assertion does is to eagerly evaluate the tested expression. 20 You enable this mode by defining symbol __BOOST_TEST_TOOLS_UNDER_DEBUGGER__ (either with `#define` 21 or with compiler option `-D`) prior to including any of the __UTF__ headers. 25 like tolerance for floating-point types or [classref boost::test_tools::per_element] versions 26 of sequence comparisons. This may turn passing assertions into failing assertions and vice-versa. 28 ill-formed program, if the sequences of different types are being compared. ] 33 This mode is enabled by defining symbol __BOOST_TEST_TOOLS_DEBUGGABLE__ (either with `#define` or w… 34 compiler option `-D`) prior to the inclusion of any of the __UTF__ headers. 37 [link boost.debug.under_debugger `boost::debug::under_debugger`] is used. [all …]
|
| /third_party/libxml2/python/ |
| D | types.c | 31 const char *mode; in libxml_PyFileGet() local 41 mode = "a+"; in libxml_PyFileGet() 43 mode = "rw"; in libxml_PyFileGet() 47 mode = "r+"; in libxml_PyFileGet() 49 mode = "r"; in libxml_PyFileGet() 53 mode = "a"; in libxml_PyFileGet() 55 mode = "w"; in libxml_PyFileGet() 71 if (fd == -1) in libxml_PyFileGet() 73 res = fdopen(fd, mode); in libxml_PyFileGet() 92 #ifdef DEBUG in libxml_intWrap() [all …]
|
| /third_party/Linux_Kernel/scripts/kconfig/ |
| D | qconf.cc | 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 115 setPixmap(promptColIdx, list->menuBackPix); in updateMenu() 120 sym = menu->sym; in updateMenu() 121 prop = menu->prompt; in updateMenu() 124 if (prop) switch (prop->type) { in updateMenu() 126 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 130 if (sym && list->rootEntry == menu) in updateMenu() 132 setPixmap(promptColIdx, list->menuPix); in updateMenu() 148 setText(nameColIdx, QString::fromLocal8Bit(sym->name)); in updateMenu() 156 if (!sym_is_changable(sym) && list->optMode == normalOpt) { in updateMenu() [all …]
|
| /third_party/node/deps/npm/node_modules/debug/src/ |
| D | debug.js | 4 * implementations of `debug()`. 6 * Expose `debug()` as the module. 9 exports = module.exports = createDebug.debug = createDebug['default'] = createDebug; 17 * Active `debug` instances. 22 * The currently active debug mode names, and names to skip. 29 * Map of special "%n" handling functions, for the debug "format" argument. 31 * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". 47 hash = ((hash << 5) - hash) + namespace.charCodeAt(i); 66 function debug() { function 68 if (!debug.enabled) return; [all …]
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/debug/src/ |
| D | common.js | 4 * implementations of `debug()`. 8 createDebug.debug = createDebug; 21 * Active `debug` instances. 26 * The currently active debug mode names, and names to skip. 33 * Map of special "%n" handling functions, for the debug "format" argument. 35 * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". 40 * Selects a color for a debug namespace 41 * @param {String} namespace The namespace string for the for the debug instance to be colored 49 hash = ((hash << 5) - hash) + namespace.charCodeAt(i); 67 function debug(...args) { function [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/debug/src/ |
| D | common.js | 4 * implementations of `debug()`. 8 createDebug.debug = createDebug; 21 * Active `debug` instances. 26 * The currently active debug mode names, and names to skip. 33 * Map of special "%n" handling functions, for the debug "format" argument. 35 * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". 40 * Selects a color for a debug namespace 41 * @param {String} namespace The namespace string for the for the debug instance to be colored 49 hash = ((hash << 5) - hash) + namespace.charCodeAt(i); 67 function debug(...args) { function [all …]
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| D | ns-mcast_join.c | 17 /* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 23 * ns-mcast_join.c 32 * May 1 2006 - Created (Mitsuru Chinen) 33 *---------------------------------------------------------------------------*/ 52 #include "ns-mcast.h" 53 #include "ns-traffic.h" 64 volatile int catch_sighup; /* When catch the SIGHUP, set to non-zero */ 72 uint32_t fmode; /* filter mode */ 75 int is_multi_socket; /* If non-zero, multi-socket mode */ 77 size_t join_leave_times; /* If non-zero, join-leave mode */ [all …]
|
| /third_party/python/Doc/using/ |
| D | cmdline.rst | 6 .. _using-on-general: 14 .. impl-detail:: 20 .. _using-on-cmdline: 23 ------------ 27 python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args] 34 .. _using-on-interface-options: 43 commands and executes them until an EOF (an end-of-file character, you can 44 produce that with :kbd:`Ctrl-D` on UNIX or :kbd:`Ctrl-Z, Enter` on Windows) is read. 49 * When called with ``-c command``, it executes the Python statement(s) given as 52 * When called with ``-m module-name``, the given module is located on the [all …]
|
| /third_party/node/deps/npm/node_modules/graceful-fs/ |
| D | graceful-fs.js | 3 var legacy = require('./legacy-streams.js') 8 /* istanbul ignore next - node 0.x polyfill */ 12 /* istanbul ignore else - node 0.x polyfill */ 14 gracefulQueue = Symbol.for('graceful-fs.queue') 16 previousSymbol = Symbol.for('graceful-fs.previous') 18 gracefulQueue = '___graceful-fs.queue' 19 previousSymbol = '___graceful-fs.previous' 32 var debug = noop variable 34 debug = util.debuglog('gfs4') 36 debug = function() { [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
| D | gradle_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 49 const AndroidBuildInfo buildInfo = AndroidBuildInfo(BuildInfo.debug); 60 ':app:preBuild UP-TO-DATE', 70 'Daemon: AAPT2 aapt2-3.2.1-4818971-linux Daemon #0', 82 ':app:preBuild UP-TO-DATE', 104 …d NDK directory. It is currently set to /usr/local/company/home/username/Android/Sdk/ndk-bundle.', 108 ':app:preBuild UP-TO-DATE', 121 testUsingContext('Finds app bundle when flavor contains underscores in release mode', () { 137 … testUsingContext('Finds app bundle when flavor doesn\'t contain underscores in release mode', () { 153 testUsingContext('Finds app bundle when no flavor is used in release mode', () { [all …]
|
| /third_party/weston/protocol/ |
| D | weston-debug.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 33 WARNING: This interface by design allows a denial-of-service attack. It 38 uses for printing debug information. The server uses the file 39 descriptor in blocking writes mode, which exposes the denial-of-service 40 risk. The blocking mode is necessary to ensure all debug messages can 42 client subscribes to more than one debug stream. 46 A debug stream can be one-shot where the server prints the requested 58 <description summary="advertise available debug scope"> 59 Advertises an available debug scope which the client may be able to 61 contained within the debug streams provided by the scope, once a [all …]
|