Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 4446) sorted by relevance

12345678910>>...178

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/doc/images/
Dplantuml.txt20 activate Father
28 activate Father
31 activate Child
37 activate Child
41 activate Father
42 activate Exe
45 activate Father
53 activate Father
56 activate Father
59 activate Child
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/
Didmap.rs53 /// [`activate`](Self::activate) to start using the new page table. To make changes which may
55 /// switch back to a previous static page table, and then `activate` again after making the desired
79 /// // Set `TTBR0_EL1` to activate the page table.
80 /// idmap.activate();
99 /// idmap.activate();
135 pub unsafe fn activate(&mut self) { in activate() method
136 self.mapping.activate() in activate()
140 /// [`activate`](Self::activate) was called, and invalidating the TLB for this page table's
143 /// Panics if there is no saved `TTBR0_EL1` value because `activate` has not previously been
286 /// This may be used to activate the page table by setting the appropriate TTBRn_ELx if you wish
[all …]
Dlib.rs38 //! // Set `TTBR0_EL1` to activate the page table.
39 //! idmap.activate();
108 /// [`activate`](Self::activate) to start using the new page table. To make changes which may
110 /// switch back to a previous static page table, and then `activate` again after making the desired
159 pub unsafe fn activate(&mut self) { in activate() method
228 /// [`activate`](Self::activate) was called, and invalidating the TLB for this page table's
231 /// Panics if there is no saved `TTBRn_ELx` value because `activate` has not previously been
462 /// This may be used to activate the page table by setting the appropriate TTBRn_ELx if you wish
463 /// to do so yourself rather than by calling [`activate`](Self::activate). Make sure to call
476 /// It is called automatically by [`activate`](Self::activate).
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_channel_relay_test.cc191 EXPECT_FALSE(relay()->Activate()); in TEST_F()
196 ASSERT_TRUE(relay()->Activate()); in TEST_F()
203 ASSERT_FALSE(relay()->Activate()); in TEST_F()
217 ASSERT_TRUE(relay()->Activate()); in TEST_F()
226 EXPECT_FALSE(relay()->Activate()); in TEST_F()
231 ASSERT_TRUE(relay()->Activate()); in TEST_F()
238 ASSERT_TRUE(relay()->Activate()); in TEST_F()
246 ASSERT_TRUE(relay()->Activate()); in TEST_F()
255 ASSERT_TRUE(relay()->Activate()); in TEST_F()
271 ASSERT_TRUE(relay()->Activate()); in TEST_F()
[all …]
/aosp_15_r20/external/python/pyee/
DMakefile5 if [ -d venv ]; then . ./venv/bin/activate; fi; pip install pip wheel --upgrade
6 if [ -d venv ]; then . ./venv/bin/activate; fi; pip install -r requirements.txt
7 if [ -d venv ]; then . ./venv/bin/activate; fi; pip install -r requirements_dev.txt
8 if [ -d venv ]; then . ./venv/bin/activate; fi; pip install -e .
12 if [ -d venv ]; then . ./venv/bin/activate; fi; python setup.py check
13 if [ -d venv ]; then . ./venv/bin/activate; fi; python setup.py sdist
14 if [ -d venv ]; then . ./venv/bin/activate; fi; python setup.py bdist_wheel --universal
17 if [ -d venv ]; then . ./venv/bin/activate; fi; twine upload dist/*
20 if [ -d venv ]; then . ./venv/bin/activate; fi; npm run pyright
23 if [ -d venv ]; then . ./venv/bin/activate; fi; pytest ./tests
[all …]
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/MC/
DCommandAction.h36 bool activate(InputBuilder&) const;
51 bool activate(InputBuilder&) const;
65 bool activate(InputBuilder&) const;
76 bool activate(InputBuilder&) const;
84 bool activate(InputBuilder&) const;
92 bool activate(InputBuilder&) const;
100 bool activate(InputBuilder&) const;
108 bool activate(InputBuilder&) const;
116 bool activate(InputBuilder&) const;
124 bool activate(InputBuilder&) const;
[all …]
/aosp_15_r20/system/nvram/messages/tests/
H A Dnvram_messages_test.cpp39 request.payload.Activate<COMMAND_GET_INFO>(); in TEST()
51 response.payload.Activate<COMMAND_GET_INFO>(); in TEST()
54 response.payload.Activate<COMMAND_GET_INFO>(); in TEST()
89 request.payload.Activate<COMMAND_CREATE_SPACE>(); in TEST()
120 response.payload.Activate<COMMAND_CREATE_SPACE>(); in TEST()
133 request.payload.Activate<COMMAND_GET_SPACE_INFO>(); in TEST()
151 response.payload.Activate<COMMAND_GET_SPACE_INFO>(); in TEST()
180 request.payload.Activate<COMMAND_DELETE_SPACE>(); in TEST()
204 response.payload.Activate<COMMAND_DELETE_SPACE>(); in TEST()
216 request.payload.Activate<COMMAND_DISABLE_CREATE>(); in TEST()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/
H A Dactivate-event.html15 <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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/scripts/common/
DActivate.ps13 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/scripts/common/
DActivate.ps13 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 …]
/aosp_15_r20/external/python/cpython3/Lib/venv/scripts/common/
DActivate.ps13 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/scripts/common/
DActivate.ps13 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/scripts/common/
DActivate.ps13 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 …]
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daudioproc_float_impl.cc68 "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");
97 "Activate (1) or deactivate(0) the capture level adjustment functionality");
101 "Activate (1) or deactivate(0) the analog mic gain emulation in the "
106 "Activate (1) or deactivate (0) the high-pass filter");
110 "Activate (1) or deactivate (0) the noise suppressor");
[all …]
/aosp_15_r20/external/executorch/.github/workflows/
H A Dpull.yml48 conda activate "${CONDA_ENV}"
72 conda activate "${CONDA_ENV}"
107 conda activate "${CONDA_ENV}"
136 conda activate "${CONDA_ENV}"
156 conda activate "${CONDA_ENV}"
177 conda activate "${CONDA_ENV}"
198 conda activate "${CONDA_ENV}"
229 conda activate "${CONDA_ENV}"
249 conda activate "${CONDA_ENV}"
275 conda activate "${CONDA_ENV}"
[all …]
/aosp_15_r20/external/grpc-grpc/src/objective-c/manual_tests/GrpcIosTestUITests/
H A DGrpcIosTestUITests.m36 [testApp activate];
41 [settingsApp activate];
63 [testApp activate];
68 [testApp activate];
103 [settingsApp activate];
115 [settingsApp activate];
137 [testApp activate];
154 [testApp activate];
166 [testApp activate];
224 [stocksApp activate];
[all …]
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/
H A DEventRequestManager.java54 * 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 …]
/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs1129 fn activate( in activate() method
1639 // activate with queues of an arbitrary size. in reset_and_reactivate()
1643 .activate(&mem, Event::new().unwrap(), interrupt.clone()) in reset_and_reactivate()
1644 .expect("QueueConfig::activate"); in reset_and_reactivate()
1649 .activate(&mem, Event::new().unwrap(), interrupt.clone()) in reset_and_reactivate()
1650 .expect("QueueConfig::activate"); in reset_and_reactivate()
1652 b.activate(mem.clone(), interrupt, BTreeMap::from([(0, q0), (1, q1)])) in reset_and_reactivate()
1653 .expect("activate should succeed"); in reset_and_reactivate()
1688 // re-activate should succeed in reset_and_reactivate()
1693 .activate(&mem, Event::new().unwrap(), interrupt.clone()) in reset_and_reactivate()
[all …]
/aosp_15_r20/external/sg3_utils/doc/
H A Dsg_z_act_query.83 sg_z_act_query \- send a SCSI ZONE ACTIVATE or ZONE QUERY command
6 [\fI\-\-activate\fR] [\fI\-\-all\fR] [\fI\-\-force\fR] [\fI\-\-help\fR]
14 Sends a SCSI ZONE ACTIVATE or ZONE QUERY command to the \fIDEVICE\fR. If the
15 \fI\-\-activate\fR option is not given, then a ZONE QUERY command is sent.
19 placed in this utility. The difference is that only the ZONE ACTIVATE command
20 will potentially activate or deactivate zones. Both commands will perform
25 \fB\-A\fR, \fB\-\-activate\fR
26 sends a ZONE ACTIVATE command to the \fIDEVICE\fR. The default (i.e. without
60 that shouldn't matter because the response of the ZONE ACTIVATE and
82 option and the \fI\-\-activate\fR option are given, an error will be
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/aosp_15_r20/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp35 bool InputFileAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::InputFileAction
49 bool NamespecAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::NamespecAction
85 bool BitcodeAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::BitcodeAction
98 bool StartGroupAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::StartGroupAction
114 bool EndGroupAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::EndGroupAction
126 bool WholeArchiveAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::WholeArchiveAction
138 bool NoWholeArchiveAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::NoWholeArchiveAction
150 bool AsNeededAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::AsNeededAction
162 bool NoAsNeededAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::NoAsNeededAction
174 bool AddNeededAction::activate(InputBuilder& pBuilder) const { in activate() function in mcld::AddNeededAction
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dpromise_endpoint_test.cc95 void Activate() { in Activate() function in grpc_core::testing::MockActivity
133 activity.Activate(); in TEST_F()
154 activity.Activate(); in TEST_F()
174 activity.Activate(); in TEST_F()
218 activity.Activate(); in TEST_F()
247 activity.Activate(); in TEST_F()
270 activity.Activate(); in TEST_F()
291 activity.Activate(); in TEST_F()
311 activity.Activate(); in TEST_F()
355 activity.Activate(); in TEST_F()
[all …]
/aosp_15_r20/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DMetricActivationTests.java250 // Metric 1 log ignored, Activation 1 expired and Activation 2 needs reboot to activate. in testCancellation()
295 // Metric 2 Activation 1: 0 seconds (will activate after boot) in testRestart()
302 // Metric 2 event ignored, will activate after boot. in testRestart()
333 // Metric 1 Activation 2: 0 seconds (will activate after boot) in testRestart()
340 // Metric 1 event ignored, will activate after boot. in testRestart()
348 // Metric 1 Activation 2: 0 seconds (will activate after boot) in testRestart()
349 // Metric 2 Activation 1: 0 seconds (will activate after boot) in testRestart()
362 // Metric 1 Activation 2: 0 seconds (will activate after boot) in testRestart()
363 // Metric 2 Activation 1: 0 seconds (will activate after boot) in testRestart()
451 // Metric 2 Activation 1: 0 seconds (will activate after boot) in testMultipleActivations()
[all …]
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_device.rs70 /// device. Once the guest driver has configured the device, `VirtioDevice::activate` will be called
90 /// ------------ activate ---------- reset ------------
93 /// activate
139 fn activate( in activate() method
218 /// before `activate`.
222 /// be called before `activate`.
323 // activate with queues of an arbitrary size.
327 .activate(mem, base::Event::new().unwrap(), interrupt.clone())
328 .expect("QueueConfig::activate");
359 .activate(mem.clone(), interrupt.clone(), queues)
[all …]
/aosp_15_r20/hardware/interfaces/sensors/aidl/vts/
H A DVtsAidlHalSensorsTargetTest.cpp307 activate(handle, false); in TearDown()
358 ndk::ScopedAStatus activate(int32_t sensorHandle, bool enable);
420 ndk::ScopedAStatus SensorsAidlTest::activate(int32_t sensorHandle, bool enable) { in activate() function in SensorsAidlTest
428 return getSensors()->activate(sensorHandle, enable); in activate()
436 checkIsOk(activate(sensorInfo.sensorHandle, enable)); in activateAllSensors()
510 // Configure and activate the sensor in runFlushTest()
512 activate(sensor.sensorHandle, activateSensor); in runFlushTest()
532 activate(sensor.sensorHandle, false); in runFlushTest()
838 // Activate the sensor in TEST_P()
839 activate(sensor.sensorHandle, true /* enabled */); in TEST_P()
[all …]

12345678910>>...178