HomeSort by relevance Sort by last modified time
    Searched full:modes (Results 1 - 25 of 3643) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-modes.h 1 /* Generated automatically from machmode.def and config/i386/i386-modes.def
12 CCGCmode, /* config/i386/i386-modes.def:61 */
13 CCGOCmode, /* config/i386/i386-modes.def:62 */
14 CCNOmode, /* config/i386/i386-modes.def:63 */
15 CCAmode, /* config/i386/i386-modes.def:64 */
16 CCCmode, /* config/i386/i386-modes.def:65 */
17 CCOmode, /* config/i386/i386-modes.def:66 */
18 CCSmode, /* config/i386/i386-modes.def:67 */
19 CCZmode, /* config/i386/i386-modes.def:68 */
20 CCFPmode, /* config/i386/i386-modes.def:69 *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ListModes.3 13 If \fBformat\fR is \fBNULL\fP, the mode list will be for the format returned by \fISDL_GetVideoInfo()\fR->\fBvfmt\fR\&. The \fBflag\fR parameter is an OR\&'d combination of \fIsurface\fR flags\&. The flags are the same as those used \fI\fBSDL_SetVideoMode\fP\fR and they play a strong role in deciding what modes are valid\&. For instance, if you pass \fBSDL_HWSURFACE\fP as a flag only modes that support hardware video surfaces will be returned\&.
17 \f(CWSDL_Rect **modes;
23 /* Get available fullscreen/hardware modes */
24 modes=SDL_ListModes(NULL, SDL_FULLSCREEN|SDL_HWSURFACE);
26 /* Check is there are any modes available */
27 if(modes == (SDL_Rect **)0){
28 printf("No modes available!
34 if(modes == (SDL_Rect **)-1){
39 /* Print valid modes */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMExponentiator.java 1 package org.bouncycastle.crypto.modes.gcm;
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/
README 2 tab zoom levels and zoom modes and use of zoom-change event listeners.
  /external/eigen/bench/
basicbenchmark.cpp 12 #define MODES ((3d)(3)(4000000)) ((4d)(4)(1000000)) ((Xd)(4)(1000000)) ((Xd)(20)(10000))
13 // #define MODES ((Xd)(20)(10000))
19 std::cout BOOST_PP_SEQ_FOR_EACH(_GENERATE_HEADER, ~, MODES ) << endl;
29 BOOST_PP_SEQ_FOR_EACH(_RUN_BENCH, benchBasic<LazyEval>, MODES );
31 BOOST_PP_SEQ_FOR_EACH(_RUN_BENCH, benchBasic<EarlyEval>, MODES );
  /device/moto/shamu/
init.shamu.power.rc 8 write /sys/module/msm_pm/modes/cpu0/power_collapse/suspend_enabled 1
9 write /sys/module/msm_pm/modes/cpu0/power_collapse/idle_enabled 1
10 write /sys/module/msm_pm/modes/cpu0/standalone_power_collapse/suspend_enabled 1
11 write /sys/module/msm_pm/modes/cpu0/standalone_power_collapse/idle_enabled 1
12 write /sys/module/msm_pm/modes/cpu0/retention/idle_enabled 1
46 write /sys/module/msm_pm/modes/cpu0/power_collapse/suspend_enabled 1
47 write /sys/module/msm_pm/modes/cpu1/power_collapse/suspend_enabled 1
48 write /sys/module/msm_pm/modes/cpu2/power_collapse/suspend_enabled 1
49 write /sys/module/msm_pm/modes/cpu3/power_collapse/suspend_enabled 1
50 write /sys/module/msm_pm/modes/cpu0/power_collapse/idle_enabled
    [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...]
  /external/chromium_org/third_party/skia/include/effects/
SkMergeImageFilter.h 24 SkXfermode::Mode modes[2] = { mode, mode }; local
25 return SkNEW_ARGS(SkMergeImageFilter, (inputs, 2, modes, cropRect, uniqueID));
28 const SkXfermode::Mode modes[] = NULL,
31 return SkNEW_ARGS(SkMergeImageFilter, (filters, count, modes, cropRect, uniqueID));
38 const SkXfermode::Mode modes[],
53 // of the modes (unless the count is so large we can't fit).
  /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))
86 ScopedVector<const ui::DisplayMode> modes; local
133 ScopedVector<const ui::DisplayMode> modes; local
194 ScopedVector<const ui::DisplayMode> modes; local
238 ScopedVector<const ui::DisplayMode> modes; local
    [all...]
  /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/llvm/utils/jedit/
README 8 file to ~/.jedit/modes/ and add this code to your ~/.jedit/modes/catalog:
  /development/samples/browseable/BasicImmersiveMode/
_index.jd 8 \"hide nav bar\" modes, by letting users swipe the bars in and out. This sample
  /external/chromium_org/ui/ozone/common/chromeos/
display_snapshot_proxy.cc 34 for (size_t i = 0; i < params.modes.size(); ++i) {
35 modes_.push_back(new DisplayModeProxy(params.modes[i]));
38 SameModes(params.modes[i], params.current_mode))
42 SameModes(params.modes[i], params.native_mode))
  /external/jsoncpp/test/data/
test_real_09.json 1 // Out of 64-bit integer range, switch to double in all modes. Length the same
test_real_10.json 1 // Out of 32-bit signed integer range, switch to double in all modes. Length
test_real_11.json 1 // Out of 64-bit signed integer range, switch to double in all modes. Length
  /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/valgrind/main/memcheck/tests/vbit-test/
TODO 6 (3) Test floating point operations with various rounding modes.
  /packages/experimental/CameraPreviewTest/
README 3 A small test app to exercise the camera in various modes in much the same way that GTalk video chat does.
  /external/chromium_org/third_party/skia/src/effects/
SkMergeImageFilter.cpp 31 void SkMergeImageFilter::initModes(const SkXfermode::Mode modes[]) {
32 if (modes) {
36 fModes[i] = SkToU8(modes[i]);
44 const SkXfermode::Mode modes[],
49 this->initModes(modes);
119 SkAutoSTArray<4, SkXfermode::Mode> modes(count);
125 modes[i] = (SkXfermode::Mode)modes8[i];
126 buffer.validate(SkIsValidMode(modes[i]));
131 return Create(common.inputs(), count, modes.get(), &common.cropRect(), common.uniqueID());
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdllistmodes.html 167 > and they play a strong role in deciding what modes are valid. For instance, if you pass <TT
170 > as a flag only modes that support hardware video surfaces will be returned.</P
181 >SDL_Rect **modes;
187 /* Get available fullscreen/hardware modes */
188 modes=SDL_ListModes(NULL, SDL_FULLSCREEN|SDL_HWSURFACE);
190 /* Check is there are any modes available */
191 if(modes == (SDL_Rect **)0){
192 printf("No modes available!\n");
197 if(modes == (SDL_Rect **)-1){
201 /* Print valid modes */
    [all...]
  /cts/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/content/browser/accessibility/
accessibility_mode_helper.h 22 // mode bitmap, managing the bits that are shared with other modes such that a
23 // bit will only be turned off when all modes that depend on it have been

Completed in 579 milliseconds

1 2 3 4 5 6 7 8 91011>>