Searched refs:modes (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
H A DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
/external/chromium_org/ash/display/
H A Ddisplay_change_observer_chromeos_unittest.cc21 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dutils.c121 * 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,
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c121 * 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,
[all...]
/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.h22 const std::vector<const DisplayMode*>& modes,
28 void set_modes(const std::vector<const DisplayMode*>& modes) { argument
29 modes_ = modes;
H A Dtest_display_snapshot.cc28 const std::vector<const DisplayMode*>& modes,
39 modes,
21 TestDisplaySnapshot( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/chromium_org/ui/display/types/chromeos/
H A Ddisplay_snapshot.cc17 const std::vector<const DisplayMode*>& modes,
28 modes_(modes),
9 DisplaySnapshot(int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c72 * 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, an
233 VGLMode **modes; local
315 VGLMode **modes; local
498 static VGLMode **modes = NULL; local
[all...]
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_mac.cc39 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);
120 GetSupportedModesAndResolutions( base::ScopedCFTypeRef<CFMutableArrayRef>* modes, std::list<ScreenResolution>* resolutions) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
H A Daes_cbc.c53 #include <openssl/modes.h>
H A Daes_ctr.c53 #include <openssl/modes.h>
H A Daes_ofb.c53 #include <openssl/modes.h>
/external/openssl/crypto/aes/
H A Daes_cbc.c53 #include <openssl/modes.h>
H A Daes_ctr.c53 #include <openssl/modes.h>
H A Daes_ofb.c53 #include <openssl/modes.h>
/external/chromium_org/v8/tools/testrunner/local/
H A Dperfdata.py107 modes = self.stores[arch]
108 for mode in modes:
109 store = modes[mode]
117 modes = self.stores[arch]
118 if not mode in modes:
119 modes[mode] = PerfDataStore(self.datadir, arch, mode)
120 return modes[mode]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmode.h67 const EGLint *attrib_list, EGLModeMESA *modes,
73 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_snapshot_x11.cc21 const std::vector<const DisplayMode*>& modes,
35 modes,
12 DisplaySnapshotX11( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode, RROutput output, RRCrtc crtc, int index) argument
/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/mesa3d/src/egl/main/
H A Deglmode.h67 const EGLint *attrib_list, EGLModeMESA *modes,
73 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
/external/chromium_org/chrome/browser/
H A Dfullscreen_win.cc97 DWORD modes = 0;
98 ::GetConsoleDisplayMode(&modes);
101 return (modes & (CONSOLE_FULLSCREEN | CONSOLE_FULLSCREEN_HARDWARE)) != 0;
/external/chromium_org/third_party/skia/include/effects/
H A DSkMergeImageFilter.h25 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/
H A DSkMergeImageFilter.h25 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/
H A Ddisplay_configurator_unittest.cc385 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
1222 ScopedVector<const DisplayMode> modes; local
[all...]

Completed in 669 milliseconds

1234567891011>>