Searched refs:modes (Results 76 - 100 of 259) sorted by relevance

1234567891011

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderingMode.java185 static final short[] modes = { field in class:TestReorderingMode
198 static final int MODES_COUNT = modes.length;
224 modeValue = modes[mode];
414 switch (modes[mode]) {
444 descMode = modeToString(modes[mode]);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cConditionalRenderInvertedTests.cpp87 static const glw::GLenum modes[] = { GL_QUERY_WAIT_INVERTED, GL_QUERY_NO_WAIT_INVERTED, local
91 static const glw::GLuint modes_count = sizeof(modes) / sizeof(modes[0]);
96 is_ok &= test(modes[i]);
260 static const glw::GLenum modes[] = { GL_QUERY_WAIT_INVERTED, GL_QUERY_NO_WAIT_INVERTED, local
264 static const glw::GLuint modes_count = sizeof(modes) / sizeof(modes[0]);
289 draw(true, modes[k]);
299 << "). The tested mode was " << Utilities::modeToChars(modes[k])
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java1 package org.bouncycastle.crypto.modes;
8 import org.bouncycastle.crypto.modes.gcm.GCMExponentiator;
9 import org.bouncycastle.crypto.modes.gcm.GCMMultiplier;
10 import org.bouncycastle.crypto.modes.gcm.GCMUtil;
11 import org.bouncycastle.crypto.modes.gcm.Tables1kGCMExponentiator;
12 import org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier;
H A DCBCBlockCipher.java1 package org.bouncycastle.crypto.modes;
H A DOFBBlockCipher.java1 package org.bouncycastle.crypto.modes;
/external/libopus/celt/dump_modes/
H A Ddump_modes.c35 #include "modes.h"
52 void dump_modes(FILE *file, CELTMode **modes, int nb_modes) argument
60 CELTMode *mode = modes[i];
63 fprintf(file, "\n It contains static definitions for some pre-defined modes. */\n");
64 fprintf(file, "#include \"modes.h\"\n");
75 CELTMode *mode = modes[i];
261 fprintf(file, "/* List of all the available modes */\n");
266 CELTMode *mode = modes[i];
274 void dump_header(FILE *file, CELTMode **modes, int nb_modes) argument
283 CELTMode *mode = modes[
[all...]
H A Ddump_modes_arm_ne10.c34 #include "modes.h"
50 void dump_modes_arch_init(CELTMode **modes, int nb_modes) argument
59 CELTMode *mode = modes[i];
62 fprintf(file, "\n * It contains static definitions for some pre-defined modes. */\n");
/external/scapy/scapy/layers/
H A Dipsec.py166 modes,
172 Cipher = algorithms = modes = None
205 Usually used by Counter modes e.g. CTR
215 if modes and self.mode is not None:
217 modes.ModeWithAuthenticationTag)
264 # XXX: Handle counter modes with real counters? RFCs allow the use of
420 mode=modes.CBC)
424 mode=modes.CTR,
431 mode=modes.GCM,
436 if hasattr(modes, 'CC
[all...]
/external/icu/icu4c/source/samples/ufortune/
H A Dfortunedefs.mk31 # DLL and static modes are identical here
/external/libopus/
H A Dcelt_headers.mk23 celt/modes.h \
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c350 struct hostapd_hw_modes *modes; local
354 modes = wpa_s->hw.modes;
355 if (modes == NULL)
359 for (j = 0; j < modes[i].num_channels; j++) {
360 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
362 /* some hw modes (e.g. 11b & 11g) contain same freqs */
363 if (in_array(freqs, modes[i].channels[j].freq))
370 freqs[count] = modes[i].channels[j].freq;
/external/autotest/client/cros/multimedia/
H A Ddisplay_facade_native.py108 """Gets all the display modes for the specified display.
110 @param display_id: id of the display to get modes from.
115 return display['modes']
121 @param display_id: id of the display to get modes from.
133 @param display_id: id of the display to get modes from.
174 modes = display['modes']
175 if 'widthInNativePixels' not in modes[0]:
180 modes]))
182 mode['heightInNativePixels']) for mode in modes]))
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DTables8kGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
/external/kernel-headers/original/uapi/linux/
H A Dtimex.h65 unsigned int modes; /* mode selector */ member in struct:timex
/external/vogar/src/vogar/
H A DExpectationStore.java154 Set<ModeId> modes = null;
183 } else if (name.equals("modes")) {
184 modes = readModes(reader);
197 if (modes != null && !modes.contains(mode)) {
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp303 std::vector<VkPresentModeKHR> modes (numModes);
305 VK_CHECK(vki.getPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, &numModes, &modes[0]));
307 return modes;
/external/mesa3d/src/glx/apple/
H A Dapple_glx_pbuffer.c130 struct glx_config *modes = (struct glx_config *) config; local
161 (modes->alphaBits > 0) ? GL_RGBA : GL_RGB,
171 pbuf->fbconfigID = modes->fbconfigID;
/external/scapy/scapy/contrib/
H A Dmacsec.py29 modes,
146 modes.GCM(iv),
172 modes.GCM(iv, icv),
/external/tremolo/Tremolo/
H A Ddsp.c176 int v=ci->modes;
222 mode=oggpack_read(&vd->opb,ilog(ci->modes));
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET;
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c40 nir_variable_mode modes; member in struct:lower_io_state
403 if ((state->modes & mode) == 0)
484 nir_variable_mode modes,
491 state.modes = modes;
504 nir_lower_io(nir_shader *shader, nir_variable_mode modes, argument
510 nir_lower_io_impl(function->impl, modes, type_size, options);
483 nir_lower_io_impl(nir_function_impl *impl, nir_variable_mode modes, int (*type_size)(const struct glsl_type *), nir_lower_io_options options) argument
/external/drm_hwcomposer/
H A Ddrmhwctwo.cpp212 // Fetch the number of modes from the display
316 int32_t *modes) {
318 if (!modes)
321 if (modes)
322 *modes = HAL_COLOR_MODE_NATIVE;
332 std::find_if(connector_->modes().begin(), connector_->modes().end(),
334 if (mode == connector_->modes().end()) {
374 // redundantly. Instead, only update the modes on the first invocation. While
375 // it's possible this will result in stale modes, i
315 GetColorModes(uint32_t *num_modes, int32_t *modes) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DCBCBlockCipherMac.java6 import org.bouncycastle.crypto.modes.CBCBlockCipher;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DAES.java41 import org.bouncycastle.crypto.modes.CBCBlockCipher;
43 // import org.bouncycastle.crypto.modes.CCMBlockCipher;
44 import org.bouncycastle.crypto.modes.CFBBlockCipher;
45 import org.bouncycastle.crypto.modes.GCMBlockCipher;
46 import org.bouncycastle.crypto.modes.OFBBlockCipher;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp367 * \brief Fills vector with available modes properties for display specified.
371 * \param display The display to get modes for
372 * \param modes The vector filled with display mode properties structures
937 DisplayModePropertiesVector modes; local
948 if (!getDisplayModeProperties(display, modes))
951 if (modes.size() < 1)
955 builtinModesCount = modes.size();
958 validModeProperties = modes[0];
1007 modes.clear();
1009 if (!getDisplayModeProperties(display, modes))
[all...]
/external/libopus/tests/
H A Dtest_opus_encode.c398 int modes[13]={0,0,0,1,1,1,1,2,2,2,2,2,2}; local
425 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(MODE_SILK_ONLY+modes[j]))!=OPUS_OK)test_failed();
431 bw=modes[j]==0?OPUS_BANDWIDTH_NARROWBAND+(fast_rand()%3):
432 modes[j]==1?OPUS_BANDWIDTH_SUPERWIDEBAND+(fast_rand()&1):
434 if(modes[j]==2&&bw==OPUS_BANDWIDTH_MEDIUMBAND)bw+=3;
466 fprintf(stdout," Mode %s FB encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate);
484 int modes[16]={0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2}; local
488 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_FORCE_MODE(MODE_SILK_ONLY+modes[j]))!=OPUS_OK)test_failed();
543 fprintf(stdout," Mode %s NB dual-mono MS encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate);

Completed in 1409 milliseconds

1234567891011