HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 1 - 25 of 8173) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothStateChangeCallback.aidl 11 * distributed under the License is distributed on an "AS IS" BASIS,
26 void onBluetoothStateChange(boolean on);
  /frameworks/base/core/java/android/os/
IHardwareService.aidl 11 * distributed under the License is distributed on an "AS IS" BASIS,
24 void setFlashlightEnabled(boolean on);
  /hardware/libhardware_legacy/power/
power_qemu.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
23 qemu_set_screen_state(int on)
25 qemu_control_command( "power:screen_state:%s", on ? "wake" : "standby" );
power_qemu.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
22 qemu_set_screen_state(int on);
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 30 # filesystem. When on, each change will be logged - Both the previous data
34 LogChanges on
38 # filesystem - The "enablewrite" command will not work. When on, enablewrite
42 AllowChanges on
45 # With this option you can choose whether ext2ed will allow read-only mode on
46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
50 AllowMountedRead on
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
72 # With ForceDefault on, you can force the use of the default parameter
    [all...]
  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 115 const unsigned int on = 0xff0000ff; local
119 on, off, on, off, on, off, on, off,
120 off, on, off, on, off, on, off, on,
121 on, off, on, off, on, off, on, off
    [all...]
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 2 // ITERATIONS. Should draw a checkerboard on the screen after
207 const unsigned int on = 0xff0000ff; local
211 on, off, on, off, on, off, on, off,
212 off, on, off, on, off, on, off, on,
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
LimitedInputStream.java 25 protected void setParentEofDetect(boolean on)
29 ((IndefiniteLengthInputStream)_in).setEofOn00(on);
  /external/clang/test/Sema/
pragma-ms_struct.c 3 #pragma ms_struct on
9 #pragma ms_struct // expected-warning {{incorrect use of '#pragma ms_struct on|off' - ignored}}
11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
  /external/valgrind/main/memcheck/tests/
badloop.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inits.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
manuel1.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
metadata.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
clientperm.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/webkit/Source/WebKit/chromium/public/linux/
WebFontRendering.h 25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 WEBKIT_API static void setAntiAlias(bool on);
46 WEBKIT_API static void setSubpixelGlyphs(bool on);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ComposingStateManager.java 11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
60 public synchronized void setAutoCorrectionIndicatorOn(boolean on) {
64 Log.i(TAG, "Set auto correction Indicator: " + on);
66 mAutoCorrectionIndicatorOn = on;
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 314 const unsigned int on = 0xff0000ff;
318 on, off, on, off, on, off, on, off,
319 off, on, off, on, off, on, off, on,
320 on, off, on, off, on, off, on, off
    [all...]
  /bootable/bootloader/legacy/include/boot/
board.h 23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
49 void panel_backlight(int on);
  /external/clang/
README.android 9 * merge conflicts with upstream on those parts.
21 * Recent downstreaming on 2011/10/22: From r135574 to r142531 (sliao & logan for merge questions)
22 * Recent downstreaming on 2011/7/21: From r135359 to r135574 (sliao & logan for merge questions)
23 * Recent downstreaming on 2011/7/18: From r134305 to r135359 (sliao for merge questions)
24 * Recent downstreaming on 2011/7/2: From r133721 to r134305 (sliao for merge questions)
25 * Recent downstreaming on 2011/6/30: From r133163 to r133721 (sliao for merge questions)
26 * Recent downstreaming on 2011/6/22: From r129173 to r133163 (sliao for merge questions)
27 * Recent downstreaming on 2011/4/8: From r127120 to r129173 (sliao for merge questions)
28 * Recent downstreaming on 2011/3/11: From r119349 to r127120 (sliao for merge questions)
  /external/libyuv/
public.mk 2 # anyone depending on this library.
3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
  /hardware/libhardware_legacy/include/hardware_legacy/
power.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
27 PARTIAL_WAKE_LOCK = 1, // the cpu stays on, but the screen is off
28 FULL_WAKE_LOCK = 2 // the screen is also on
31 // while you have a lock held, the device will stay on at least at the
36 // true if you want the screen on, false if you want it off
37 int set_screen_state(int on);
  /external/netcat/data/
nfs-0.d 1 # UDP NFS null-proc call; finds active NFS listeners on port 2049.
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 27 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
46 # Changed some code on 2009-12-22.
55 # Changed some code on 2009-12-21.
72 Changed some code on 2010-12-22.
84 Changed some code on 2010-12-22.
98 - Changed some code on 2010-12-22.
115 - Changed some code on 2010-12-22.
136 - Changed some code on 2010-12-22.
152 - Changed some code on 2010-12-22.
172 Changed some code on 2010-12-22
    [all...]

Completed in 1054 milliseconds

1 2 3 4 5 6 7 8 91011>>