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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
insn-modes.h 1 /* Generated automatically from machmode.def and config/arm/arm-modes.def
12 CC_NOOVmode, /* config/arm/arm-modes.def:35 */
13 CC_Zmode, /* config/arm/arm-modes.def:36 */
14 CC_SWPmode, /* config/arm/arm-modes.def:37 */
15 CCFPmode, /* config/arm/arm-modes.def:38 */
16 CCFPEmode, /* config/arm/arm-modes.def:39 */
17 CC_DNEmode, /* config/arm/arm-modes.def:40 */
18 CC_DEQmode, /* config/arm/arm-modes.def:41 */
19 CC_DLEmode, /* config/arm/arm-modes.def:42 */
20 CC_DLTmode, /* config/arm/arm-modes.def:43 *
    [all...]
  /external/dropbear/libtomcrypt/
Android.mk 56 src/modes/cbc/cbc_decrypt.c src/modes/cbc/cbc_done.c src/modes/cbc/cbc_encrypt.c \
57 src/modes/cbc/cbc_getiv.c src/modes/cbc/cbc_setiv.c src/modes/cbc/cbc_start.c \
58 src/modes/cfb/cfb_decrypt.c src/modes/cfb/cfb_done.c src/modes/cfb/cfb_encrypt.c \
59 src/modes/cfb/cfb_getiv.c src/modes/cfb/cfb_setiv.c src/modes/cfb/cfb_start.c
    [all...]
makefile.msvc 54 src/modes/cbc/cbc_decrypt.obj src/modes/cbc/cbc_done.obj src/modes/cbc/cbc_encrypt.obj \
55 src/modes/cbc/cbc_getiv.obj src/modes/cbc/cbc_setiv.obj src/modes/cbc/cbc_start.obj \
56 src/modes/cfb/cfb_decrypt.obj src/modes/cfb/cfb_done.obj src/modes/cfb/cfb_encrypt.obj \
57 src/modes/cfb/cfb_getiv.obj src/modes/cfb/cfb_setiv.obj src/modes/cfb/cfb_start.obj
    [all...]
Makefile.in 147 src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o \
148 src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o \
149 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
150 src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o
    [all...]
makefile.icc 144 src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o \
145 src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o \
146 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
147 src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o
    [all...]
makefile.shared 149 src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o \
150 src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o \
151 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
152 src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o
    [all...]
makefile.unix 90 src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o \
91 src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o \
92 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
93 src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 73 * modes other than 320x200 are available
76 VGLMode **modes; local
91 modes = VGLListModes(8, V_INFO_MM_DIRECT | V_INFO_MM_PACKED);
93 for (i = 0; modes[i] != NULL; i++) {
94 if ((modes[i]->ModeInfo.Xsize > 320) &&
95 (modes[i]->ModeInfo.Ysize > 200) &&
96 ((modes[i]->ModeInfo.Type == VIDBUF8) ||
97 (modes[i]->ModeInfo.Type == VIDBUF16) ||
98 (modes[i]->ModeInfo.Type == VIDBUF32))) {
198 /* Allocate the new list of modes, and fill in the new mode *
234 VGLMode **modes; local
317 VGLMode **modes; local
506 static VGLMode **modes = NULL; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
IconIndicator.java 30 * The flash icon can have on, off, and auto modes. The user can use
44 CharSequence modes[] = local
48 setModesAndIcons(modes, icons);
68 private void setModesAndIcons(CharSequence[] modes, Drawable icons[]) {
69 if (modes.length != icons.length || icons.length == 0) {
73 mModes = modes;
  /dalvik/libcore/math/src/main/java/java/math/
package.html 9 the IEEE754R rounding modes).
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 26 * "transfer-modes" in the drawing pipeline. The static function Create(Modes)
28 * specified in the Modes enum. When an Xfermode is assigned to an Paint, then
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 106 SDL_NAME(XF86VidModeModeInfo) **modes;
112 SDL_NAME(XF86VidModeGetAllModeLines)(SDL_Display,SDL_Screen,&nmodes,&modes) ) {
114 if ( (modes[i]->hdisplay == width) &&
115 (modes[i]->vdisplay == height) ) {
119 if ( modes[i]->hdisplay >= width &&
120 modes[i]->vdisplay >= height ) {
122 (modes[i]->hdisplay < modes[best]->hdisplay &&
123 modes[i]->vdisplay <= modes[best]->vdisplay) |
    [all...]
  /external/quake/quake/src/QW/client/
vid_svgalib.c 44 vga_modeinfo *modes; variable
269 if ((modenum >= num_modes) || (modenum < 0 ) || !modes[modenum].width)
271 Con_Printf("%d: %d x %d - ",modenum,modes[modenum].width,modes[modenum].height);
272 if (modes[modenum].bytesperpixel == 0)
275 Con_Printf("%d bpp\n", modes[modenum].bytesperpixel<<3);
283 if (modes[i].width) {
284 Con_Printf("%d: %d x %d - ", i, modes[i].width,modes[i].height);
285 if (modes[i].bytesperpixel == 0
    [all...]
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 44 vga_modeinfo *modes; variable
268 if ((modenum >= num_modes) || (modenum < 0 ) || !modes[modenum].width)
270 Con_Printf("%d: %d x %d - ",modenum,modes[modenum].width,modes[modenum].height);
271 if (modes[modenum].bytesperpixel == 0)
274 Con_Printf("%d bpp\n", modes[modenum].bytesperpixel<<3);
282 if (modes[i].width) {
283 Con_Printf("%d: %d x %d - ", i, modes[i].width,modes[i].height);
284 if (modes[i].bytesperpixel == 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 29 /* The current list of available video modes */
79 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0)
81 SDL_SetError("ph_ListModes(): PgGetVideoModeInfo() function failed on mode: 0x%X.\n", mode_list.modes[i]);
135 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0)
143 return mode_list.modes[i];
151 closestmode=mode_list.modes[i];
162 return (i == mode_list.num_modes) ? 0 : mode_list.modes[i];
176 SDL_qsort(mode_list.modes, mode_list.num_modes, sizeof(unsigned short), compare_modes_by_res);
180 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0)
196 return mode_list.modes[closest]
    [all...]
  /external/zlib/contrib/infback9/
inflate9.h 11 /* Possible inflate modes between inflate() calls */
22 State transitions between above modes -
24 (most modes can go to the BAD mode -- not shown for clarity)
  /dalvik/tests/064-field-access/
info.txt 9 This exercises the various failure modes to ensure that behavior is
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherWrapThread.java 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
  /external/bluetooth/glib/gio/tests/
live-g-file.txt 3 The script works in three modes:
6 preffered to preserve unix modes) and put it on a reachable place.
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 33 /* TT video modes: 2
34 Falcon RVB: 16 (could be *2 by adding PAL/NTSC modes)
58 int num_modes; /* Number of xbios video modes */
59 xbiosmode_t *mode_list; /* List of xbios video modes */
97 /* TT shifter modes */
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 290 SDL_NAME(XDGAMode) *modes = NULL;
310 modes = (SDL_NAME(XDGAMode)*)Xmalloc((rep.number * sizeof(SDL_NAME(XDGAMode))) + size);
311 offset = (char*)(&modes[rep.number]); /* start of text */
314 if(modes) {
318 modes[i].num = info.num;
319 modes[i].verticalRefresh =
321 modes[i].flags = info.flags;
322 modes[i].imageWidth = info.image_width;
323 modes[i].imageHeight = info.image_height;
324 modes[i].pixmapWidth = info.pixmap_width
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 51 * for the MGL to use your own window for fullscreen modes, you can
53 * fullscreen modes, the attributes, size and position of the window are
59 * modes of your application, you will need to ensure that certain messages
60 * that you window normally handles in windowed modes are ignored when in
61 * fullscreen modes.
82 /* Obtain the handle to the MGL fullscreen window when in fullscreen modes */
121 * This function only needs to be called when running in Windowed modes and
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 51 * for the MGL to use your own window for fullscreen modes, you can
53 * fullscreen modes, the attributes, size and position of the window are
59 * modes of your application, you will need to ensure that certain messages
60 * that you window normally handles in windowed modes are ignored when in
61 * fullscreen modes.
82 /* Obtain the handle to the MGL fullscreen window when in fullscreen modes */
121 * This function only needs to be called when running in Windowed modes and
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_gsxb.h 43 /* NSoundcmd modes */
65 /* Setmode modes */
73 /* Sndstatus modes */
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_done.c 40 /* $Source: /cvs/libtom/libtomcrypt/src/modes/cbc/cbc_done.c,v $ */

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>