Searched defs:_jname (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/.circleci/windows-jni/include/ |
D | jni.h | 593 #define CALL_TYPE_METHOD(_jtype, _jname) \ argument 605 #define CALL_TYPE_METHODV(_jtype, _jname) \ argument 610 #define CALL_TYPE_METHODA(_jtype, _jname) \ argument 615 #define CALL_TYPE(_jtype, _jname) \ argument 642 #define CALL_NONVIRT_TYPE_METHOD(_jtype, _jname) \ argument 654 #define CALL_NONVIRT_TYPE_METHODV(_jtype, _jname) \ argument 659 #define CALL_NONVIRT_TYPE_METHODA(_jtype, _jname) \ argument 664 #define CALL_NONVIRT_TYPE(_jtype, _jname) \ argument 732 #define CALL_STATIC_TYPE_METHOD(_jtype, _jname) \ argument 744 #define CALL_STATIC_TYPE_METHODV(_jtype, _jname) \ argument [all …]
|
/external/pytorch/.ci/docker/java/ |
D | jni.h | 593 #define CALL_TYPE_METHOD(_jtype, _jname) \ argument 604 #define CALL_TYPE_METHODV(_jtype, _jname) \ argument 608 #define CALL_TYPE_METHODA(_jtype, _jname) \ argument 613 #define CALL_TYPE(_jtype, _jname) \ argument 640 #define CALL_NONVIRT_TYPE_METHOD(_jtype, _jname) \ argument 652 #define CALL_NONVIRT_TYPE_METHODV(_jtype, _jname) \ argument 657 #define CALL_NONVIRT_TYPE_METHODA(_jtype, _jname) \ argument 663 #define CALL_NONVIRT_TYPE(_jtype, _jname) \ argument 737 #define CALL_STATIC_TYPE_METHOD(_jtype, _jname) \ argument 749 #define CALL_STATIC_TYPE_METHODV(_jtype, _jname) \ argument [all …]
|