/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Casting.h | 57 static inline bool doit(const From &Val) { in doit() function 66 static inline bool doit(const From &) { return true; } in doit() function 70 static inline bool doit(const From &Val) { in doit() function 71 return isa_impl<To, From>::doit(Val); in doit() 76 static inline bool doit(const From &Val) { in doit() function 77 return isa_impl<To, From>::doit(Val); in doit() 83 static inline bool doit(const std::unique_ptr<From> &Val) { in doit() function 85 return isa_impl_cl<To, From>::doit(*Val); in doit() 90 static inline bool doit(const From *Val) { in doit() function 92 return isa_impl<To, From>::doit(*Va in doit() 97 static inline bool doit(const From *Val) { doit() function 104 static inline bool doit(const From *Val) { doit() function 111 static inline bool doit(const From *Val) { doit() function 121 static bool doit(const From &Val) { doit() function 131 static bool doit(const FromTy &Val) { doit() function 218 static typename cast_retty<To, From>::ret_type doit(From &Val) { doit() function 227 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { doit() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Casting.h | 55 static inline bool doit(const From &Val) { in doit() function 64 static inline bool doit(const From &) { return true; } in doit() function 68 static inline bool doit(const From &Val) { in doit() function 69 return isa_impl<To, From>::doit(Val); in doit() 74 static inline bool doit(const From &Val) { in doit() function 75 return isa_impl<To, From>::doit(Val); in doit() 80 static inline bool doit(const From *Val) { in doit() function 82 return isa_impl<To, From>::doit(*Val); in doit() 87 static inline bool doit(const From *Val) { in doit() function 89 return isa_impl<To, From>::doit(*Va in doit() 94 static inline bool doit(const From *Val) { doit() function 101 static inline bool doit(const From *Val) { doit() function 111 static bool doit(const From &Val) { doit() function 121 static bool doit(const FromTy &Val) { doit() function 190 static typename cast_retty<To, From>::ret_type doit(From &Val) { doit() function 199 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { doit() function [all...] |
/third_party/python/Lib/test/ |
H A D | sortperf.py | 59 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( [all...] |
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 803 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/icu/tools/release/c/ |
H A D | uconfigtest.sh | 210 doit() function 232 # Each one sets a NAME, and CPPFLAGS or other flags, and calls doit 241 doit 257 doit ${USE_PREBUILT_DATA} 268 doit 279 doit 290 doit 301 doit 312 doit 323 doit [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 679 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() 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 717 config_enumerated(snd_config_t *n, snd_ctl_t *handle, snd_ctl_elem_info_t *info, int doit) config_enumerated() argument 1027 convert_to_new_db(snd_config_t *value, long omin, long omax, long nmin, long nmax, long odbmin, long odbmax, snd_config_t *comment, const char *index, snd_ctl_t *device, snd_ctl_elem_id_t *id, int doit) convert_to_new_db() argument 1063 check_comment_range(snd_ctl_t *handle, snd_config_t *conf, snd_ctl_elem_info_t *info, snd_config_t *value, int doit) check_comment_range() argument 1128 restore_config_value(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_ctl_elem_type_t type, snd_config_t *value, snd_ctl_elem_value_t *ctl, int idx, int doit) restore_config_value() argument 1177 restore_config_value2(snd_ctl_t *handle, snd_ctl_elem_info_t *info, snd_ctl_elem_type_t type, snd_config_t *value, snd_ctl_elem_value_t *ctl, int idx, unsigned int numid, int doit) restore_config_value2() argument 1204 set_control(snd_ctl_t *handle, snd_config_t *control, int *maxnumid, int doit) set_control() argument 1481 set_controls(int card, snd_config_t *top, int doit) set_controls() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Value.h | 710 static inline bool doit(const Value &Val) { in doit() function 717 static inline bool doit(const Value &Val) { in doit() function 724 static inline bool doit(const Value &Val) { in doit() function 731 static inline bool doit (const Value &Val) { in doit() function 737 static inline bool doit(const Value &Val) { in doit() function 743 static inline bool doit(const Value &Val) { in doit() function 749 static inline bool doit(const Value &Val) { in doit() function 755 static inline bool doit(const Value &Val) { in doit() function 761 static inline bool doit(const Value &Val) { in doit() function 767 static inline bool doit(cons function 773 static inline bool doit(const Value &Val) { doit() function 779 static inline bool doit(const Value &Val) { doit() function 785 static inline bool doit(const Value &Val) { doit() function 791 static inline bool doit(const Value &Val) { doit() function [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | gentests.sh | 67 doit(){ function 90 doit "$ct" "$bd" 94 doit "gray" "16" 100 doit "$ct" "$bd"
|
/third_party/mbedtls/scripts/ |
H A D | footprint.sh | 50 doit() function 103 doit default include/mbedtls/mbedtls_config.h 104 doit thread configs/config-thread.h 105 doit suite-b configs/config-suite-b.h 106 doit psk configs/config-ccm-psk-tls1_2.h
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Value.h | 817 static inline bool doit(const Value &Val) { in doit() function 824 static inline bool doit(const Value &Val) { in doit() function 831 static inline bool doit(const Value &Val) { in doit() function 838 static inline bool doit (const Value &Val) { in doit() function 844 static inline bool doit(const Value &Val) { in doit() function 850 static inline bool doit(const Value &Val) { in doit() function 856 static inline bool doit(const Value &Val) { in doit() function 862 static inline bool doit(const Value &Val) { in doit() function 868 static inline bool doit(const Value &Val) { in doit() function 874 static inline bool doit(cons function 880 static inline bool doit(const Value &Val) { doit() function 886 static inline bool doit(const Value &Val) { doit() function 892 static inline bool doit(const Value &Val) { doit() function 898 static inline bool doit(const Value &Val) { doit() function [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-concurrent.c | 84 doit (void) in doit() function 115 doit (); in main() 120 doit (); in main() 125 doit (); in main()
|
H A D | ia64-test-setjmp.c | 73 /* Direct call of doit () at the end of doit () would get optimized by GCC to 75 static void doit (int n); 77 static volatile doit_type doit_pointer = doit; 80 doit (int n) in doit() function 146 doit (0); in main()
|
H A D | Gperf-simple.c | 113 doit (const char *label) in doit() function 252 doit ("default "); in main() 255 doit ("no cache "); in main() 258 doit ("global cache "); in main() 261 doit ("per-thread cache"); in main()
|
H A D | Gperf-trace.c | 99 doit (const char *label) in doit() function 238 doit ("default "); in main() 241 doit ("no cache "); in main() 244 doit ("global cache "); in main() 247 doit ("per-thread cache"); in main()
|
H A D | ia64-test-sig.c | 81 doit (volatile char *p) in doit() function 88 printf ("doit: finishing execution!\n"); in doit() 98 doit (0); in main()
|
H A D | Lrs-race.c | 1474 int doit (void) in doit() function 1499 doit (); in main() 1504 doit (); in main() 1509 doit (); in main()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1368 uint8_t doit[ALGOR_NUM] = { 0 }; in speed_main() local 1515 if (doit[D_EVP]) { in speed_main() 1532 doit[D_EVP] = 1; in speed_main() 1541 doit[D_HMAC] = 1; in speed_main() 1550 doit[D_EVP_CMAC] = 1; in speed_main() 1645 doit[i] = 1; in speed_main() 1649 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main() 1653 doit[D_SHA1] = doit[D_SHA25 in speed_main() [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 1354 uint8_t doit[ALGOR_NUM] = { 0 }; in speed_main() local 1501 if (doit[D_EVP]) { in speed_main() 1518 doit[D_EVP] = 1; in speed_main() 1527 doit[D_HMAC] = 1; in speed_main() 1536 doit[D_EVP_CMAC] = 1; in speed_main() 1631 doit[i] = 1; in speed_main() 1635 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main() 1639 doit[D_SHA1] = doit[D_SHA25 in speed_main() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 102 Error doit(const CVTypeArray &Types); 246 return doit(Types); in mergeTypeRecords() 256 return doit(Ids); in mergeIdRecords() 266 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 279 auto Err = doit(Types); in mergeTypeRecords() 293 return doit(Ids); in mergeIdRecords() 305 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() function in TypeStreamMerger
|
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 225 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func) 227 doit() 229 self.doafterhandler.append(doit) 232 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func) 234 doit() 236 self.doafterhandler.append(doit)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_pointers.py | 84 doit = dll._testfunc_callback_with_pointer 90 doit(callback) 92 doit(callback)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypes5.js | 37 function doit<T extends State>() { 84 function doit() {
function
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 75 void *doit(void *); 318 * doit 322 void *doit(void *param) in doit() function 360 printf("thread %d getting to heart of doit.\n", my_index); in doit() 377 doit, (void *)info_p))) { in doit() 378 tst_resm(TINFO, "pthread_create (doit): %s", in doit() 636 if ((rc = pthread_create(&root_thread, &attr, doit, NULL))) { in main()
|
H A D | pth_str01.c | 56 int doit(c_info *); 317 * doit 321 int doit(c_info * parent) in doit() function 364 printf("thread %d getting to heart of doit.\n", my_index); in doit() 392 (void *)doit, (void *)info_p))) { in doit() 393 tst_resm(TINFO, "pthread_create (doit): %s", in doit() 665 if ((rc = pthread_create(&root_thread, &attr, (void *)doit, NULL))) { in main()
|
/third_party/elfutils/tests/ |
H A D | cleanup-13.c | 306 __attribute__((noinline)) static void doit () in doit() function 314 doit (); in main()
|