Home
last modified time | relevance | path

Searched refs:noargs (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp89 std::vector<GenericValue> noargs; in TEST() local
90 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST()
91 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST()
119 std::vector<GenericValue> noargs; in TEST() local
120 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST()
121 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST()
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
DHowToUseJIT.cpp124 std::vector<GenericValue> noargs; in main() local
125 GenericValue gv = EE->runFunction(FooF, noargs); in main()
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp132 std::vector<GenericValue> noargs; in main() local
133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
/external/python/cpython3/Modules/
Dgcmodule.c1164 gc_enable(PyObject *self, PyObject *noargs) in gc_enable() argument
1177 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() argument
1190 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled() argument
1259 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug() argument
1294 gc_get_thresh(PyObject *self, PyObject *noargs) in gc_get_thresh() argument
1308 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count() argument
1409 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects() argument
1432 gc_get_stats(PyObject *self, PyObject *noargs) in gc_get_stats() argument
D_bz2module.c279 BZ2Compressor_getstate(BZ2Compressor *self, PyObject *noargs) in BZ2Compressor_getstate() argument
633 BZ2Decompressor_getstate(BZ2Decompressor *self, PyObject *noargs) in BZ2Decompressor_getstate() argument
D_lzmamodule.c606 Compressor_getstate(Compressor *self, PyObject *noargs) in Compressor_getstate() argument
1099 Decompressor_getstate(Decompressor *self, PyObject *noargs) in Decompressor_getstate() argument
Dreadline.c654 get_completer(PyObject *self, PyObject *noargs) in get_completer() argument
D_testcapimodule.c949 test_buildvalue_N(PyObject *self, PyObject *noargs) in test_buildvalue_N() argument
2848 test_from_contiguous(PyObject* self, PyObject *noargs) in test_from_contiguous() argument
2901 test_pep3118_obsolete_write_locks(PyObject* self, PyObject *noargs) in test_pep3118_obsolete_write_locks() argument
/external/python/cpython2/Modules/
Dgcmodule.c1063 gc_enable(PyObject *self, PyObject *noargs) in gc_enable() argument
1076 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() argument
1089 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled() argument
1160 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug() argument
1195 gc_get_thresh(PyObject *self, PyObject *noargs) in gc_get_thresh() argument
1209 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count() argument
1310 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects() argument
Dposixmodule.c1795 posix_ctermid(PyObject *self, PyObject *noargs) in posix_ctermid() argument
2151 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() argument
2167 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() argument
2210 posix_getcwdu(PyObject *self, PyObject *noargs) in posix_getcwdu() argument
2893 posix_uname(PyObject *self, PyObject *noargs) in posix_uname() argument
3834 posix_fork1(PyObject *self, PyObject *noargs) in posix_fork1() argument
3867 posix_fork(PyObject *self, PyObject *noargs) in posix_fork() argument
3924 posix_openpty(PyObject *self, PyObject *noargs) in posix_openpty() argument
3992 posix_forkpty(PyObject *self, PyObject *noargs) in posix_forkpty() argument
4024 posix_getegid(PyObject *self, PyObject *noargs) in posix_getegid() argument
[all …]
D_testcapimodule.c381 test_to_contiguous(PyObject* self, PyObject *noargs) in test_to_contiguous() argument
429 test_from_contiguous(PyObject* self, PyObject *noargs) in test_from_contiguous() argument
988 test_buildvalue_N(PyObject *self, PyObject *noargs) in test_buildvalue_N() argument
Dreadline.c516 get_completer(PyObject *self, PyObject *noargs) in get_completer() argument
/external/toybox/toys/posix/
Ddu.c159 char *noargs[] = {".", 0}, **args; in du_main() local
162 for (args = toys.optc ? toys.optargs : noargs; *args; args++) in du_main()
Dls.c539 char **s, *noargs[] = {".", 0}; in ls_main() local
572 for (s = *toys.optargs ? toys.optargs : noargs; *s; s++) { in ls_main()
/external/python/cpython2/Python/
Dsysmodule.c150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() argument
170 sys_exc_clear(PyObject *self, PyObject *noargs) in sys_exc_clear() argument
844 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames() argument
Dimport.c353 imp_lock_held(PyObject *self, PyObject *noargs) in imp_lock_held() argument
363 imp_acquire_lock(PyObject *self, PyObject *noargs) in imp_acquire_lock() argument
373 imp_release_lock(PyObject *self, PyObject *noargs) in imp_release_lock() argument
2928 imp_get_magic(PyObject *self, PyObject *noargs) in imp_get_magic() argument
2941 imp_get_suffixes(PyObject *self, PyObject *noargs) in imp_get_suffixes() argument
/external/python/cpython2/Objects/
Dmemoryobject.c406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() argument
424 memory_tolist(PyMemoryViewObject *mem, PyObject *noargs) in memory_tolist() argument
/external/toolchain-utils/dejagnu/boards/
Dgdb.exp.in44 set_board_info noargs 1
/external/python/cpython3/Python/
Dsysmodule.c242 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() argument
1245 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames() argument
/external/python/cpython3/Objects/
Dmemoryobject.c1047 memory_release(PyMemoryViewObject *self, PyObject *noargs) in memory_release() argument
2080 memory_tolist(PyMemoryViewObject *mv, PyObject *noargs) in memory_tolist() argument
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...