/external/vboot_reference/tests/futility/ |
test_sign_kernel.sh | 69 # repack it the old way 71 --repack ${TMP}.blob3.${arch} \ 85 # repack it the new way 106 # repack it the new way, in-place 166 # now repack the old way, again emitting just the vblock 168 --repack ${TMP}.blob3.${arch}.vb1 \ 191 # repack the new way 219 # Now lets repack some kernel partitions, not just blobs. 231 # repack it the old way 233 --repack ${TMP}.part6.${arch} [all...] |
/external/autotest/server/site_tests/firmware_FWupdate/ |
firmware_FWupdate.py | 24 2. extract shellball and repack with new bios.bin and ec.bin 115 """Repack DUT shellball and replace on DUT. 142 # Call to "shar" in chromeos-firmwareupdate might fail and the repack 144 # Add additional check to ensure the repack is successful. 148 raise error.TestError('Failed to repack %s' % self.SHELLBALL_COPY) 171 # Repack shellball with new ec and bios.
|
/external/vboot_reference/scripts/image_signing/ |
resign_image.sh | 46 vbutil_kernel --repack "${updated_kimage}" \
|
resign_kernel_partition.sh | 38 vbutil_kernel --repack "${DST_VBLOCK}" \
|
sign_official_build.sh | 328 vbutil_kernel --repack ${updated_kimage} \ 355 vbutil_kernel --repack "${temp_out_vb}" \ 632 vbutil_kernel --repack ${updated_kimagea} \
|
/external/skia/src/opts/ |
SkBlurImageFilter_opts.h | 25 static inline SkPMColor repack(__m128i p) { function in namespace:SK_OPTS_NS 41 static inline SkPMColor repack(__m128i p) { function in namespace:SK_OPTS_NS 65 *dptr = repack(result);
|
SkSwizzler_opts.h | 529 // Repack into interlaced pixels. 748 // Repack into interlaced pixels.
|
/external/autotest/client/cros/faft/utils/ |
kernel_handler.py | 134 'vbutil_kernel --repack %s --version %d ' 147 'vbutil_kernel --repack %s '
|
firmware_updater.py | 99 """Repack shellball with new fwid.
|
/external/vboot_reference/tests/ |
run_vbutil_kernel_arg_tests.sh | 140 echo -n "repack to SSD kernel ... " 143 --repack "${SSD_KERN}" \
|
/prebuilts/go/darwin-x86/src/net/ |
dnsmsg_test.go | 49 // repack and unpack. 55 t.Error("failed to repack message")
|
/prebuilts/go/linux-x86/src/net/ |
dnsmsg_test.go | 49 // repack and unpack. 55 t.Error("failed to repack message")
|
/external/vboot_reference/futility/ |
cmd_vbutil_kernel.c | 71 {"repack", 1, 0, OPT_MODE_REPACK}, 116 "Usage: " MYNAME " %s --repack <file> [PARAMETERS]\n" 645 "--pack, --repack, --verify, or --get-vmlinuz\n");
|
/libcore/ojluni/src/main/java/sun/security/util/ |
ObjectIdentifier.java | 470 * Repack all bits from input to output. On the both sides, only a portion 489 * @param ilength number of bytes to repack 529 * Repack from NUB 8 to a NUB 7 OID sub-identifier, remove all 551 * Repack from NUB 7 to NUB 8, remove all unnecessary 0
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar | |
/external/vboot_reference/tests/bitmaps/ |
TestBmpBlock.py | 115 """Create with given compression, unpack, repack without specifying"""
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/ |
jarprocessor-ant.jar | |
/external/opencv/cxcore/src/ |
cxlut.cpp | 154 /* repack the lut to planar layout */ \
|
/prebuilts/go/darwin-x86/src/encoding/ascii85/ |
ascii85.go | 40 // Unpack 4 bytes into uint32 to repack into base 85 5-byte.
|
/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85.go | 40 // Unpack 4 bytes into uint32 to repack into base 85 5-byte.
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 146 ; repack so block 0 row x and block 1 row x are together 480 ; repack so block 0 row x and block 1 row x are together
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 146 ; repack so block 0 row x and block 1 row x are together 480 ; repack so block 0 row x and block 1 row x are together
|
/external/skia/src/gpu/ |
SkGr.cpp | 114 * we could detect that the colortable.count is <= 16, and then repack the
|