HomeSort by relevance Sort by last modified time
    Searched defs:ON (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Parser/
pragma-optimize-diagnostics.cpp 5 #pragma clang optimize on
8 #pragma clang optimize on top of spaghetti // expected-error {{unexpected extra argument 'top' to '#pragma clang optimize'}}
11 #pragma clang optimize something_wrong // expected-error {{unexpected argument 'something_wrong' to '#pragma clang optimize'; expected 'on' or 'off'}}
14 #pragma clang optimize // expected-error {{missing argument to '#pragma clang optimize'; expected 'on' or 'off'}}
18 #define ON on
20 #pragma clang optimize ON
26 #define OPT_ON _Pragma("clang optimize on")
  /tools/tradefederation/core/src/com/android/tradefed/util/
BinaryState.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
19 * Enum used to record ON/OFF state with a IGNORE no-op state.
23 ON,
  /packages/apps/Settings/src/com/android/settings/search/
InlineSwitchPayload.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
29 private static final int ON = 1;
43 * @param onValue is the value stored as on for the switch. Should be 0 or 1.
50 // If on is stored as TRUE then the switch is standard.
66 if (value != OFF && value != ON) {
68 + ON + " or " + OFF
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
37 Description: Removed unused defintions and corrected ifdef, that depended on
111 #ifndef ON
112 #define ON 1
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AutoRestrictionPreferenceController.java 10 * distributed under the License is distributed on an "AS IS" BASIS,
32 private static final int ON = 1;
53 Settings.Global.APP_AUTO_RESTRICTION_ENABLED, ON) == ON;
62 smartBatteryOn ? ON : OFF);
SmartBatteryPreferenceController.java 10 * distributed under the License is distributed on an "AS IS" BASIS,
35 private static final int ON = 1;
61 Settings.Global.ADAPTIVE_BATTERY_MANAGEMENT_ENABLED, ON) == ON;
69 Settings.Global.ADAPTIVE_BATTERY_MANAGEMENT_ENABLED, smartBatteryOn ? ON : OFF);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
BatteryManagerPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
36 private static final int ON = 1;
62 Settings.Global.getInt(mContext.getContentResolver(), setting, ON) == ON;
  /packages/apps/Settings/src/com/android/settings/gestures/
SwipeToNotificationPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
30 private static final int ON = 1;
80 return Settings.Secure.getInt(context.getContentResolver(), SECURE_KEY, OFF) == ON;
85 context.getContentResolver(), SECURE_KEY, isEnabled ? ON : OFF);
DoubleTapPowerPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
36 static final int ON = 0;
78 SECURE_KEY, ON);
79 return cameraDisabled == ON;
85 isChecked ? ON : OFF);
96 ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
DoubleTapScreenPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
39 private final int ON = 1;
100 isChecked ? ON : OFF);
121 ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
PickupGesturePreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
38 private final int ON = 1;
109 isChecked ? ON : OFF);
124 ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
SwipeUpPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 private final int ON = 1;
77 setSwipeUpPreference(mContext, mUserManager, isChecked ? ON : OFF);
90 .getBoolean(R.bool.config_swipe_up_gesture_default) ? ON : OFF;
AssistGestureSettingsPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
41 private static final int ON = 1;
107 SECURE_KEY_ASSIST, ON) != 0;
112 SECURE_KEY_SILENCE, ON) != 0;
118 isChecked ? ON : OFF);
138 return Settings.Secure.getInt(mContext.getContentResolver(), SECURE_KEY_ASSIST, OFF) == ON;
149 ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
DoubleTwistPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
35 private final int ON = 1;
91 setDoubleTwistPreference(mContext, mUserManager, isChecked ? ON : OFF);
110 Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, ON);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
FakeToggleController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
36 private final int ON = 1;
48 settingKey, OFF) == ON;
54 isChecked ? ON : OFF);
  /external/aac/libAACdec/src/
aacdec_drc.cpp 10 scheme for digital audio. This FDK AAC Codec software is intended to be used on
73 This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright
80 however caused and on any theory of liability, whether in contract, strict
135 #define ON 1
265 self->params.applyDigitalNorm = ON;
277 if ((value != OFF) && (value != ON)) {
287 if ((value != OFF) && (value != ON)) {
814 ON))) { /* copy thread to channel */
869 if (self->enable != ON) {
874 * on by extGain. *
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
firmware_Cr50CCDServoCap.py 26 'fake_servo on, cr50_run reboot',
27 'fake_servo on, rdd attach, cr50_run reboot',
29 'rdd attach, fake_servo on, cr50_run reboot, fake_servo off',
30 'rdd attach, fake_servo on, rdd detach',
34 CLEANUP = 'fake_servo on, rdd attach'
36 ON = 'on'
40 # translate to off, on and unknown.
44 ON : ['on', 'connected', 'enabled', 'UARTAP+TX UARTEC+TX I2C SPI']
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
50 This file is dependent on limits.h for defining the bit widths. In an
149 #ifndef ON
150 #define ON 1
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySlicePreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
42 private final int ON = 1;
66 Settings.Secure.ACCESSIBILITY_ENABLED, OFF) == ON;
MagnificationPreferenceFragment.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
45 static final int ON = 1;
142 return Settings.Secure.getInt(contentResolver, settingsKey, OFF) == ON;
147 return Settings.Secure.putInt(contentResolver, settingsKey, isChecked ? ON : OFF);
  /packages/apps/Settings/src/com/android/settings/display/
AmbientDisplayNotificationsPreferenceController.java 10 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40 private final int ON = 1;
81 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, isChecked ? ON : OFF);
106 ResultPayload.SettingsSource.SECURE, ON /* onValue */, intent, isAvailable(),
107 ON /* defaultValue */);
AmbientDisplayAlwaysOnPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
33 private final int ON = 1;
69 int enabled = isChecked ? ON : OFF;
109 ResultPayload.SettingsSource.SECURE, ON /* onValue */, intent, isAvailable(),
110 ON /* defaultValue */);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
BatteryManagerPreferenceControllerTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
40 private static final int ON = 1;
75 Settings.Global.ADAPTIVE_BATTERY_MANAGEMENT_ENABLED, ON);
79 assertThat(mPreference.getSummary()).isEqualTo("On / Detecting when apps drain battery");
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 13 * created on: 1999sep22
44 #define ON U_OTHER_NEUTRAL
  /packages/apps/Settings/src/com/android/settings/notification/
BadgingNotificationPreferenceController.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
51 static final int ON = 1;
99 NOTIFICATION_BADGING, ON) == ON;
105 NOTIFICATION_BADGING, isChecked ? ON : OFF);
144 ResultPayload.SettingsSource.SECURE, ON /* onValue */, intent, isAvailable(),
145 ON /* defaultValue */);

Completed in 935 milliseconds

1 2 3 4 5 6 7 8 910