Home
last modified time | relevance | path

Searched defs:OFF (Results 1 – 25 of 1215) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/libbpf/include/linux/
H A Dfilter.h8 #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/
DOneHandedSettingsUtilsTest.java42 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 Dlibbpf.h288 #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 Dlibbpf.h288 #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 Dbpf_util.h179 #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/
DShowOnlyUnseenNotificationsOnLockscreenPreferenceControllerTest.java86 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
DBubbleNotificationPreferenceControllerTest.java103 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
DBadgingNotificationPreferenceControllerTest.java111 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
DLockscreenNotificationMinimalismPreferenceControllerTest.java58 static final int OFF = 0; field in LockscreenNotificationMinimalismPreferenceControllerTest
92 LOCK_SCREEN_NOTIFICATION_MINIMALISM, OFF); in isChecked_settingIsOff_shouldReturnFalse() local
DSnoozeNotificationPreferenceControllerTest.java77 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/
DCaptioningTogglePreferenceControllerTest.java74 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
DAudioDescriptionPreferenceControllerTest.java73 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
DVibrationPreferenceControllerTest.java53 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
DMagnificationOneFingerPanningPreferenceControllerTest.java129 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 Dconvert_test.cc67 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/
DAirplaneModePreferenceControllerComponentTest.java41 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/
DReduceBrightColorsPersistencePreferenceControllerTest.java37 private static final int OFF = 0; field in ReduceBrightColorsPersistencePreferenceControllerTest
57 Settings.Secure.putInt(mContext.getContentResolver(), RBC_PERSIST, OFF); in isChecked_disabledRbc_shouldReturnFalse() local
DAccessibilityShortcutPreferenceControllerTest.java66 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
DFontWeightAdjustmentPreferenceControllerTest.java41 private static final int OFF = 0; field in FontWeightAdjustmentPreferenceControllerTest
80 Settings.Secure.FONT_WEIGHT_ADJUSTMENT, OFF); in isChecked_disabledBoldText_shouldReturnFalse() local
DPrimaryMonoPreferenceControllerTest.java39 private static final int OFF = 0; field in PrimaryMonoPreferenceControllerTest
73 Settings.System.MASTER_MONO, OFF, UserHandle.USER_CURRENT); in isChecked_disabledMonoAudio_shouldReturnFalse() local
DHighTextContrastPreferenceControllerTest.java45 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 Dfilter.h32 #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 Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py46 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 DInternalFlags.java45 OFF, enumConstant
57 OFF, enumConstant

12345678910>>...49