Home
last modified time | relevance | path

Searched defs:doit (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/PCH/
Dimplicitly-deleted.cpp11 template<typename T> void doit(decltype(T(make<const T&>()))*) { T(make<const T&>()); } in doit() function
12 template<typename T> void doit(...) { T(make<T&&>()); } in doit() function
/external/libyuv/files/
Dsetup_links.py140 def doit(self, links_db): member in Action
162 def doit(self, _): member in Remove
178 def doit(self, _): member in Rmtree
193 def doit(self, _): member in Makedirs
217 def doit(self, links_db): member in Symlink
/external/webrtc/
Dsetup_links.py161 def doit(self, links_db): member in Action
183 def doit(self, _): member in Remove
199 def doit(self, _): member in Rmtree
214 def doit(self, _): member in Makedirs
238 def doit(self, links_db): member in Symlink
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vmemptr-fastcall.cpp6 void (__fastcall A::*doit())(int, int) { in doit() function
/external/libpng/contrib/libtests/
Dgentests.sh67 doit(){ function
/external/python/cpython2/Mac/scripts/
Dzappycfiles.py8 doit = 1 variable
/external/python/cpython2/Lib/test/
Dsortperf.py59 def doit(L): function
/external/python/cpython3/Lib/test/
Dsortperf.py59 def doit(L): function
/external/libunwind/tests/
Dia64-test-sig.c81 doit (volatile char *p) in doit() function
DGtest-concurrent.c84 doit (void) in doit() function
Dia64-test-setjmp.c80 doit (int n) in doit() function
/external/toybox/toys/posix/
Dxargs.c137 int doit = 1; in xargs_main() local
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py94 def doit(root=root): function
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c69 static int setdevname_pppoatm(const char *cp, const char **argv, int doit) in setdevname_pppoatm()
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c25 int doit(int o, char* s, Point p, Rect r, int last) in doit() function
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dpyobjc-tc.c25 int doit(int o, char* s, Point p, Rect r, int last) in doit() function
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp13 void doit() { in doit() function
/external/clang/test/Analysis/
Dcasts.c57 void doit(char *data, int len) { in doit() function
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c321 int doit(c_info * parent) in doit() function
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c306 PPPoEDevnameHook(char *cmd, char **argv, int doit) in PPPoEDevnameHook()
/external/swiftshader/third_party/LLVM/unittests/Support/
DCasting.cpp40 static inline bool doit(const bar &Val) { in doit() function
/external/python/cpython3/Lib/idlelib/
Dmulticall.py225 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) function
232 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) function
/external/python/cpython2/Lib/idlelib/
DMultiCall.py215 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) function
222 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) function
/external/ppp/pppd/
Dtty.c269 setspeed(arg, argv, doit) in setspeed() argument
294 setdevname(cp, argv, doit) in setdevname() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp52 static inline bool doit(const bar &Val) { in doit() function
59 static inline bool doit(const T &Val) { return false; } in doit() function

12