HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 51 - 75 of 6495) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/
README.android 9 * merge conflicts with upstream on those parts.
17 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
18 * Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.)
  /external/libsepol/include/sepol/
debug.h 7 extern void sepol_debug(int on);
22 * the message on standard output, in a
  /external/llvm/utils/lit/lit/
TestingConfig.py 6 TestingConfig - Information on the tests inside a suite.
12 # Set the environment based on the command line arguments.
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 2 # for providing an OSX 10.5 machine to test on
19 # syscall numbers in /usr/include/sys/syscall.h on OSX
20 # in arc/x86/include/asm/unistd_32.h on Linux
21 # disassemble on OSX otool -tV
  /external/webkit/Source/WebCore/platform/network/cf/
LoaderRunLoopCF.h 20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 #error This code is not needed on platforms other than Windows, because the CFRunLoop from the main thread can be used.
  /external/webkit/Source/WebCore/platform/qt/
ContextMenuItemQt.cpp 21 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
117 void ContextMenuItem::setChecked(bool on)
119 m_platformDescription.checked = on;
128 void ContextMenuItem::setEnabled(bool on)
130 m_platformDescription.enabled = on;
  /system/core/include/cutils/
qtaguid.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * The calling process can only operate on its own tags.
60 extern int qtaguid_setPacifier(int on);
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
19 // listen-on port 5030 { 127.0.0.1; };
24 // permit any and all updates coming from dnsextd on the same machine:
29 // On a machine connected to the Internet or other large open network,
31 // you could choose to allow anyone with a DNS key on your server to
49 // listen-on port 53 { 192.168.2.10; 127.0.0.1; };
  /external/yaffs2/yaffs2/
Kconfig 8 depends on MTD
20 Further information on YAFFS2 is available at
25 depends on YAFFS_FS
34 depends on YAFFS_FS && YAFFS_YAFFS1
44 depends on YAFFS_FS && YAFFS_DOES_ECC
55 depends on YAFFS_FS
64 depends on YAFFS_YAFFS2
69 will be used depending on the device page size.
75 depends on YAFFS_YAFFS2
95 depends on YAFFS_F
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 22 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
48 + Changed some more code on 2010-05-08.
56 Changed some code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
41 private static final Splitter COMMA_SPLITTER = Splitter.on(',');
59 Iterable<String> letters = Splitter.on('.').split(simple);
88 Iterable<String> testCharacteringMotto = Splitter.on('-').split(
96 .on(CharMatcher.WHITESPACE)
104 Iterable<String> letters = Splitter.on('.')
111 Iterable<String> letters = Splitter.on('.').trimResults()
118 Iterable<String> letters = Splitter.on('.')
124 Iterable<String> nothing = Splitter.on('.').split("");
129 ASSERT.that(Splitter.on('.').omitEmptyStrings().split("")).isEmpty()
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
create-document-crash-on-attach-event.js 1 description('This test checks for crashes in setting an event handler on a document element created by '
ignored-result-null-comparison-crash.js 2 "This tests that bytecode generation doesn't crash on a comparison to null with an ignored result."
transition-cache-dictionary-crash.js 1 description("Test to ensure we don't attempt to cache new property transitions on dictionary. Passes if you don't crash.");
  /dalvik/vm/mterp/x86-atom/
OP_GOTO_16.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
33 js common_periodicChecks_backwardBranch # do check on backwards branch
  /device/generic/goldfish/power/
power_qemu.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
36 static void power_qemu_set_interactive(struct power_module *module, int on)
40 r = qemud_channel_send(qemud_fd, on ? "power:screen_state:wake"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 28 javacDebugInfo=on
  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.
  /external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 1 Jump to the invalid address stated on the next line
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h 23 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
55 void enteredFullScreenMode(bool on);
66 void toggleZoomTextOnly(bool on);
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
24 * Utility class that you can call on with a timeout, and get called back
33 * This is called with the monitor on this method held, so be careful.
37 public abstract void on(boolean alreadyOn); method in class:ResettableTimeout
41 * This is called with the monitor on this method held, so be careful.
47 * <p>1. Call on()</p>
60 // thread to stop it can't start, we don't turn the vibrator on
76 on(alreadyOn);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketWrapper.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
104 public void setSoLinger(boolean on, int linger) throws SocketException {
105 socket.setSoLinger(on, linger);
109 public void setTcpNoDelay(boolean on) throws SocketException {
110 socket.setTcpNoDelay(on);
114 public void setReuseAddress(boolean on) throws SocketException {
115 socket.setReuseAddress(on);
119 public void setKeepAlive(boolean on) throws SocketException {
120 socket.setKeepAlive(on);
  /libcore/luni/src/main/native/
java_io_Console.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
27 static jint Console_setEchoImpl(JNIEnv* env, jclass, jboolean on, jint previousState) {
33 if (on) {
  /system/core/rootdir/etc/
dbus.conf 11 <!-- Only listen on a local socket. (abstract=/path/to/socket
13 file; only Linux supports this. Use path=/whatever on other

Completed in 4360 milliseconds

1 23 4 5 6 7 8 91011>>