/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_video.c | 329 SDL_Rect **modes; local 331 modes = NULL; 336 modes = video->ListModes(this, format, flags); 338 return(modes); 382 /* Search through the list valid of modes */ 630 /* These flags are for 2D video modes only */ [all...] |
SDL_sysvideo.h | 61 /* List the available video modes for the given pixel format, sorted
|
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 646 glmode_t modes[] = { variable 668 if (gl_filter_min == modes[i].minimize) 670 Con_Printf ("%s\n", modes[i].name); 679 if (!Q_strcasecmp (modes[i].name, Cmd_Argv(1) ) ) 688 gl_filter_min = modes[i].minimize; 689 gl_filter_max = modes[i].maximize; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_nl80211.c | 2428 struct wpa_hw_modes *modes; member in struct:phy_info_arg [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
gc_pred.cpp | 264 // MR122: Q12, other modes: Q13 336 else // all modes except 12.2 470 /* MR122: Q12, other modes: Q13 */ 583 else /* all modes except 12.2 */ [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileChannel.java | 105 * Private constructor prevents others creating new modes. 256 * Maps the file into memory. There can be three modes: read-only, 263 * one of the three mapping modes. [all...] |
/development/pdk/docs/porting/ |
stk.jd | 82 <p>The user sees a dialog box with a prompt and / or an icon, a text box with optional default text, and an OK button. 'digits only,' 'min,' 'max,' and 'hidden' modes are all supported. 372 <td nowrap="nowrap" valign="bottom"><p>Event: Call connected (all modes)</p></td> 377 <td nowrap="nowrap" valign="bottom"><p>Event: Call disconnected (all modes)</p></td>
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 301 // copy excluded .class entries in full copy and overwrite modes: 307 // copy non-.class entries in full copy and overwrite modes: 470 // in non-overwrite modes, bail if src file already instrumented: [all...] |
InstrProcessor.java | 166 // for non-overwrite modes output directory must not overlap
|
/external/icu4c/test/cintltst/ |
cbiditst.c | 2798 modes[] = { variable in typeref:struct:__anon2295 [all...] |
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Video.h | 405 * Baseline : Baseline Profile: H.263 (V1), no optional modes [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Video.h | 388 * Baseline : Baseline Profile: H.263 (V1), no optional modes
[all...] |
/dalvik/libcore/math/src/main/java/java/math/ |
MathContext.java | 281 // Make place for the necessary bits to represent 8 rounding modes
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 10 import org.bouncycastle.crypto.modes.CBCBlockCipher;
|
/external/blktrace/btt/ |
globals.h | 65 long long *modes; member in struct:mode
|
/external/bluetooth/bluez/src/ |
hcid.conf.5.in | 201 This option determines the various operational modes that are allowed for this device when it participates to a piconet. Normally hold and sniff should be enabled for standard operations.
|
/external/dropbear/ |
svr-main.c | 358 /* Things used by inetd and non-inetd modes */
|
/external/grub/stage2/ |
start.S | 363 * %bh = page %bl = foreground color (graphics modes)
|
start_eltorito.S | 220 * %bh = page %bl = foreground color (graphics modes)
|
/external/kernel-headers/original/linux/ |
timex.h | 107 unsigned int modes; /* mode selector */ member in struct:timex
|
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/ |
rfc3640_payload_parser.cpp | 87 //TODO: Implement other modes (such as CELP-cbr, CELP-vbr, AAC-lbr, etc...).
|
/external/openssl/crypto/des/ |
des.h | 155 function except to implement 'modes' of DES. I say this because the
|
/external/openssl/crypto/engine/ |
eng_openssl.c | 210 /* This section of code compiles an "alternative implementation" of two modes of
|
/external/openssl/crypto/rc2/ |
rc2test.c | 60 * RC2 modes, more of the code will be uncommented. */
|
/external/openssl/include/openssl/ |
des.h | 155 function except to implement 'modes' of DES. I say this because the
|