/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 023-define-extra-whitespace.c | 1 #define noargs() 1 macro
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1060 gc_enable(PyObject *self, PyObject *noargs) in gc_enable() 1073 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() 1086 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled() 1157 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug() 1192 gc_get_thresh(PyObject *self, PyObject *noargs) in gc_get_thresh() 1206 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count() 1307 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects()
|
D | posixmodule.c | 1801 posix_ctermid(PyObject *self, PyObject *noargs) in posix_ctermid() 2157 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() 2173 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() 2216 posix_getcwdu(PyObject *self, PyObject *noargs) in posix_getcwdu() 2899 posix_uname(PyObject *self, PyObject *noargs) in posix_uname() 3858 posix_fork1(PyObject *self, PyObject *noargs) in posix_fork1() 3891 posix_fork(PyObject *self, PyObject *noargs) in posix_fork() 3948 posix_openpty(PyObject *self, PyObject *noargs) in posix_openpty() 4016 posix_forkpty(PyObject *self, PyObject *noargs) in posix_forkpty() 4048 posix_getegid(PyObject *self, PyObject *noargs) in posix_getegid() [all …]
|
D | _testcapimodule.c | 387 test_to_contiguous(PyObject* self, PyObject *noargs) in test_to_contiguous() 435 test_from_contiguous(PyObject* self, PyObject *noargs) in test_from_contiguous() 996 test_buildvalue_N(PyObject *self, PyObject *noargs) in test_buildvalue_N()
|
D | readline.c | 516 get_completer(PyObject *self, PyObject *noargs) in get_completer()
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | MultiJITTest.cpp | 89 std::vector<GenericValue> noargs; in TEST() local 119 std::vector<GenericValue> noargs; in TEST() local
|
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 124 std::vector<GenericValue> noargs; in main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 129 std::vector<GenericValue> noargs; in main() local
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 132 std::vector<GenericValue> noargs; in main() local
|
/external/toybox/toys/posix/ |
D | du.c | 159 char *noargs[] = {".", 0}, **args; in du_main() local
|
D | ls.c | 532 char **s, *noargs[] = {".", 0}; in ls_main() local
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 268 BZ2Compressor_getstate(BZ2Compressor *self, PyObject *noargs) in BZ2Compressor_getstate() 616 BZ2Decompressor_getstate(BZ2Decompressor *self, PyObject *noargs) in BZ2Decompressor_getstate()
|
D | _lzmamodule.c | 595 Compressor_getstate(Compressor *self, PyObject *noargs) in Compressor_getstate() 1082 Decompressor_getstate(Decompressor *self, PyObject *noargs) in Decompressor_getstate()
|
D | readline.c | 653 get_completer(PyObject *self, PyObject *noargs) in get_completer()
|
/external/python/cpython2/Objects/ |
D | memoryobject.c | 406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() 424 memory_tolist(PyMemoryViewObject *mem, PyObject *noargs) in memory_tolist()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() 170 sys_exc_clear(PyObject *self, PyObject *noargs) in sys_exc_clear() 844 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames()
|
D | import.c | 353 imp_lock_held(PyObject *self, PyObject *noargs) in imp_lock_held() 363 imp_acquire_lock(PyObject *self, PyObject *noargs) in imp_acquire_lock() 373 imp_release_lock(PyObject *self, PyObject *noargs) in imp_release_lock() 2950 imp_get_magic(PyObject *self, PyObject *noargs) in imp_get_magic() 2963 imp_get_suffixes(PyObject *self, PyObject *noargs) in imp_get_suffixes()
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 343 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() 1382 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames()
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 1049 memory_release(PyMemoryViewObject *self, PyObject *noargs) in memory_release() 2082 memory_tolist(PyMemoryViewObject *mv, PyObject *noargs) in memory_tolist()
|