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

1 2

  /development/tools/labpretest/crespo/
custom_flash.sh 12 # bootfile, then flashes device
50 # flashes the userdata partition
68 # radiofile and flashes device
  /development/tools/labpretest/stingray/
custom_flash.sh 12 # bootfile, then flashes device
50 # flashes the userdata partition
68 # radiofile and flashes device
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
background.js 22 var flashes = 10;
24 if (flashes == 0) {
29 if (flashes % 2 == 0) {
34 flashes--;
  /development/tools/labpretest/sholes/
custom_flash.sh 12 # bootfile, then flashes device
  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 22 -- replacing a selection flashes a bit but doesn't affect the scroll position.
  /development/tools/labpretest/
labpretest.sh 8 # determines device type, erases user cache, flashes a generic userdata image,
208 # fastboot flashes partition
263 # bootfile, then flashes device
302 # radiofile and flashes device
373 # flashes the userdata partition
396 # flashes the device
README 5 determines device type, erases user cache, flashes a generic userdata image,
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetPalette.3 13 Palettized (8-bit) screen surfaces with the \fBSDL_HWPALETTE\fP flag have two palettes, a logical palette that is used for mapping blits to/from the surface and a physical palette (that determines how the hardware will map the colors to the display)\&. \fISDL_BlitSurface\fR always uses the logical palette when blitting surfaces (if it has to convert between surface pixel formats)\&. Because of this, it is often useful to modify only one or the other palette to achieve various special color effects (e\&.g\&., screen fading, color flashes, screen dimming)\&.
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.h 30 // 2 quick flashes, then a series of slow flashes (about 1 per second).
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 150 static Uint32 flashes = 0; variable
168 ++flashes;
540 if ( flashes > 0 ) {
542 flashes, (float)flashtime/flashes);
  /external/chromium_org/ui/base/
base_window.h 85 // Flashes the taskbar item associated with this window.
  /frameworks/base/docs/html/tools/debugging/
debugging-devtools.jd 46 <dd>Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is
  /frameworks/support/v4/java/android/support/v4/widget/
ContentLoadingProgressBar.java 27 * a minimum amount of time to avoid "flashes" in the UI when an event could take
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 27 * least MIN_SHOW_TIME to avoid "flashes" in the UI when an event could take a
MinTimeProgressView.java 27 * at least MIN_SHOW_TIME to avoid "flashes" in the UI when an event could take
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 403 List<String> flashes = cParams.getSupportedFlashModes(); local
404 if (flashes == null || !flashes.contains(Camera.Parameters.FLASH_MODE_ON)) {
646 List<String> flashes = cParams.getSupportedFlashModes(); local
647 if (flashes == null || !flashes.contains(Camera.Parameters.FLASH_MODE_ON)) {
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetpalette.html 139 special color effects (e.g., screen fading, color flashes, screen dimming).</P
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 204 // CanDraw can be used to suppress flashes or checkerboarding
  /external/chromium_org/pdf/
paint_manager.cc 226 // as that'll lead to flashes. Until we flush, the browser will use the
  /external/chromium_org/ppapi/api/
ppp_instance.idl 145 * asynchronously from scrolling so there can be flashes of old content in the
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 201 * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes
  /external/strace/linux/
mtd-abi.h 201 * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes
  /external/chromium_org/ash/system/drive/
tray_drive.cc 488 // amount of delay. This is to avoid flashes between sequentially executed
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 294 // The default implementation of Widget::FlashFrame only flashes 5 times.
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 169 // leads to noticable flashes.

Completed in 1187 milliseconds

1 2