/external/clang/test/PCH/ |
D | implicitly-deleted.cpp | 11 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/ |
D | setup_links.py | 140 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/ |
D | setup_links.py | 161 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/ |
D | microsoft-abi-vmemptr-fastcall.cpp | 6 void (__fastcall A::*doit())(int, int) { in doit() function
|
/external/libpng/contrib/libtests/ |
D | gentests.sh | 67 doit(){ function
|
/external/python/cpython2/Mac/scripts/ |
D | zappycfiles.py | 8 doit = 1 variable
|
/external/python/cpython2/Lib/test/ |
D | sortperf.py | 59 def doit(L): function
|
/external/python/cpython3/Lib/test/ |
D | sortperf.py | 59 def doit(L): function
|
/external/libunwind/tests/ |
D | ia64-test-sig.c | 81 doit (volatile char *p) in doit() function
|
D | Gtest-concurrent.c | 84 doit (void) in doit() function
|
D | ia64-test-setjmp.c | 80 doit (int n) in doit() function
|
/external/toybox/toys/posix/ |
D | xargs.c | 137 int doit = 1; in xargs_main() local
|
/external/python/cpython2/Lib/lib-tk/ |
D | SimpleDialog.py | 94 def doit(root=root): function
|
/external/ppp/pppd/plugins/pppoatm/ |
D | pppoatm.c | 69 static int setdevname_pppoatm(const char *cp, const char **argv, int doit) in setdevname_pppoatm()
|
/external/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 25 int doit(int o, char* s, Point p, Rect r, int last) in doit() function
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 25 int doit(int o, char* s, Point p, Rect r, int last) in doit() function
|
/external/clang/test/SemaCXX/ |
D | warn-unused-value.cpp | 13 void doit() { in doit() function
|
/external/clang/test/Analysis/ |
D | casts.c | 57 void doit(char *data, int len) { in doit() function
|
/external/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str01.c | 321 int doit(c_info * parent) in doit() function
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 306 PPPoEDevnameHook(char *cmd, char **argv, int doit) in PPPoEDevnameHook()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Casting.cpp | 40 static inline bool doit(const bar &Val) { in doit() function
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 225 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/ |
D | MultiCall.py | 215 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/ |
D | tty.c | 269 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/ |
D | Casting.cpp | 52 static inline bool doit(const bar &Val) { in doit() function 59 static inline bool doit(const T &Val) { return false; } in doit() function
|