HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 1 - 25 of 5139) 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);
  /external/clang/test/SemaTemplate/
pragma-ms_struct.cpp 4 #pragma ms_struct on
  /external/chromium_org/tools/android/common/
net.cc 17 int on = 1; local
18 return setsockopt(socket, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
22 int on = 1; local
23 return setsockopt(socket, IPPROTO_TCP, TCP_DEFER_ACCEPT, &on, sizeof(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...]
  /external/chromium_org/base/debug/
alias.cc 19 #pragma optimize("", on)
  /external/clang/
README.android 9 * merge conflicts with upstream on those parts.
26 * Recent downstreaming on 2013/8/8: Synced to r187914 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/5/3: Synced to r180944 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2013/3/18: Synced to r177345 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2013/3/5: Synced to r176138 (Contact srhines for merge questions.)
31 * Recent downstreaming on 2013/1/8: Synced to r171906 (Contact srhines for merge questions.)
32 * Recent downstreaming on 2012/8/23: Synced to r162325 (srhines for merge questions)
33 * Recent downstreaming on 2012/8/3: Synced to r160673 (sliao for merge questions)
34 * Recent downstreaming on 2012/4/24: Synced to r155088 (sliao for merge questions
    [all...]
  /frameworks/native/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/native/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/bcprov/src/main/java/org/bouncycastle/asn1/
LimitedInputStream.java 25 protected void setParentEofDetect(boolean on)
29 ((IndefiniteLengthInputStream)_in).setEofOn00(on);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /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/chromium_org/chrome/browser/ui/views/location_bar/
star_view.cc 26 void StarView::SetToggled(bool on) {
28 on ? IDS_TOOLTIP_STARRED : IDS_TOOLTIP_STAR));
30 on ? IDR_STAR_LIT : IDR_STAR));
  /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}}
42 #pragma ms_struct on
  /frameworks/native/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...]
  /external/clang/test/PCH/
rdar10830559.cpp 11 #pragma ms_struct on
  /external/clang/test/SemaCXX/
ms_struct.cpp 4 #pragma ms_struct on
  /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/llvm/test/MC/ARM/
deprecated-v8.s 3 @ CHECK: warning: deprecated on armv8
  /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)

Completed in 2080 milliseconds

1 2 3 4 5 6 7 8 91011>>