/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/ |
D | activate-event.html | 15 <title>iron-selector-activate-event</title> 48 suite('activate event', function() { 64 test('activates on tap and fires iron-activate', function(done) { 67 // attach iron-activate listener 68 s.addEventListener("iron-activate", function(event) { 78 test('tap on already selected and fires iron-activate', function(done) { 81 // attach iron-activate listener 82 s.addEventListener("iron-activate", function(event) { 100 test('activates on mousedown and fires iron-activate', function(done) { 101 // attach iron-activate listener [all …]
|
/external/python/cpython3/Lib/venv/scripts/common/ |
D | Activate.ps1 | 3 Activate a Python virtual environment for the current PowerShell session. 12 Path to the directory that contains the virtual environment to activate. The 13 default value for this is the parent of the directory that the Activate.ps1 22 Activate.ps1 23 Activates the Python virtual environment that contains the Activate.ps1 script. 26 Activate.ps1 -Verbose 27 Activates the Python virtual environment that contains the Activate.ps1 script, 31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv 35 Activate.ps1 -Prompt "MyPython" 36 Activates the Python virtual environment that contains the Activate.ps1 script, [all …]
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | sdei_explicit_dispatch.puml | 15 activate EL2 26 activate EL3 #red 30 activate RAS #salmon 34 activate SDEI #salmon 37 activate EL2 #salmon 44 activate RAS #salmon
|
D | sdei_general.puml | 14 activate EL2 27 activate SDEI #salmon 28 activate EL3 #red 31 activate EL2 #salmon
|
D | io_framework_usage_overview.puml | 20 activate bl1_main 27 activate bl_common 29 activate bl_common 31 activate bl_common
|
D | io_dev_init_and_check.puml | 18 activate arm_io_storage 35 activate arm_io_storage 43 activate arm_io_storage
|
D | fconf_bl1_load_config.puml | 30 activate fconf 36 activate bl_common 56 activate bl_common
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 67 Once an environment has been created, you may wish to activate it, e.g. by 68 sourcing an activate script in its bin directory. 87 On Microsoft Windows, it may be required to enable the ``Activate.ps1`` 114 | Platform | Shell | Command to activate virtual environment | 116 | POSIX | bash/zsh | $ source <venv>/bin/activate | 118 | | fish | $ source <venv>/bin/activate.fish | 120 | | csh/tcsh | $ source <venv>/bin/activate.csh | 122 | | PowerShell Core | $ <venv>/bin/Activate.ps1 | 124 | Windows | cmd.exe | C:\\> <venv>\\Scripts\\activate.bat | 126 | | PowerShell | PS C:\\> <venv>\\Scripts\\Activate.ps1 | [all …]
|
/external/webrtc/modules/audio_processing/test/ |
D | audioproc_float_impl.cc | 68 "Activate (1) or deactivate(0) the echo canceller"); 72 "Activate (1) or deactivate(0) the mobile echo controller"); 76 "Activate (1) or deactivate (0) the residual echo detector"); 84 "Activate (1) or deactivate(0) the AGC"); 88 "Activate (1) or deactivate(0) the AGC2"); 92 "Activate (1) or deactivate(0) the pre amplifier"); 96 "Activate (1) or deactivate(0) the high-pass filter"); 100 "Activate (1) or deactivate(0) the noise suppressor"); 104 "Activate (1) or deactivate(0) the transient suppressor"); 108 "Activate (1) or deactivate(0) the transient suppressor"); [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/ |
D | EventRequestManager.java | 54 * activate this event request. 64 * activate this event request. 74 * activate this event request. 84 * activate this event request. 94 * activate this event request. 120 * activate this event request. 130 * activate this event request. 140 * activate this event request. 159 * activate this event request. 179 * activate this event request. [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | TrackFragmentHeaderBox.java | 175 setFlags(getFlags() | 0x1); // activate the field in setBaseDataOffset() 184 setFlags(getFlags() | 0x2); // activate the field in setSampleDescriptionIndex() 190 setFlags(getFlags() | 0x8); // activate the field in setDefaultSampleDuration() 195 setFlags(getFlags() | 0x10); // activate the field in setDefaultSampleSize() 200 setFlags(getFlags() | 0x20); // activate the field in setDefaultSampleFlags() 205 setFlags(getFlags() | 0x10000); // activate the field in setDurationIsEmpty()
|
/external/python/cpython3/Doc/tutorial/ |
D | venv.rst | 59 Once you've created a virtual environment, you may activate it. 63 tutorial-env\Scripts\activate.bat 67 source tutorial-env/bin/activate 71 ``activate.csh`` and ``activate.fish`` scripts you should use 81 $ source ~/envs/tutorial-env/bin/activate
|
/external/pigweed/pw_env_setup/ |
D | docs.rst | 34 ``. activate.sh``. The bootstrap command always pulls down the current versions 35 of CIPD packages and sets up the Python virtual environment. The activate 41 and ``activate.bat``. For simplicity they will be referred to with the ``.sh`` 62 and ``activate.sh`` scripts. 90 SETUP_SH="$_PW_ACTUAL_ENVIRONMENT_ROOT/activate.sh" 221 If set, skip running ``pw doctor`` at end of bootstrap/activate. Intended to 247 the future when running ``activate.sh`` instead of ``bootstrap.sh``. In the
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | cdma_activate_machine.py | 28 logging.info('CdmaActivateMachine: Canceling activate.') 117 # There is already an activate operation in progress. 118 logging.error('There is already an ongoing activate operation.') 124 # There is no activate operation going on, cancelled or otherwise.
|
/external/autotest/server/site_tests/platform_ActivateDate/ |
D | platform_ActivateDate.py | 9 Tests that activate date is run correctly from a clean system state. 10 For context, activate date is an upstart script located in: 11 chromeos-base/chromeos-activate-date
|
/external/tflite-support/tensorflow_lite_support/tools/ci_build/builds/ |
D | pip_smoke_test.sh | 34 source "${VENV_TMP_DIR}/Scripts/activate" || \ 35 die "FAILED: Unable to activate virtualenv " 37 source "${VENV_TMP_DIR}/bin/activate" || \ 38 die "FAILED: Unable to activate virtualenv "
|
/external/pigweed/docs/ |
D | getting_started.md | 80 **Note:** After running bootstrap once, use `source ./activate.sh` (or 81 `activate.bat` on Windows) to re-activate the environment without 154 to develop on Pigweed. If you leave that session, you can activate the 159 $ source ./activate.sh 164 > activate.bat 283 another window using the command below (remember, you'll need to activate the
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SpillPlacement.cpp | 226 /// activate - mark node n as active if it wasn't already. 227 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement 272 activate(ib); in addConstraints() 279 activate(ob); in addConstraints() 294 activate(ib); in addPrefSpill() 295 activate(ob); in addPrefSpill() 311 activate(ib); in addLinks() 312 activate(ob); in addLinks()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SpillPlacement.cpp | 222 /// activate - mark node n as active if it wasn't already. 223 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement 268 activate(ib); in addConstraints() 275 activate(ob); in addConstraints() 290 activate(ib); in addPrefSpill() 291 activate(ob); in addPrefSpill() 307 activate(ib); in addLinks() 308 activate(ob); in addLinks()
|
/external/llvm/lib/CodeGen/ |
D | SpillPlacement.cpp | 218 /// activate - mark node n as active if it wasn't already. 219 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement 264 activate(ib); in addConstraints() 271 activate(ob); in addConstraints() 286 activate(ib); in addPrefSpill() 287 activate(ob); in addPrefSpill() 303 activate(ib); in addLinks() 304 activate(ob); in addLinks()
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/ |
D | extension.js | 25 function activate(context) { function 61 exports.activate = activate;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/ |
D | extension.js | 25 function activate(context) { function 61 exports.activate = activate;
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
D | extension.js | 25 function activate(context) { function 61 exports.activate = activate;
|
/external/fonttools/Doc/source/ |
D | developer.rst | 21 # source the `activate` shell script to enter the environment (Un*x) 22 . fonttools-venv/bin/activate 24 # to activate the virtual environment in Windows `cmd.exe`, do 25 fonttools-venv\Scripts\activate.bat
|
/external/python/cpython3/.github/workflows/ |
D | coverage.yml | 51 source ./.venv/bin/activate 57 source ./.venv/bin/activate && 70 source ./.venv/bin/activate
|