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

1 2 3 4 5 6 7 8 9

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 72 * modes other than 320x200 are available
75 VGLMode **modes; local
90 modes = VGLListModes(8, V_INFO_MM_DIRECT | V_INFO_MM_PACKED);
92 for (i = 0; modes[i] != NULL; i++) {
93 if ((modes[i]->ModeInfo.Xsize > 320) &&
94 (modes[i]->ModeInfo.Ysize > 200) &&
95 ((modes[i]->ModeInfo.Type == VIDBUF8) ||
96 (modes[i]->ModeInfo.Type == VIDBUF16) ||
97 (modes[i]->ModeInfo.Type == VIDBUF32))) {
197 /* Allocate the new list of modes, and fill in the new mode *
233 VGLMode **modes; local
315 VGLMode **modes; local
498 static VGLMode **modes = NULL; local
    [all...]
  /external/openssl/crypto/aes/
aes_cbc.c 53 #include <openssl/modes.h>
aes_ctr.c 53 #include <openssl/modes.h>
aes_ofb.c 53 #include <openssl/modes.h>
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
IconIndicator.java 27 * Represents image icons/buttons having various modes.
40 CharSequence modes[] = a.getTextArray(R.styleable.IconIndicator_modes); local
43 setModesAndIcons(modes, icons);
63 private void setModesAndIcons(CharSequence[] modes, Drawable icons[]) {
64 if (modes.length != icons.length || icons.length == 0) {
68 mModes = modes;
  /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/clang/test/CodeGen/
builtin-memfns.c 71 int modes[4]; member in struct:PS
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_fm.h 66 unsigned char modes; member in struct:__anon23833
114 __u8 modes; member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 66 unsigned char modes; member in struct:__anon25423
114 __u8 modes; member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 69 unsigned char modes; member in struct:fm_instrument
117 __u8 modes; member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 66 unsigned char modes; member in struct:__anon26935
114 __u8 modes; member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 69 unsigned char modes; member in struct:fm_instrument
117 __u8 modes; member in struct:fm_xinstrument
  /external/chromium/chrome/browser/
fullscreen_win.cc 95 DWORD modes = 0;
96 ::GetConsoleDisplayMode(&modes);
99 return (modes & (CONSOLE_FULLSCREEN | CONSOLE_FULLSCREEN_HARDWARE)) != 0;
  /external/qemu/distrib/sdl-1.2.15/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/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 123 SDL_NAME(XF86VidModeModeInfo) **modes;
129 SDL_NAME(XF86VidModeGetAllModeLines)(SDL_Display,SDL_Screen,&nmodes,&modes) ) {
131 if ( (modes[i]->hdisplay == width) &&
132 (modes[i]->vdisplay == height) ) {
136 if ( modes[i]->hdisplay >= width &&
137 modes[i]->vdisplay >= height ) {
139 (modes[i]->hdisplay < modes[best]->hdisplay &&
140 modes[i]->vdisplay <= modes[best]->vdisplay) |
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 76 // Array of supported display modes
77 private DisplayMode[] modes = null; field in class:SettingsDialog
158 modes = device.getDisplayModes();
159 Arrays.sort(modes, new DisplayModeSorter());
455 * <code>setUpChooser</code> retrieves all available display modes and
459 * @return the combo box of display modes.
462 String[] res = getResolutions(modes);
485 String modes[] = {"NULL", "JOGL-OpenGL1", "LWJGL-OpenGL2", "LWJGL-OpenGL3", "LWJGL-OpenGL3.1"}; local
486 JComboBox nameBox = new JComboBox(modes);
511 String[] depths = getDepths(resolution, modes);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 1 package org.bouncycastle.crypto.modes;
  /external/libppp/src/
defs.c 97 } modes[] = { variable in typeref:struct:__anon9589
114 for (m = 0; modes[m].mode; m++)
115 if (modes[m].mode == mode)
116 return modes[m].name;
128 for (m = 0; modes[m].mode; m++)
129 if (!strncasecmp(name, modes[m].name, len)) {
130 if (modes[m].name[len] == '\0')
131 return modes[m].mode;
137 return got == -1 ? 0 : modes[got].mode;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherPBEThread.java 30 CipherPBEThread(String name, int[] keys, String[] modes, String[] paddings) {
31 super(name, keys, modes, paddings);
CipherRSAThread.java 26 CipherRSAThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
CipherWrapThread.java 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 243 /* Allocate the new list of modes, and fill in the new mode */
262 display_mode *modes; local
288 /* Get the video modes we can switch to in fullscreen mode */
289 bscreen.GetModeList(&modes, &nmodes);
290 SDL_qsort(modes, nmodes, sizeof *modes, CompareModes);
292 bpp = ColorSpaceToBitsPerPixel(modes[i].space);
294 if ( modes[i].space == saved_mode.space ) {
296 modes[i].virtual_width,
297 modes[i].virtual_height)
327 SDL_Rect **modes; local
351 SDL_Rect **modes; local
    [all...]

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 9