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:PyBytes_Size
(Results
1 - 12
of
12
) sorted by relevance
/third_party/python/Include/
H
A
D
bytesobject.h
41
PyAPI_FUNC(Py_ssize_t)
PyBytes_Size
(PyObject *);
/third_party/python/Modules/
H
A
D
termios.c
209
if (PyBytes_Check(v) &&
PyBytes_Size
(v) == 1)
in termios_tcsetattr_impl()
H
A
D
_cursesmodule.c
239
if(PyBytes_Check(obj) &&
PyBytes_Size
(obj) == 1) {
in PyCurses_ConvertToChtype()
332
else if(PyBytes_Check(obj) &&
PyBytes_Size
(obj) == 1) {
in PyCurses_ConvertToCchar_t()
H
A
D
mmapmodule.c
1038
if (! (PyBytes_Check(v) &&
PyBytes_Size
(v)==1) ) {
in mmap_ass_item()
H
A
D
_struct.c
577
if (!PyBytes_Check(v) ||
PyBytes_Size
(v) != 1) {
in np_char()
H
A
D
socketmodule.c
1634
len =
PyBytes_Size
(obj);
in idna_converter()
/third_party/python/PC/
H
A
D
python3dll.c
123
EXPORT_FUNC(
PyBytes_Size
)
/third_party/python/Modules/cjkcodecs/
H
A
D
multibytecodec.c
1260
buffersize =
PyBytes_Size
(buffer);
in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
1832
if (
PyBytes_Size
(pwrt) > 0) {
in _multibytecodec_MultibyteStreamWriter_reset_impl()
/third_party/python/Python/
H
A
D
getargs.c
857
if (PyBytes_Check(arg) &&
PyBytes_Size
(arg) == 1)
in convertsimple()
/third_party/python/Objects/
H
A
D
bytesobject.c
1213
PyBytes_Size
(PyObject *op)
in PyBytes_Size()
function
H
A
D
unicodeobject.c
7792
const Py_ssize_t n =
PyBytes_Size
(*outbytes);
in encode_code_page_strict()
7902
Py_ssize_t n =
PyBytes_Size
(*outbytes);
in encode_code_page_errors()
8771
Py_ssize_t outsize =
PyBytes_Size
(*res);
in charmap_encoding_error()
8773
repsize =
PyBytes_Size
(repunicode);
in charmap_encoding_error()
/third_party/skia/third_party/externals/libwebp/swig/
H
A
D
libwebp_python_wrap.c
758
#define PyString_Size(str)
PyBytes_Size
(str)
Completed in 54 milliseconds