/external/autotest/server/site_tests/cheets_CTS_P/ |
D | control.x86.CtsDeqpTestCases.dEQP-VK.subgroups.s | 16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.subgroups.s of the Android Compatibility Test Suite (CTS… define
|
D | control.arm.CtsDeqpTestCases.dEQP-VK.subgroups.s | 16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.subgroups.s of the Android Compatibility Test Suite (CTS… define
|
/external/autotest/client/site_tests/camera_HAL3/ |
D | control.device | 21 DOC = """ key
|
/external/python/cpython2/Modules/ |
D | operator.c | 231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, argument 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 234 #define spam1o(OP,DOC) {#OP, OP, METH_O, PyDoc_STR(DOC)}, argument 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
|
/external/tensorflow/tensorflow/python/keras/applications/ |
D | resnet_v2.py | 91 DOC = """ variable
|
D | densenet.py | 352 DOC = """ variable
|
D | resnet.py | 511 DOC = """ variable
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 6897 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6900 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 6903 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6906 #define AMSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6908 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6910 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6912 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6914 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6917 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6920 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 6003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 6009 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6012 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6014 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6016 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6018 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6021 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6024 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument 6027 #define RBINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|