/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | OperationSignatureUtils.h | 104 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/ |
D | NetdWrapper.java | 72 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/ |
D | readme.md | 35 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/ |
D | ThemedIconSnapshotRestorerTest.kt | 54 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/ |
D | DarkModeSnapshotRestorerTest.kt | 55 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/ |
D | RoomDatabaseMigrationDetector.md | 32 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/ |
D | EthernetNetworkFactory.java | 235 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/ |
D | INetdUnsolicitedEventListener.aidl | 113 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/ |
D | ChannelTuner.java | 185 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 28 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/ |
D | INetdUnsolicitedEventListener.aidl | 28 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 28 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 10 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/ |
D | INetdUnsolicitedEventListener.aidl | 27 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 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/ |
D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument 45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
|