Home
last modified time | relevance | path

Searched defs:noarg (Results 1 – 14 of 14) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/eeh/
DMakefile2 noarg: target
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile4 noarg: target
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
DMakefile2 noarg: target
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
DMakefile2 noarg: target
/external/tcpdump/missing/
Dgetopt_long.c108 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
113 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/sg3_utils/getopt_long/
Dgetopt_long.c102 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dvartempl_support.hpp88 struct noarg{}; struct
/external/mesa3d/src/getopt/
Dgetopt_long.c94 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/libva-utils/getopt/
Dgetopt_long.c94 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/coreboot/payloads/libpayload/libc/
Dgetopt_long.c104 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/libdav1d/tools/compat/
Dgetopt.c110 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
/external/python/cpython3/Modules/
D_lsprof.c823 profiler_disable(ProfilerObject *self, PyObject* noarg) in profiler_disable()
881 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
/external/pytorch/torch/csrc/cuda/
DModule.cpp1485 PyObject* noarg) { in THCPModule_cuda_tunableop_is_enabled()
1510 PyObject* noarg) { in THCPModule_cuda_tunableop_tuning_is_enabled()
/external/pytorch/torch/csrc/
DModule.cpp257 static PyObject* THPModule_crashIfvptrUBSAN(PyObject* module, PyObject* noarg) { in THPModule_crashIfvptrUBSAN()