HomeSort by relevance Sort by last modified time
    Searched full:modes (Results 101 - 125 of 1030) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/hw/
sd.h 77 * SD_SWITCH access modes
  /external/skia/src/animator/
SkDrawPaint.h 74 int /*SkXfermode::Modes*/ xfermode;
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 59 * This method is used to determine what modes this test case can run in.
  /frameworks/base/services/java/com/android/server/am/
BackupRecord.java 25 // backup/restore modes
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
TtyIntent.java 58 * Valid modes are:
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
timex.h 37 unsigned int modes; member in struct:timex
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 19 /* Possible inflate modes between inflate() calls */
54 State transitions between above modes -
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /external/speex/libspeex/
modes.c 2 File: modes.c
4 Describes the different modes of the codec
39 #include "modes.h"
modes.h 3 @file modes.h
4 @brief Describes the different modes of the codec
93 int lbr_pitch; /**< Set to -1 for "normal" modes, otherwise encode pitch using a global pitch and allowing a +- lbr_pitch variation (for low not-rates)*/
modes_wb.c 2 File: modes.c
4 Describes the wideband modes of the codec
39 #include "modes.h"
  /external/stlport/doc/
build_system.txt 18 STLport modes, 'release', 'debug' and 'STLdebug' and each one has two modes for either
39 The branching in the three STLport modes and the static/dynamic linking is not visible
  /external/zlib/
inflate.h 19 /* Possible inflate modes between inflate() calls */
54 State transitions between above modes -
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /external/dropbear/
sshpty.c 218 /* set tty modes to a sane state for broken clients */
221 "ptyallocate: tty modes failed: %.100s", strerror(errno));
227 /* Set the new modes for the terminal. */
230 "Setting tty modes for pty failed: %.100s",
262 /* Makes the tty the processes controlling tty and sets it to sane modes. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 136 # define M_T_DEFAULT 0x10 /* (VESA) default modes */
137 # define M_T_USERDEF 0x20 /* One of the modes from the config file */
211 DisplayModePtr Modes; /* Start of the monitor's mode list */
471 char ** modes; member in struct:__anon12885
903 DisplayModePtr modePool; /* list of compatible modes */
904 DisplayModePtr modes; /* list of actual modes */ member in struct:_ScrnInfoRec
907 * overloaded with the modes
1054 LOOKUP_BEST_REFRESH, /* Pick modes with best refresh */
1055 LOOKUP_CLOSEST_CLOCK, /* Pick modes with the closest clock *
    [all...]
  /external/openssl/apps/
openssl.c 156 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
175 if (modes[type])
183 modes[type] = rw;
187 if (!modes[type])
193 if (modes[type] != rw)
200 modes[type] = 0;
  /external/speex/include/speex/
speex.h 4 @brief Describes the different modes of the codec
203 /** Number of defined modes in Speex */
294 * the "mode" argument can be &nb_mode or &wb_mode . In the future, more modes
338 * the mode argument can be &nb_mode or &wb_mode . In the future, more modes
408 /** List of all modes available */
411 /** Obtain one of the modes available */
  /frameworks/base/docs/html/sdk/
android-2.0-highlights.jd 77 <img src="images/2.0/camera-modes.png" class="screenshot" alt="" /><br/>
78 Camera Modes
92 a contact's information and communication modes. For example, a user can tap a
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 1 package org.bouncycastle.crypto.modes;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenJCEBlockCipher.java 36 import org.bouncycastle.crypto.modes.CBCBlockCipher;
37 import org.bouncycastle.crypto.modes.CFBBlockCipher;
38 import org.bouncycastle.crypto.modes.CTSBlockCipher;
39 import org.bouncycastle.crypto.modes.OFBBlockCipher;
  /device/htc/dream/recovery/
recovery_ui.c 59 // special boot modes (like coming back into recovery!).

Completed in 69 milliseconds

1 2 3 45 6 7 8 91011>>