OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdir
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/tests/
Makefile.in
43
TDIR
=f_testnew
46
@echo "Creating a new e2fsck testcase in ${
TDIR
}"
47
@mkdir -p ${
TDIR
}
48
dd if=/dev/zero of=${
TDIR
}/image bs=1k count=8k
49
mke2fs -j -F -N 256 ${
TDIR
}/image
50
@echo "new test description" > ${
TDIR
}/name
51
@echo; echo; echo "New test filesystem at ${
TDIR
}/image."
54
EXPECT1=${
TDIR
}/expect.1
55
EXPECT2=${
TDIR
}/expect.2
57
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/llvm/lib/Support/Unix/
PathV2.inc
404
SmallString<128>
TDir
;
405
if (error_code ec = TempDir(
TDir
)) return ec;
406
path::append(
TDir
, Twine(Model));
407
Model.swap(
TDir
);
/external/libxml2/
debugXML.c
[
all
...]
Completed in 236 milliseconds