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
defs:stdin
(Results
1 - 25
of
25
) sorted by relevance
/third_party/node/test/fixtures/
H
A
D
echo.js
27
var
stdin
= process.openStdin();
variable
/third_party/node/test/sequential/
H
A
D
test-repl-timeout-throw.js
[all...]
/third_party/musl/src/stdio/
H
A
D
stdin.c
3
#undef
stdin
macro
17
FILE *const
stdin
= &__stdin_FILE;
variable
/third_party/musl/porting/linux/user/src/stdio/
H
A
D
stdin.c
3
#undef
stdin
macro
17
FILE *const
stdin
= &__stdin_FILE;
variable
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
stdin.c
3
#undef
stdin
macro
16
FILE *const
stdin
= &__stdin_FILE;
variable
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
stdin.c
3
#undef
stdin
macro
16
FILE *const
stdin
= &__stdin_FILE;
variable
/third_party/musl/porting/liteos_a/kernel/src/include/
H
A
D
stdio.h
8
#undef
stdin
macro
16
#define
stdin
(&__stdin_FILE)
macro
/third_party/musl/src/include/
H
A
D
stdio.h
8
#undef
stdin
macro
16
#define
stdin
(&__stdin_FILE)
macro
/third_party/protobuf/examples/
H
A
D
AddPerson.java
15
static Person PromptForAddress(BufferedReader
stdin
,
in PromptForAddress()
argument
/third_party/node/deps/v8/tools/
H
A
D
eval_gc_nvp.py
18
from sys import
stdin
namespace
/third_party/rust/crates/is-terminal/src/
H
A
D
lib.rs
266
fn
stdin
() {
in stdin()
functions
293
fn
stdin
() {
in stdin()
functions
/third_party/rust/crates/autocfg/src/
H
A
D
lib.rs
227
let mut
stdin
= child.
stdin
.take().expect("rustc
stdin
");
in probe()
variables
/third_party/python/Lib/test/
H
A
D
test_file_eintr.py
196
return ('import %s as io ;infile = io.open(sys.
stdin
.fileno(), "rb") ;'
namespace
H
A
D
test_cgi.py
17
stdin
= sys.
stdin
variable in HackedSysModule
/third_party/mesa3d/src/amd/compiler/tests/
H
A
D
check_output.py
491
stdin
= sys.
stdin
.buffer
variable
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
64
#define
stdin
(
stdin
)
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
66
#define
stdin
(
stdin
)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
64
#define
stdin
(
stdin
)
macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
tests.rs
79
let mut
stdin
= child.
stdin
.take().unwrap();
in rustfmt()
variables
/third_party/openssl/ohos_lite/
H
A
D
e_os.h
181
# undef
stdin
macro
185
# define
stdin
(&__iob_func()[0])
macro
189
# undef
stdin
macro
200
# define
stdin
(&_imp___iob[0])
macro
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
67
#define
stdin
(
stdin
)
macro
/third_party/musl/include/
H
A
D
stdio.h
67
#define
stdin
(
stdin
)
macro
/third_party/node/deps/openssl/openssl/
H
A
D
e_os.h
143
# undef
stdin
macro
147
# define
stdin
(&__iob_func()[0])
macro
/third_party/openssl/
H
A
D
e_os.h
143
# undef
stdin
macro
147
# define
stdin
(&__iob_func()[0])
macro
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_subprocess.py
341
code = 'import sys; data = sys.
stdin
.read(); print(len(data))'
global()
namespace
360
code = 'import sys; data = sys.
stdin
.read(); print(len(data))'
global()
namespace
379
code = 'import sys; data = sys.
stdin
.read(); print(len(data))'
global()
namespace
398
code = 'import sys; data = sys.
stdin
.read(); print(len(data))'
global()
namespace
417
code = 'import sys; data = sys.
stdin
.read(); print(len(data))'
global()
namespace
[all...]
Completed in 10 milliseconds