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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8909/sdm/include/private/
dpps_control_interface.h 20 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 virtual DisplayError On() = 0;
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
dpps_control_interface.h 20 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 virtual DisplayError On() = 0;
  /hardware/qcom/display/msm8998/sdm/include/private/
dpps_control_interface.h 20 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 virtual DisplayError On() = 0;
  /prebuilts/go/darwin-x86/src/path/filepath/
example_unix_test.go 16 fmt.Println("On Unix:", filepath.SplitList("/a/b/c:/usr/bin"))
18 // On Unix: [/a/b/c /usr/bin]
29 fmt.Println("On Unix:")
36 // On Unix:
49 fmt.Println("On Unix:")
55 // On Unix:
71 fmt.Println("On Unix:")
77 // On Unix:
  /prebuilts/go/linux-x86/src/path/filepath/
example_unix_test.go 16 fmt.Println("On Unix:", filepath.SplitList("/a/b/c:/usr/bin"))
18 // On Unix: [/a/b/c /usr/bin]
29 fmt.Println("On Unix:")
36 // On Unix:
49 fmt.Println("On Unix:")
55 // On Unix:
71 fmt.Println("On Unix:")
77 // On Unix:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
seg.d 9 # On MIPS, the first segment is for .reginfo.
18 # On MIPS, the first segment is for .reginfo.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand.go 14 // On Linux, Reader uses getrandom(2) if available, /dev/urandom otherwise.
15 // On OpenBSD, Reader uses getentropy(2).
16 // On other Unix-like systems, Reader reads from /dev/urandom.
17 // On Windows systems, Reader uses the CryptGenRandom API.
21 // On return, n == len(b) if and only if err == nil.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 14 // On Linux, Reader uses getrandom(2) if available, /dev/urandom otherwise.
15 // On OpenBSD, Reader uses getentropy(2).
16 // On other Unix-like systems, Reader reads from /dev/urandom.
17 // On Windows systems, Reader uses the CryptGenRandom API.
21 // On return, n == len(b) if and only if err == nil.
  /prebuilts/go/darwin-x86/src/os/user/
user.go 20 // On POSIX systems, this is a decimal number representing the uid.
21 // On Windows, this is a security identifier (SID) in a string format.
22 // On Plan 9, this is the contents of /dev/user.
25 // On POSIX systems, this is a decimal number representing the gid.
26 // On Windows, this is a SID in a string format.
27 // On Plan 9, this is the contents of /dev/user.
33 // On POSIX systems, this is the first (or only) entry in the GECOS field
35 // On Windows, this is the user's display name.
36 // On Plan 9, this is the contents of /dev/user.
44 // On POSIX systems Gid contains a decimal number representing the group ID
    [all...]
  /prebuilts/go/linux-x86/src/os/user/
user.go 20 // On POSIX systems, this is a decimal number representing the uid.
21 // On Windows, this is a security identifier (SID) in a string format.
22 // On Plan 9, this is the contents of /dev/user.
25 // On POSIX systems, this is a decimal number representing the gid.
26 // On Windows, this is a SID in a string format.
27 // On Plan 9, this is the contents of /dev/user.
33 // On POSIX systems, this is the first (or only) entry in the GECOS field
35 // On Windows, this is the user's display name.
36 // On Plan 9, this is the contents of /dev/user.
44 // On POSIX systems Gid contains a decimal number representing the group ID
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFCopy.h 29 void trace(bool On) { Trace = On; }
RDFDeadCode.h 41 void trace(bool On) { Trace = On; }
  /prebuilts/go/darwin-x86/src/os/
proc.go 29 // On Windows, it returns -1.
34 // On Windows, it returns -1.
39 // On Windows, it returns -1.
44 // On Windows, it returns -1.
49 // On Windows, it returns syscall.EWINDOWS. See the os/user package
  /prebuilts/go/linux-x86/src/os/
proc.go 29 // On Windows, it returns -1.
34 // On Windows, it returns -1.
39 // On Windows, it returns -1.
44 // On Windows, it returns -1.
49 // On Windows, it returns syscall.EWINDOWS. See the os/user package
  /frameworks/base/core/java/com/android/internal/globalactions/
ToggleAction.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
28 * A toggle action knows whether it is on or off, and displays an icon and status message
38 On(false);
61 * @param enabledIconResId The icon for when this action is on.
64 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled'
106 boolean on = ((mState == State.On) || (mState == State.TurningOn));
109 (on ? mEnabledIconResId : mDisabledIconResid)));
114 statusView.setText(on ? mEnabledStatusMessageResId : mDisabledStatusMessageResId);
130 final boolean nowOn = !(mState == State.On);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bignums.s 3 # On a 64-bit host the two values below will be read into a simple
5 # to O_constant. On a 32-bit host however they will read into the
9 # Note - some targets place .hword values on a 16-bit boundary, so we
16 # Check that on 64-bit hosts real bignum values also work.
  /prebuilts/go/darwin-x86/src/runtime/
crash_nonunix_test.go 12 // On Unix we send SIGQUIT, but on non-Unix we only have os.Kill.
lfstack_32bit.go 11 // On 32-bit systems, the stored uint64 has a 32-bit pointer and 32-bit count.
  /prebuilts/go/darwin-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /prebuilts/go/linux-x86/src/runtime/
crash_nonunix_test.go 12 // On Unix we send SIGQUIT, but on non-Unix we only have os.Kill.
  /prebuilts/go/linux-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
readelf.s 6 # On the normal MIPS systems, sections must be aligned to 16 byte
7 # boundaries. On IA64, text sections are aligned to 16 byte boundaries.
  /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.)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
LegacyRegion.c 11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
39 If the On parameter evaluates to TRUE, this function enables memory reads in the address range
41 If the On parameter evaluates to FALSE, this function disables memory reads in the address range
54 @param On[in] Decode / Non-Decode flag.
67 IN BOOLEAN *On
70 return QNCLegacyRegionManipulation (Start, Length, On, NULL, Granularity);
232 // Install the Legacy Region Protocol on a new handle
  /external/curl/docs/cmdline-opts/
interface.d 14 On Linux it can be used to specify a VRF, but the binary needs to either

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>