HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 276 - 300 of 3492) sorted by null

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grove_mcfled.js 33 // This way, the LED turns off when you quit the program
39 // When exiting: turn off LED, clear interval, and print message
43 myled.off();
groveled.js 34 // Turn the LED on and off 10 times, pausing one second
41 led.off();
  /hardware/bsp/intel/peripheral/libupm/examples/python/
groveled.py 32 # Turn the LED on and off 10 times, pausing one second
37 led.off()
groverelay.py 38 relay.off()
40 print relay.name(), 'is off'
  /hardware/bsp/intel/peripheral/libupm/src/cjq4435/
cjq4435.h 101 * between 0.0 (always off) and 1.0 (always on). It represents a
115 * Shortcut to turn the output to continuous off (low)
117 void off();
  /libcore/ojluni/src/main/java/java/io/
ByteArrayInputStream.java 157 * are copied into <code>b[off]</code> through
158 * <code>b[off+k-1]</code> in the manner performed
166 * @param off the start offset in the destination array <code>b</code>
172 * @exception IndexOutOfBoundsException If <code>off</code> is negative,
174 * <code>b.length - off</code>
176 public synchronized int read(byte b[], int off, int len) {
179 } else if (off < 0 || len < 0 || len > b.length - off) {
194 System.arraycopy(buf, pos, b, off, len);
ObjectInput.java 76 * @param off the start offset of the data
82 public int read(byte b[], int off, int len) throws IOException;
ObjectOutput.java 70 * @param off the start offset in the data
74 public void write(byte b[], int off, int len) throws IOException;
OutputStreamWriter.java 201 * @param off Offset from which to start writing characters
206 public void write(char cbuf[], int off, int len) throws IOException {
207 se.write(cbuf, off, len);
214 * @param off Offset from which to start writing characters
219 public void write(String str, int off, int len) throws IOException {
220 se.write(str, off, len);
Writer.java 136 * @param off
145 abstract public void write(char cbuf[], int off, int len) throws IOException;
166 * @param off
173 * If <tt>off</tt> is negative, or <tt>len</tt> is negative,
174 * or <tt>off+len</tt> is negative or greater than the length
180 public void write(String str, int off, int len) throws IOException {
191 str.getChars(off, (off + len), cbuf, 0);
  /libcore/ojluni/src/main/native/
Adler32.c 51 jarray b, jint off, jint len)
55 adler = adler32(adler, buf + off, len);
63 jlong address, jint off, jint len)
67 adler = adler32(adler, buf + off, len);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 80 protected void engineUpdate(byte[] b, int off, int len)
83 if (off < 0 || off > b.length || off > len) {
84 throw new IllegalArgumentException("incorrect parameter off");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullOutputStream.java 41 * @param off The start offset
44 public void write(byte[] b, int off, int len) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 11 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
data.go 61 off := int32(p.From.Offset)
63 if off < 0 || siz < 0 || off >= 1<<30 || siz >= 100 {
66 if ctxt.Enforce_data_order != 0 && off < int32(len(s.P)) {
69 Symgrow(ctxt, s, int64(off+siz))
82 ctxt.Arch.ByteOrder.PutUint32(s.P[off:], flt)
86 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], flt)
90 copy(s.P[off:off+siz], p.To.Val.(string))
95 r.Off = of
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 58 off := int32(p.From.Offset)
60 if off < 0 || siz < 0 || off >= 1<<30 || siz >= 100 {
63 if ctxt.Enforce_data_order != 0 && off < int32(len(s.P)) {
66 Symgrow(ctxt, s, int64(off+siz))
79 ctxt.Arch.ByteOrder.PutUint32(s.P[off:], flt)
83 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], flt)
87 copy(s.P[off:off+siz], p.To.Val.(string))
92 r.Off = of
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
data.go 61 off := int32(p.From.Offset)
63 if off < 0 || siz < 0 || off >= 1<<30 || siz >= 100 {
66 if ctxt.Enforce_data_order != 0 && off < int32(len(s.P)) {
69 Symgrow(ctxt, s, int64(off+siz))
82 ctxt.Arch.ByteOrder.PutUint32(s.P[off:], flt)
86 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], flt)
90 copy(s.P[off:off+siz], p.To.Val.(string))
95 r.Off = of
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
data.go 58 off := int32(p.From.Offset)
60 if off < 0 || siz < 0 || off >= 1<<30 || siz >= 100 {
63 if ctxt.Enforce_data_order != 0 && off < int32(len(s.P)) {
66 Symgrow(ctxt, s, int64(off+siz))
79 ctxt.Arch.ByteOrder.PutUint32(s.P[off:], flt)
83 ctxt.Arch.ByteOrder.PutUint64(s.P[off:], flt)
87 copy(s.P[off:off+siz], p.To.Val.(string))
92 r.Off = of
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/
tc_em_cmp.h 27 __u16 off; member in struct:tcf_em_cmp

Completed in 2988 milliseconds

<<11121314151617181920>>