Home
last modified time | relevance | path

Searched full:unbind (Results 1 – 25 of 1845) sorted by relevance

12345678910>>...74

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DMusicFxHelperTest.java136 List<ResolveInfo> list, int unBind, int broadcast, String packageName, in closeSessionWithResList() argument
154 verify(mMockContext, times(unBind)).unbindService(anyObject()); in closeSessionWithResList()
195 closeSessionWithResList(null, 0 /* unbind */, 0 /* broadcast */, null /* packageName */, in testCloseBroadcastIntent()
232 closeSessionWithResList(mEmptyList, 0 /* unbind */, 0 /* broadcast */, in testBroadcastIntentWithNoPackageAndNoBroadcastReceiver()
245 closeSessionWithResList(mSingleList, 0 /* unbind */, 0 /* broadcast */, in testBroadcastIntentWithNoPackageAndOneBroadcastReceiver()
266 int broadcasts = 1, bind = 1, unbind = 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver() local
270 closeSessionWithResList(mSingleList, unbind, broadcasts, mTestPkg1, mTestSession1, in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
276 unbind = unbind + 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
279 closeSessionWithResList(mSingleList, unbind, broadcasts, mTestPkg2, mTestSession2, in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
285 unbind = unbind + 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
[all …]
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DStartDpcInsideSuwServiceConnectionTest.java126 // WHEN calling dpcFinished and unbind in testBindingSucceeds_serviceConnects()
128 mStartDpcInsideSuwServiceConnection.unbind(mActivity); in testBindingSucceeds_serviceConnects()
130 // THEN we unbind from the NetworkInterceptService in testBindingSucceeds_serviceConnects()
146 // WHEN saving state and calling unbind before a service connection was established in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
149 mStartDpcInsideSuwServiceConnection.unbind(mActivity); in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
151 // THEN we unbind from the NetworkInterceptService in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
171 // WHEN calling dpcFinished and unbind in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
173 restoredServiceConnection.unbind(mRestoredActivity); in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
175 // THEN we unbind from the NetworkInterceptService in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected()
197 // WHEN saving state and calling unbind after a service connection was established in testBindingSucceeds_instanceStateSavedAndRestoredAfterServiceConnected()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh6 echo "Media Device Allocator testing: unbind and bind"
18 echo "Test unbind both devices - start"
19 echo "Running unbind of $MDEV from $MDRIVER"
20 echo $MDEV > $MDRIVER/unbind;
28 echo "Running unbind of $ADEV from $ADRIVER"
29 echo $ADEV > $ADRIVER/unbind;
33 echo "Test unbind both devices - end"
54 echo "Test unbind $MDEV - bind $MDEV - unbind $ADEV - bind $ADEV start"
56 echo "Running unbind of $MDEV from $MDRIVER"
57 echo $MDEV > $MDRIVER/unbind;
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.hpp164 * to unbind first half of bindings for tested target;
167 * to unbind rest of bindings;
177 * with zeros to unbind 1st binding for tested target;
180 * - unbind all buffers.
208 * to unbind first half of bindings for tested target;
211 * to unbind rest of bindings for tested target;
221 * filled with zeros to unbind first binding for tested target;
224 * - unbind all buffers.
253 * with zeros, to unbind those units;
258 * to unbind those units;
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceBindHelper.java152 logdWithLocalLog("Unbind immediate with phoneId: " + binding.getPhoneId());
204 mBindings.get(phoneId).unbind(true); in updateBindingsAndSimStates()
282 // Unbind after a delay in case this is a temporary blip in carrier privileges. in rebind()
283 unbind(false /* immediate */); in rebind()
288 // If we are binding to a different package, unbind immediately from the current one. in rebind()
290 unbind(true /* immediate */); in rebind()
312 unbind(true /* immediate */); in rebind()
317 logdWithLocalLog("CarrierService class changed, unbind immediately."); in rebind()
318 // Unbind immediately if the carrier service component has changed. in rebind()
319 unbind(true /* immediate */); in rebind()
[all …]
DMockModem.java323 Rlog.d(mTag, "unbind IRadio Config"); in unbindMockModemService()
330 Rlog.d(mTag, "unbind IRadio Modem"); in unbindMockModemService()
337 Rlog.d(mTag, "unbind IRadio Sim"); in unbindMockModemService()
344 Rlog.d(mTag, "unbind IRadio Messaging"); in unbindMockModemService()
351 Rlog.d(mTag, "unbind IRadio Data"); in unbindMockModemService()
358 Rlog.d(mTag, "unbind IRadio Network"); in unbindMockModemService()
365 Rlog.d(mTag, "unbind IRadio Voice"); in unbindMockModemService()
372 Rlog.d(TAG, "unbind IRadio Ims"); in unbindMockModemService()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java430 verify(controller, never()).unbind(); in testCarrierPackageBind()
482 verify(deviceController, never()).unbind(); in testDeviceCarrierPackageBindMultipleServices()
485 verify(carrierController1, never()).unbind(); in testDeviceCarrierPackageBindMultipleServices()
488 verify(carrierController2, never()).unbind(); in testDeviceCarrierPackageBindMultipleServices()
537 verify(deviceController, never()).unbind(); in testCarrierPackageBindOneConfigTwoSupport()
540 verify(carrierController1, never()).unbind(); in testCarrierPackageBindOneConfigTwoSupport()
543 verify(carrierController2, never()).unbind(); in testCarrierPackageBindOneConfigTwoSupport()
571 verify(controller, never()).unbind(); in testCarrierPackageBindWithEmergencyCalling()
600 verify(controller, never()).unbind(); in testCarrierPackageBindWithEmergencyButNotMmtel()
672 verify(controller, never()).unbind(); in testCarrierPackageChangeEmergencyCalling()
[all …]
/aosp_15_r20/external/pytorch/test/
H A Dtest_nestedtensor.py117 tensors = input.unbind()
214 for t in other.unbind():
309 nested_tensor_list = nested_tensor.unbind()
331 nested_tensor_list = nested_tensor.unbind()
355 nested_tensor_list = nested_tensor.unbind()
364 a1, b1 = nt.unbind()
369 a1, b1 = nt.unbind(0)
375 self.assertEqual(a, nt.unbind(0)[0])
403 _test_fn(lambda x, dim: x.unbind(dim))
405 # _test_fn(lambda x, dim: torch.unbind(x, dim))
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp85 /* Unbind texture object bound to GL_TEXTURE_2D_MULTISAMPLE texture target */ in deinitInternalIteration()
89 … "Failed to unbind a texture object from GL_TEXTURE_2D_MULTISAMPLE texture target"); in deinitInternalIteration()
168 …/* Deinitialize texture object and unbind texture object bound to GL_TEXTURE_2D_MULTISAMPLE target… in iterate()
190 …/* Deinitialize texture object and unbind texture object bound to GL_TEXTURE_2D_MULTISAMPLE target… in iterate()
441 /* Unbind texture object bound to GL_TEXTURE_2D_MULTISAMPLE texture target */ in deinitInternalIteration()
445 … "Failed to unbind a texture object from GL_TEXTURE_2D_MULTISAMPLE texture target"); in deinitInternalIteration()
505 …/* Deinitialize texture object and unbind texture object bound to GL_TEXTURE_2D_MULTISAMPLE target… in iterate()
547 * @param to_id Texture object to delete & unbind. Will be set to 0 afterward
555 /* Unbind texture object bound to texture_target target */ in deinitTexture()
558 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to unbind a texture object"); in deinitTexture()
[all …]
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
H A DOomAdjPerfTest.java167 // Unbind from package 1 to package 2 in runCUJWithOomComputationOnce()
191 // Break the cycle: unbind from package3 to package1 in runCUJWithOomComputationOnce()
200 // Unbind from package1 to package2 in runCUJWithOomComputationOnce()
202 // Unbind from package2 to packagae3 in runCUJWithOomComputationOnce()
208 // Unbind from package3 to packagae2 in runCUJWithOomComputationOnce()
214 // Unbind from package3 to packagae2 in runCUJWithOomComputationOnce()
220 // Unbind from package3 to packagae2 in runCUJWithOomComputationOnce()
226 // Unbind from package3 to packagae2 in runCUJWithOomComputationOnce()
232 // Unbind from package3 to packagae2 in runCUJWithOomComputationOnce()
237 // Unbind from package3 to package1 in runCUJWithOomComputationOnce()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dlow_energy_peripheral_server_test.cc229 void Unbind() { binding()->Unbind(); } in Unbind() function in bthost::__anon5d77b21d0111::FakeAdvertisedPeripheral
423 adv_peripheral_server_4.Unbind(); in TEST_F()
481 adv_peripheral_server.Unbind(); in TEST_F()
602 adv_peripheral_server.Unbind(); in TEST_F()
640 adv_peripheral_server.Unbind(); in TEST_P()
814 adv_peripheral_server_0.Unbind(); in TEST_F()
859 adv_peripheral_server_1.Unbind(); in TEST_F()
907 adv_peripheral_server.Unbind(); in TEST_F()
984 adv_peripheral_server.Unbind(); in TEST_F()
1016 adv_peripheral_server.Unbind(); in TEST_F()
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py118 if node.target == torch.unbind:
135 # unbind (dim=0)
147 # unbind (dim=0)
255 CallFunctionVarArgs(torch.unbind, users=MULTIPLE),
259 CallMethodVarArgs("unbind", users=MULTIPLE),
274 log.debug("couldn't find unbind args")
280 if dim < 0: # Normalize unbind dim
284 torch.unbind,
1034 Helper class to merge Unbind->Cat/Stack. Many of the cases are similar to SplitCatSimplifier.
1036 Unbind can't be simplified like splits. So, we can only remove the unbind node. Other than this,
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.hpp53 void unbind();
103 virtual void unbind(exec_context &ctx) = 0;
161 virtual void unbind(exec_context &ctx);
176 virtual void unbind(exec_context &ctx);
190 virtual void unbind(exec_context &ctx);
203 virtual void unbind(exec_context &ctx);
226 virtual void unbind(exec_context &ctx);
237 virtual void unbind(exec_context &ctx);
247 virtual void unbind(exec_context &ctx);
H A Dkernel.cpp117 exec.unbind(); in launch()
289 unbind(); // Cleanup in bind()
298 kernel::exec_context::unbind() { in unbind() function in kernel::exec_context
303 arg.unbind(*this); in unbind()
459 kernel::scalar_argument::unbind(exec_context &ctx) { in unbind() function in kernel::scalar_argument
511 kernel::global_argument::unbind(exec_context &ctx) { in unbind() function in kernel::global_argument
546 kernel::local_argument::unbind(exec_context &ctx) { in unbind() function in kernel::local_argument
583 kernel::constant_argument::unbind(exec_context &ctx) { in unbind() function in kernel::constant_argument
618 kernel::image_rd_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_rd_argument
647 kernel::image_wr_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_wr_argument
[all …]
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
H A DChildProcessConnection.java96 void unbind(); in unbind() method
131 public void unbind() { in unbind() method in ChildProcessConnection.ChildServiceConnectionImpl
235 // Set to true once unbind() was called.
244 // Same as above except it no longer updates after |unbind()|.
413 unbind(); in stop()
420 unbind(); in kill()
450 unbind(); in onServiceConnectedOnLauncherThread()
565 protected void unbind() { in unbind() method in ChildProcessConnection
570 mStrongBinding.unbind(); in unbind()
571 mWaivedBinding.unbind(); in unbind()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DMultiCall.py61 # methods: bind and unbind, which get a function and a parsed sequence, as
93 def unbind(self, triplet, func): member in _SimpleBinder
96 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
221 def unbind(self, triplet, func): member in _ComplexBinder
230 self.widget.unbind(self.widgetinst, seq, id)
331 self.__binders[triplet[1]].unbind(triplet, ei[0])
340 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
347 self.__binders[triplet[1]].unbind(triplet, func)
349 return widget.unbind(self, sequence, funcid)
[all …]
/aosp_15_r20/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
H A DBroadcastResponseStatsTest.java310 connection.unbind(); in testBroadcastResponseStats_broadcastDispatchedCount()
388 connection.unbind(); in testBroadcastResponseStats_notificationPostedCount()
469 connection.unbind(); in testBroadcastResponseStats_notificationUpdatedCount()
549 connection.unbind(); in testBroadcastResponseStats_notificationCancelledCount()
690 connection.unbind(); in testBroadcastResponseStats_multipleEvents()
786 connection.unbind(); in testBroadcastResponseStats_clearCounts()
878 connection.unbind(); in testBroadcastResponseStats_changeResponseWindowDuration()
994 connection.unbind(); in testBroadcastResponseStats_appNotInForeground()
1101 connection1.unbind(); in testBroadcastResponseStats_multiplePackages()
1102 connection3.unbind(); in testBroadcastResponseStats_multiplePackages()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dmulticall.py66 # methods: bind and unbind, which get a function and a parsed sequence, as
98 def unbind(self, triplet, func): member in _SimpleBinder
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
107 self.widget.unbind(self.widgetinst, self.sequence,
231 def unbind(self, triplet, func): member in _ComplexBinder
241 self.widget.unbind(self.widgetinst, seq, id)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
352 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
359 self.__binders[triplet[1]].unbind(triplet, func)
361 return widget.unbind(self, sequence, funcid)
[all …]
/aosp_15_r20/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
H A DBroadcastDeliveryGroupTest.java57 connection1.unbind(); in testDeliveryGroupPolicy_policyAll()
58 connection2.unbind(); in testDeliveryGroupPolicy_policyAll()
91 connection1.unbind(); in testDeliveryGroupPolicy_withForceDelay_policyAll()
92 connection2.unbind(); in testDeliveryGroupPolicy_withForceDelay_policyAll()
123 connection1.unbind(); in testDeliveryGroupPolicy_policyMostRecent()
124 connection2.unbind(); in testDeliveryGroupPolicy_policyMostRecent()
160 connection1.unbind(); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent()
161 connection2.unbind(); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent()
H A DBroadcastFreezerTest.java111 // Unbind service so that the app can be cached in testBroadcastOptions_appFreezingDelayed()
112 connection.unbind(); in testBroadcastOptions_appFreezingDelayed()
143 // Unbind service so that the app can be cached in testBroadcastDelivery_syncTxnWhileFrozen()
144 connection.unbind(); in testBroadcastDelivery_syncTxnWhileFrozen()
191 connection2.unbind(); in testBroadcastDelivery_pendingFreezeCancelled()
206 connection2.unbind(); in testBroadcastDelivery_pendingFreezeCancelled()
209 connection1.unbind(); in testBroadcastDelivery_pendingFreezeCancelled()
/aosp_15_r20/external/python/cpython2/Modules/
Dtestcapi_long.h57 UNBIND(pyresult); in TESTNAME()
72 UNBIND(pyresult); in TESTNAME()
105 UNBIND(x); in TESTNAME()
114 UNBIND(y); in TESTNAME()
133 UNBIND(x); in TESTNAME()
152 UNBIND(y); in TESTNAME()
158 UNBIND(x); in TESTNAME()
173 UNBIND(y); in TESTNAME()
/aosp_15_r20/external/python/cpython3/Modules/
Dtestcapi_long.h56 UNBIND(pyresult); in TESTNAME()
71 UNBIND(pyresult); in TESTNAME()
104 UNBIND(x); in TESTNAME()
113 UNBIND(y); in TESTNAME()
132 UNBIND(x); in TESTNAME()
151 UNBIND(y); in TESTNAME()
157 UNBIND(x); in TESTNAME()
172 UNBIND(y); in TESTNAME()
/aosp_15_r20/external/pytorch/docs/source/
H A Dnested.rst115 >>> torch.stack(nt.unbind()).size()
119 >>> torch.equal(torch.stack(nt.unbind()), torch.stack([a, a]))
126 unbind chapter
129 ``unbind`` allows you to retrieve a view of the constituents.
143 >>> nt.unbind()
148 >>> nt.unbind()[0] is not a
150 >>> nt.unbind()[0].mul_(3)
162 Note that ``nt.unbind()[0]`` is not a copy, but rather a slice of the underlying memory, which repr…
211 :func:`torch.unbind`; "Supports unbinding along ``dim=0`` only."
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DPersistentConnection.java39 * - Call {@link #unbind()} to disconnect. Make sure to disconnect when the user stops.
54 * The back-off time will never be reset until {@link #unbind()} and {@link #bind()} are called
60 * class wants to restore the connection, then it should call {@link #unbind()} and {@link #bind}
91 * Whether {@link #bind()} has been called and {@link #unbind()} hasn't been yet; meaning this
123 // Callback came in after PersistentConnection.unbind() was called.
125 // (We've already called unbindService() already in unbind)
210 * @return whether {@link #bind()} has been called and {@link #unbind()} hasn't.
329 // Race condition -- by the time we got here, unbind() has already been called. in bindForBackoff()
348 public final void unbind() { in unbind() method in PersistentConnection
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java155 // Unbind request was queued so unbind immediately. in onServiceConnected()
198 * We want to unbind from the service and cleanup and call resources at this time.
250 /** Used to bind and unbind from the service. */
265 * Indicates that an unbind request was made when the service was not yet bound. If the service
328 unbind(); in decrementAssociatedCallCount()
343 unbind(); in decrementAssociatedCallCountUpdated()
358 final void unbind() { in unbind() method in ServiceBinder
363 logServiceDisconnected("unbind"); in unbind()

12345678910>>...74