Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LOGFILE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/bin/
H
A
D
run-tests.sh
11
LOGFILE
=${
LOGFILE
:=logfile}
54
echo "$testname: execution: PASS" >> "${
LOGFILE
}"
79
echo "$testname: execution: $msg: Output: " >> "${
LOGFILE
}"
80
cat $complog >> "${
LOGFILE
}"
93
if [ -w "$
LOGFILE
" ] || echo "" > "$
LOGFILE
"; then
96
echo >&2 "ERROR: $
LOGFILE
not writable"
/third_party/node/deps/v8/tools/
H
A
D
eval_gc_time.sh
28
LOGFILE
=/dev/stdin
62
LOGFILE
=$2
142
cat $
LOGFILE
| grep "gc=s" \
151
cat $
LOGFILE
| grep "gc=ms" \
/third_party/ltp/
H
A
D
runltp
112
[ -g HTMLFILE] [ -i NUM_PROCS ] [ -l
LOGFILE
] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
139
-l
LOGFILE
Log results of test in a logfile.
211
local
LOGFILE
=
352
LOGFILE
="-l $OPTARG" ;;
354
LOGFILE
="-l $LTPROOT/results/$OPTARG"
457
if [ ! "$
LOGFILE
" ]; then ## User has not mentioned about Log File name
459
LOGFILE
="-l $LTPROOT/results/LTP_RUN_ON-$LOGFILE_NAME.log"
469
if [ ! "$
LOGFILE
" ]; then ## User has not mentioned about Log File name either
485
if [ ! "$
LOGFILE
" ]; then
712
-n $$ $PRETTY_PRT -f ${TMP}/alltests $
LOGFILE
[all...]
/third_party/ltp/testcases/open_posix_testsuite/
H
A
D
Makefile
13
LOGFILE
?= logfile
macro
17
MAKE_ENV=
LOGFILE
=`if echo "$(
LOGFILE
)" | grep -q '^/'; then echo "$(
LOGFILE
)"; else echo "\`pwd\`/$(
LOGFILE
)"; fi`.$@
37
$(RM) -f $(
LOGFILE
)*
77
@rm -f `if echo "$(
LOGFILE
)" | grep -q '^/'; then echo "$(
LOGFILE
)"; else echo "\`pwd\`/$(
LOGFILE
)"; fi`.$@
84
@rm -f `if echo "$(
LOGFILE
)" | gre
[all...]
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H
A
D
generate-makefiles.sh
118
LOGFILE
?= logfile
247
echo "\$(subdir)/$test_name compile PASSED" >> \$(
LOGFILE
); \\
251
(echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(
LOGFILE
); \\
/third_party/curl/tests/server/
H
A
D
fake_ntlm.c
42
#define
LOGFILE
"%s/fake_ntlm%ld.log"
macro
184
msnprintf(logfilename, sizeof(logfilename),
LOGFILE
, logdir, testnum);
in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H
A
D
mongo.pl
84
$
LOGFILE
= "${RESDIR}/${ARGV[3]}";
85
$LOGFILE2 = "${
LOGFILE
}_table";
86
$LOGFILE3 = "${
LOGFILE
}.tbl";
383
open LOG, ">>$
LOGFILE
" or die "Can not open log file $
LOGFILE
\n";
398
print "Results in file : $
LOGFILE
\n";
/third_party/vk-gl-cts/external/vulkan-docs/src/
H
A
D
Makefile
558
LOGFILE
= $(REFPATH)/refpage.log
macro
563
-log $(
LOGFILE
) -extpath $(SPECDIR)/appendices \
Completed in 4 milliseconds