Searched refs:IMAGE (Results 1 - 24 of 24) sorted by relevance

/external/vboot_reference/scripts/image_signing/
H A Densure_no_password.sh18 IMAGE=$1
20 mount_image_partition_ro "$IMAGE" 3 "$ROOTFS"
H A Dconvert_recovery_to_ssd.sh24 IMAGE=$1
52 echo "This will modify ${IMAGE} in-place and convert it into an SSD image."
58 kerna_offset=$(partoffset ${IMAGE} 2)
59 kernb_offset=$(partoffset ${IMAGE} 4)
61 kern_size=$(partsize ${IMAGE} 2)
66 extract_image_partition ${IMAGE} 4 ${kernb}
67 replace_image_partition ${IMAGE} 2 ${kernb}
72 mount_image_partition_ro ${IMAGE} 1 ${stateful_dir}
77 sudo dd if=${tmp_vblock} of=${IMAGE} seek=${kerna_offset} bs=512 conv=notrunc
81 sudo dd if=/dev/zero of=${IMAGE} see
[all...]
H A Dstrip_boot_from_image.sh60 IMAGE=$(readlink -f "${FLAGS_image}")
61 if [[ -z "${IMAGE}" || ! -f "${IMAGE}" ]]; then
65 strip_boot "${IMAGE}"
H A Dmake_dev_firmware.sh42 IMAGE="$(make_temp_file)"
43 IMAGE="$(readlink -f "$IMAGE")"
66 # Reads $IMAGE from $FLAGS_from
71 flashrom -V -r "$IMAGE"
73 flashrom -r "$IMAGE" >"$EXEC_LOG" 2>&1
77 cp -f "$FLAGS_from" "$IMAGE"
81 # Writes $IMAGE to $FLAGS_to
87 flashrom -V -w "$IMAGE"
89 flashrom -w "$IMAGE" >"
[all...]
H A Dtag_image.sh197 IMAGE=$(readlink -f "${FLAGS_from}")
198 if [[ -z "${IMAGE}" || ! -f "${IMAGE}" ]]; then
206 mount_image_partition_ro "${IMAGE}" 3 "${rootfs}"
210 # mount_image_partition ${IMAGE} 1 ${stateful_dir}
218 mount_image_partition "${IMAGE}" 3 "${rootfs}"
227 echo "IMAGE IS MODIFIED. PLEASE REMEMBER TO RESIGN YOUR IMAGE."
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp65 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \ macro
196 IMAGE( img, x, y, 0 ) = pixels[pos + 3] & 0xFF;
198 IMAGE( img, x, y, 1 ) = pixels[pos + 2] & 0xFF;
200 IMAGE( img, x, y, 2 ) = pixels[pos + 1] & 0xFF;
/external/vboot_reference/utility/
H A Dvbutil_what_keys9 Usage: vbutil_what_keys [-v|-V] IMAGE [IMAGE...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dshaders_cache.h58 #define SHADERS_GET_IMAGE_SHADER(id) _SHADERS_GET_STAGE(IMAGE, id)
/external/opencv/
H A Dcvjni.h42 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \ macro
154 IMAGE( img, x, y, 0 ) = pixels[x+y*width] & 0xFF;
156 IMAGE( img, x, y, 1 ) = pixels[x+y*width] >> 8 & 0xFF;
158 IMAGE( img, x, y, 2 ) = pixels[x+y*width] >> 16 & 0xFF;
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
H A Dhtml.js85 IMAGE: 'image',
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
H A Dparser.js1678 else if (tn === $.IMAGE)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
H A Dparse5.js481 IMAGE: 'image',
6716 else if (tn === $.IMAGE)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 320 milliseconds