HomeSort by relevance Sort by last modified time
    Searched refs:dd (Results 226 - 250 of 963) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/fs/mongo/
test.sh 59 dd if=/dev/zero of=reiserfs bs=8k count=10240 > /dev/null 2>&1
78 dd if=/dev/zero of=jfs bs=8k count=10240 > /dev/null 2>&1
  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress01-rmt 47 echo -n "Z" | dd of=$filename bs=1 seek=$(($filesize - 1)) > /dev/null 2>&1 || \
  /external/vboot_reference/tests/futility/
test_load_fmap.sh 28 dd if=/dev/urandom of=$a.rand bs=$size count=1
test_sign_kernel.sh 16 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader.bin
17 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader2.bin
18 dd if=/dev/urandom bs=1M count=16 of=${TMP}.kern_partition
143 dd bs=${padding} count=1 if=${TMP}.blob1.${arch} of=${TMP}.blob1.${arch}.vb0
161 dd bs=${padding} count=1 if=${TMP}.blob2.${arch} of=${TMP}.blob2.${arch}.vb0
179 dd bs=${padding} count=1 if=${TMP}.blob3.${arch} of=${TMP}.blob3.${arch}.vb0
183 dd bs=${padding} skip=1 if=${TMP}.blob3.${arch} of=${TMP}.blob3.${arch}.kb0
204 dd bs=${padding} count=1 if=${TMP}.blob4.${arch} of=${TMP}.blob4.${arch}.vb0
208 dd bs=${padding} skip=1 if=${TMP}.blob4.${arch} of=${TMP}.blob4.${arch}.kb0
221 dd if=${TMP}.blob1.${arch} of=${TMP}.part1.${arch} conv=notrun
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
dir-intel01.d 16 18: b0 33 0a 49 d.fadd.dd %f6,%f8,%f10
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
localcom-1.d 13 0+c l O \.bss 0+4 dd
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 463 __m128i s[12], d[6], dd[4]; local
535 dd[0] = _mm_packus_epi16(d[0], d[2]);
536 dd[1] = _mm_packus_epi16(d[1], d[3]);
537 dd[2] = _mm_packus_epi16(d[4], d[4]);
538 dd[3] = _mm_packus_epi16(d[5], d[5]);
543 d[0] = _mm_unpacklo_epi16(dd[0], dd[1]);
544 d[1] = _mm_unpackhi_epi16(dd[0], dd[1]);
545 d[2] = _mm_unpacklo_epi16(dd[2], dd[3])
    [all...]
  /art/test/003-omnibus-opcodes/src/
FloatMath.java 339 static void jlmTests(float ff, double dd) {
347 Main.assertTrue(approxEqual(Math.abs(dd), dd, 0.001)); local
348 Main.assertTrue(approxEqual(Math.abs(-dd), dd, 0.001));
349 Main.assertTrue(approxEqual(Math.min(dd, -5.0), -5.0, 0.001));
350 Main.assertTrue(approxEqual(Math.max(dd, -5.0), dd, 0.001)); local
352 double sq = Math.sqrt(dd);
353 Main.assertTrue(approxEqual(sq*sq, dd, 0.001))
    [all...]
  /external/ltp/testscripts/
ltp-aiodio.sh 227 dd if=$file1 of=$TMP/aiodio/junkfile bs=8192 conv=block,sync
252 dd if=$file1 of=$TMP/aiodio/junkfile bs=8192 conv=block,sync
253 dd if=$file1 of=$TMP/aiodio/fff bs=4096 conv=block,sync
254 dd if=$file1 of=$TMP/aiodio/ff1 bs=2048 conv=block,sync
255 dd if=$file1 of=$TMP/aiodio/ff2 bs=1024 conv=block,sync
256 dd if=$file1 of=$TMP/aiodio/ff3 bs=512 conv=block,sync
291 dd if=$file1 of=$TMP/aiodio/file2 bs=2048 conv=block,sync
292 dd if=$file1 of=$TMP/aiodio/file3 bs=1024 conv=block,sync
293 dd if=$file1 of=$TMP/aiodio/file4 bs=512 conv=block,sync
294 dd if=$file1 of=$TMP/aiodio/file5 bs=4096 conv=block,syn
    [all...]
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 116 adb shell dd if=/dev/zero of=$CACHE bs=1048576 count=512
144 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
153 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576
214 adb shell dd if="$CACHE" of=/dev/null bs=1048576 count=200
224 adb shell dd if=/dev/zero conv=notrunc of="$CACHE" bs=1048576 count=200
  /external/syslinux/diag/geodsp/
geodsp1s.asm 30 ; # dd if=core/geodsp.bin of=$OF
31 ; # dd skip=1 seek=1 if=../dbg/lba-img/lba-img.bin of=$OF
33 ; # dd count=$() if=/dev/zero of=$OF
36 ; # (dd if=core/geodsp.bin; dd skip=1 if=../dbg/lba-img/lba-img.bin; dd count=$((2*255*63 - 256*63 - 1)) if=/dev/zero )|dd of=$OF
38 ; # (dd if=core/geodsp.bin; dd skip=1 if=../dbg/lba-img/lba-img.bin; dd count=$((40*16*63 - 256*63 - 1)) if=/dev/zero )|dd of=$O
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 212 int dd = d - fmid; local
213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd)))
215 if (fd[fdiagoff + d] * 2 - dd > best
230 best = fd[fdiagoff + d] * 2 - dd;
245 int dd = d - bmid; local
246 if ((xlim - bd[bdiagoff + d])*2 + dd > 12 * (c + (dd > 0 ? dd : -dd))
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 36 "dd": true,
162 "dd",
277 "dd",
392 "dd",
507 "dd",
622 "dd",
738 "dd",
853 "dd",
968 "dd",
1083 "dd",
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start32.asm 45 HiddenSectors dd 0 ; Hidden Sectors - 4 bytes
46 LargeSectors dd 0 ; Large Sectors - 4 bytes
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
58 RootCluster dd 0 ; 1st Cluster Number of Root Dir - 4 bytes
311 dd 0h
436 dd 000020000h
455 dd 0 ; (GDT base gets set above)
543 dd 0 ; (IDT base gets set above)
    [all...]
start.asm 46 HiddenSectors dd 0 ; Hidden Sectors - 32 bits - ignored
47 LargeSectors dd 0 ; Large Sectors - 32 bits
303 dd 0h
428 dd 000020000h
447 dd 0 ; (GDT base gets set above)
535 dd 0 ; (IDT base gets set above)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /external/python/cpython2/Lib/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 74 [dd, mm, yy, tm, tz] = data
77 dd, mm = mm, dd.lower()
83 if dd[-1] == ',':
84 dd = dd[:-1]
104 dd = int(dd)
140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 56 drawfile_diagram *dd=pd->drawf; local
57 drawfile_object *d=dd->objects;
58 char *end=(char*)dd+pd->size;
70 { drawfile_diagram *dd=pd->drawf; local
71 drawfile_object *d=dd->objects;
507 drawfile_diagram *dd; local
511 dd=p->drawf;
512 d=(drawfile_object*)((char*)dd+b->size);
513 memcpy((char*)dd,(char*)(b->drawf),b->size);
517 { extend(&(dd->bbox),&(d->data.path.bbox))
531 drawfile_diagram *dd; local
552 drawfile_diagram *dd; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 287 dd := float64(d)
290 output, toUnit = dd/float64(time.Nanosecond), "ns"
292 output, toUnit = dd/float64(time.Microsecond), "us"
294 output, toUnit = dd/float64(time.Millisecond), "ms"
296 output, toUnit = dd/float64(time.Minute), "mins"
298 output, toUnit = dd/float64(time.Hour), "hrs"
300 output, toUnit = dd/float64(24*time.Hour), "days"
302 output, toUnit = dd/float64(7*24*time.Hour), "wks"
304 output, toUnit = dd/float64(365*24*time.Hour), "yrs"
308 output, toUnit = dd/float64(time.Second), "s
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 287 dd := float64(d)
290 output, toUnit = dd/float64(time.Nanosecond), "ns"
292 output, toUnit = dd/float64(time.Microsecond), "us"
294 output, toUnit = dd/float64(time.Millisecond), "ms"
296 output, toUnit = dd/float64(time.Minute), "mins"
298 output, toUnit = dd/float64(time.Hour), "hrs"
300 output, toUnit = dd/float64(24*time.Hour), "days"
302 output, toUnit = dd/float64(7*24*time.Hour), "wks"
304 output, toUnit = dd/float64(365*24*time.Hour), "yrs"
308 output, toUnit = dd/float64(time.Second), "s
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c 1641 defdictobject *dd = (defdictobject *)self; local
    [all...]

Completed in 2109 milliseconds

1 2 3 4 5 6 7 8 91011>>