/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hdreg.h | 37 unsigned select : 1; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp56.h | 79 VP56mv mv, int mask, int select, int luma);
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 262 {"select", KEY_SELECT}, in keyboard_lookup_key()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}' 153 * and <code>select</code> arguments for simple selection among a fixed set of choices. 893 * until we actually need to select a keyword. 901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const override;
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-3114.js | 62 var id_96 = id_97.select;
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 149 * use the tag to select the right type without these in main() 218 if (select(fdin + 1, &fds, NULL, NULL, &timeout) < 0 || in main()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}' 153 * and <code>select</code> arguments for simple selection among a fixed set of choices. 893 * until we actually need to select a keyword. 901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const override;
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 95 #include <sys/select.h>
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto01.c | 295 if (select(nfds, &rfds, NULL, NULL, NULL) < 0 && errno != EINTR) in do_child()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 315 nfds = select(sr + 1, &rfds, 0, 0, &tv); in so_test() 319 tst_brkm(TBROK | TERRNO, NULL, "%s select", in so_test()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_socket.c | 408 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0 in do_server()
|
/third_party/python/Include/ |
H A D | pyport.h | 230 * WRAPPER FOR <sys/select.h> * 236 #include <sys/select.h>
|
/third_party/python/Lib/multiprocessing/ |
H A D | forkserver.py | 218 rfds = [key.fileobj for (key, events) in selector.select()]
|
/third_party/openssl/apps/lib/ |
H A D | s_socket.c | 408 } while (select(sock + 1, &readfds, NULL, NULL, &timeout) > 0 in do_server()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 192 InstRef Scheduler::select() { in select() function in llvm::mca::Scheduler
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 116 * selectArg = '{' argNameOrNumber ',' "select" ',' selectStyle '}' 153 * and <code>select</code> arguments for simple selection among a fixed set of choices. 893 * until we actually need to select a keyword. 901 virtual UnicodeString select(void *ctx, double number, UErrorCode& ec) const;
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 494 num_ready = select (max + 1, &rs, &ws, &es, &timeout); in SPDYF_run()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_chunked.c | 364 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_get.c | 273 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
|
H A D | test_get_chunked.c | 290 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
|
H A D | test_post.c | 351 select (max + 1, &rs, &ws, &es, &tv); in testExternalPost()
|
H A D | test_post_form.c | 368 select (max + 1, &rs, &ws, &es, &tv); in testExternalPost()
|
H A D | test_put.c | 320 select (max + 1, &rs, &ws, &es, &tv); in testExternalPut()
|
H A D | test_put_chunked.c | 331 select (max + 1, &rs, &ws, &es, &tv); in testExternalPut()
|
H A D | test_put_large.c | 338 select (max + 1, &rs, &ws, &es, &tv); in testExternalPut()
|