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

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/
fenv.h 46 /* Rounding modes */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
SoftGemini.h 68 BOOL bDriverEnabled; /* used to check if we should enable driver when we are switching different enable modes */
  /system/wlan/ti/wilink_6_1/CUDK/
Makefile 14 # enable WPA enterprise authorization modes
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 35 import org.bouncycastle.crypto.modes.CFBBlockCipher;
36 import org.bouncycastle.crypto.modes.OFBBlockCipher;
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder.h 41 used for H.263 and ShortHeader Modes). Video object layer headers for all layers are passed in through the array
43 the maximum decoded frame dimensions that should be handled by the decoder for H.263 and ShortHeader Modes (does
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
232 /* scratch memory used in all modes */
  /external/quake/quake/src/WinQuake/docs/
README 102 Default is 320x200. It works in 16bit modes, but it's slower (twice as many
105 No other video modes are supported (just runs windowed). Mouse is read, but
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 571 /* operator 3 is on output bus in modes 0, 1, and 3 */
602 /* operator 4 is on output bus in modes 0, 1, and 2 */
608 /* operator 4 is modulated in modes 2, 4, and 5 */
614 /* operator 4 is in mix mode in modes 0 and 1 */
648 /* operator 1 is modulated in modes 3 and 4 */
654 /* operator 1 is in mix mode in modes 0 and 5 */
682 /* operator 2 is modulated in all modes except 0 */
688 /* operator 1 is in mix mode in modes 0 -3 */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 571 /* operator 3 is on output bus in modes 0, 1, and 3 */
602 /* operator 4 is on output bus in modes 0, 1, and 2 */
608 /* operator 4 is modulated in modes 2, 4, and 5 */
614 /* operator 4 is in mix mode in modes 0 and 1 */
648 /* operator 1 is modulated in modes 3 and 4 */
654 /* operator 1 is in mix mode in modes 0 and 5 */
682 /* operator 2 is modulated in all modes except 0 */
688 /* operator 1 is in mix mode in modes 0 -3 */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
232 /* scratch memory used in all modes */
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 139 /* These are the pixel formats for the 32, 24, and 16 bit video modes */
370 SDL_Rect **modes = NULL; local
377 modes = GS_vesa_modes;
399 /* Return the created list of modes */
400 modes = GS_tvout_modes;
406 return(modes);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 200 /* key-modes */
204 /* key-modes for English */
212 /* key-modes for Japanese */
230 /* key-modes for Chinese */
242 /* key-modes for HARD */
294 * [shift off/on][max # of key-modes][non-input/input]
  /external/quake/quake/src/QW/client/
vid_win.c 397 * WinDirect modes.
433 // to try to use WinDirect modes even on NT
759 // enumerate 8 bpp modes
831 // else enumerate all modes; our mode list is whichever ones are settable
838 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
914 // see if there are any low-res modes that aren't being reported
994 // now add the lowest stretch-by-2 pseudo-modes between 320-wide
1033 Con_SafePrintf ("No fullscreen DIB modes found\n");
1334 // tell MGL to use this window for fullscreen modes
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 356 * WinDirect modes.
392 // to try to use WinDirect modes even on NT
718 // enumerate 8 bpp modes
790 // else enumerate all modes; our mode list is whichever ones are settable
797 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
873 // see if there are any low-res modes that aren't being reported
953 // now add the lowest stretch-by-2 pseudo-modes between 320-wide
992 Con_SafePrintf ("No fullscreen DIB modes found\n");
1293 // tell MGL to use this window for fullscreen modes
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 143 /* This sets the modes that are available */
147 } modes[] = { variable in typeref:struct:__anon2464
332 fprintf(stderr, "modes: (-m option)\n");
333 for(i=0;i<(sizeof(modes)/sizeof(modes[0]));i++) {
334 fprintf(stderr, " %-9s ", modes[i].name);
335 if (modes[i].alt_name) {
336 fprintf(stderr, "/ %-9s", modes[i].alt_name);
340 fprintf(stderr, " %s\n", modes[i].desc);
    [all...]
  /external/dropbear/
configure.in 642 AS_MKDIR_P(libtomcrypt/src/modes/cbc)
643 AS_MKDIR_P(libtomcrypt/src/modes/cfb)
644 AS_MKDIR_P(libtomcrypt/src/modes/ctr)
645 AS_MKDIR_P(libtomcrypt/src/modes/ecb)
646 AS_MKDIR_P(libtomcrypt/src/modes/ofb)
  /external/bison/src/
getargs.c 215 Operation modes:\n\
305 /* Operation modes. */
328 /* Operation modes. */
  /external/elfutils/config/
depcomp 48 # Some modes work just like other modes, but use different flags. We
49 # parameterize here, but still list the modes in the big case below,
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/
gsmamr_encoder_wrapper.h 95 ENUM_INTERLEAVE_MODES // number of modes supported
256 // GSM AMR modes
269 GSM_AMR_N_MODES /* number of (SPC) modes */
  /external/v8/src/
flag-definitions.h 33 // which can be included multiple times in different modes. It expects to have
34 // a mode defined before it's included. The modes are FLAG_MODE_... below:
95 // Flags in all modes.
  /external/blktrace/btt/
output.c 367 long long *lp = mp->modes;
409 median, nmodes > 0 ? m.modes[0] : 0, m.most_seeks);
414 fprintf(ofp, " %lld", m.modes[i]);
424 nmodes > 0 ? m.modes[0] : 0, m.most_seeks);
426 fprintf(xavgs_ofp, " %lld", m.modes[i]);
434 free(m.modes);
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
package.html 18 parser modes, in particular modes such as validation.
  /development/simulator/app/
PhoneData.h 270 * Each device may have multiple "modes", e.g. a flip-phone that can be
332 // get number of modes
  /external/bluetooth/bluez/test/
scotest.c 43 /* Test modes */
338 printf("Modes:\n"
  /external/icu4c/common/
ubidiimp.h 243 * logical to visual modes come first, and all inverse BiDi modes

Completed in 184 milliseconds

1 2 3 4 5 6 7 891011>>