/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/ |
scrApi.h | 58 * \brief enumerates the different modes available in the system
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scrApi.h | 57 * \brief enumerates the different modes available in the system
|
/external/bison/build-aux/ |
depcomp | 73 # Some modes work just like other modes, but use different flags. We 74 # parameterize here, but still list the modes in the big case below,
|
/external/dbus/ |
depcomp | 73 # Some modes work just like other modes, but use different flags. We 74 # parameterize here, but still list the modes in the big case below,
|
/external/genext2fs/ |
depcomp | 73 # Some modes work just like other modes, but use different flags. We 74 # parameterize here, but still list the modes in the big case below,
|
/external/grub/ |
depcomp | 73 # Some modes work just like other modes, but use different flags. We 74 # parameterize here, but still list the modes in the big case below,
|
/external/jpeg/ |
jdcoefct.c | 39 /* In single-pass modes, it's sufficient to buffer just one MCU. 45 * In multi-pass modes, this array points to the current MCU's blocks 51 /* In multi-pass modes, we need a virtual block array for each component. */
|
/external/libffi/ |
depcomp | 74 # Some modes work just like other modes, but use different flags. We 75 # parameterize here, but still list the modes in the big case below,
|
/external/libpng/ |
depcomp | 72 # Some modes work just like other modes, but use different flags. We 73 # parameterize here, but still list the modes in the big case below,
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
bitno_tab.cpp | 154 /* number of parameters per modes (values must be <= MAX_PRM_SIZE!) */ 168 /* number of parameters to first subframe per modes */ 261 /* overall table with all parameter sizes for all modes */
|
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...] |
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |
/external/quake/quake/src/QW/ |
qwrlnote.txt | 103 resolution modes such as 800x600 and 1024x768, the console defaults to
105 you do want a higher resolution console in those modes, specify it as well:
107 Note that not all cards support modes higher than 640x480.
|
/external/quake/quake/src/WinQuake/ |
vid_dos.cpp | 112 // set up the mode list; note that later inits link in their modes ahead of
113 // earlier ones, so the standard VGA modes are always first in the list. This
377 Con_Printf ("%d video modes are available\n", VID_NumModes ());
|
/external/strace/ |
depcomp | 80 # Some modes work just like other modes, but use different flags. We 81 # parameterize here, but still list the modes in the big case below,
|
/external/v8/src/ |
assembler.h | 239 static const int kApplyMask; // Modes affected by apply. Depends on arch. 302 // A mask can be specified to skip unwanted modes. 340 // Else return false. Used for efficiently skipping unwanted modes.
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
bitno_tab.cpp | 154 /* number of parameters per modes (values must be <= MAX_PRM_SIZE!) */ 168 /* number of parameters to first subframe per modes */ 261 /* overall table with all parameter sizes for all modes */
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 88 <!-- Array of prediction modes --> 255 <!-- Array of Voice Input modes --> 275 <!-- Array of Voice Input modes summary -->
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
commonTypes.h | 312 /* Available External authentication modes for admission control */ 535 * this enum defines the protocol modes of the QOS management object. 567 * this enum includes the header converting modes configured to dataCtrl object. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | 53 #include "insn-modes.h" 673 /* Similarly for vector modes. "Supported" here is less strict. At 723 /* If two condition code modes are compatible, return a condition 726 modes. If the condition code modes are not compatible, return [all...] |
/external/wpa_supplicant/ |
mlme.c | 466 mode = &wpa_s->mlme.modes[i]; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 107 mode = &wpa_s->mlme.modes[i]; [all...] |
/frameworks/base/docs/html/guide/topics/ |
fundamentals.jd | 27 <li><a href="#lmodes">Launch modes</a></li> 652 <h3 id="lmodes">Launch modes</h3> 655 There are four different launch modes that can be assigned to an {@code 667 The modes differ from each other on these four points: 673 For the "{@code standard}" and "{@code singleTop}" modes, it's the task that 682 In contrast, the "{@code singleTask}" and "{@code singleInstance}" modes mark 708 The other three modes permit multiple activities to belong to the task. [all...] |
/external/bzip2/ |
bzip2.c | 189 /*-- source modes; F==file, I==stdin, O==stdout --*/ 194 /*-- operation modes --*/ 1143 panic ( "compress: bad modes\n" ); [all...] |
/external/openssl/ssl/ |
ssltest.c | 331 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local 350 if (modes[type]) 358 modes[type] = rw; 362 if (!modes[type]) 368 if (modes[type] != rw) 375 modes[type] = 0; [all...] |