/external/python/cpython3/Lib/venv/scripts/nt/ |
D | Activate.ps1 | 1 function global:deactivate ([switch]$NonDestructive) { in global:deactivate() function 24 remove-item function:deactivate in global:deactivate() 28 deactivate -nondestructive
|
/external/adhd/cras/src/server/ |
D | cras_dsp_mod_ladspa.c | 32 static void deactivate(struct dsp_module *module) in deactivate() function 37 if (!desc->deactivate) in deactivate() 39 desc->deactivate(data->handle); in deactivate() 62 deactivate(module); in deinstantiate() 94 deactivate(module); in free_module()
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | pip_new.sh | 279 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv." 352 … deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv." 362 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
|
D | pip.sh | 158 deactivate || die "FAILED: Unable to deactivate from existing virtualenv" 371 deactivate 546 deactivate || die "FAILED: Unable to deactivate virtualenv from ${VENV_DIR}"
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.csh | 6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_V… 9 deactivate nondestructive
|
D | activate.fish | 4 function deactivate -d "Exit virtualenv and return to normal shell environment" 25 functions -e deactivate 30 deactivate nondestructive
|
/external/python/cpython3/Lib/venv/scripts/common/ |
D | activate | 4 deactivate () { 33 unset -f deactivate 38 deactivate nondestructive
|
/external/python/httplib2/python2/ |
D | httplib2test_appengine.py | 30 self.testbed.deactivate() 57 self.testbed.deactivate()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | copy_alloc.pass.cpp | 38 void deactivate() { active = false; } in deactivate() function 124 imp2.deactivate(); in main()
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 117 You can deactivate a virtual environment by typing "deactivate" in your shell. 119 script defines a "deactivate" function, whereas on Windows there are separate 120 scripts called ``deactivate.bat`` and ``Deactivate.ps1`` which are installed
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCursorWrapper.java | 157 public void deactivate() { in deactivate() method in ShadowCursorWrapper 158 wrappedCursor.deactivate(); in deactivate()
|
/external/python/oauth2client/tests/contrib/ |
D | test__appengine_ndb.py | 48 self.testbed.deactivate() 97 self.testbed.deactivate()
|
D | test_appengine.py | 292 self.testbed.deactivate() 337 self.testbed.deactivate() 400 self.testbed.deactivate() 637 self.testbed.deactivate() 1016 self.testbed.deactivate() 1065 self.testbed.deactivate()
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_nano_proto.sh | 80 deactivate
|
/external/tensorflow/tensorflow/tools/ci_build/linux/cmake/ |
D | run.sh | 50 deactivate
|
/external/u-boot/arch/arm/dts/ |
D | tegra124-nyan-big-u-boot.dtsi | 18 spi-deactivate-delay = <200>;
|
D | rk3288-veyron-chromebook.dtsi | 97 spi-deactivate-delay = <200>;
|
D | exynos5800-peach-pi.dts | 176 spi-deactivate-delay = <200>;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethod.java | 75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/ |
D | BaseCursor.java | 146 public void deactivate() { in deactivate() method in BaseCursor
|
/external/opencensus-java/exporters/trace/instana/ |
D | README.md | 16 If the agent is used on the same host as Census, please take care to deactivate
|
/external/parameter-framework/upstream/doc/ |
D | CMakeLists.txt | 43 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | mousekeys | 4 // deactivate them from the keyboard.
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.mm | 35 // session for the first user and deactivate it for the last. 215 // session once (for the first one) and deactivate it once (for the last). 240 // only as needed and deactivate it when you are not using audio". 247 LOG(LS_ERROR) << "Failed to deactivate the audio session"; 972 // Reduce usage count for the audio session and possibly deactivate it if 1000 // session, hence we deactivate as last action.
|
/external/u-boot/doc/driver-model/ |
D | spi-howto.txt | 191 uint deactivate_delay_us; /* Delay to wait after deactivate */ 201 uint deactivate_delay_us; /* Delay to wait after deactivate */ 241 "spi-deactivate-delay", 0);
|