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:v_opt
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/misc/crash/
H
A
D
crash02.c
71
static int
v_opt
= 0;
variable
124
{"v:", &
v_opt
, &v_copt},
145
if (
v_opt
)
in main()
H
A
D
crash01.c
70
static int
v_opt
= 0;
variable
135
{"v:", &
v_opt
, &v_copt},
157
if (
v_opt
)
in main()
/third_party/python/Lib/test/
H
A
D
test_optparse.py
840
self.
v_opt
= make_option("-v", action="count", dest="verbose")
841
self.parser.add_option(self.
v_opt
)
1333
v_opt
= self.parser.get_option("-v")
1337
self.assertTrue(
v_opt
is version_opt)
1338
self.assertTrue(
v_opt
is not verbose_opt)
1339
self.assertEqual(
v_opt
._long_opts, ["--version"])
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
doio.c
246
int
v_opt
= 0; /* verify writes if set */
variable
1909
if (
v_opt
) {
in do_write()
2271
if (
v_opt
&& lio_req.li_opcode == LO_WRITE) {
in do_listio()
2387
* Verify data if SSWRITE and
v_opt
in do_ssdio()
2390
if (
v_opt
&& req->r_type == SSWRITE) {
in do_ssdio()
2908
if (
v_opt
|| fdc->c_memaddr == NULL) {
in sy_mmrw()
2937
if (
v_opt
)
in sy_mmrw()
2944
if (
v_opt
) {
in sy_mmrw()
3443
if (rval == 0 && sy->sy_flags & SY_WRITE &&
v_opt
) {
in do_rw()
5091
v_opt
in parse_cmdline()
[all...]
Completed in 10 milliseconds