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:deletechars
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Objects/clinic/
H
A
D
bytesobject.c.h
371
PyObject *
deletechars
);
382
PyObject *
deletechars
= NULL;
in bytes_translate()
local
392
deletechars
= args[1];
in bytes_translate()
394
return_value = bytes_translate_impl(self, table,
deletechars
);
in bytes_translate()
H
A
D
bytearrayobject.c.h
207
PyObject *
deletechars
);
218
PyObject *
deletechars
= NULL;
in bytearray_translate()
local
228
deletechars
= args[1];
in bytearray_translate()
230
return_value = bytearray_translate_impl(self, table,
deletechars
);
in bytearray_translate()
/third_party/python/Objects/
H
A
D
bytesobject.c
2042
delete as
deletechars
: object(c_default="NULL") = b''
2052
PyObject *
deletechars
)
in bytes_translate_impl()
2089
if (
deletechars
!= NULL) {
in bytes_translate_impl()
2090
if (PyBytes_Check(
deletechars
)) {
in bytes_translate_impl()
2091
del_table_chars = PyBytes_AS_STRING(
deletechars
);
in bytes_translate_impl()
2092
dellen = PyBytes_GET_SIZE(
deletechars
);
in bytes_translate_impl()
2095
if (PyObject_GetBuffer(
deletechars
, &del_table_view, PyBUF_SIMPLE) != 0) {
in bytes_translate_impl()
2051
bytes_translate_impl(PyBytesObject *self, PyObject *table, PyObject *
deletechars
)
bytes_translate_impl()
argument
Completed in 8 milliseconds