Searched defs:modes (Results 1 - 25 of 67) sorted by path

123

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/blktrace/btt/
H A Dglobals.h65 long long *modes; member in struct:mode
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DCBCBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DCCMBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DCFBBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DCTSBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DGCMBlockCipher.java1 package org.bouncycastle.crypto.modes;
7 import org.bouncycastle.crypto.modes.gcm.GCMMultiplier;
8 import org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier;
H A DOFBBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DSICBlockCipher.java1 package org.bouncycastle.crypto.modes;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
H A DGCMUtil.java1 package org.bouncycastle.crypto.modes.gcm;
H A DTables8kGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
/external/clang/test/CodeGen/
H A Dbuiltin-memfns.c71 int modes[4]; member in struct:PS
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/cintltst/
H A Dcbiditst.c2984 modes[] = { variable in typeref:struct:__anon5964
3001 #define MODES_COUNT LENGTHOF(modes)
3378 switch (modes[mode].value) {
3414 "Reordering mode:", modes[mode].description,
3425 "Reordering mode:", modes[mode].description,
3619 modeValue = modes[mode].value;
3638 tc, modes[mode].value, options[option].value, level);
3648 if (!((modes[mode].value == UBIDI_REORDER_INVERSE_NUMBERS_AS_L) &&
3653 if (modes[mode].value == UBIDI_REORDER_INVERSE_NUMBERS_AS_L) {
3663 modes[mod
[all...]
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp150 /* This sets the modes that are available */
154 } modes[] = { variable in typeref:struct:__anon6151
340 fprintf(stderr, "modes: (-m option)\n");
341 for(i=0;i<(sizeof(modes)/sizeof(modes[0]));i++) {
342 fprintf(stderr, " %-9s ", modes[i].name);
343 if (modes[i].alt_name) {
344 fprintf(stderr, "/ %-9s", modes[i].alt_name);
348 fprintf(stderr, " %s\n", modes[i].desc);
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java76 // Array of supported display modes
77 private DisplayMode[] modes = null; field in class:SettingsDialog
158 modes = device.getDisplayModes();
159 Arrays.sort(modes, new DisplayModeSorter());
455 * <code>setUpChooser</code> retrieves all available display modes and
459 * @return the combo box of display modes.
462 String[] res = getResolutions(modes);
485 String modes[] = {"NULL", "JOGL-OpenGL1", "LWJGL-OpenGL2", "LWJGL-OpenGL3", "LWJGL-OpenGL3.1"};
486 JComboBox nameBox = new JComboBox(modes);
511 String[] depths = getDepths(resolution, modes);
577 getResolutions(DisplayMode[] modes) argument
594 getDepths(String resolution, DisplayMode[] modes) argument
625 getFrequencies(String resolution, DisplayMode[] modes) argument
[all...]
/external/kernel-headers/original/linux/
H A Dcompat.h48 compat_uint_t modes; member in struct:compat_timex
H A Dtimex.h107 unsigned int modes; /* mode selector */ member in struct:timex
/external/libppp/src/
H A Ddefs.c97 } modes[] = { variable in typeref:struct:__anon8044
114 for (m = 0; modes[m].mode; m++)
115 if (modes[m].mode == mode)
116 return modes[m].name;
128 for (m = 0; modes[m].mode; m++)
129 if (!strncasecmp(name, modes[m].name, len)) {
130 if (modes[m].name[len] == '\0')
131 return modes[m].mode;
137 return got == -1 ? 0 : modes[got].mode;
/external/libvorbis/lib/
H A Dcodec_internal.h101 /* modes are the primary means of supporting on-the-fly different
106 int modes; member in struct:codec_setup_info
H A Dvorbisenc.c31 all the modes a little less annoying. If we use a residue backend
155 #include "modes/setup_44.h"
156 #include "modes/setup_44u.h"
157 #include "modes/setup_44p51.h"
158 #include "modes/setup_32.h"
159 #include "modes/setup_8.h"
160 #include "modes/setup_11.h"
161 #include "modes/setup_16.h"
162 #include "modes/setup_22.h"
163 #include "modes/setup_
593 int i,j,is=s,modes=2; local
[all...]
/external/libvpx/vp8/encoder/
H A Drdopt.c1017 B_PREDICTION_MODE modes[16]; member in struct:__anon8241
1282 bsi->modes[i] = bd->bmi.mode;
1321 bsi.modes[i] = ZERO4X4;
1412 bd->bmi.mode = bsi.modes[i];
1951 // Experimental code. Special case for gf and arf zeromv modes. Increase zbin size to supress noise
2496 // macroblock modes

Completed in 452 milliseconds

123