HomeSort by relevance Sort by last modified time
    Searched defs:OFF (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 18 #define OFF 0x00000000 // transparent pixel
76 }else { // if transition off add the span as a path
129 }else { // if transition off add the span as a path
  /external/skia/src/utils/
SkPathUtils.cpp 18 #define OFF 0x00000000 // transparent pixel
76 }else { // if transition off add the span as a path
129 }else { // if transition off add the span as a path
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 107 #ifndef OFF
108 #define OFF 0
vad2.h 88 #define OFF 0
  /system/core/adb/
remount_service.c 76 int OFF = 0;
91 ioctl(fd, BLKROSET, &OFF);
  /external/chromium_org/third_party/zlib/
inffast.c 25 # define OFF 0
28 # define OFF 1
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 25 # define OFF 0
28 # define OFF 1
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
194 from = window - OFF;
213 from = window - OFF;
294 strm->next_in = in + OFF;
295 strm->next_out = out + OFF;
  /external/zlib/src/
inffast.c 25 # define OFF 0
28 # define OFF 1
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 146 #ifndef OFF
147 #define OFF 0
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 65 #define OFF(zero, i) (((zero)+(i)) % N)
70 R[OFF(z,0)] = R[OFF(z,15)] ^ R[OFF(z,4)] ^ (R[OFF(z,0)] << 8) ^ Multab[(R[OFF(z,0)] >> 24) & 0xFF];
89 t = c->R[OFF(z,0)] + c->R[OFF(z,16)]; \
92 t = ((t + c->R[OFF(z,1)]) ^ c->konst) + c->R[OFF(z,6)];
    [all...]
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 151 final int OFF = (i*PAGE_SIZE)/4;
153 mStuffing[OFF+j] = VAL;
  /libcore/luni/src/main/java/java/util/logging/
Level.java 39 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no
49 * The OFF level provides no logging messages.
51 public static final Level OFF = new Level("OFF", Integer.MAX_VALUE);
  /external/chromium_org/sync/syncable/
directory.h 43 OFF = 0, // No checking.
74 // and other similar functions are off-limits too, until this bug is fixed.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 268 #ifndef OFF
269 #define OFF 0
  /packages/services/Telephony/src/com/android/phone/
AudioRouter.java 45 private static final boolean OFF = false;
126 turnOnOffBluetooth(OFF);
131 // Manually turn the speaker phone off, instead of allowing the
138 turnOnOffSpeaker(OFF);
150 turnOnOffBluetooth(OFF);
151 turnOnOffSpeaker(OFF);
227 // if the state is "connected", force the speaker off without
266 * Turns on/off bluetooth. If bluetooth is already in the correct mode, this does
287 * Turn on/off speaker.
  /system/core/toolbox/
mount.c 147 int OFF = 0;
155 ioctl(fd, BLKROSET, &OFF);
  /device/samsung/manta/liblights/
lights.c 58 OFF,
233 case OFF:
276 leds.state = OFF;
291 leds.state = OFF;
297 leds.state = OFF;
304 leds.state = OFF;
  /external/iputils/
clockdiff.c 88 #define OFF 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 46 #define OFF (unsigned char)~ON
48 #define LITE_OFF outb((inb(PORT_SYS_A) & OFF),PORT_SYS_A)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 46 #define OFF (unsigned char)~ON
48 #define LITE_OFF outb((inb(PORT_SYS_A) & OFF),PORT_SYS_A)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 36 OFF=0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 46 #define OFF (unsigned char)~ON
48 #define LITE_OFF outb((inb(PORT_SYS_A) & OFF),PORT_SYS_A)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 36 OFF=0,
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 111 assertEquals(handler.getLevel(), Level.OFF);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 62 public enum Flash { ON, OFF, AUTO };
67 public enum Geotagging { ON, OFF };
131 * Scene: Sunset / Pic: Medium / Geo: off
136 PictureSize.MEDIUM, Geotagging.OFF);
150 * Flash: Off / Exposure: Max / WB: Auto
155 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
160 * Flash: Off / Exposure: Max / WB: Cloudy
161 * Scene: Auto / Pic: Med / Geo: off
165 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
166 PictureSize.MEDIUM, Geotagging.OFF);
    [all...]

Completed in 3809 milliseconds

1 2 3