Home
last modified time | relevance | path

Searched full:active (Results 1 – 25 of 15640) sorted by relevance

12345678910>>...626

/aosp_15_r20/external/leakcanary2/
H A Ddetekt-config.yml10 active: true
19 active: true
28 active: true
31 active: false
33 active: false
35 active: false
38 active: false
44 active: false
47 active: true
49 active: true
[all …]
/aosp_15_r20/external/openthread/src/cli/
H A DREADME_DATASET.md5 Thread network configuration parameters are managed using Active and Pending Operational Dataset ob…
9 The CLI commands to write/change the Active and Pending Operational Datasets may allow setting inva…
14 …missioning](README_COMMISSIONING.md). Production devices that are not an active Commissioner and a…
16 ### Active Operational Dataset
18 The Active Operational Dataset includes parameters that are currently in use across an entire Threa…
20 - Active Timestamp
32 …anges to the Active Operational Dataset before they take effect. The Pending Operational Dataset c…
47 Active Timestamp: 1
60 2. Commit new dataset to the Active Operational Dataset in non-volatile storage.
63 dataset commit active
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java55 * The active device manager is responsible for keeping track of the connected
56 * A2DP/HFP/AVRCP/HearingAid/LE audio devices and select which device is active (for each profile).
57 * The active device manager selects a fallback device when the currently active device is
63 * profile is responsible for automatically selecting the connected device as active. Only if the
66 * <p>2) The selected A2DP active device is the one used for AVRCP as well.
68 * <p>3) The HFP active device might be different from the A2DP active device.
70 * <p>4) The Active Device Manager always listens for the change of active devices. When it changed
71 * (e.g., triggered indirectly by user action on the UI), the new active device is marked as the
72 * current active device for that profile.
74 * <p>5) If there is a HearingAid active device, then A2DP, HFP and LE audio active devices must be
[all …]
/aosp_15_r20/external/webrtc/video/
H A Dquality_scaling_tests.cc79 bool active; member
140 // Simulcast layers indicates which spatial layers are active. in ModifyVideoConfigs()
148 stream.active = test_params_[i].active; in ModifyVideoConfigs()
240 DownscalingObserver test("VP8", {{.active = true}}, kHighStartBps, in TEST_F()
251 DownscalingObserver test("VP8", {{.active = true}}, kHighStartBps, in TEST_F()
262 DownscalingObserver test("VP8", {{.active = true}}, kHighStartBps, in TEST_F()
273 DownscalingObserver test("VP8", {{.active = true}}, kLowStartBps, in TEST_F()
287 UpscalingObserver test("VP8", {{.active = true}}, kDefaultVgaMinStartBps - 1, in TEST_F()
299 UpscalingObserver test("VP8", {{.active = true}}, kDefaultVgaMinStartBps - 1, in TEST_F()
312 UpscalingObserver test("VP8", {{.active = true}}, kDefaultVgaMinStartBps - 1, in TEST_F()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcontent_v2.accounts.html174active or pending approval. To create a new link request, add a new link with status `active` to t…
177active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon inse…
198 …hant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pe…
215active or pending approval. To create a new link request, add a new link with status `active` to t…
218active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon i…
254active or pending approval. To create a new link request, add a new link with status `active` to t…
257active` if it was approved in Google AdWords or `pending` if it&#x27;s pending approval. Upon inse…
278 …hant Center account and the GMB account. Acceptable values are: - &quot;`active`&quot; - &quot;`pe…
295active or pending approval. To create a new link request, add a new link with status `active` to t…
298active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon i…
[all …]
Dcontent_v2_1.accounts.html204active or pending approval. To create a new link request, add a new link with status `active` to t…
207active` if it was approved in Google Ads or `pending` if it&#x27;s pending approval. Upon insertio…
235 …Center account and the Business Profile. Acceptable values are: - &quot;`active`&quot; - &quot;`pe…
254active or pending approval. To create a new link request, add a new link with status `active` to t…
257active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon i…
296active or pending approval. To create a new link request, add a new link with status `active` to t…
299active` if it was approved in Google Ads or `pending` if it&#x27;s pending approval. Upon insertio…
327 …Center account and the Business Profile. Acceptable values are: - &quot;`active`&quot; - &quot;`pe…
346active or pending approval. To create a new link request, add a new link with status `active` to t…
349active` if it was approved in YT Creator Studio or `pending` if it&#x27;s pending approval. Upon i…
[all …]
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dvideo_codec_initializer_unittest.cc122 stream.active = true; in DefaultStream()
133 stream.active = true; in DefaultScreenshareStream()
165 inactive_stream.active = false; in TEST_F()
237 inactive_video_stream.active = false; in TEST_F()
362 config_.simulcast_layers[0].active = true; in TEST_F()
363 config_.simulcast_layers[1].active = true; in TEST_F()
364 config_.simulcast_layers[2].active = true; in TEST_F()
367 EXPECT_TRUE(codec_out_.spatialLayers[0].active); in TEST_F()
368 EXPECT_TRUE(codec_out_.spatialLayers[1].active); in TEST_F()
369 EXPECT_TRUE(codec_out_.spatialLayers[2].active); in TEST_F()
[all …]
/aosp_15_r20/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py47 self.parent.active = self
50 self.parent.active = None
74 if self.parent.active == self:
75 self.parent.active = None
175 self.active = None
209 on = (self.active <> None)
217 on = self.active.have_selection()
223 on = self.active.can_paste()
228 on = self.active.can_undo()
238 on = self.active.can_redo()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/netapp/v1/
H A Dactive_directory.proto32 // ListActiveDirectoriesRequest for requesting multiple active directories.
56 // ListActiveDirectoriesResponse contains all the active directories requested.
58 // The list of active directories.
68 // GetActiveDirectory for getting a single active directory.
70 // Required. Name of the active directory.
79 // CreateActiveDirectoryRequest for creating an active directory.
89 // Required. Fields of the to be created active directory.
92 // Required. ID of the active directory to create.
96 // UpdateActiveDirectoryRequest for updating an active directory.
99 // Active Directory resource by the update.
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dconfig.py29 * active: True if name is defined, False if a #define for name is
34 def __init__(self, active, name, value='', section=None): argument
35 self.active = active
43 In the documentation of this class, a symbol is said to be *active*
48 * `name in config` is `True` if the symbol `name` is active, `False`
61 """True if the given symbol is active (i.e. set).
66 return name in self.settings and self.settings[name].active
69 """True if all the elements of names are active (i.e. set)."""
73 """True if at least one symbol in names are active (i.e. set)."""
83 If name is not known, raise KeyError. name does not need to be active.
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_discovery_manager.cc38 bool active, LowEnergyDiscoveryManager::WeakPtr manager) in LowEnergyDiscoverySession() argument
39 : alive_(true), active_(active), manager_(std::move(manager)) { in LowEnergyDiscoverySession()
118 void LowEnergyDiscoveryManager::StartDiscovery(bool active, in StartDiscovery() argument
121 bt_log(INFO, "gap-le", "start %s discovery", active ? "active" : "passive"); in StartDiscovery()
128 // If the scan needs to be upgraded to an active scan, it will be handled in in StartDiscovery()
135 DiscoveryRequest{.active = active, .callback = std::move(callback)}); in StartDiscovery()
143 if (active) { in StartDiscovery()
144 // If this is the first active session, stop scanning and wait for in StartDiscovery()
145 // OnScanStatus() to initiate active scan. in StartDiscovery()
153 auto session = AddSession(active); in StartDiscovery()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java114 * 3. When a transition starts animating, it is moved to the "active" state.
116 * Basically: --start--> PENDING --onTransitionReady--> READY --play--> ACTIVE --finish--> |
121 * within a track, only one transition can be animating ("active") at a time.
125 * head of the "ready" queue, it will attempt to merge to with the "active" transition. If the
126 * merge succeeds, it will be moved to the "active" transition's "merged" list and then the next
127 * "ready" transition can attempt to merge. Once the "active" transition animation is finished,
131 * the same assignments. If, however, WMCore decides that a transition conflicts with >1 active
132 * track, it will be marked as SYNC. This means that all currently active tracks must be flushed
238 /** List of {@link Runnable} instances to run when the last active transition has finished. */
518 * Runs the given {@code runnable} when the last active transition has finished, or immediately
[all …]
/aosp_15_r20/external/openthread/tests/scripts/expect/
H A Dcli-dataset.exp36 send "dataset active\n"
37 expect -re {Active Timestamp: \d+}
50 send "dataset init active\n"
124 expect "Active Timestamp: 100"
150 expect "Active Timestamp: 100"
170 wait_for "dataset active" "Active Timestamp: 100"
172 send "dataset active\n"
173 expect "Active Timestamp: 100"
190 send "dataset init active\n"
193 expect "Active Timestamp: 100"
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java179 doReturn(Call.State.ACTIVE).when(mActiveCall).getState(); in setUp()
211 * Test that a single phone case results in our phone being active and the RIL called
223 assertFalse("phone active after request", mPhoneSwitcherUT in testRegister()
251 // now try various things that should cause the active phone to switch: in testRegister()
481 * Test a multi-sim case with limited active phones:
540 // Phone 0 should be active in testHigherPriorityDefault()
558 * When preferredData is set, it overwrites defaultData sub to be active sub in single
559 * active phone mode. If it's unset (to DEFAULT_SUBSCRIPTION_ID), defaultData sub becomes
560 * active one.
568 // Both are active subscriptions are active sub, as they are in both active slots. in testSetPreferredData()
[all …]
/aosp_15_r20/external/mbedtls/scripts/
H A Dconfig.py29 * active: True if name is defined, False if a #define for name is
34 def __init__(self, active, name, value='', section=None): argument
35 self.active = active
43 In the documentation of this class, a symbol is said to be *active*
48 * `name in config` is `True` if the symbol `name` is active, `False`
61 """True if the given symbol is active (i.e. set).
66 return name in self.settings and self.settings[name].active
69 """True if all the elements of names are active (i.e. set)."""
73 """True if at least one symbol in names are active (i.e. set)."""
83 If name is not known, raise KeyError. name does not need to be active.
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gDSDSSupplementaryServiceTest.py459 call active.
461 both calls active.
463 5. Merge 2 active calls.
482 call active.
484 both calls active.
486 5. Merge 2 active calls.
506 call active.
508 both calls active.
510 5. Merge 2 active calls.
529 call active.
[all …]
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h128 // Precondition: Encoder has no active child encoder.
148 // Precondition: Encoder has no active child encoder.
158 // Precondition: Encoder has no active child encoder.
170 // Precondition: Encoder has no active child encoder.
184 // Precondition: Encoder has no active child encoder.
192 // Precondition: Encoder has no active child encoder.
199 // Precondition: Encoder has no active child encoder.
207 // Precondition: Encoder has no active child encoder.
217 // Precondition: Encoder has no active child encoder.
224 // Precondition: Encoder has no active child encoder.
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSuffixTree.cpp21 Active.Node = Root; in SuffixTree()
103 if (Active.Len == 0) { in extend()
104 // If not, then say the active index is the end index. in extend()
105 Active.Idx = EndIdx; in extend()
108 assert(Active.Idx <= EndIdx && "Start index can't be after end index!"); in extend()
111 unsigned FirstChar = Str[Active.Idx]; in extend()
114 if (Active.Node->Children.count(FirstChar) == 0) { in extend()
116 insertLeaf(*Active.Node, EndIdx, FirstChar); in extend()
118 // The active node is an internal node, and we visited it, so it must in extend()
121 NeedsLink->Link = Active.Node; in extend()
[all …]
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dresolution_bitrate_limits_tests.cc94 const bool active; member
146 // Simulcast layers indicates which spatial layers are active. in ModifyVideoConfigs()
152 stream.active = configs_[i].active; in ModifyVideoConfigs()
208 InitEncodeTest test(payload_name_, {{.active = true}}, in TEST_P()
226 "VP9", {{.active = true, .scalability_mode = ScalabilityMode::kL1T1}}, in TEST_F()
244 "VP9", {{.active = true, .scalability_mode = ScalabilityMode::kL2T1}}, in TEST_F()
257 {{.active = true, in TEST_P()
276 {{.active = true, in TEST_P()
295 {{.active = false}, {.active = true}, {.active = false}}, in TEST_P()
312 {{.active = false}, in TEST_P()
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java374 // Set device as Active for A2DP and test connection state summary in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
390 // Set A2DP profile to be connected, Active and test connection state summary in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
408 // Set device as Active for A2DP and test connection state summary in getTvConnectionSummary_testSingleProfileActiveDeviceA2dp()
410 assertThat(mCachedDevice.getConnectionSummary()).isEqualTo("Active"); in getTvConnectionSummary_testSingleProfileActiveDeviceA2dp()
422 // Set A2DP profile to be connected, Active and test connection state summary in getTvConnectionSummary_testSingleProfileActiveDeviceA2dp()
425 assertThat(mCachedDevice.getTvConnectionSummary().toString()).isEqualTo("Active"); in getTvConnectionSummary_testSingleProfileActiveDeviceA2dp()
439 // Set device as Active for A2DP and test connection state summary in getConnectionSummary_shortSummary_returnShortSummary()
441 assertThat(mCachedDevice.getConnectionSummary(true /* shortSummary */)).isEqualTo("Active"); in getConnectionSummary_shortSummary_returnShortSummary()
446 "Active"); in getConnectionSummary_shortSummary_returnShortSummary()
481 // 1. Profile: {A2DP, Connected, Active} in getConnectionSummary_testA2dpInCall_returnNull()
[all …]
/aosp_15_r20/external/python/cpython2/Mac/Demo/textedit/
Dped.py84 self.parent.active = self
114 if self.parent.active == self:
115 self.parent.active = None
185 self.active = None
218 on = (self.active <> None)
226 on = self.active.have_selection()
288 if self.active:
289 self.active.close()
291 EasyDialogs.Message("No active window?")
294 if self.active:
[all …]
/aosp_15_r20/external/webrtc/video/adaptation/
H A Dbitrate_constraint_unittest.cc38 bool active; member
61 video_codec->simulcastStream[layer_idx].active = params[layer_idx].active; in FillCodecConfig()
67 encoder_config->simulcast_layers[layer_idx].active = in FillCodecConfig()
68 params[layer_idx].active; in FillCodecConfig()
116 {{.active = true}}); in TEST_F()
129 {{.active = true}}); in TEST_F()
144 {{.active = true, .scalability_mode = ScalabilityMode::kL1T1}}); in TEST_F()
158 {{.active = true, .scalability_mode = ScalabilityMode::kL1T1}}); in TEST_F()
173 {{.active = true, .scalability_mode = ScalabilityMode::kL2T1}}); in TEST_F()
188 {{.active = false, .scalability_mode = ScalabilityMode::kL2T1}, in TEST_F()
[all …]
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/privacy/
DMicQcPanelTest.java61 private static final String APP_LABEL_ACTIVE = "active";
131 List.of(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_micEnabled_onlyOneActivePrivacyItem_firstRowMicEnabled()
146 List.of(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_micEnabled_onlyOneActivePrivacyItem_secondRowActiveApp()
159 List.of(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_micDisabled_onlyOneInactivePhonePrivacyItem_firstRowMicDisabled()
175 List.of(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_micDisabled_onlyOneInactivePhonePrivacyItem_secondRowInactiveApp()
188 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_micEnabled_multiplePrivacyItems_firstRowMicEnabled()
189 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ false)); in testGetQCItem_micEnabled_multiplePrivacyItems_firstRowMicEnabled()
190 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ false)); in testGetQCItem_micEnabled_multiplePrivacyItems_firstRowMicEnabled()
191 elements.add(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_micEnabled_multiplePrivacyItems_firstRowMicEnabled()
192 elements.add(getPrivacyElement(/* active=*/ true, /* phoneCall= */ true)); in testGetQCItem_micEnabled_multiplePrivacyItems_firstRowMicEnabled()
[all …]
DCameraQcPanelTest.java61 private static final String APP_LABEL_ACTIVE = "active";
131 List.of(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_cameraEnabled_onlyOneActivePrivacyItem_firstRowCameraEnabled()
146 List.of(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_cameraEnabled_onlyOneActivePrivacyItem_secondRowActiveApp()
160 List.of(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_cameraDisabled_onlyOneInactivePhonePrivacyItem_firstRowCameraDisabled()
177 List.of(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_cameraDisabled_onlyOneInactivePhonePrivacyItem_secondRowInactiveApp()
190 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ true)); in testGetQCItem_cameraEnabled_multiplePrivacyItems_firstRowCameraEnabled()
191 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ false)); in testGetQCItem_cameraEnabled_multiplePrivacyItems_firstRowCameraEnabled()
192 elements.add(getPrivacyElement(/* active=*/ false, /* phoneCall= */ false)); in testGetQCItem_cameraEnabled_multiplePrivacyItems_firstRowCameraEnabled()
193 elements.add(getPrivacyElement(/* active=*/ true, /* phoneCall= */ false)); in testGetQCItem_cameraEnabled_multiplePrivacyItems_firstRowCameraEnabled()
194 elements.add(getPrivacyElement(/* active=*/ true, /* phoneCall= */ true)); in testGetQCItem_cameraEnabled_multiplePrivacyItems_firstRowCameraEnabled()
[all …]
/aosp_15_r20/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/app/integration/
H A DSingleCallingTest.java77 * Test the scenario where a new managed outgoing call is created and transitions to the ACTIVE
85 * 2. transition the call to ACTIVE via {@link Connection#setActive()}
90 * Assert the call was successfully added and transitioned to the ACTIVE state without errors
107 * Test the scenario where a new managed outgoing call is created and transitions to the ACTIVE
121 * transition the call to ACTIVE via {@link Connection#setActive()}
134 * Assert the call was successfully added and transitioned to the ACTIVE state without errors
155 * Test the scenario where a new MANAGED incoming call is created and transitions to the ACTIVE
163 * 2. transition the call to ACTIVE via {@link Connection#setActive()}
168 * Assert the call was successfully added and transitioned to the ACTIVE state without errors
189 * Test the scenario where a new MANAGED incoming call is created and transitions to the ACTIVE
[all …]

12345678910>>...626