/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
GCMMultiplier.java | 1 package org.bouncycastle.crypto.modes.gcm;
|
GCMExponentiator.java | 1 package org.bouncycastle.crypto.modes.gcm;
|
/external/chromium_org/ash/display/ |
display_change_observer_chromeos_unittest.cc | 21 ScopedVector<const ui::DisplayMode> modes; local 22 modes.push_back(new ui::DisplayMode(gfx::Size(1920, 1200), false, 60)); 25 modes.push_back(new ui::DisplayMode(gfx::Size(1920, 1080), false, 80)); 26 modes.push_back(new ui::DisplayMode(gfx::Size(1920, 1080), false, 70)); 27 modes.push_back(new ui::DisplayMode(gfx::Size(1920, 1080), false, 60)); 30 modes.push_back(new ui::DisplayMode(gfx::Size(1280, 720), true, 60)); 31 modes.push_back(new ui::DisplayMode(gfx::Size(1280, 720), false, 60)); 34 modes.push_back(new ui::DisplayMode(gfx::Size(1024, 768), true, 70)); 35 modes.push_back(new ui::DisplayMode(gfx::Size(1024, 768), true, 60)); 38 modes.push_back(new ui::DisplayMode(gfx::Size(1024, 600), true, 60)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
utils.c | 121 * parameters. The number of modes processed will be 2 * 137 * of the \c GL_UNSIGNED_INT_8_8_8_8 modes. The resulting mask values in the 162 * \param db_modes Array of buffer swap modes. If an element has a 181 * There is currently no way to support packed RGB modes (i.e., modes with 182 * exactly 3 bytes per pixel) or floating-point modes. This could probably 252 struct gl_config *modes; local 337 modes = &(*c)->modes; 340 memset(modes, 0, sizeof *modes) [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
utils.c | 121 * parameters. The number of modes processed will be 2 * 137 * of the \c GL_UNSIGNED_INT_8_8_8_8 modes. The resulting mask values in the 162 * \param db_modes Array of buffer swap modes. If an element has a 181 * There is currently no way to support packed RGB modes (i.e., modes with 182 * exactly 3 bytes per pixel) or floating-point modes. This could probably 252 struct gl_config *modes; local 337 modes = &(*c)->modes; 340 memset(modes, 0, sizeof *modes) [all...] |
/pdk/apps/CameraITS/tests/inprog/ |
test_param_black_level_lock.py | 46 modes = [] 59 modes.append(numpy.argmax(hist)) 71 print "Black levels:", modes 72 assert(all([modes[i] == modes[0] for i in range(len(modes))]))
|
/external/chromium_org/ui/display/chromeos/test/ |
test_display_snapshot.h | 22 const std::vector<const DisplayMode*>& modes, 28 void set_modes(const std::vector<const DisplayMode*>& modes) { 29 modes_ = modes;
|
test_display_snapshot.cc | 28 const std::vector<const DisplayMode*>& modes, 39 modes,
|
/external/chromium_org/ui/display/types/chromeos/ |
display_snapshot.cc | 17 const std::vector<const DisplayMode*>& modes, 28 modes_(modes),
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.c | 72 * modes other than 320x200 are available 75 VGLMode **modes; local 90 modes = VGLListModes(8, V_INFO_MM_DIRECT | V_INFO_MM_PACKED); 92 for (i = 0; modes[i] != NULL; i++) { 93 if ((modes[i]->ModeInfo.Xsize > 320) && 94 (modes[i]->ModeInfo.Ysize > 200) && 95 ((modes[i]->ModeInfo.Type == VIDBUF8) || 96 (modes[i]->ModeInfo.Type == VIDBUF16) || 97 (modes[i]->ModeInfo.Type == VIDBUF32))) { 197 /* Allocate the new list of modes, and fill in the new mode * 233 VGLMode **modes; local 315 VGLMode **modes; local 498 static VGLMode **modes = NULL; local [all...] |
/external/chromium_org/remoting/host/ |
desktop_resizer_mac.cc | 39 base::ScopedCFTypeRef<CFMutableArrayRef>* modes, 60 base::ScopedCFTypeRef<CFMutableArrayRef> modes; local 62 GetSupportedModesAndResolutions(&modes, &resolutions); 72 base::ScopedCFTypeRef<CFMutableArrayRef> modes; local 74 GetSupportedModesAndResolutions(&modes, &resolutions); 75 // There may be many modes with the requested resolution. Pick the one with 84 CFArrayGetValueAtIndex(modes, index))); 121 base::ScopedCFTypeRef<CFMutableArrayRef>* modes, 134 modes->reset(CFArrayCreateMutableCopy(NULL, 0, all_modes)); 135 CFIndex count = CFArrayGetCount(*modes); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes_cbc.c | 53 #include <openssl/modes.h>
|
aes_ctr.c | 53 #include <openssl/modes.h>
|
aes_ofb.c | 53 #include <openssl/modes.h>
|
/external/openssl/crypto/aes/ |
aes_cbc.c | 53 #include <openssl/modes.h>
|
aes_ctr.c | 53 #include <openssl/modes.h>
|
aes_ofb.c | 53 #include <openssl/modes.h>
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglmode.h | 67 const EGLint *attrib_list, EGLModeMESA *modes, 73 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
|
/external/chromium_org/ui/display/chromeos/x11/ |
display_snapshot_x11.cc | 21 const std::vector<const DisplayMode*>& modes, 35 modes,
|
/external/clang/test/CodeGen/ |
builtin-memfns.c | 71 int modes[4]; member in struct:PS 77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
|
/external/mesa3d/src/egl/main/ |
eglmode.h | 67 const EGLint *attrib_list, EGLModeMESA *modes, 73 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
|
/external/chromium_org/chrome/browser/ |
fullscreen_win.cc | 97 DWORD modes = 0; 98 ::GetConsoleDisplayMode(&modes); 101 return (modes & (CONSOLE_FULLSCREEN | CONSOLE_FULLSCREEN_HARDWARE)) != 0;
|
/external/chromium_org/third_party/skia/include/effects/ |
SkMergeImageFilter.h | 25 const SkXfermode::Mode modes[] = NULL, 27 return SkNEW_ARGS(SkMergeImageFilter, (filters, count, modes, cropRect)); 37 const SkXfermode::Mode modes[] = NULL, 49 // of the modes (unless the count is so large we can't fit).
|
/external/skia/include/effects/ |
SkMergeImageFilter.h | 25 const SkXfermode::Mode modes[] = NULL, 27 return SkNEW_ARGS(SkMergeImageFilter, (filters, count, modes, cropRect)); 37 const SkXfermode::Mode modes[] = NULL, 49 // of the modes (unless the count is so large we can't fit).
|
/external/chromium_org/ui/display/chromeos/ |
display_configurator_unittest.cc | 385 std::vector<const DisplayMode*> modes; variable 386 modes.push_back(&small_mode_); 391 o->set_modes(modes); 400 modes.push_back(&big_mode_); 401 o->set_modes(modes); 410 // Predefined modes that can be used by outputs. 472 ScopedVector<const DisplayMode> modes; local 475 modes.push_back(new DisplayMode(gfx::Size(1920, 1200), false, 60.0)); 477 modes.push_back(new DisplayMode(gfx::Size(1920, 1080), false, 30.0)); 478 modes.push_back(new DisplayMode(gfx::Size(1920, 1080), false, 50.0)) 1222 ScopedVector<const DisplayMode> modes; local [all...] |