HomeSort by relevance Sort by last modified time
    Searched refs:flash (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/google/contexthub/firmware/os/platform/stm32/misc/
m3debug.script 17 set flash-start 08000000
18 set flash-size 00080000
19 set flash-block 00000400
20 set flash-buffer 20000200
22 function flash-setup
41 function flash-erase
45 function flash-write
47 wr r1 $flash-buffer
  /device/linaro/hikey/installer/hikey960/
flash-all.sh 18 fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img
19 fastboot flash ptable "${INSTALLER_DIR}"/hisi-ptable.img
20 fastboot flash fastboot "${INSTALLER_DIR}"/hisi-fastboot.img
22 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
23 fastboot flash fw_lpm3 "${INSTALLER_DIR}"/lpm3.img
24 fastboot flash trustfirmware "${INSTALLER_DIR}"/bl31.bin
25 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
26 fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
27 fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img
28 fastboot flash cache "${ANDROID_PRODUCT_OUT}"/cache.im
    [all...]
  /device/common/
generate-factory-images-common.sh 86 # Write flash-all.sh
87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
111 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
117 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
128 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
131 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
132 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
136 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
137 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /device/linaro/hikey/installer/hikey/
flash-all.sh 74 fastboot flash ptable "${INSTALLER_DIR}"/"${PTABLE}"
75 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
76 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
77 fastboot flash boot "${OUT_IMGDIR}"/boot.img
78 fastboot flash system "${OUT_IMGDIR}"/system.img
79 fastboot flash cache "${OUT_IMGDIR}"/cache.img
80 fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 143 * This code needs to run out of ram and not flash since accessing flash
180 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
196 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) |
198 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR);
199 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER);
207 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE local
285 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
312 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
app.lkr 19 - ".flash" will contain all parts of the app that go into actual flash
27 - ".ram" will contain all data that uses ram (and is not part of the flash image)
38 Our format allows apps that are up to 256MB of flash and 256MB of ram in size.
43 flash : ORIGIN = 0x10000000, LENGTH = 256K /* we write this to flash */
50 .flash : {
79 } > flash = 0xff
108 } > ram AT > flash
118 } > flash = 0xf
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 2 import flash.filesystem.File;
3 import flash.filesystem.FileMode;
4 import flash.filesystem.FileStream;
5 import flash.system.System;
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey960.sh 55 # Write flash-all.sh
56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
75 fastboot flash xloader sec_xloader.img
76 fastboot flash ptable ptable.img
77 fastboot flash fastboot fastboot.img
79 fastboot flash nvme nvme.img
80 fastboot flash fw_lpm3 lpm3.img
81 fastboot flash trustfirmware bl31.bin
82 fastboot flash dts dt.img
85 # XXX so flash those manually. Remove this later
    [all...]
generate-factory-images-hikey.sh 46 # Write flash-all.sh
47 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
98 fastboot flash ptable "\${PTABLE}"
99 fastboot flash fastboot fip.bin
100 fastboot flash nvme nvme.img
106 chmod a+x tmp/$PRODUCT-$VERSION/flash-all.sh
  /device/google/contexthub/util/stm32_flash/
Android.mk 24 flash.c \
  /development/gsi/gsi_util/gsi_util/commands/
flash_gsi.py 37 fastboot_utils.flash('system', args.image)
47 fastboot_utils.flash('vbmeta', vbmeta_image, allow_error=True)
56 'flash_gsi', help='flash a GSI image',
57 description=('Flash a GSI image - '
62 help='the GSI image to flash', type=str)
  /external/toolchain-utils/binary_search_tool/android/
test_setup.sh 8 # bootloader mode and fastboot is used to flash the new image. The device is
22 echo "Please manually flash the built image to your device."
47 echo "fastboot flash may run."
56 flash() function
83 echo "fastboot flash has failed! From here you can:"
84 echo "1. Debug and/or flash manually"
121 flash
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
FlashBasedAEMode.java 25 * Computes the current AE Mode to use based on the current flash state.
28 private final Supplier<OneCamera.PhotoCaptureParameters.Flash> mFlash;
32 Supplier<OneCamera.PhotoCaptureParameters.Flash> flash,
34 mFlash = flash;
40 // In the case that hdr scene mode is on, disable flash.
  /device/google/contexthub/firmware/build/
app_config.mk 26 LOCAL_OBJCOPY_SECT_cortexm4 := .flash .data .relocs .dynsym
  /device/google/wahoo/lisa/
update-script.sh 59 # flash the device
62 fastboot flash vbmeta
63 fastboot flash vendor
64 fastboot flash boot
82 if [ "$2" != "build" ] && [ "$2" != "flash" ]; then
83 echo "Second parameter \"$2\" is invalid. Should be \"build\" or \"flash\"."
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 34 using Flash = ::android::hardware::light::V2_0::Flash;
74 static bool validate(jint light, jint flash, jint brightness) {
82 if (flash != static_cast<jint>(Flash::NONE) &&
83 flash != static_cast<jint>(Flash::TIMED) &&
84 flash != static_cast<jint>(Flash::HARDWARE)) {
85 ALOGE("Invalid flash parameter %d.", flash)
111 Flash flash = static_cast<Flash>(flashMode); local
    [all...]
  /external/toolchain-utils/binary_search_tool/common/
test_setup.sh 12 # remote machine using flash over ethernet (or usb flash if ethernet flash
35 echo "Note: The cros flash will take time and doesn't give much output."
40 cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_image.bin
43 echo "Flash to usb complete!"
62 echo "cros flash may run."
71 read -p $'Press enter to continue and retry the ethernet flash' notused
72 cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_image.bin
123 echo "Deploy failed! Trying build_image/cros flash instead...
    [all...]
  /development/gsi/gsi_util/gsi_util/utils/
fastboot_utils.py 20 def flash(partition_name, image_name=None, allow_error=False): function
21 """fastboot flash a partition with a given image."""
23 cmd = ['fastboot', 'flash', partition_name]
25 # image_name can be None, for `fastboot` to flash
  /external/toolchain-utils/binary_search_tool/cros_pkg/
test_setup_usb.sh 30 echo "Note: The cros flash will take time and doesn't give much output."
35 cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_image.bin
38 echo "Flash to usb complete!"
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SystemUpdaterDeviceFlasherTest.java 74 mFlasher.flash(mMockDevice, mMockDeviceBuild);
84 mFlasher.flash(mMockDevice, mMockDeviceBuild);
97 mFlasher.flash(mMockDevice, mMockDeviceBuild);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
IDeviceFlasher.java 35 /** flash the given userdata image on device */
36 FLASH,
37 /** flash the userdata image included in device image zip */
105 * @param device the {@link ITestDevice} to flash
106 * @param deviceBuild the {@link IDeviceBuildInfo} to flash
108 * @throws TargetSetupError if failed to flash build
111 public void flash(ITestDevice device, IDeviceBuildInfo deviceBuild) throws TargetSetupError, method in interface:IDeviceFlasher
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
test_script.sh 28 cros flash 172.17.187.150 latest &> /tmp/tmp_cros_flash_result.log
32 grep "Cros Flash completed successfully" /tmp/tmp_cros_flash_result.log || exit 1
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraCapabilities.java 174 // Camera 1 will return NULL if no flash mode is supported.
177 for (String flash : supportedFlashModes) {
178 if (Camera.Parameters.FLASH_MODE_AUTO.equals(flash)) {
180 } else if (Camera.Parameters.FLASH_MODE_OFF.equals(flash)) {
182 } else if (Camera.Parameters.FLASH_MODE_ON.equals(flash)) {
184 } else if (Camera.Parameters.FLASH_MODE_RED_EYE.equals(flash)) {
186 } else if (Camera.Parameters.FLASH_MODE_TORCH.equals(flash)) {
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 45 def flash(device): function in function:main
51 logger.exception('Device %s failed to flash.', str(device))
55 device_utils.DeviceUtils.parallel(devices).pMap(flash)
61 logger.critical('The following devices failed to flash:')
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
flash_device.py 26 help='Device(s) to flash.')
46 def flash(device): function in function:main
52 logging.exception('Device %s failed to flash.', str(device))
56 device_utils.DeviceUtils.parallel(devices).pMap(flash)
62 logging.critical('The following devices failed to flash:')

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011