Searched refs:AOP (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Modules/ |
D | operator.c | 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ argument 14 return AOP(a1); } 16 #define spam2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 19 return AOP(a1,a2); } 21 #define spamoi(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 24 return AOP(a1,a2); } 26 #define spam2n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 29 if(-1 == AOP(a1,a2)) return NULL; \ 33 #define spam3n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument 36 if(-1 == AOP(a1,a2,a3)) return NULL; \ [all …]
|
/external/dexmaker/ |
D | README.version | 9 It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, …
|
D | README.md | 15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
|
/external/opencensus-java/contrib/spring/ |
D | README.md | 159 `opencensus-contrib-spring` makes heavy use of Aspect Oriented Programming [AOP](https://en.wikiped…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 14736 "+","IT","AOP","Sant'Angelo di Piove di Sacco","Sant'Angelo di Piove di Sacco","PD","--3-----","RL"…
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 10020 ,"US","AOP","Apopka","Apopka","FL","--3-----","RQ","9506",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 32224 ,"FR","AOP","Ablaincourt-Pressoir","Ablaincourt-Pressoir","80","--3-----","RL","0507",,"4950N 00250…
|