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:MODES
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fchdir/
H
A
D
fchdir01.c
16
#define
MODES
S_IRWXU
macro
25
SAFE_MKDIR(TEST_DIR,
MODES
);
in setup()
/third_party/skia/gm/
H
A
D
tablecolorfilter.cpp
239
const int
MODES
= MODE_COUNT * COLOR_COUNT;
variable
240
sk_sp<SkColorFilter> filters[
MODES
];
257
for (int i = 0; i <
MODES
; ++i) {
273
for (int y = 0; y <
MODES
; ++y) {
275
for (int x = 0; x <
MODES
; ++x) {
/third_party/ltp/testcases/kernel/syscalls/readv/
H
A
D
readv02.c
25
#define
MODES
0700
macro
86
SAFE_MKDIR(TEST_DIR,
MODES
);
in setup()
/third_party/mbedtls/tests/
H
A
D
compat.sh
88
MODES
="tls12 dtls12"
111
printf " -m|--modes\tWhich modes to perform (Default: '%s')\n" "$
MODES
"
144
for MODE in $
MODES
; do
164
shift;
MODES
=$1
1096
for MODE in $
MODES
; do
/third_party/node/deps/v8/tools/dev/
H
A
D
gm.py
48
MODES
= ["release", "debug", "optdebug"]
variable
101
"modes": " ".join(
MODES
),
199
for m in
MODES
:
469
elif word in
MODES
:
475
elif any(map(lambda x: word.startswith(x + "-"),
MODES
)):
Completed in 4 milliseconds