HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 1 - 25 of 4901) 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);
  /external/clang/test/SemaTemplate/
pragma-ms_struct.cpp 4 #pragma ms_struct 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...]
  /build/core/combo/arch/mips64/
mips64r6.mk 1 # Configuration for Android on mips64r6.
  /system/netd/server/
InterfaceController.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
24 int setEnableIPv6(const char *interface, const int on);
25 int setIPv6PrivacyExtensions(const char *interface, const int on);
26 int setIPv6NdOffload(char* interface, const int on);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
KeyboardTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
54 // At first, both "pressed" and "on" must be false.
57 assertFalse(nonStickyKey.on);
58 assertFalse(stickyKey.on);
65 assertFalse(nonStickyKey.on);
66 assertFalse(stickyKey.on);
68 // Releasing the key inside the key area must flip the "pressed" state and toggle the "on"
74 assertFalse(nonStickyKey.on);
75 assertTrue(stickyKey.on); // The key state is toggled.
82 assertFalse(nonStickyKey.on);
    [all...]
  /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")
  /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
208 const unsigned int on = 0xff0000ff; local
212 on, off, on, off, on, off, on, off,
213 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/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 2 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)
supponlyobj.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/linux/
with-space.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/compiler-rt/
README.android 9 * merge conflicts with upstream on those parts.
21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.
    [all...]
  /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
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java 24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41 static final String EXAMPLE = Joiner.on('\n').join(
58 Joiner.on('\n').join(
73 Joiner.on('\n').join(
90 Joiner.on('\n').join(
107 Joiner.on('\n').join(
123 Joiner.on('\n').join(
141 Joiner.on('\n').join(
161 Joiner.on('\n').join(
180 Joiner.on('\n').join
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 315 const unsigned int on = 0xff0000ff;
319 on, off, on, off, on, off, on, off,
320 off, on, off, on, off, on, off, on,
321 on, off, on, off, on, off, on, off
    [all...]
  /external/libvncserver/x11vnc/
remote.h 43 extern void http_connections(int 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/tools/llvm-cov/Inputs/
test.cpp 4 bool on = false; variable
19 on = true;
42 on = rand() % 2;
43 if (on) {

Completed in 2307 milliseconds

1 2 3 4 5 6 7 8 91011>>