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:capsule
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/
H
A
D
pycapsule.h
35
PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *
capsule
);
variable
37
PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *
capsule
);
variable
39
PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *
capsule
);
variable
[all...]
/third_party/python/Objects/
H
A
D
capsule.c
17
_is_legal_capsule(PyCapsule *
capsule
, const char *invalid_capsule)
in _is_legal_capsule()
argument
46
PyCapsule *
capsule
;
in PyCapsule_New()
local
70
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_IsValid()
local
82
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_GetPointer()
local
100
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_GetName()
local
112
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_GetDestructor()
local
124
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_GetContext()
local
136
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_SetPointer()
local
155
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_SetName()
local
169
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_SetDestructor()
local
183
PyCapsule *
capsule
= (PyCapsule *)o;
PyCapsule_SetContext()
local
235
PyCapsule *
capsule
= (PyCapsule *)object;
PyCapsule_Import()
local
255
PyCapsule *
capsule
= (PyCapsule *)o;
capsule_dealloc()
local
266
PyCapsule *
capsule
= (PyCapsule *)o;
capsule_repr()
local
[all...]
/third_party/python/Modules/cjkcodecs/
H
A
D
cjkcodecs.h
309
PyObject *
capsule
= PyCapsule_New((void *)h,
in register_maps()
local
/third_party/python/Modules/
H
A
D
unicodedata.c
1315
unicodedata_destroy_capi(PyObject *
capsule
)
in unicodedata_destroy_capi()
argument
1332
PyObject *
capsule
= PyCapsule_New(capi,
in unicodedata_create_capi()
local
1514
PyObject *
capsule
= unicodedata_create_capi();
in unicodedata_exec()
local
H
A
D
socketmodule.c
7175
sock_destroy_api(PyObject *
capsule
)
argument
7282
PyObject *
capsule
= PyCapsule_New(capi,
local
/third_party/python/Python/
H
A
D
compile.c
747
PyObject *mangled, *
capsule
;
in compiler_set_qualname()
local
1786
PyObject *
capsule
= PyCapsule_New(c->u, CAPSULE_NAME, NULL);
in compiler_enter_scope()
local
1832
PyObject *
capsule
= PyList_GET_ITEM(c->c_stack, n);
in compiler_exit_scope()
local
[all...]
Completed in 19 milliseconds