Home
last modified time | relevance | path

Searched defs:is_method (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_spec.py149 is_method, argument
213 def is_method(self): member in FunctionSpec
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dparser.cpp14 bool is_method) { in mergeTypesFromTypeComment()
806 TreeRef Parser::parseFunction(bool is_method) { in parseFunction()
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c871 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local
901 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.h175 bool is_method; member
/aosp_15_r20/external/pytorch/torch/jit/
H A Dannotations.py112 def get_signature(fn, rcb, loc, is_method): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dsaved_object_graph.proto214 bool is_method = 2; field
/aosp_15_r20/art/test/2246-trace-v2/
H A Ddump_trace.cc60 bool is_method) { in ProcessThreadOrMethodInfo()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dfunction.rs527 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc2820 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dsaved_object_graph.pb.h5030 inline bool FunctionSpec::is_method() const { in is_method() function
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1629 #define is_method(stack_pointer, args) (PEEK((args)+2) != NULL) macro