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:NCHARS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/network/nfs/nfslock01/
H
A
D
nfslock01.sh
16
NCHARS
=${
NCHARS
:-64}
38
if ! tst_is_int $
NCHARS
|| [ $
NCHARS
-lt 1 ]; then
39
tst_res TBROK "
NCHARS
must be > 0"
48
tst_res TINFO "creating test files (chars: $
NCHARS
, lines: $NLINES)"
50
generate_file flock_data $
NCHARS
$NLINES 0
51
generate_file flock_odata $
NCHARS
$NLINES 1
62
nfs_flock 0 flock_idata $
NCHARS
$NLINES &
64
nfs_flock 1 flock_idata $
NCHARS
[all...]
/third_party/libinput/src/
H
A
D
evdev-tablet.h
53
unsigned char bits[
NCHARS
(KEY_CNT)];
60
unsigned char changed_axes[
NCHARS
(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
70
unsigned char axis_caps[
NCHARS
(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
H
A
D
util-bits.h
38
#define
NCHARS
(x) ((size_t)(((x) + 7) / 8))
macro
H
A
D
evdev-tablet-pad.h
47
unsigned char bits[
NCHARS
(KEY_CNT)];
H
A
D
libinput-private.h
457
unsigned char axis_caps[
NCHARS
(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
458
unsigned char buttons[
NCHARS
(KEY_MAX) + 1];
H
A
D
evdev-totem.c
40
unsigned char changed_axes[
NCHARS
(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
H
A
D
libinput.c
216
unsigned char changed_axes[
NCHARS
(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
1717
if (
NCHARS
(code) > sizeof(tool->buttons))
in libinput_tablet_tool_has_button()
/third_party/skia/third_party/externals/microhttpd/doc/
H
A
D
texinfo.tex
941
% @paragraphindent
NCHARS
942
% We'll use ems for
NCHARS
, close enough.
943
%
NCHARS
can also be the word `asis' or `none'.
962
% @exampleindent
NCHARS
963
% We'll use ems for
NCHARS
like @paragraphindent.
Completed in 21 milliseconds