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:buffered_stdio
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Python/
H
A
D
initconfig.c
663
assert(config->
buffered_stdio
>= 0);
in config_check_consistency()
764
config->
buffered_stdio
= -1;
in _PyConfig_InitCompatConfig()
805
config->
buffered_stdio
= 1;
in config_init_defaults()
989
COPY_ATTR(
buffered_stdio
);
in _PyConfig_Copy()
1096
SET_ITEM_INT(
buffered_stdio
);
in _PyConfig_AsDict()
1365
GET_UINT(
buffered_stdio
);
in _PyConfig_FromDict()
1489
COPY_NOT_FLAG(
buffered_stdio
, Py_UnbufferedStdioFlag);
in config_get_global_vars()
1526
COPY_NOT_FLAG(
buffered_stdio
, Py_UnbufferedStdioFlag);
in config_set_global_vars()
1637
config->
buffered_stdio
= 0;
in config_read_env_vars()
2212
if (!config->
buffered_stdio
) {
in config_init_stdio()
[all...]
H
A
D
pylifecycle.c
2226
const int
buffered_stdio
= config->
buffered_stdio
;
in create_stdio()
local
2236
if (!
buffered_stdio
&& write_mode)
in create_stdio()
2277
if (!
buffered_stdio
)
in create_stdio()
2281
if (
buffered_stdio
&& (isatty || fd == fileno(stderr)))
in create_stdio()
/third_party/python/Include/cpython/
H
A
D
initconfig.h
171
int
buffered_stdio
;
member
/third_party/python/Programs/
H
A
D
_testembed.c
684
config.
buffered_stdio
= 0;
in test_init_from_config()
Completed in 10 milliseconds