Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 165) sorted by relevance

1234567

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h104 inline T getUniformValue(int valueProperties, T low, T up, T zeroPoint) {
106 NN_FUZZER_CHECK(up >= zeroPoint);
110 return getUniformNonZero(low, up, zeroPoint);
112 return getUniform(low, up);
121 inline void uniform(T low, T up, T zeroPoint, RandomOperand* op) {
125 data[i] = getUniformValue<T>(op->valueProperties, low, up, zeroPoint);
379 #define PARAMETER_VEC_RANGE(opType, len, low, up) \
383 PARAMETER_FILL_BUFFER_HELPER(opType, len, getUniform, low, up); \
388 #define PARAMETER_RANGE(opType, low, up) PARAMETER_VEC_RANGE(opType, 1, low, up)
393 #define PARAMETER_FLOAT_RANGE(low, up) \
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java72 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() argument
80 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() argument
125 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() argument
127 mHandler.post(() -> notifyInterfaceStatusChanged(ifName, up)); in onInterfaceChanged()
131 public void onInterfaceLinkStateChanged(String ifName, boolean up) in onInterfaceLinkStateChanged() argument
133 mHandler.post(() -> notifyInterfaceLinkStateChanged(ifName, up)); in onInterfaceLinkStateChanged()
497 private void notifyInterfaceStatusChanged(String iface, boolean up) { in notifyInterfaceStatusChanged() argument
499 observer.interfaceStatusChanged(iface, up); in notifyInterfaceStatusChanged()
507 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { in notifyInterfaceLinkStateChanged() argument
509 observer.interfaceLinkStateChanged(iface, up); in notifyInterfaceLinkStateChanged()
/packages/apps/Car/RotaryController/
Dreadme.md35 To nudge the controller up, run:
39 Use KeyCode ```280``` for nudge up, ```281``` for nudge down,```282``` for nudge left,```283``` for
47 To long click the controller center button, send down and up action seperately. For example:
49 …l cmd car_service inject-key 23 -a down && sleep 2 && adb shell cmd car_service inject-key 23 -a up
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconSnapshotRestorerTest.kt54 fun `set up and restore - active`() = runTest { in <lambda>()
66 fun `set up and restore - inactive`() = runTest { in <lambda>()
78 fun `set up - deactivate - restore to active`() = runTest { in <lambda>()
91 fun `set up - activate - restore to inactive`() = runTest { in <lambda>()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/mode/
DDarkModeSnapshotRestorerTest.kt55 fun `set up and restore - active`() = in set up and restore - active()
68 fun `set up and restore - inactive`() = in set up and restore - inactive()
81 fun `set up - deactivate - restore to active`() = in set up - deactivate - restore to active()
95 fun `set up - activate - restore to inactive`() = in set up - activate - restore to inactive()
/packages/modules/AdServices/adservices/linter/documentation/
DRoomDatabaseMigrationDetector.md32 You MUST bump up the db version when you make any change to a DB already cutted into an M-train!
68 ## 4. Version is bumped up between major release(M-train)
69 * If the database is changed after a M-train release, we must bump up the version.
110 ## Enforce Version is bumped up after M-train cut
122 If we try to cherry-pick a database change into a release, we should bump up the version as well so…
139 ### Ensure Version is bumped up accordingly
140 #### Option 2: Bump up version every time we change the db.
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetNetworkFactory.java235 protected boolean updateInterfaceLinkState(@NonNull final String ifaceName, final boolean up) { in updateInterfaceLinkState() argument
241 Log.d(TAG, "updateInterfaceLinkState, iface: " + ifaceName + ", up: " + up); in updateInterfaceLinkState()
245 return iface.updateLinkState(up); in updateInterfaceLinkState()
593 boolean updateLinkState(final boolean up) { in updateLinkState() argument
594 if (mLinkUp == up) { in updateLinkState()
597 mLinkUp = up; in updateLinkState()
599 if (!up) { // was up, goes down in updateLinkState()
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetdUnsolicitedEventListener.aidl113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java185 public boolean moveToAdjacentBrowsableChannel(boolean up) { in moveToAdjacentBrowsableChannel() argument
186 Channel channel = getAdjacentBrowsableChannel(up); in moveToAdjacentBrowsableChannel()
198 public Channel getAdjacentBrowsableChannel(boolean up) { in getAdjacentBrowsableChannel() argument
214 int nextChannelIndex = up ? channelIndex + 1 + i : channelIndex - 1 - i + size; in getAdjacentBrowsableChannel()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument

1234567