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:NUM_FILES
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ltp/
H
A
D
runltp
111
[ -d TMPDIR ] [ -D NUM_PROCS,
NUM_FILES
,NUM_BYTES,CLEAN_FLAG ] -e [ -f CMDFILES(,...) ]
124
-D NUM_PROCS,
NUM_FILES
,NUM_BYTES,CLEAN_FLAG
127
[
NUM_FILES
= Write() to these many files (Defaults to 1 when value 0 or undefined)]
262
D) NUM_PROCS=1;
NUM_FILES
=1; NUM_BYTES=$((1024 * 1024 * 1024)); CLEAN_FLAG=0
269
2)
NUM_FILES
="$ARGUMENT" ;;
279
if [ "$
NUM_FILES
" -eq 0 ]; then
280
NUM_FILES
=1
291
$
NUM_FILES
--hdd-bytes $NUM_BYTES >/dev/null 2>&1 &
295
$
NUM_FILES
--hdd-bytes $NUM_BYTES --hdd-noclean >/dev/null 2>&1 &
Completed in 2 milliseconds