HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 101 - 125 of 661) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/debugfs/
lsdel.c 25 unsigned short mode; member in struct:deleted_info
164 delarray[num_delarray].mode = inode.i_mode;
189 fprintf(out, " Inode Owner Mode Size Blocks Time deleted\n");
197 delarray[i].uid, delarray[i].mode, delarray[i].size,
  /external/icu4c/i18n/
name2uni.cpp 108 // The failure mode, here and below, is to behave like Any-Null,
135 int32_t mode = 0; local
142 switch (mode) {
149 mode = 1;
173 mode = 0;
213 // still switch to mode 0 and continue.
214 mode = 0;
227 mode = 0;
234 mode = 0;
245 // In incremental mode, only advance the cursor up to the las
    [all...]
  /external/iproute2/tc/
f_flow.c 26 " [mapping mode]: map key KEY [ OPS ] ...\n"
27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
140 __u32 mode = FLOW_MODE_MAP; local
157 mode = FLOW_MODE_MAP;
159 mode = FLOW_MODE_HASH;
253 if (nkeys > 1 && mode != FLOW_MODE_HASH) {
254 fprintf(stderr, "Invalid mode \"map\" for multiple keys\n");
257 addattr32(n, 4096, TCA_FLOW_MODE, mode);
284 __u32 mode = *(__u32 *)RTA_DATA(tb[TCA_FLOW_MODE]); local
286 switch (mode) {
    [all...]
  /external/iptables/extensions/
libipt_policy.c 36 "[!] --mode mode match mode (transport/tunnel)\n"
85 .name = "mode",
125 exit_error(PARAMETER_PROBLEM, "policy match: invalid mode `%s'", s);
137 int mode; local
232 if (e->match.mode)
234 "policy match: double --mode option");
236 mode = parse_mode(argv[optind-1]);
237 e->match.mode = 1
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_hashlimit.h 18 u_int32_t mode; /* bitmask of IPT_HASHLIMIT_HASH_* */ member in struct:hashlimit_cfg
  /external/kernel-headers/original/linux/
ipc.h 16 __kernel_mode_t mode; member in struct:ipc_perm
66 mode_t mode; member in struct:kern_ipc_perm
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_hashlimit.h 18 u_int32_t mode; /* bitmask of IPT_HASHLIMIT_HASH_* */ member in struct:hashlimit_cfg
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_dir_utils.h 69 uint32 mode; member in struct:oscl_stat_buf
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 175 int mode; local
177 mode = (spec->format==AUDIO_S8)?SM_8BIT:SM_16BIT;
179 aica_play(0,mode,this->hidden->leftpos,0,spec->samples*2,spec->freq,255,128,1);
181 aica_play(0,mode,this->hidden->leftpos ,0,spec->samples*2,spec->freq,255,0,1);
182 aica_play(1,mode,this->hidden->rightpos,0,spec->samples*2,spec->freq,255,255,1);
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_dma8.c 280 unsigned char mode; local
304 mode = 3-MINTAUDIO_frequencies[MINTAUDIO_numfreq].predivisor;
306 mode |= 1<<7;
308 DMAAUDIO_IO.sound_ctrl = mode;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 81 SDL_SetError("ph_ListModes(): PgGetVideoModeInfo() function failed on mode: 0x%X.\n", mode_list.modes[i]);
113 /* return the mode associated with width, height and bpp */
114 /* if there is no mode then zero is returned */
126 /* special case for the double-sized 320x200 mode */
156 /* if we are here, then no 640x400xbpp mode found and we'll emulate it via 640x480xbpp mode */
165 /* return the mode associated with width, height and bpp */
166 /* if requested bpp is not found the mode with closest bpp is returned */
245 int mode; local
251 /* Get the video mode and set it *
    [all...]
  /external/skia/src/animator/
SkDisplayApply.h 39 enum Mode {
61 Mode getMode() { return mode; }
90 Mode mode; member in class:SkApply
SkMatrixParts.h 90 int32_t mode; member in class:SkFromPath
  /external/skia/src/core/
SkComposeShader.cpp 25 SkComposeShader::SkComposeShader(SkShader* sA, SkShader* sB, SkXfermode* mode)
29 // mode may be null
30 fMode = mode; mode->safeRef();
120 SkXfermode* mode = fMode; local
125 if (NULL == mode) // implied SRC_OVER
153 else // use mode for the composition
162 mode->xfer32(result, tmp, n, NULL);
  /external/speex/libspeex/
speex.c 51 EXPORT void *speex_encoder_init(const SpeexMode *mode)
53 return mode->enc_init(mode);
56 EXPORT void *speex_decoder_init(const SpeexMode *mode)
58 return mode->dec_init(mode);
109 SpeexMode *mode; local
110 mode = *(SpeexMode**)state;
111 return (mode)->enc(state, in, bits);
130 SpeexMode *mode = *(SpeexMode**)state local
    [all...]
  /external/srec/portable/include/
pstream.h 47 int mode; /* 0 readonly text; 1 readonly binary; 2 writable text; 3 writalbe binary */ member in struct:PORT_FILE_HANDLE
59 int mode; member in struct:_FileRecord
72 PORTABLE_API PORT_FILE PortFopen(const char* filename, const char* mode);
87 PORTABLE_API PORT_FILE PortFreopen(const char *path, const char *mode, PORT_FILE PortFile);
  /external/tcpdump/
print-ntp.c 82 int mode, version, leapind; local
91 mode = bp->status & MODEMASK;
94 tok2str(ntp_mode_values, "Unknown mode", mode),
101 tok2str(ntp_mode_values, "Unknown mode", mode));
  /external/tremolo/Tremolo/
dsp.c 174 int mode; local
191 /* read our mode and pre/post windowsize */
192 mode=oggpack_read(&opb,modebits);
193 if(mode==-1)return(OV_EBADPACKET);
194 return(ci->blocksizes[ci->mode_param[mode].blockflag]);
211 int mode,i; local
221 /* read our mode and pre/post windowsize */
222 mode=oggpack_read(&vd->opb,ilog(ci->modes));
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GradientAndroid.cpp 61 SkShader* Gradient::getShader(SkShader::TileMode mode)
65 else if (mode == m_gradient->m_tileMode)
97 colors, pos, count, mode);
99 s = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
107 m_gradient->m_tileMode = mode;
118 // we don't care about the mode, so try to use the existing one
119 SkShader::TileMode mode = m_gradient ? m_gradient->m_tileMode : local
123 paint.setShader(this->getShader(mode));
  /external/wpa_supplicant/
driver_ndis.h 55 int mode; member in struct:wpa_driver_ndis_data
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h 55 int mode; member in struct:wpa_driver_ndis_data
  /frameworks/base/media/libdrm/mobile2/include/util/crypto/
DrmCrypto.h 26 // AES encrypt mode
34 :mode(method),AesKey(decryptedKey){};
56 const AesMode mode; member in class:AesAgent
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 36 * One word (2-byte) to indicate mode.
154 * GSM AMR NB and WB mode (i.e. bit-rate )
156 int16_t mode; member in struct:tPVAmrDecoderExternal
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParams.java 58 LaunchBrowserMode mode; field in class:LaunchBrowserParams
62 String url, LaunchBrowserMode mode) {
65 this.mode = mode;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ipc.h 26 __kernel_mode_t mode; member in struct:ipc_perm

Completed in 447 milliseconds

1 2 3 45 6 7 8 91011>>