/aosp_15_r20/external/libbpf/include/linux/ |
H A D | filter.h | 8 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument 64 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 72 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 80 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 126 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 134 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | OneHandedSettingsUtilsTest.java | 42 private static final int OFF = 0; field in OneHandedSettingsUtilsTest 61 Settings.Secure.ONE_HANDED_MODE_ENABLED, OFF, mCurrentUserId)).isEqualTo(ON); in setOneHandedModeEnabled_setEnable_shouldReturnEnabled() local 69 Settings.Secure.ONE_HANDED_MODE_ENABLED, OFF, mCurrentUserId)).isEqualTo(OFF); in setOneHandedModeEnabled_setDisable_shouldReturnDisabled() local 77 Settings.Secure.TAPS_APP_TO_EXIT, OFF, mCurrentUserId)).isEqualTo(ON); in setTapsAppToExitEnabled_setEnable_shouldReturnEnabled() local 85 Settings.Secure.TAPS_APP_TO_EXIT, OFF, mCurrentUserId)).isEqualTo(OFF); in setTapsAppToExitEnabled_setDisable_shouldReturnDisabled() local
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 288 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 298 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 318 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 338 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 288 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 298 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 318 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 338 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|
/aosp_15_r20/external/iproute2/include/ |
H A D | bpf_util.h | 179 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 189 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 199 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 229 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ShowOnlyUnseenNotificationsOnLockscreenPreferenceControllerTest.java | 86 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in display_configSet_showDisplay() local 103 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 131 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in setChecked_setTrue_enablesSetting() local
|
D | BubbleNotificationPreferenceControllerTest.java | 103 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in updateState_settingIsOff_preferenceSetUnchecked() local 114 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in onSwitchChanged_true_settingIsOff_flagShouldOn() local 145 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in setChecked_setTrue_enablesSetting() local
|
D | BadgingNotificationPreferenceControllerTest.java | 111 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, OFF); in updateState_preferenceSetUncheckedWhenSettingIsOff() local 122 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 147 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in setChecked_setTrue_enablesSetting() local
|
D | LockscreenNotificationMinimalismPreferenceControllerTest.java | 58 static final int OFF = 0; field in LockscreenNotificationMinimalismPreferenceControllerTest 92 LOCK_SCREEN_NOTIFICATION_MINIMALISM, OFF); in isChecked_settingIsOff_shouldReturnFalse() local
|
D | SnoozeNotificationPreferenceControllerTest.java | 77 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 102 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in setChecked_setTrue_enablesSetting() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptioningTogglePreferenceControllerTest.java | 74 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in tearDown() local 96 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in displayPreference_captionDisabled_shouldSetUnchecked() local 118 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in performClick_captionDisabled_shouldSetCaptionEnabled() local
|
D | AudioDescriptionPreferenceControllerTest.java | 73 Settings.Secure.putInt(mContext.getContentResolver(), KEY_AUDIO_DESCRIPTION, OFF); in isChecked_disableAudioDescription_onResumeShouldReturnFalse() local 93 Settings.Secure.putInt(mContext.getContentResolver(), KEY_AUDIO_DESCRIPTION, OFF); in performClick_enableAudioDescription_shouldReturnTrue() local
|
D | VibrationPreferenceControllerTest.java | 53 private static final int OFF = 0; field in VibrationPreferenceControllerTest 118 Settings.System.putInt(mContext.getContentResolver(), Settings.System.VIBRATE_ON, OFF); in getSummary_vibrateSettingOff_returnsOffText() local
|
D | MagnificationOneFingerPanningPreferenceControllerTest.java | 129 Settings.Secure.putInt(mContext.getContentResolver(), ONE_FINGER_PANNING_KEY, OFF); in isChecked_settingsOff_returnFalse() local 138 Settings.Secure.putInt(mContext.getContentResolver(), ONE_FINGER_PANNING_KEY, OFF); in getSummary_switchModeAndSettingsOff_defaultSummaryTextUsed() local
|
/aosp_15_r20/external/libyuv/unit_test/ |
H A D | convert_test.cc | 67 DST_SUBSAMP_X, DST_SUBSAMP_Y, W1280, N, NEG, OFF, \ argument 213 W1280, N, NEG, OFF, PN, OFF_U, OFF_V) \ argument 347 DST_SUBSAMP_X, DST_SUBSAMP_Y, W1280, N, NEG, OFF, \ argument 462 DST_SUBSAMP_Y, W1280, N, NEG, OFF, DOY, SRC_DEPTH, \ argument 597 W1280, N, NEG, OFF) \ argument 687 SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 761 W1280, N, NEG, OFF) \ argument
|
/aosp_15_r20/packages/apps/Settings/tests/componenttests/src/com/android/settings/network/ |
D | AirplaneModePreferenceControllerComponentTest.java | 41 private static final int OFF = 0; field in AirplaneModePreferenceControllerComponentTest 53 Settings.Global.AIRPLANE_MODE_ON, OFF); in setUp() local
|
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
D | ReduceBrightColorsPersistencePreferenceControllerTest.java | 37 private static final int OFF = 0; field in ReduceBrightColorsPersistencePreferenceControllerTest 57 Settings.Secure.putInt(mContext.getContentResolver(), RBC_PERSIST, OFF); in isChecked_disabledRbc_shouldReturnFalse() local
|
D | AccessibilityShortcutPreferenceControllerTest.java | 66 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, OFF, in isChecked_disabledShortcutOnLockScreen_shouldReturnFalse() local 80 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, OFF, in setChecked_setTrue_shouldEnableShortcutOnLockScreen() local
|
D | FontWeightAdjustmentPreferenceControllerTest.java | 41 private static final int OFF = 0; field in FontWeightAdjustmentPreferenceControllerTest 80 Settings.Secure.FONT_WEIGHT_ADJUSTMENT, OFF); in isChecked_disabledBoldText_shouldReturnFalse() local
|
D | PrimaryMonoPreferenceControllerTest.java | 39 private static final int OFF = 0; field in PrimaryMonoPreferenceControllerTest 73 Settings.System.MASTER_MONO, OFF, UserHandle.USER_CURRENT); in isChecked_disabledMonoAudio_shouldReturnFalse() local
|
D | HighTextContrastPreferenceControllerTest.java | 45 private static final int OFF = 0; field in HighTextContrastPreferenceControllerTest 87 Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, OFF); in isChecked_disabledTextContrast_shouldReturnFalse() local
|
/aosp_15_r20/external/bpftool/include/linux/ |
H A D | filter.h | 32 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 40 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | inffast.c | 25 # define OFF 0 macro 28 # define OFF 1 macro
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500.py | 46 OFF = 'OFF' variable in SignallingState 60 OFF = 'OFF' variable in SccState 115 OFF = 'OFF' variable in DrxMode 200 OFF = 'OFF' variable in MacPadding 232 OFF = 'OFF' variable in ReducedPdcch 1349 OFF = 'OFF' variable in LteMeasurementState
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | InternalFlags.java | 45 OFF, enumConstant 57 OFF, enumConstant
|