Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
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 …]
/third_party/cups-filters/
Dinstall-sh33 doit="${DOITPROG-}"
172 if [ ! -d "${pathcomp}" ]; then $doit $mkdirprog "${pathcomp}"; fi
180 $doit $instcmd $dst || exit 1
183 …if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst || echo "warning: Unable to change owner of $d…
184 …if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst || echo "warning: Unable to change group of $d…
185 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst || exit 1; fi
205 $doit $instcmd $src $dsttmp || exit 1
210 …if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripopt "$dsttmp" || echo "warning: Unable to str…
211 …if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp" || echo "warning: Unable to change owner …
212 …if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp" || echo "warning: Unable to change group …
[all …]
/third_party/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 …]
/third_party/skia/third_party/externals/icu/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 …]
/third_party/flutter/skia/third_party/externals/icu/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 …]
/third_party/freetype/builds/unix/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
[all …]
/third_party/libevdev/build-aux/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
[all …]
/third_party/node/deps/cares/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
[all …]
/third_party/mtdev/config-aux/
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 $stripcmd "$dsttmp"; } &&
[all …]
/third_party/libabigail/
Dinstall-sh35 doit=${DOITPROG-}
36 if test -z "$doit"; then
39 doit_exec=$doit
430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
433 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
450 # errors from the above "$doit $cpprog $src $dsttmp" command.
452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
454 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/third_party/skia/third_party/externals/microhttpd/
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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h57 static inline bool doit(const From &Val) {
66 static inline bool doit(const From &) { return true; }
70 static inline bool doit(const From &Val) {
71 return isa_impl<To, From>::doit(Val);
76 static inline bool doit(const From &Val) {
77 return isa_impl<To, From>::doit(Val);
83 static inline bool doit(const std::unique_ptr<From> &Val) {
85 return isa_impl_cl<To, From>::doit(*Val);
90 static inline bool doit(const From *Val) {
92 return isa_impl<To, From>::doit(*Val);
[all …]
/third_party/python/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
465 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
[all …]
/third_party/libffi/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
465 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
465 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
[all …]
/third_party/skia/third_party/externals/libpng/
Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
465 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
[all …]
/third_party/alsa-utils/alsactl/
Dstate.c679 static int config_bool(snd_config_t *n, int doit) in config_bool() argument
703 if (!force_restore || !doit) in config_bool()
706 return config_bool(n, doit); in config_bool()
718 snd_ctl_elem_info_t *info, int doit) in config_enumerated() argument
739 if (!force_restore || !doit) in config_enumerated()
742 return config_enumerated(n, handle, info, doit); in config_enumerated()
761 static int config_integer(snd_config_t *n, long *val, int doit) in config_integer() argument
764 if (err < 0 && force_restore && doit) { in config_integer()
768 return config_integer(n, val, doit); in config_integer()
773 static int config_integer64(snd_config_t *n, long long *val, int doit) in config_integer64() argument
[all …]
/third_party/icu/tools/release/c/
Duconfigtest.sh210 doit() function
241 doit
257 doit ${USE_PREBUILT_DATA}
268 doit
279 doit
290 doit
301 doit
312 doit
323 doit ${USE_PREBUILT_DATA}
334 doit ${USE_PREBUILT_DATA}
[all …]
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs803 pub fn generate_comments(mut self, doit: bool) -> Self { in generate_comments()
804 self.options.generate_comments = doit; in generate_comments()
835 pub fn allowlist_recursively(mut self, doit: bool) -> Self { in allowlist_recursively()
836 self.options.allowlist_recursively = doit; in allowlist_recursively()
842 pub fn objc_extern_crate(mut self, doit: bool) -> Self { in objc_extern_crate()
843 self.options.objc_extern_crate = doit; in objc_extern_crate()
848 pub fn generate_block(mut self, doit: bool) -> Self { in generate_block()
849 self.options.generate_block = doit; in generate_block()
855 pub fn block_extern_crate(mut self, doit: bool) -> Self { in block_extern_crate()
856 self.options.block_extern_crate = doit; in block_extern_crate()
[all …]
/third_party/python/Lib/test/
Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(L) # !sort
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h710 static inline bool doit(const Value &Val) {
717 static inline bool doit(const Value &Val) {
724 static inline bool doit(const Value &Val) {
731 static inline bool doit (const Value &Val) {
737 static inline bool doit(const Value &Val) {
743 static inline bool doit(const Value &Val) {
749 static inline bool doit(const Value &Val) {
755 static inline bool doit(const Value &Val) {
761 static inline bool doit(const Value &Val) {
767 static inline bool doit(const Value &Val) {
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/third_party/mbedtls/scripts/
Dfootprint.sh62 doit() function
115 doit default include/mbedtls/mbedtls_config.h
116 doit thread configs/config-thread.h
117 doit suite-b configs/config-suite-b.h
118 doit psk configs/config-ccm-psk-tls1_2.h

123