Searched defs:mode (Results 1 - 25 of 2363) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c336 int yaffs_open(const char *path, int oflag, int mode) argument
434 obj = yaffs_MknodFile(dir,name,mode,0,0);
928 static int yaffsfs_DoChMod(yaffs_Object *obj,mode_t mode) argument
939 obj->yst_mode = mode;
948 int yaffs_chmod(const char *path, mode_t mode) argument
959 retVal = yaffsfs_DoChMod(obj,mode);
974 int yaffs_fchmod(int fd, mode_t mode) argument
985 retVal = yaffsfs_DoChMod(obj,mode);
999 int yaffs_mkdir(const char *path, mode_t mode) argument
1009 dir = yaffs_MknodDirectory(parent,name,mode,
1358 int mode = 0; // ignore for now local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c118 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode,
123 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode);
131 static int yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode);
134 static int yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode,
137 static int yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode,
311 struct inode *yaffs_get_inode(struct super_block *sb, int mode, int dev,
671 /* Check mode against the variant type and attempt to repair if broken. */
672 __u32 mode = obj->yst_mode; local
675 if( ! S_ISREG(mode) ){
682 if( ! S_ISLNK(mode) ){
769 yaffs_get_inode(struct super_block *sb, int mode, int dev, yaffs_Object * obj) argument
950 yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
1042 yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
1057 yaffs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *n) argument
[all...]
H A Dyaffs_guts.c1382 __u32 mode)
1393 obj->yst_mode = mode;
1689 __u32 mode,
1711 in->yst_mode = mode;
1766 __u32 mode, __u32 uid, __u32 gid)
1768 return yaffs_MknodObject(YAFFS_OBJECT_TYPE_FILE, parent, name, mode,
1773 __u32 mode, __u32 uid, __u32 gid)
1776 mode, uid, gid, NULL, NULL, 0);
1780 __u32 mode, __u32 uid, __u32 gid, __u32 rdev)
1782 return yaffs_MknodObject(YAFFS_OBJECT_TYPE_SPECIAL, parent, name, mode,
1381 yaffs_CreateFakeDirectory(yaffs_Device * dev, int number, __u32 mode) argument
1686 yaffs_MknodObject(yaffs_ObjectType type, yaffs_Object * parent, const YCHAR * name, __u32 mode, __u32 uid, __u32 gid, yaffs_Object * equivalentObject, const YCHAR * aliasString, __u32 rdev) argument
1765 yaffs_MknodFile(yaffs_Object * parent, const YCHAR * name, __u32 mode, __u32 uid, __u32 gid) argument
1772 yaffs_MknodDirectory(yaffs_Object * parent, const YCHAR * name, __u32 mode, __u32 uid, __u32 gid) argument
1779 yaffs_MknodSpecial(yaffs_Object * parent, const YCHAR * name, __u32 mode, __u32 uid, __u32 gid, __u32 rdev) argument
1786 yaffs_MknodSymLink(yaffs_Object * parent, const YCHAR * name, __u32 mode, __u32 uid, __u32 gid, const YCHAR * alias) argument
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs21 private static extern IntPtr gzopen(string name, string mode); argument
/external/zlib/src/contrib/infback9/
H A Dinfback9.c229 inflate_mode mode; /* current inflate mode */ local
259 mode = TYPE;
274 switch (mode) {
279 mode = DONE;
289 mode = STORED;
298 mode = LEN; /* decode codes */
303 mode = TABLE;
307 mode = BAD;
318 mode
[all...]
/external/zlib/src/contrib/iostream/
H A Dzfstream.h36 short mode; member in class:gzfilebuf
/external/zlib/src/contrib/iostream2/
H A Dzstream.h178 char mode[4] = "wb\0"; local
179 if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level;
181 m_fp = ::gzopen(name, mode);
188 char mode[4] = "wb\0"; local
189 if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level;
191 m_fp = ::gzdopen(fileno(fp), mode);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
52 std::ios_base::openmode mode)
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
61 // Build mode string for gzopen and check it [27.8.1.3.2]
63 if (!this->open_mode(mode, char_mode))
72 io_mode = mode;
80 std::ios_base::openmode mode)
86 if ((mode & std::ios_base::in) && (mode
51 open(const char *name, std::ios_base::openmode mode) argument
79 attach(int fd, std::ios_base::openmode mode) argument
131 open_mode(std::ios_base::openmode mode, char* c_mode) const argument
379 gzifstream(const char* name, std::ios_base::openmode mode) argument
388 gzifstream(int fd, std::ios_base::openmode mode) argument
398 open(const char* name, std::ios_base::openmode mode) argument
409 attach(int fd, std::ios_base::openmode mode) argument
434 gzofstream(const char* name, std::ios_base::openmode mode) argument
443 gzofstream(int fd, std::ios_base::openmode mode) argument
453 open(const char* name, std::ios_base::openmode mode) argument
464 attach(int fd, std::ios_base::openmode mode) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dioapi.c19 #define FOPEN_FUNC(filename, mode) fopen(filename, mode)
23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) argument
34 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode);
37 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode);
87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) argument
99 if ((mode
113 fopen64_file_func(voidpf opaque, const void* filename, int mode) argument
[all...]
H A Diowin32.c35 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
50 static void win32_translate_open_mode(int mode, argument
58 if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
64 else if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
69 else if (mode & ZLIB_FILEFUNC_MODE_CREATE)
95 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) argument
101 win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) argument
130 win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
148 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) argument
168 win32_open_file_func(voidpf opaque,const char* filename,int mode) argument
[all...]
/external/zlib/src/contrib/untgz/
H A Duntgz.c29 # define mkdir(dirname,mode) _mkdir(dirname)
31 # define access(path,mode) _access(path,mode)
32 # define chmod(path,mode) _chmod(path,mode)
71 char mode[8]; /* 100 */ member in struct:tar_header
99 int mode; member in struct:attr_item
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) argument
261 item->mode = mode;
[all...]
/external/zlib/src/
H A Dgzguts.h153 #define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */
168 int mode; /* see gzip modes above */ member in struct:__anon34354
H A Dinflate.h82 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2983 const LodePNGColorMode* mode, ColorTree* tree /*for palette*/,
2986 if(mode->colortype == LCT_GREY)
2989 if(mode->bitdepth == 8) out[i] = grey;
2990 else if(mode->bitdepth == 16) out[i * 2 + 0] = out[i * 2 + 1] = grey;
2994 grey = (grey >> (8 - mode->bitdepth)) & ((1 << mode->bitdepth) - 1);
2995 addColorBits(out, i, mode->bitdepth, grey);
2998 else if(mode->colortype == LCT_RGB)
3000 if(mode->bitdepth == 8)
3013 else if(mode
2982 rgba8ToPixel(unsigned char* out, size_t i, const LodePNGColorMode* mode, ColorTree* tree , unsigned char r, unsigned char g, unsigned char b, unsigned char a) argument
3056 rgba16ToPixel(unsigned char* out, size_t i, const LodePNGColorMode* mode, unsigned short r, unsigned short g, unsigned short b, unsigned short a) argument
3100 getPixelColorRGBA8(unsigned char* r, unsigned char* g, unsigned char* b, unsigned char* a, const unsigned char* in, size_t i, const LodePNGColorMode* mode, unsigned fix_png) argument
3213 getPixelColorsRGBA8(unsigned char* buffer, size_t numpixels, unsigned has_alpha, const unsigned char* in, const LodePNGColorMode* mode, unsigned fix_png) argument
3350 getPixelColorRGBA16(unsigned short* r, unsigned short* g, unsigned short* b, unsigned short* a, const unsigned char* in, size_t i, const LodePNGColorMode* mode) argument
3489 color_profile_init(ColorProfile* profile, const LodePNGColorMode* mode) argument
3553 get_color_profile(ColorProfile* profile, const unsigned char* in, size_t numpixels , const LodePNGColorMode* mode, unsigned fix_png) argument
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcomplex_fft.c159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode) argument
176 if (mode == 0)
178 // mode==0: Low-complexity and Low-accuracy mode
220 // mode==1: High-complexity and High-accuracy mode
287 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 frfi[], int stages, int mode) argument
329 if (mode == 0)
331 // mode==0: Low-complexity and Low-accuracy mode
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_core.c66 int WebRtcVad_InitCore(VadInstT *inst, short mode) argument
117 if (mode == 0)
119 // Quality mode
134 } else if (mode == 1)
136 // Low bitrate mode
151 } else if (mode == 2)
153 // Aggressive mode
170 // Very aggressive mode
192 // Set aggressiveness mode
193 int WebRtcVad_set_mode_core(VadInstT *inst, short mode) argument
[all...]
H A Dwebrtc_vad.c106 short mode = 0; // Default high quality local
113 return WebRtcVad_InitCore((VadInstT*)vad_inst, mode);
116 WebRtc_Word16 WebRtcVad_set_mode(VadInst *vad_inst, WebRtc_Word16 mode) argument
131 return WebRtcVad_set_mode_core((VadInstT*)vad_inst, mode);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c123 int mode=-1, tmp, nbTest=0; /*,sss;*/ local
171 printf("[-m] mode : Mode (encoder - decoder):\n");
206 mode=atoi(argv[i+1]);
223 if(mode<0) {
319 if (mode==0) { /* Encode using FLOAT, decode using FLOAT */
321 printf("Coding mode: Encode using FLOAT, decode using FLOAT \n\n");
336 } else if (mode==1) { /* Encode using FLOAT, decode using FIX */
338 printf("Coding mode: Encode using FLOAT, decode using FIX \n\n");
365 } else if (mode==2) { /* Encode using FIX, decode using FLOAT */
367 printf("Coding mode
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c68 * kPitchFilterPre : In this mode the filter is operating as pitch
70 * kPitchFilterPost : In this mode the filter is operating as pitch
113 PitchFilterOperation mode; member in struct:__anon33444
162 if (parameters->mode == kPitchFilterPreGain) {
226 if (parameters->mode == kPitchFilterPreGain) {
227 /* If in this mode make a differential change to pitch gain. */
246 * mode : defining the functionality of the filter. It takes the
261 double* lags, double* gains, PitchFilterOperation mode,
274 filter_parameters.mode = mode;
260 FilterFrame(const double* in_data, PitchFiltstr* filter_state, double* lags, double* gains, PitchFilterOperation mode, double* out_data, double out_dg[][PITCH_FRAME_LEN + QLOOKAHEAD]) argument
[all...]
/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc27 WebRtc_Word16 MapSetting(EchoControlMobile::RoutingMode mode) { argument
28 switch (mode) {
171 int EchoControlMobileImpl::set_routing_mode(RoutingMode mode) { argument
173 if (MapSetting(mode) == -1) {
177 routing_mode_ = mode;
H A Dgain_control_impl.cc39 WebRtc_Word16 MapSetting(GainControl::Mode mode) { argument
40 switch (mode) {
237 int GainControlImpl::set_mode(Mode mode) { argument
239 if (MapSetting(mode) == -1) {
243 mode_ = mode;
247 GainControl::Mode GainControlImpl::mode() const { function in class:webrtc::GainControlImpl
/external/webrtc/src/modules/audio_processing/ns/
H A Dnoise_suppression.c56 int WebRtcNs_set_policy(NsHandle* NS_inst, int mode) { argument
57 return WebRtcNs_set_policy_core((NSinst_t*) NS_inst, mode);
H A Dnoise_suppression_x.c55 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { argument
56 return WebRtcNsx_set_policy_core((NsxInst_t*)nsxInst, mode);
H A Dns_core.c199 //default mode
209 int WebRtcNs_set_policy_core(NSinst_t* inst, int mode) { argument
211 if (mode < 0 || mode > 3) {
215 inst->aggrMode = mode;
216 if (mode == 0) {
220 } else if (mode == 1) {
225 } else if (mode == 2) {
230 } else if (mode == 3) {

Completed in 3045 milliseconds

1234567891011>>