HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 26 - 50 of 1304) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
OmtpStandardMessageSender.java 57 // Activate message:
58 // V1.1: Activate:pv=<value>;ct=<value>
59 // V1.2: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix>
60 // V1.3: Activate:pv=<value>;ct=<value>;pt=<value>;<Clientprefix>
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 41 // Activate the high resolution timer.
55 // De-activate the high resolution timer.
  /frameworks/compile/mclinker/include/mcld/MC/
FileAction.h 25 bool activate(InputBuilder& pBuilder) const;
37 bool activate(InputBuilder& pBuilder) const;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentHeaderBox.java 175 setFlags(getFlags() | 0x1); // activate the field
184 setFlags(getFlags() | 0x2); // activate the field
190 setFlags(getFlags() | 0x8); // activate the field
195 setFlags(getFlags() | 0x10); // activate the field
200 setFlags(getFlags() | 0x20); // activate the field
205 setFlags(getFlags() | 0x10000); // activate the field
  /external/python/cpython3/Doc/using/
venv-create.inc 65 Once an environment has been created, you may wish to activate it, e.g. by
66 sourcing an activate script in its bin directory.
94 | Platform | Shell | Command to activate virtual environment |
96 | Posix | bash/zsh | $ source <venv>/bin/activate |
98 | | fish | $ . <venv>/bin/activate.fish |
100 | | csh/tcsh | $ source <venv>/bin/activate.csh |
102 | Windows | cmd.exe | C:\\> <venv>\\Scripts\\activate.bat |
104 | | PowerShell | PS C:\\> <venv>\\Scripts\\Activate.ps1 |
107 You don't specifically *need* to activate an environment; activation just
  /external/python/cpython2/PC/
dl_nt.c 27 // * Before loading our extensions we re-activate our saved context.
66 OutputDebugString("Python failed to activate the activation context before loading a DLL\n");
76 OutputDebugString("Python failed to de-activate the activation context\n");
  /external/python/cpython3/PC/
dl_nt.c 33 // * Before loading our extensions we re-activate our saved context.
74 OutputDebugString("Python failed to activate the activation context before loading a DLL\n");
84 OutputDebugString("Python failed to de-activate the activation context\n");
  /external/tensorflow/tensorflow/tools/gcs_test/
gcs_smoke_wrapper.sh 85 # First, activate gcloud service account
86 "${GCLOUD_BIN}" auth activate-service-account \
88 die "ERROR: Failed to activate gcloud service account with JSON key file"
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 81 public void activate() { method in class:GLEnvironment
86 throw new RuntimeException("Could not activate GLEnvironment!");
131 throw new RuntimeException("Could not activate surface " + surfaceId + "!");
GraphRunner.java 60 * Helper function for subclasses to activate the GL environment before running.
67 glEnv.activate();
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { function in class:android::CorrectedGyroSensor
71 mSensorDevice.activate(ident, mGyro.getHandle(), enabled);
72 return mSensorFusion.activate(FUSION_9AXIS, ident, enabled);
SensorRegistrationInfo.h 38 int64_t samplingRateNs, int64_t maxReportLatencyNs, bool activate) {
44 mActivated = activate;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /frameworks/support/webkit/src/androidTest/java/androidx/webkit/
PostMessageTest.java 103 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
120 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
137 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
151 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
184 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
228 @SdkSuppress(minSdkVersion = 23) // TODO(gsennton) activate this test for pre-M devices when we
  /development/samples/training/device-management-policy/res/values/
strings.xml 26 <string name="setup_action_activate">Activate</string>
27 <string name="setup_message_activate">Press button to activate the device administrator</string>
  /device/google/contexthub/sensorhal/
sensors.cpp 55 device.activate = ActivateWrapper;
80 int SensorContext::activate(int handle, int enabled) { function in class:SensorContext
81 ALOGV("activate");
85 return h->activate(handle, enabled);
162 return reinterpret_cast<SensorContext *>(dev)->activate(handle, enabled);
257 int SensorContext::HubConnectionOperation::activate(int handle, int enabled) { function in class:SensorContext::HubConnectionOperation
343 int SensorContext::DynamicSensorManagerOperation::activate(int handle, int enabled) { function in class:SensorContext::DynamicSensorManagerOperation
344 return mDynamicSensorManager->activate(handle, enabled);
  /external/v8/src/ic/arm64/
ic-arm64.cc 44 // Activate a SMI fast-path by patching the instructions generated by
65 // Patch and activate code generated by JumpPatchSite::EmitJumpIfNotSmi()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mcheck.h 38 /* Activate a standard collection of debugging hooks. This must be called
56 /* Activate a standard collection of tracing hooks. */
  /system/nvram/messages/include/nvram/messages/
tagged_union.h 47 // |TaggedUnion::Activate()| activates a member. It returns a reference to the
50 // value.Activate<Variant_String>() = "-1";
168 // Construct a |TaggedUnion| object. Note that the constructor will activate
212 // Activate the member identified by |tag|. First, the currently active member
217 typename MemberLookup<tag>::Type::Type& Activate() {
251 // |Destroy()| into each instance of the |Activate()| function.
261 Activate<CurrentMember::kTag>();
279 Activate<CurrentMember::kTag>();
  /device/google/wahoo/vibrator/
service.cpp 34 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate";
123 std::ofstream activate{ACTIVATE_PATH};
124 if (!activate) {
192 sp<IVibrator> vibrator = new Vibrator(std::move(activate), std::move(duration),
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigDxe.inf 3 # By this module, user may enable/disable/activate/deactivate/clear TPM, etc.
  /external/adhd/cras/src/server/
cras_dsp_mod_ladspa.c 22 static void activate(struct dsp_module *module) function
27 if (!desc->activate)
29 desc->activate(data->handle);
86 activate(module);

Completed in 281 milliseconds

12 3 4 5 6 7 8 91011>>