Home
last modified time | relevance | path

Searched refs:deactivate (Results 1 – 25 of 53) sorted by relevance

123

/external/python/cpython3/Lib/venv/scripts/nt/
DActivate.ps11 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/
Dcras_dsp_mod_ladspa.c32 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/
Dpip_new.sh279 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
352deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
362 deactivate || source deactivate || die "FAILED: Unable to deactivate from existing virtualenv."
Dpip.sh158 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/
Dactivate.csh6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_V…
9 deactivate nondestructive
Dactivate.fish4 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/
Dactivate4 deactivate () {
33 unset -f deactivate
38 deactivate nondestructive
/external/python/httplib2/python2/
Dhttplib2test_appengine.py30 self.testbed.deactivate()
57 self.testbed.deactivate()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dcopy_alloc.pass.cpp38 void deactivate() { active = false; } in deactivate() function
124 imp2.deactivate(); in main()
/external/python/cpython3/Doc/using/
Dvenv-create.inc117 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/
DShadowCursorWrapper.java157 public void deactivate() { in deactivate() method in ShadowCursorWrapper
158 wrappedCursor.deactivate(); in deactivate()
/external/python/oauth2client/tests/contrib/
Dtest__appengine_ndb.py48 self.testbed.deactivate()
97 self.testbed.deactivate()
Dtest_appengine.py292 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/
Dgen_nano_proto.sh80 deactivate
/external/tensorflow/tensorflow/tools/ci_build/linux/cmake/
Drun.sh50 deactivate
/external/u-boot/arch/arm/dts/
Dtegra124-nyan-big-u-boot.dtsi18 spi-deactivate-delay = <200>;
Drk3288-veyron-chromebook.dtsi97 spi-deactivate-delay = <200>;
Dexynos5800-peach-pi.dts176 spi-deactivate-delay = <200>;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethod.java75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java146 public void deactivate() { in deactivate() method in BaseCursor
/external/opencensus-java/exporters/trace/instana/
DREADME.md16 If the agent is used on the same host as Census, please take care to deactivate
/external/parameter-framework/upstream/doc/
DCMakeLists.txt43 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
/external/libxkbcommon/xkbcommon/test/data/compat/
Dmousekeys4 // deactivate them from the keyboard.
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm35 // 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/
Dspi-howto.txt191 uint deactivate_delay_us; /* Delay to wait after deactivate */
201 uint deactivate_delay_us; /* Delay to wait after deactivate */
241 "spi-deactivate-delay", 0);

123