/external/chromium_org/ash/display/ |
display_change_observer_chromeos.cc | 60 output.display->modes().begin(); 61 it != output.display->modes().end(); 72 // display modes with non-interlaced ones.
|
/external/chromium_org/mojo/public/js/bindings/ |
core.js | 60 * MojoWriteMessageFlags: Used to specify different modes to |writeMessage()|. 66 * MojoReadMessageFlags: Used to specify different modes to |readMessage()|. 88 * MojoWriteDataFlags: Used to specify different modes to |writeData()|. 95 * MojoReadDataFlags: Used to specify different modes to |readData()|.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
FILES0 | 3 MODES.DES - A description of the features of the different modes of DES.
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
rtp_rtcp.h | 252 * Turn on/off sending RTX (RFC 4588). The modes can be set as a combination 255 virtual void SetRTXSendStatus(int modes) = 0; 268 virtual void RTXSendStatus(int* modes, uint32_t* ssrc,
|
/external/chromium_org/ui/display/chromeos/ |
display_configurator.cc | 114 for (DisplayModeList::const_iterator it = display.modes().begin(); 115 it != display.modes().end(); 639 // Prefer the modes in the order they're present in DisplaySnapshot, assuming 642 external_display->display->modes().begin(); 643 external_it != external_display->display->modes().end(); 650 continue; // Allow only aspect ratio preserving modes for mirroring. 654 internal_display->display->modes().begin(); 655 internal_it != internal_display->display->modes().end(); 671 // fitting interlaced modes. 879 state.display->modes().begin() [all...] |
/external/libvorbis/lib/ |
Makefile.am | 3 SUBDIRS = modes books
|
synthesis.c | 154 int v=ci->modes;
|
/external/openssl/crypto/des/ |
FILES0 | 3 MODES.DES - A description of the features of the different modes of DES.
|
/hardware/intel/img/libdrm/tests/modetest/ |
modetest.c | 60 int fd, modes; variable 196 printf(" modes:\n"); 200 dump_mode(&connector->modes[j]); 305 c->mode = &connector->modes[j]; 528 fprintf(stderr, "\t-m\tlist modes\n"); 560 modes = 1; 585 encoders = connectors = crtcs = modes = framebuffers = 1;
|
/libcore/support/src/test/java/libcore/java/security/ |
StandardNames.java | 122 Set<String> modes = CIPHER_MODES.get(algorithm); local 123 if (modes == null) { 124 modes = new HashSet<String>(); 125 CIPHER_MODES.put(algorithm, modes); 127 modes.addAll(Arrays.asList(newModes)); [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
native_dri2.c | 653 const __GLcontextModes *modes; local 656 modes = x11_screen_get_glx_configs(dri2dpy->xscr); 657 if (!modes) 659 num_modes = x11_context_modes_count(modes); 669 if (dri2_display_convert_config(&dri2dpy->base, modes, nconf)) { 679 modes = modes->next;
|
/external/deqp/modules/gles3/functional/ |
es3fTextureStateQueryTests.cpp | 528 const GLenum modes[] = {GL_COMPARE_REF_TO_TEXTURE, GL_NONE}; local 529 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx) 531 glTexParameteri(m_textureTarget, GL_TEXTURE_COMPARE_MODE, modes[ndx]); 534 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_COMPARE_MODE, modes[ndx]); 540 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx) 542 glTexParameterf(m_textureTarget, GL_TEXTURE_COMPARE_MODE, (GLfloat)modes[ndx]); 545 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_COMPARE_MODE, modes[ndx]);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_dri2.c | 653 const __GLcontextModes *modes; local 656 modes = x11_screen_get_glx_configs(dri2dpy->xscr); 657 if (!modes) 659 num_modes = x11_context_modes_count(modes); 669 if (dri2_display_convert_config(&dri2dpy->base, modes, nconf)) { 679 modes = modes->next;
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
WifiDisplaySource.cpp | 764 static void GetAudioModes(const char *s, const char *prefix, uint32_t *modes) { 765 *modes = 0; 772 if (sscanf(&s[prefixLen + 1], "%08x %02x", modes, &latency) != 2) { 773 *modes = 0; 899 uint32_t modes; local 900 GetAudioModes(value.c_str(), "AAC", &modes); 902 bool supportsAAC = (modes & 1) != 0; // AAC 2ch 48kHz 904 GetAudioModes(value.c_str(), "LPCM", &modes); 906 bool supportsPCM = (modes & 2) != 0; // LPCM 2ch 48kHz [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 461 List<String> modes = camera.getParameters().getSupportedFocusModes(); local 462 if (modes != null) { 463 if (modes.contains(Camera.Parameters.FOCUS_MODE_INFINITY)) { 467 if (modes.contains(Camera.Parameters.FOCUS_MODE_FIXED)) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CFBBlockCipher.java | 1 package org.bouncycastle.crypto.modes;
|
CTSBlockCipher.java | 1 package org.bouncycastle.crypto.modes;
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 32 --debug-and-release - Build/test in both Debug and Release modes (default).
|
/external/chromium_org/third_party/libwebp/enc/ |
iterator.c | 337 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes) { 341 memcpy(preds, modes, 4 * sizeof(*modes)); 343 modes += 4;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
pixel.c | 78 ** Copy bitmap data from clients packed memory applying unpacking modes as the 79 ** data is transfered into the destImage buffer. Return in modes the 80 ** set of pixel modes that are to be done by the server. 159 ** Extract array from user's data applying all pixel store modes. 166 const GLvoid * userdata, GLubyte * newimage, GLubyte * modes) 255 /* Setup store modes that describe what we just did */ 256 if (modes) { 258 (void) memcpy(modes, __glXDefaultPixelStore + 4, 20); 261 (void) memcpy(modes, __glXDefaultPixelStore + 0, 36); 268 ** into the clients memory using the pixel store PACK modes [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
modes_lcl.h | 8 #include <openssl/modes.h>
|
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_decode.c | 63 unsigned char modes[4096]; local 214 fprintf(stdout," dec[all] all 2-byte prefix for length 3 and PLC, all modes (64) OK.\n"); 234 /*We only test a subset of the modes here simply because the longer 299 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip); 301 debruijn2(64,modes); 306 packet[0]=modes[i]<<2; 333 packet[0]=modes[i]<<2;
|
/external/chromium_org/ui/ozone/platform/dri/ |
screen_manager.cc | 134 displays[0]->connector()->modes[0]);
|
/external/libopus/tests/ |
test_opus_decode.c | 63 unsigned char modes[4096]; local 214 fprintf(stdout," dec[all] all 2-byte prefix for length 3 and PLC, all modes (64) OK.\n"); 234 /*We only test a subset of the modes here simply because the longer 299 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip); 301 debruijn2(64,modes); 306 packet[0]=modes[i]<<2; 333 packet[0]=modes[i]<<2;
|