HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 226 - 250 of 8992) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libedit/
Android.mk 2 ifeq ($(HOST_OS),linux) # only build on linux hosts
3 ifeq ($(HOST_ARCH),x86) # only build on x86 hosts
37 endif # only build on x86 hosts
38 endif # only build on linux hosts
  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.
  /external/llvm/test/MC/AArch64/
arm64-separator.s 4 ; it properly and recognize the multiple assembly statements on the line.
8 ; being on separate lines in the output. We look for the "; encoding" string
  /external/v8/
Android.mk 12 ## distributed under the License is distributed on an "AS IS" BASIS,
24 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/amd64-solaris/
context_fpu.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s
    [all...]
context_sse.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s
    [all...]
  /external/valgrind/memcheck/tests/
badjump2.stderr.exp 1 Jump to the invalid address stated on the next line
demangle.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inlinfo.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
17 Conditional jump or move depends on uninitialised value(s)
29 Conditional jump or move depends on uninitialised value(s)
39 Conditional jump or move depends on uninitialised value(s)
inlinfosuppobj.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
inltemplate.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
sendmsg.stderr.exp 4 Address 0x........ is on thread 1's stack
  /external/valgrind/memcheck/tests/x86-solaris/
context_fpu.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s
    [all...]
context_sse.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s
    [all...]
  /external/valgrind/none/tests/s390x/
fpext_fail.stderr.exp 4 That facility is not available on this host
  /external/vboot_reference/tests/
rbtest.conf 19 start on started shill
  /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);
  /hardware/interfaces/vibrator/1.0/
IVibrator.hal 11 * distributed under the License is distributed on an "AS IS" BASIS,
21 * Turn on vibrator
28 on(uint32_t timeoutMs) generates (Status vibratorOnRet);
  /libcore/ojluni/src/main/java/sun/net/
TelnetInputStream.java 33 * RFC 854. The class assumes it is running on a system where lines
44 * terminals do not have a CR independent of the LF, but on such
74 where a Newline is a CR followed by LF. On UNIX, this is false
86 public void setStickyCRLF(boolean on) {
87 stickyCRLF = on;
TelnetOutputStream.java 33 * RFC 854. The class assumes it is running on a system where lines
44 * terminals do not have a CR independent of the LF, but on such
87 * @param on the <code>boolean</code> to set the flag to.
89 public void setStickyCRLF(boolean on) {
90 stickyCRLF = on;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
9 // can't handle that, so we have to disable this test on arm.
13 puts("testLibgcc is disabled on ARM because 5l cannot handle thumb library.");
19 puts("testLibgcc is disabled on ARM64 with clang due to lack of libgcc.");
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/cgo/
cgo2.go 5 // Test the cgo checker on a file that doesn't use cgo.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
9 // can't handle that, so we have to disable this test on arm.
13 puts("testLibgcc is disabled on ARM because 5l cannot handle thumb library.");
19 puts("testLibgcc is disabled on ARM64 with clang due to lack of libgcc.");

Completed in 1799 milliseconds

1 2 3 4 5 6 7 8 91011>>