/external/chromium-trace/catapult/devil/devil/android/sdk/ |
fastboot.py | 68 def Flash(self, partition, image, timeout=None, retries=None): 69 """Flash partition with img. 73 image: location of image to flash with. 75 self._RunFastbootCommand(['flash', partition, image])
|
/device/google/contexthub/util/nanotool/ |
contexthub.cpp | 143 bool ContextHub::Flash(const std::string& filename) {
|
nanotool.cpp | 49 Flash, 72 std::make_tuple("flash", NanotoolCommand::Flash), 105 " flash: load a new firmware image to the hub\n" 130 " Specifies the file to be used with flash.\n" 173 if (args->command == NanotoolCommand::Flash 301 {"flash", required_argument, nullptr, 'f'}, 476 case NanotoolCommand::Flash: { 477 success = hub->Flash(args->filename);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
question.py | 171 class Flash(Application): 174 super(Flash, self).__init__(*args, **kwargs) 179 super(Flash, self).get_inner_content(content)
|
/packages/apps/Camera2/src/com/android/camera/one/ |
OneCamera.java | 292 * Flash modes. 295 public static enum Flash { 300 * {@link #decodeSettingsString} string used to represent this flash 307 Flash(@Nonnull String settingsString) { 317 public static Flash decodeSettingsString(@Nonnull String setting) {
|
/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...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 469 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 472 public static interface Flash { 549 public static final short FLASH = 4; [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |