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:ml_flags
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
methodobject.h
49
if (func->m_ml->
ml_flags
& METH_STATIC) {
in PyCFunction_GET_SELF()
59
return _PyCFunctionObject_CAST(func)->m_ml->
ml_flags
;
in PyCFunction_GET_FLAGS()
67
if (func->m_ml->
ml_flags
& METH_METHOD) {
in PyCFunction_GET_CLASS()
/third_party/python/Include/
H
A
D
methodobject.h
57
int
ml_flags
; /* Combination of METH_xxx flags, which mostly
member
/third_party/python/Objects/
H
A
D
methodobject.c
48
switch (ml->
ml_flags
& (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
in PyCMethod_New()
80
if (ml->
ml_flags
& METH_METHOD) {
in PyCMethod_New()
H
A
D
moduleobject.c
164
if ((fdef->
ml_flags
& METH_CLASS) ||
in _add_methods_to_object()
165
(fdef->
ml_flags
& METH_STATIC)) {
in _add_methods_to_object()
H
A
D
descrobject.c
142
if (descr->d_method->
ml_flags
& METH_METHOD) {
in classmethod_get()
157
if (descr->d_method->
ml_flags
& METH_METHOD) {
in method_get()
925
switch (method->
ml_flags
& (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
in PyDescr_NewMethod()
H
A
D
typeobject.c
5657
if (meth->
ml_flags
& METH_CLASS) {
in type_add_method()
5658
if (meth->
ml_flags
& METH_STATIC) {
in type_add_method()
5665
else if (meth->
ml_flags
& METH_STATIC) {
in type_add_method()
5694
if (!(meth->
ml_flags
& METH_COEXIST)) {
in type_add_method()
/third_party/python/Python/
H
A
D
specialize.c
1407
builtin_call_fail_kind(int
ml_flags
)
in builtin_call_fail_kind()
argument
1409
switch (
ml_flags
& (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
in builtin_call_fail_kind()
1439
switch (descr->d_method->
ml_flags
&
in specialize_method_descriptor()
1476
SPECIALIZATION_FAIL(PRECALL, builtin_call_fail_kind(descr->d_method->
ml_flags
));
in specialize_method_descriptor()
H
A
D
ceval.c
5214
DEOPT_IF(meth->
ml_flags
!= METH_O, PRECALL);
5248
DEOPT_IF(meth->
ml_flags
!= (METH_FASTCALL|METH_KEYWORDS), PRECALL);
5289
DEOPT_IF(meth->
ml_flags
!= METH_NOARGS, PRECALL);
5321
DEOPT_IF(meth->
ml_flags
!= METH_FASTCALL, PRECALL);
/third_party/python/Modules/_decimal/
H
A
D
_decimal.c
5809
if (!(m->
ml_flags
& METH_NOARGS)) {
in cfunc_noargs()
Completed in 36 milliseconds