Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 173) sorted by relevance

1234567

/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.c69 void doit(const char *const s) in doit() function
79 doit(""); in main()
80 doit("a"); in main()
81 doit("ab"); in main()
82 doit("abc"); in main()
83 doit("abcd"); in main()
84 doit("abcde"); in main()
85 doit("abcdef"); in main()
86 doit("abcdefg"); in main()
88 doit("abcdefgh"); in main()
[all …]
Dinsn-pcmpistri.stderr.exp4 by 0x........: doit (insn-pcmpistri.c:74)
8 at 0x........: doit (insn-pcmpistri.c:73)
15 by 0x........: doit (insn-pcmpistri.c:74)
19 at 0x........: doit (insn-pcmpistri.c:73)
26 by 0x........: doit (insn-pcmpistri.c:74)
30 at 0x........: doit (insn-pcmpistri.c:73)
37 by 0x........: doit (insn-pcmpistri.c:74)
41 at 0x........: doit (insn-pcmpistri.c:73)
48 by 0x........: doit (insn-pcmpistri.c:74)
52 at 0x........: doit (insn-pcmpistri.c:73)
[all …]
Dinsn-bsfl.c27 static void doit(unsigned vbits, unsigned val) in doit() function
63 doit(0x00000000, 0x00000000); in main()
64 doit(0x00000000, 0x00000001); in main()
65 doit(0x00000001, 0x00000000); in main()
66 doit(0x00000001, 0x00000001); in main()
69 doit(0x00000090, 0x00000040); in main()
70 doit(0x00000040, 0x00000090); in main()
73 doit(0x00000500, 0x00000a00); in main()
74 doit(0x00000a00, 0x00000500); in main()
76 doit(0x000f0000, 0x001e0000); in main()
[all …]
Dinsn-pmovmskb.stderr.exp3 by 0x........: doit (insn-pmovmskb.c:69)
9 by 0x........: doit (insn-pmovmskb.c:73)
15 by 0x........: doit (insn-pmovmskb.c:77)
21 by 0x........: doit (insn-pmovmskb.c:81)
27 by 0x........: doit (insn-pmovmskb.c:85)
33 by 0x........: doit (insn-pmovmskb.c:89)
39 by 0x........: doit (insn-pmovmskb.c:93)
45 by 0x........: doit (insn-pmovmskb.c:97)
51 by 0x........: doit (insn-pmovmskb.c:101)
57 by 0x........: doit (insn-pmovmskb.c:105)
[all …]
/external/swiftshader/third_party/LLVM/autoconf/
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" &&
275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
277 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/external/libogg/
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" &&
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/external/cmockery/cmockery_0_1_2/
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" &&
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/external/valgrind/memcheck/tests/
Drecursive-merge.stderr.exp5 by 0x........: doit (recursive-merge.c:43)
11 by 0x........: doit (recursive-merge.c:43)
17 by 0x........: doit (recursive-merge.c:43)
23 by 0x........: doit (recursive-merge.c:43)
32 by 0x........: doit (recursive-merge.c:43)
41 by 0x........: doit (recursive-merge.c:43)
51 by 0x........: doit (recursive-merge.c:43)
58 by 0x........: doit (recursive-merge.c:43)
64 by 0x........: doit (recursive-merge.c:43)
70 by 0x........: doit (recursive-merge.c:43)
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCasting.h49 static inline bool doit(const From &Val) {
55 static inline bool doit(const From &Val) {
56 return isa_impl<To, From>::doit(Val);
61 static inline bool doit(const From &Val) {
62 return isa_impl<To, From>::doit(Val);
67 static inline bool doit(const From *Val) {
68 return isa_impl<To, From>::doit(*Val);
73 static inline bool doit(const From *Val) {
74 return isa_impl<To, From>::doit(*Val);
79 static inline bool doit(const From *Val) {
[all …]
/external/python/cpython2/
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" &&
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
[all …]
/external/python/cpython3/
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" &&
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
[all …]
/external/ltp/utils/ffsb-6.0-rc2/
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 &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/tcpdump/
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 &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/jemalloc/build-aux/
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 &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/iputils/ninfod/
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 &&
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/fec/
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 &&
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/icu/icu4c/source/
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 &&
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/libpcap/
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 &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/e2fsprogs/config/
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 &&
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/external/llvm/include/llvm/Support/
DCasting.h55 static inline bool doit(const From &Val) {
64 static inline bool doit(const From &) { return true; }
68 static inline bool doit(const From &Val) {
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) {
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) {
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) {
89 return isa_impl<To, From>::doit(*Val);
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h55 static inline bool doit(const From &Val) {
64 static inline bool doit(const From &) { return true; }
68 static inline bool doit(const From &Val) {
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) {
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) {
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) {
89 return isa_impl<To, From>::doit(*Val);
[all …]
/external/protobuf/
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 $stripcmd "$dsttmp"; } &&
[all …]
/external/protobuf/gtest/build-aux/
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 $stripcmd "$dsttmp"; } &&
[all …]
/external/google-breakpad/autotools/
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 $stripcmd "$dsttmp"; } &&
[all …]
/external/libcap-ng/libcap-ng-0.7/
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 $stripcmd "$dsttmp"; } &&
[all …]

1234567