/third_party/backends/frontend/ |
H A D | test.c | 60 SANE_Handle hand; in testsane() local 78 bla = sane_open (dev_name, &hand); in testsane() 79 fprintf (stderr, "Open : stat=%s hand=%p\n", sane_strstatus (bla), hand); in testsane() 83 bla = sane_set_io_mode (hand, 0); in testsane() 88 sod = sane_get_option_descriptor (hand, hlp); in testsane() 121 bla = sane_get_parameters (hand, &pars); in testsane() 131 bla = sane_start (hand); in testsane() 138 bla = sane_read (hand, buffer, sizeof (buffer), &blubb); in testsane() 150 sane_cancel (hand); in testsane() [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | clock.py | 23 def hand(laenge, spitze): function 38 hand(laenge, spitze) 72 for hand in second_hand, minute_hand, hour_hand: 73 hand.resizemode("user") 74 hand.shapesize(1, 1, 3) 75 hand.speed(0)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | initthread.c | 356 THREAD_EVENT_HANDLER *hand; in ossl_init_thread_start() local 395 hand = OPENSSL_malloc(sizeof(*hand)); in ossl_init_thread_start() 396 if (hand == NULL) in ossl_init_thread_start() 399 hand->handfn = handfn; in ossl_init_thread_start() 400 hand->arg = arg; in ossl_init_thread_start() 402 hand->index = index; in ossl_init_thread_start() 404 hand->next = *hands; in ossl_init_thread_start() 405 *hands = hand; in ossl_init_thread_start()
|
/third_party/openssl/crypto/ |
H A D | initthread.c | 356 THREAD_EVENT_HANDLER *hand; in ossl_init_thread_start() local 395 hand = OPENSSL_malloc(sizeof(*hand)); in ossl_init_thread_start() 396 if (hand == NULL) in ossl_init_thread_start() 399 hand->handfn = handfn; in ossl_init_thread_start() 400 hand->arg = arg; in ossl_init_thread_start() 402 hand->index = index; in ossl_init_thread_start() 404 hand->next = *hands; in ossl_init_thread_start() 405 *hands = hand; in ossl_init_thread_start()
|
/third_party/python/Lib/logging/ |
H A D | config.py | 144 for hand in hlist: 145 section = cp["handler_%s" % hand] 157 h.name = hand 167 handlers[hand] = h 215 for hand in hlist: 216 log.addHandler(handlers[hand]) 263 for hand in hlist: 264 logger.addHandler(handlers[hand])
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 32 # will have to hand-edit the index file. 35 # hand-edited and checked before use; it contains comments indicating
|
/third_party/openssl/test/ |
H A D | p_test.c | 83 const OSSL_CORE_HANDLE *hand = ctx->handle; in p_get_params() local 110 if (c_get_params(hand, counter_request)) { in p_get_params()
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 392 foreach my $hand (@ready) { 393 if ($hand == $server_sock) { 403 } elsif ($hand == $client_sock) {
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 392 foreach my $hand (@ready) { 393 if ($hand == $server_sock) { 403 } elsif ($hand == $client_sock) {
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 98 // Autogenerated by method_dump.sh. Do not edit by hand.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 33 other hand, executing a non-local goto by calling one of the
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js | 211 [96mb.ts[0m:[93m2[0m:[93m16[0m - [91merror[0m[90m TS2362: [0mThe left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | mod.rs | 126 /// Defines a suite of "simple" hand-written tests for a substring 764 /// We group these things together because it's useful to be able to hand them 1230 /// This module defines some hand-written "simple" substring tests. It
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 724 % page breaks. On the other hand, we don't want to actually break the 833 % the \llap here moves out into the left-hand margin. 2982 % typewriter fonts as three actual period characters; on the other hand, 3424 % chapter name on inside top of right hand pages, document 3425 % title on inside top of left hand pages, and page numbers on outside top 3666 % other hand, when there is normal text preceding the item (as there 4389 % processing continues to some further point. On the other hand, it 4845 % On the other hand, if we had a nonzero \lastskip, 5146 % box0 will be the left-hand column, box2 the right. 5730 % xref code eventually uses it. On the other hand, i [all...] |