HomeSort by relevance Sort by last modified time
    Searched refs:flash (Results 151 - 175 of 340) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
rtsm_ve-motherboard-no_psci.dtsi 39 flash@0,00000000 {
40 compatible = "arm,vexpress-flash", "cfi-flash";
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
rtsm_ve-motherboard-no_psci.dtsi 39 flash@0,00000000 {
40 compatible = "arm,vexpress-flash", "cfi-flash";
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 123 --enable-flash)
  /external/valgrind/drd/scripts/
download-and-build-splash2.in 26 wget -q http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 36 * Settings tested against: flash mode, exposure compensation, white balance,
56 public enum Flash { ON, OFF, AUTO };
124 * Flash: Auto / Exposure: None / WB: Daylight
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
134 * Flash: On / Exposure: Min / WB: Fluorescent
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
144 * Flash: Off / Exposure: Max / WB: Auto
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
154 * Flash: Off / Exposure: Max / WB: Cloudy
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]
  /device/google/dragon/recovery/updater/
fwtool.cpp 310 SUBCMDS(flash, "Read/Write/Dump flash"),
369 /* Clean up our flash handlers */
  /external/toybox/kconfig/lxdialog/
inputbox.c 165 flash(); /* Alarm user about overflow */
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 91 * Test {@link FastbootDeviceFlasher#flash(ITestDevice, IDeviceBuildInfo)}
102 mFlasher.flash(mMockDevice, mMockBuildInfo);
110 * Test DeviceFlasher#flash(ITestDevice, IDeviceBuildInfo)} when required board info is not
118 mFlasher.flash(mMockDevice, mMockBuildInfo);
224 // expect a 'flash radio' command
516 EasyMock.expect(mMockDevice.executeFastbootCommand(EasyMock.eq("flash"),
531 * String, String, IDeviceBuildInfo)} when there is no need to flash the system.
588 * Set EasyMock expectations to simulate the response to a fastboot flash command
590 * @param image the expected image name to flash
600 mockDevice.executeLongFastbootCommand(EasyMock.eq("flash"), EasyMock.eq(image)
    [all...]
  /development/tools/labpretest/
labpretest.sh 239 $FASTBOOT -s $device flash $1 $2
507 #check for availability of a custom flash info file and retreive it
  /device/google/contexthub/firmware/app/
app.mk 230 $(OBJCOPY) -j.relocs -j.flash -j.data -j.dynsym -O binary $< $@
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 155 curses.filter, curses.flash, curses.flushinp,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 155 curses.filter, curses.flash, curses.flushinp,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 155 curses.filter, curses.flash, curses.flushinp,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 155 curses.filter, curses.flash, curses.flushinp,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 155 curses.filter, curses.flash, curses.flushinp,
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 53 @Option(name = "userdata-flash", description =
55 private UserDataFlashOption mUserDataFlashOption = UserDataFlashOption.FLASH;
61 @Option(name = "force-system-flash", description =
69 @Option(name = "skip-post-flash-flavor-check", description =
70 "specify if system flavor should not be checked after flash")
76 @Option(name = "skip-post-flash-build-id-check", description =
77 "specify if build ID should not be checked after flash")
103 * This serves both as an indication of whether the flash lock should be used, and as an
104 * indicator of whether or not the flash lock has been initialized -- if this is true
146 * Set the userdata-flash optio
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 1897 cam_flash_mode_t flash = *(( int * )in_data); local
    [all...]
  /frameworks/support/exifinterface/tests/src/android/support/media/
ExifInterfaceTest.java 238 public final float flash; field in class:ExifInterfaceTest.ExpectedValue
281 flash = typedArray.getFloat(12, 0f);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 29 import flash.utils.getQualifiedClassName;
  /device/google/marlin/
device-common.mk 212 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/google/wahoo/
device.mk 132 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/huawei/angler/
device.mk 129 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/lge/bullhead/
device.mk 97 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 1966 cam_flash_mode_t flash = *(( int * )in_data); local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 1966 cam_flash_mode_t flash = *(( int * )in_data); local
    [all...]

Completed in 323 milliseconds

1 2 3 4 5 67 8 91011>>