/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgdata.cpp | 149 /* This sets the modes that are available */ 153 } modes[] = { variable in typeref:struct:__anon13610 339 fprintf(stderr, "modes: (-m option)\n"); 340 for(i=0;i<(sizeof(modes)/sizeof(modes[0]));i++) { 341 fprintf(stderr, " %-9s ", modes[i].name); 342 if (modes[i].alt_name) { 343 fprintf(stderr, "/ %-9s", modes[i].alt_name); 347 fprintf(stderr, " %s\n", modes[i].desc); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
irclib.py | [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 599 struct glx_config *modes, *m; local 612 modes = glx_config_create_list(nvisuals); 613 if (!modes) 623 m = modes; 646 return modes;
|
drisw_glx.c | 518 GLXDrawable drawable, struct glx_config *modes) 521 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) modes; 535 ret = XCreateDrawable(pdp, psc->base.dpy, xDrawable, modes->visualID);
|
glx_pbuffer.c | 872 const struct glx_config *modes = (const struct glx_config *) config; local 874 if (apple_glx_pixmap_create(dpy, modes->screen, pixmap, modes))
|
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-arm.mk | 359 third_party/openssl/openssl/crypto/modes/cbc128.c \ 360 third_party/openssl/openssl/crypto/modes/ccm128.c \ 361 third_party/openssl/openssl/crypto/modes/cfb128.c \ 362 third_party/openssl/openssl/crypto/modes/ctr128.c \ 363 third_party/openssl/openssl/crypto/modes/gcm128.c \ 364 third_party/openssl/openssl/crypto/modes/ofb128.c \ 365 third_party/openssl/openssl/crypto/modes/xts128.c \ 574 third_party/openssl/openssl/crypto/modes/asm/ghash-armv4.S \ 661 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
openssl.target.darwin-x86.mk | 353 third_party/openssl/openssl/crypto/modes/cbc128.c \ 354 third_party/openssl/openssl/crypto/modes/ccm128.c \ 355 third_party/openssl/openssl/crypto/modes/cfb128.c \ 356 third_party/openssl/openssl/crypto/modes/ctr128.c \ 357 third_party/openssl/openssl/crypto/modes/gcm128.c \ 358 third_party/openssl/openssl/crypto/modes/ofb128.c \ 359 third_party/openssl/openssl/crypto/modes/xts128.c \ 576 third_party/openssl/openssl/crypto/modes/asm/ghash-x86.S \ 672 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
openssl.target.linux-arm.mk | 359 third_party/openssl/openssl/crypto/modes/cbc128.c \ 360 third_party/openssl/openssl/crypto/modes/ccm128.c \ 361 third_party/openssl/openssl/crypto/modes/cfb128.c \ 362 third_party/openssl/openssl/crypto/modes/ctr128.c \ 363 third_party/openssl/openssl/crypto/modes/gcm128.c \ 364 third_party/openssl/openssl/crypto/modes/ofb128.c \ 365 third_party/openssl/openssl/crypto/modes/xts128.c \ 574 third_party/openssl/openssl/crypto/modes/asm/ghash-armv4.S \ 661 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
openssl.target.linux-x86.mk | 353 third_party/openssl/openssl/crypto/modes/cbc128.c \ 354 third_party/openssl/openssl/crypto/modes/ccm128.c \ 355 third_party/openssl/openssl/crypto/modes/cfb128.c \ 356 third_party/openssl/openssl/crypto/modes/ctr128.c \ 357 third_party/openssl/openssl/crypto/modes/gcm128.c \ 358 third_party/openssl/openssl/crypto/modes/ofb128.c \ 359 third_party/openssl/openssl/crypto/modes/xts128.c \ 576 third_party/openssl/openssl/crypto/modes/asm/ghash-x86.S \ 672 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
openssl.target.darwin-mips.mk | 358 third_party/openssl/openssl/crypto/modes/cbc128.c \ 359 third_party/openssl/openssl/crypto/modes/ccm128.c \ 360 third_party/openssl/openssl/crypto/modes/cfb128.c \ 361 third_party/openssl/openssl/crypto/modes/ctr128.c \ 362 third_party/openssl/openssl/crypto/modes/gcm128.c \ 363 third_party/openssl/openssl/crypto/modes/ofb128.c \ 364 third_party/openssl/openssl/crypto/modes/xts128.c \ 655 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
openssl.target.linux-mips.mk | 358 third_party/openssl/openssl/crypto/modes/cbc128.c \ 359 third_party/openssl/openssl/crypto/modes/ccm128.c \ 360 third_party/openssl/openssl/crypto/modes/cfb128.c \ 361 third_party/openssl/openssl/crypto/modes/ctr128.c \ 362 third_party/openssl/openssl/crypto/modes/gcm128.c \ 363 third_party/openssl/openssl/crypto/modes/ofb128.c \ 364 third_party/openssl/openssl/crypto/modes/xts128.c \ 655 $(LOCAL_PATH)/third_party/openssl/openssl/crypto/modes \ [all...] |
/external/mesa3d/src/glx/ |
glxext.c | 599 struct glx_config *modes, *m; local 612 modes = glx_config_create_list(nvisuals); 613 if (!modes) 623 m = modes; 646 return modes;
|
drisw_glx.c | 518 GLXDrawable drawable, struct glx_config *modes) 521 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) modes; 535 ret = XCreateDrawable(pdp, psc->base.dpy, xDrawable, modes->visualID);
|
glx_pbuffer.c | 872 const struct glx_config *modes = (const struct glx_config *) config; local 874 if (apple_glx_pixmap_create(dpy, modes->screen, pixmap, modes))
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.c | 1011 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, 1018 if (modes[i].mode == mode) 1019 return &modes[i]; 1034 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band); 1099 if (!wpa_s->hw.modes) 1104 hw_mode = &wpa_s->hw.modes[i]; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 286 SDL_Rect **modes = PS3_modes; local 288 return modes; 292 /* Get a list of the available display modes */
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 954 DeviceInfo::OverrideModes modes; local [all...] |
/bionic/libc/kernel/common/sound/ |
compress_params.h | 240 __u32 modes; member in struct:snd_codec_desc
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 12 import org.bouncycastle.crypto.modes.CBCBlockCipher;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DESede.java | 34 import org.bouncycastle.crypto.modes.CBCBlockCipher;
|
/external/chromium_org/remoting/host/ |
desktop_resizer_linux.cc | 88 const XRRModeInfo& mode = resources_->modes[i];
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLua.cpp | 693 SkShader::TileMode modes[2]; local 694 switch (shader->asABitmap(&bm, &matrix, modes)) { 700 setfield_string(L, "tileX", mode2string(modes[0])); 701 setfield_string(L, "tileY", mode2string(modes[1]));
|
/external/kernel-headers/original/linux/ |
compat.h | 48 compat_uint_t modes; member in struct:compat_timex
|
/external/kernel-headers/original/sound/ |
compress_params.h | 92 * Profile and modes are listed with bit masks. This allows for a 99 /* MP3 modes are only useful for encoders */ 107 /* AMR modes are only useful for encoders */ 122 /* AMRWB modes are only useful for encoders */ 131 /* AAC modes are required for encoders and decoders */ 209 * IEC modes are mandatory for decoders. Format autodetection 351 * @modes: Supported modes. See SND_AUDIOMODE defines 356 * This structure provides a scalar value for profiles, modes and stream 373 __u32 modes; member in struct:snd_codec_desc [all...] |