/external/chromium/base/ |
platform_file.h | 46 int flags, 50 int flags,
|
/external/e2fsprogs/lib/ext2fs/ |
bmap.c | 34 static _BMAP_INLINE_ errcode_t block_ind_bmap(ext2_filsys fs, int flags, 43 if (flags & BMAP_SET) 52 if (flags & BMAP_SET) { 55 if ((fs->flags & EXT2_FLAG_SWAP_BYTES) || 56 (fs->flags & EXT2_FLAG_SWAP_BYTES_WRITE)) 66 if ((fs->flags & EXT2_FLAG_SWAP_BYTES) || 67 (fs->flags & EXT2_FLAG_SWAP_BYTES_READ)) 71 if (!b && (flags & BMAP_ALLOC)) { 79 if ((fs->flags & EXT2_FLAG_SWAP_BYTES) || 80 (fs->flags & EXT2_FLAG_SWAP_BYTES_WRITE) [all...] |
/external/e2fsprogs/misc/ |
fsck.h | 47 int flags; member in struct:fs_info 59 int flags; member in struct:fsck_instance
|
/external/iptables/extensions/ |
libipt_unclean.c | 23 parse(int c, char **argv, int invert, unsigned int *flags, 32 static void final_check(unsigned int flags)
|
libipt_ECN.c | 49 parse(int c, char **argv, int invert, unsigned int *flags, 59 if (*flags) 65 *flags = 1; 68 if (*flags & IPT_ECN_OP_SET_CWR) 76 *flags |= IPT_ECN_OP_SET_CWR; 79 if (*flags & IPT_ECN_OP_SET_ECE) 87 *flags |= IPT_ECN_OP_SET_ECE; 90 if (*flags & IPT_ECN_OP_SET_IP) 98 *flags |= IPT_ECN_OP_SET_IP; 108 final_check(unsigned int flags) [all...] |
/external/kernel-headers/original/linux/ |
seqlock.h | 158 #define write_seqlock_irqsave(lock, flags) \ 159 do { local_irq_save(flags); write_seqlock(lock); } while (0) 165 #define write_sequnlock_irqrestore(lock, flags) \ 166 do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 172 #define read_seqbegin_irqsave(lock, flags) \ 173 ({ local_irq_save(flags); read_seqbegin(lock); }) 175 #define read_seqretry_irqrestore(lock, iv, flags) \ 178 local_irq_restore(flags); \
|
/external/openssl/crypto/ecdh/ |
ech_locl.h | 74 int flags; member in struct:ecdh_method 83 int flags; member in struct:ecdh_data_st
|
/external/qemu/ |
disas.h | 8 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags); 13 target_ulong pc, int nb_insn, int is_physical, int flags);
|
qemu-sockets-android.c | 47 unsigned flags = SOCKET_LIST_PASSIVE; local 70 flags |= SOCKET_LIST_FORCE_IN6; 78 flags |= SOCKET_LIST_FORCE_INET; 93 flags &= ~SOCKET_LIST_FORCE_IN6; 94 flags |= SOCKET_LIST_FORCE_INET; 97 flags &= SOCKET_LIST_FORCE_INET; 98 flags |= SOCKET_LIST_FORCE_IN6; 107 flags ); 166 if (flags & SOCKET_LIST_FORCE_IN6) { 182 unsigned flags = 0 local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiodev.c | 50 int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic) 73 audio_fd = open(audiodev, flags, 0); 87 audio_fd = open(audiopath, flags, 0); 126 static int OpenUserDefinedDevice(char *path, int maxlen, int flags) 138 audio_fd = open(audiodev, flags, 0); 146 int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic) 153 audio_fd = OpenUserDefinedDevice(path,maxlen,flags); 167 audio_fd = open(audiopath, flags, 0);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nximage_c.h | 32 extern int NX_ResizeImage (_THIS, SDL_Surface * screen, Uint32 flags) ;
|
/frameworks/base/core/java/android/text/ |
SpannableString.java | 45 public void setSpan(Object what, int start, int end, int flags) { 46 super.setSpan(what, start, end, flags);
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputContext.aidl | 32 void getTextBeforeCursor(int length, int flags, int seq, IInputContextCallback callback); 34 void getTextAfterCursor(int length, int flags, int seq, IInputContextCallback callback); 38 void getExtractedText(in ExtractedTextRequest request, int flags, int seq, 71 void getSelectedText(int flags, int seq, IInputContextCallback callback);
|
/frameworks/base/include/media/stagefright/ |
MediaExtractor.h | 41 size_t index, uint32_t flags = 0) = 0; 47 enum Flags { 56 virtual uint32_t flags() const;
|
/frameworks/base/libs/storage/ |
IMountShutdownObserver.cpp | 27 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 38 return BBinder::onTransact(code, data, reply, flags);
|
/frameworks/base/media/java/android/media/ |
IAudioService.aidl | 27 void adjustVolume(int direction, int flags); 29 void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags); 31 void adjustStreamVolume(int streamType, int direction, int flags); 33 void setStreamVolume(int streamType, int index, int flags);
|
/frameworks/base/vpn/java/android/net/vpn/ |
L2tpIpsecPskProfile.java | 50 public void writeToParcel(Parcel parcel, int flags) { 51 super.writeToParcel(parcel, flags);
|
PptpProfile.java | 52 public void writeToParcel(Parcel parcel, int flags) { 53 super.writeToParcel(parcel, flags);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMDebug.java | 144 * flags. 167 * @param flags flags to control method tracing. The only one that 171 int bufferSize, int flags) { 177 startMethodTracingNative(traceFileName, null, bufferSize, flags); 190 FileDescriptor fd, int bufferSize, int flags) 196 startMethodTracingNative(traceFileName, fd, bufferSize, flags); 206 public static void startMethodTracingDdms(int bufferSize, int flags) { 207 startMethodTracingNative(null, null, bufferSize, flags); 216 FileDescriptor fd, int bufferSize, int flags); [all...] |
/packages/apps/Provision/ |
Android.mk | 11 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
/packages/providers/UserDictionaryProvider/ |
Android.mk | 13 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
/system/vold/ |
Fat.cpp | 99 unsigned long flags; local 102 flags = MS_NODEV | MS_NOSUID | MS_DIRSYNC; 104 flags |= (executable ? 0 : MS_NOEXEC); 105 flags |= (ro ? MS_RDONLY : 0); 106 flags |= (remount ? MS_REMOUNT : 0); 126 rc = mount(fsPath, mountPoint, "vfat", flags, mountData); 130 flags |= MS_RDONLY; 131 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
|
/external/v8/src/ |
stub-cache.cc | 56 // Get the flags from the code. 57 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags()); local 68 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC); 72 ASSERT(Code::ExtractTypeFromFlags(flags) == 0); 75 int primary_offset = PrimaryOffset(name, flags, map); 82 Code::Flags primary_flags = Code::RemoveTypeFromFlags(hit->flags()); 100 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, FIELD) local 119 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, CALLBACKS); local 137 Code::Flags flags = local 155 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, INTERCEPTOR); local 180 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, NORMAL); local 202 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, FIELD); local 220 Code::Flags flags = local 238 Code::Flags flags = local 257 Code::Flags flags = local 275 Code::Flags flags = local 292 Code::Flags flags = local 309 Code::Flags flags = local 329 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, type); local 346 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, NORMAL); local 364 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, CALLBACKS); local 380 Code::Flags flags = local 398 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, type); local 431 Code::Flags flags = local 480 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::CALL_IC, local 516 Code::Flags flags = local 554 Code::Flags flags = local 616 Code::Flags flags = local 627 Code::Flags flags = local 637 Code::Flags flags = local 647 Code::Flags flags = local 657 Code::Flags flags = local 667 Code::Flags flags = local 678 Code::Flags flags = local 688 Code::Flags flags = local 703 Code::Flags flags = local 1090 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, type); local 1096 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, type); local 1102 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, type); local 1108 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, type); local 1115 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::CALL_IC, local 1124 Code::Flags flags = Code::ComputeFlags(Code::STUB); local [all...] |
/external/openssl/crypto/asn1/ |
tasn_prn.c | 77 ASN1_PCTX_FLAGS_SHOW_ABSENT, /* flags */ 94 ret->flags = 0; 109 return p->flags; 112 void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags) 114 p->flags = flags; 122 void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags) 124 p->nm_flags = flags; 132 void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags) 134 p->cert_flags = flags; 342 int i, flags; local [all...] |
/external/openssl/crypto/x509/ |
x509_vpm.c | 79 param->flags = 0; 116 * destination and verify flags are ORed together. 123 * they are set or not. Flags is still Ored though. 125 * If X509_VP_FLAG_RESET_FLAGS is set then the flags value is copied instead 178 if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME)) 181 dest->flags &= ~X509_V_FLAG_USE_CHECK_TIME; 186 dest->flags = 0; 188 dest->flags |= src->flags; 220 int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags) [all...] |