Searched refs:doit (Results 1 - 25 of 144) sorted by relevance

123456

/external/valgrind/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c69 void doit(const char *const s) function
79 doit("");
80 doit("a");
81 doit("ab");
82 doit("abc");
83 doit("abcd");
84 doit("abcde");
85 doit("abcdef");
86 doit("abcdefg");
88 doit("abcdefg
[all...]
H A Dinsn-bsfl.c27 static void doit(unsigned vbits, unsigned val) function
63 doit(0x00000000, 0x00000000);
64 doit(0x00000000, 0x00000001);
65 doit(0x00000001, 0x00000000);
66 doit(0x00000001, 0x00000001);
69 doit(0x00000090, 0x00000040);
70 doit(0x00000040, 0x00000090);
73 doit(0x00000500, 0x00000a00);
74 doit(0x00000a00, 0x00000500);
76 doit(
[all...]
/external/clang/test/SemaCXX/
H A Doperator-arrow-temporary.cpp5 void doit();
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vmemptr-fastcall.cpp6 void (__fastcall A::*doit())(int, int) { function
/external/clang/test/PCH/
H A Dimplicitly-deleted.cpp11 template<typename T> void doit(decltype(T(make<const T&>()))*) { T(make<const T&>()); }
12 template<typename T> void doit(...) { T(make<T&&>()); } function
13 template<typename T> void later() { doit<T>(0); }
/external/cmockery/cmockery_0_1_2/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit
[all...]
/external/libogg/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit
[all...]
/external/swiftshader/third_party/LLVM/autoconf/
H A Dinstall-sh48 doit="${DOITPROG-}"
249 $doit $mkdircmd "$dst" \
250 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
267 $doit $cpprog "$src" "$dsttmp" &&
273 # errors from the above "$doit $cpprog $src $dsttmp" command.
275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276 && { test -z "$chgrpcmd" || $doit
[all...]
/external/python/cpython2/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/python/cpython3/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/e2fsprogs/config/
H A Dinstall-sh18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
223 # errors from the above "$doit $instcmd $src $dsttmp" command.
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/fec/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/icu/icu4c/source/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/iputils/ninfod/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/jemalloc/build-aux/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/libpcap/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/ltp/utils/ffsb-6.0-rc2/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/tcpdump/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/external/libpng/contrib/libtests/
H A Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/external/python/cpython2/Mac/scripts/
H A Dzappycfiles.py6 # set doit true to actually delete files
7 # set doit false to just print what would be deleted
8 doit = 1 variable
25 if doit:
/external/valgrind/memcheck/tests/
H A Drecursive-merge.c36 void doit (int argc, char**argv) function
56 doit(argc, argv); // with default value of our argument.
59 doit(argc, argv);
62 doit(argc, argv);
65 doit(argc, argv);
68 doit(argc, argv);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCasting.h49 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
56 return isa_impl<To, From>::doit(Val);
61 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
62 return isa_impl<To, From>::doit(Val);
67 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
68 return isa_impl<To, From>::doit(*Val);
73 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
74 return isa_impl<To, From>::doit(*Val);
79 static inline bool doit(cons function in struct:llvm::isa_impl_cl
88 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
98 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
167 static typename cast_retty<To, From>::ret_type doit(const From &Val) { function in struct:llvm::cast_convert_val
176 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/external/google-breakpad/autotools/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]

Completed in 2441 milliseconds

123456