OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:On
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
unreachable-code-path.c
70
enum test_enum { Off,
On
};
/external/webkit/Source/WebCore/html/
HTMLInputElement.h
210
enum AutoCompleteSetting { Uninitialized,
On
, Off };
/frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java
11
* distributed under the License is distributed
on
an "AS IS" BASIS,
52
* may show depending
on
whether the keyguard is showing, and whether the device
130
void onToggle(boolean
on
) {
131
if (
on
) {
157
void onToggle(boolean
on
) {
167
changeAirplaneModeSystemSetting(
on
);
234
silentModeOn ? ToggleAction.State.
On
: ToggleAction.State.Off);
326
// note: the scheme below made more sense when we were planning
on
having
393
* A toggle action knows whether it is
on
or off, and displays an icon
402
On
(false)
[
all
...]
Completed in 732 milliseconds