HomeSort by relevance Sort by last modified time
    Searched full:tdir (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/tests/
Makefile.in 40 TDIR=f_testnew
43 @echo "Creating a new e2fsck testcase in ${TDIR}"
44 @mkdir -p ${TDIR}
45 dd if=/dev/zero of=${TDIR}/image bs=1k count=8k
46 mke2fs -j -F -N 256 ${TDIR}/image
47 @echo "new test description" > ${TDIR}/name
48 @echo; echo; echo "New test filesystem at ${TDIR}/image."
51 EXPECT1=${TDIR}/expect.1
52 EXPECT2=${TDIR}/expect.2
54 testend: test_script ${TDIR}/imag
    [all...]
  /external/quake/quake/src/QW/server/
sv_move.c 288 float tdir, olddir, turnaround; local
312 tdir = d[2] == 90 ? 45 : 315;
314 tdir = d[2] == 90 ? 135 : 215;
316 if (tdir != turnaround && SV_StepDirection(actor, tdir, dist))
323 tdir=d[1];
325 d[2]=tdir;
343 for (tdir=0 ; tdir<=315 ; tdir += 45
    [all...]
  /external/quake/quake/src/WinQuake/
sv_move.cpp 288 float tdir, olddir, turnaround; local
312 tdir = d[2] == 90 ? 45 : 315;
314 tdir = d[2] == 90 ? 135 : 215;
316 if (tdir != turnaround && SV_StepDirection(actor, tdir, dist))
323 tdir=d[1];
325 d[2]=tdir;
343 for (tdir=0 ; tdir<=315 ; tdir += 45
    [all...]
  /external/elfcopy/
dwarf.c 278 printf (_(" Entry\tDir\tTime\tSize\tName\n"));
    [all...]
  /external/libxml2/
debugXML.c     [all...]

Completed in 669 milliseconds