/external/srec/portable/src/ |
pstream.c | 49 #define ISWRITEMODE(mode) (((mode)&FILEWRITEMODE) == FILEWRITEMODE) 51 #define ISBINARYMODE(mode) (((mode)&FILEBINARYMODE) == FILEBINARYMODE) 52 #define ISREOPENMODE(mode) (((mode)&FILEREOPENMODE) == FILEREOPENMODE) 170 PORT_FILE PortFopen(const char *filename, const char *mode) 183 passert(mode); 192 if (mode[0] == 'r' || mode[0] == 'w' || mode[0] == 'R') /* w means w+, attaching text * 857 char mode[3]; local 967 char mode[3]; local [all...] |
/external/stlport/src/details/ |
fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { 49 switch (mode & O_ACCMODE) { 58 if (mode & O_APPEND) 61 if (mode & O_BINARY) 134 //the file will be considered as open in binary mode with no append attribute 137 int mode = 0; local 139 mode |= O_APPEND; 142 mode |= O_TEXT; 144 mode |= O_BINARY; 151 mode |= O_RDWR [all...] |
/external/wpa_supplicant/ |
crypto_cryptoapi.c | 188 DWORD mode = CRYPT_MODE_ECB; local 220 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) { 268 DWORD mode = CRYPT_MODE_ECB; local 302 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) { 542 DWORD mode = CRYPT_MODE_CBC; local 593 if (!CryptSetKeyParam(ctx->key, KP_MODE, (BYTE *) &mode, 0)) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_cryptoapi.c | 173 DWORD mode = CRYPT_MODE_ECB; local 205 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) { 253 DWORD mode = CRYPT_MODE_ECB; local 287 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) { 527 DWORD mode = CRYPT_MODE_CBC; local 578 if (!CryptSetKeyParam(ctx->key, KP_MODE, (BYTE *) &mode, 0)) {
|
/external/zlib/ |
gzio.c | 67 char mode; /* 'w' or 'r' */ member in struct:gz_stream 76 local gzFile gz_open OF((const char *path, const char *mode, int fd)); 85 Opens a gzip (.gz) file for reading or writing. The mode parameter 93 local gzFile gz_open (path, mode, fd) 95 const char *mode; 101 char *p = (char*)mode; 103 char fmode[80]; /* copy of mode, without the compression level */ 106 if (!path || !mode) return Z_NULL; 133 s->mode = '\0'; 135 if (*p == 'r') s->mode = 'r' [all...] |
inflate.h | 82 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
|
/frameworks/base/libs/utils/ |
BackupHelpers.cpp | 58 * - 4-byte access mode (little-endian) 64 int mode; member in struct:android::file_metadata_v1 215 write_update_file(BackupDataWriter* dataStream, int fd, int mode, const String8& key, 218 LOGP("write_update_file %s (%s) : mode 0%o\n", realFilename, key.string(), mode); 247 metadata.mode = tolel(mode); 362 r.s.mode = st.st_mode; 410 LOGP(" new: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x", 411 f.modTime_sec, f.modTime_nsec, f.mode, f.size, f.crc32) 467 int mode; local [all...] |
/frameworks/base/media/libmedia/ |
IAudioPolicyService.cpp | 97 virtual status_t setRingerMode(uint32_t mode, uint32_t mask) 101 data.writeInt32(mode); 342 uint32_t mode = data.readInt32(); local 344 reply->writeInt32(static_cast <uint32_t>(setRingerMode(mode, mask)));
|
/frameworks/base/media/libstagefright/codecs/avc/dec/ |
AVCDecoder.cpp | 288 ReadOptions::SeekMode mode; local 289 if (options && options->getSeekTo(&seekTimeUs, &mode)) { 294 mPendingSeekMode = mode;
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
slice.cpp | 200 /******* determine MB prediction mode *******/ 438 /* DC transform for luma I16 mode */ 698 /* perform prediction to get the actual intra 4x4 pred mode */ 928 int mode; local 993 mode = currMB->i4Mode[(block_y<<2)+block_x]; 995 if (mode == (AVCIntra4x4PredMode)predIntra4x4PredMode) 999 else if (mode < predIntra4x4PredMode) 1001 rem = mode; 1005 rem = mode - 1;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_comp.cpp | 108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */ local 130 if (mode == MODE_INTER || mode == MODE_INTER_Q) 161 else if (mode == MODE_INTER4V) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
CommandParamsFactory.java | 712 LaunchBrowserMode mode; local 716 mode = LaunchBrowserMode.LAUNCH_IF_NOT_ALREADY_LAUNCHED; 719 mode = LaunchBrowserMode.USE_EXISTING_BROWSER; 722 mode = LaunchBrowserMode.LAUNCH_NEW_BROWSER; 726 mCmdParams = new LaunchBrowserParams(cmdDet, confirmMsg, url, mode);
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
wpa_core.c | 61 S32 mode; member in struct:__anon10064 113 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA; /* Default is Infrastructure mode */ 229 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetAuthMode - unknown authentication mode (%d)!!!\n", AuthMode); 487 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_IBSS; 490 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA; 493 pWpaCore->WpaSupplParams.mode = IEEE80211_MODE_INFRA; 504 switch(pWpaCore->WpaSupplParams.mode) 573 /* set mode of the new network block */ 574 os_sprintf(cmd, (PS8)"SET_NETWORK %d mode %d", NetworkID, pWpaCore->WpaSupplParams.mode) [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
assocSM.c | 1067 EDot11Mode mode; local 1257 EDot11Mode mode; local [all...] |
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
ElemApplyTemplates.java | 45 * mode %qname; #IMPLIED 56 * mode %qname; #IMPLIED 62 * Set the mode attribute for this element. 64 * @param mode reference, which may be null, to the <a href="http://www.w3.org/TR/xslt#modes">current mode</a>. 66 public void setMode(QName mode) 68 m_mode = mode; 72 * Get the mode attribute for this element. 74 * @return The mode attribute for this element 162 QName mode = transformer.getMode() local 275 final QName mode = transformer.getMode(); local [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_Configuration.java | 365 int mode = NONE, unicode = 0, count = 0, nextChar; local 370 if (mode == UNICODE) { 378 mode = NONE; 384 if (mode == SLASH) { 385 mode = NONE; 388 mode = CONTINUE; // Look for a following \n 391 mode = IGNORE; // Ignore whitespace on the next line 409 mode = UNICODE; 427 if (mode == CONTINUE) { // Part of a \r\n sequence 428 mode = IGNORE; // Ignore whitespace on the next lin [all...] |
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { 49 switch (mode & O_ACCMODE) { 58 if (mode & O_APPEND) 61 if (mode & O_BINARY) 134 //the file will be considered as open in binary mode with no append attribute 137 int mode = 0; local 139 mode |= O_APPEND; 142 mode |= O_TEXT; 144 mode |= O_BINARY; 151 mode |= O_RDWR [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmsap.h | 23 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */ 71 * ITU-T coded mode of operation 75 #define ATM_IMD_NONE 0 /* mode not specified */ 76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */ 77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */ 107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon14272::__anon14273 116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon14274::__anon14275
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
dmx.h | 91 __u8 mode[DMX_FILTER_SIZE]; member in struct:dmx_filter
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_ppp.h | 112 enum NPmode mode; member in struct:npioctl 153 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */ 154 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 127 fsh_mode mode; member in struct:nlm_share
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
atmsap.h | 71 unsigned char mode; member in struct:atm_blli::__anon15006::__anon15007 80 unsigned char mode; member in struct:atm_blli::__anon15008::__anon15009
|
if_ppp.h | 56 enum NPmode mode; member in struct:npioctl
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
host.h | 100 unsigned int mode; member in struct:mmc_host
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
atmsap.h | 71 unsigned char mode; member in struct:atm_blli::__anon15360::__anon15361 80 unsigned char mode; member in struct:atm_blli::__anon15362::__anon15363
|