/third_party/curl/lib/ |
H A D | dict.c | 50 #include <sys/select.h>
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_utils.h | 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_utils.h | 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.h | 56 #include <sys/select.h>
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_utils.h | 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_termination.c | 40 #include <sys/select.h>
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_select.rs | 1 use nix::sys::select::*;
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_event.cpp | 20 #include <sys/select.h> 239 ret = select(nfds_, &rfds, nullptr, nullptr, pTimeOut); in EventMessageLoop() 248 TELEPHONY_LOGE("select error (%{public}d)", errno); in EventMessageLoop()
|
/base/web/webview/interfaces/kits/napi/js/ |
H A D | webview_export.js | 115 documentPicker.select(documentSelectOptions) 203 console.log('allow select single photo or video'); 216 photoPicker.select(photoSelectOptions).then((photoSelectResult) => {
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DataDrivenNumberFormatTestUtility.java | 88 * Runs a single select test. On success, returns null. 93 public String select(DataDrivenNumberFormatTestData tuple) { in select() method in DataDrivenNumberFormatTestUtility.CodeUnderTest 392 String errorMessage = codeUnderTest.select(tuple); in isPass()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DataDrivenNumberFormatTestUtility.java | 91 * Runs a single select test. On success, returns null. 96 public String select(DataDrivenNumberFormatTestData tuple) { in select() method in DataDrivenNumberFormatTestUtility.CodeUnderTest 395 String errorMessage = codeUnderTest.select(tuple); in isPass()
|
/third_party/libuv/test/ |
H A D | runner-unix.c | 39 #include <sys/select.h> 317 r = select(args.pipe[0] + 1, &fds, NULL, NULL, &tv); in process_wait() 326 perror("select()"); in process_wait()
|
/third_party/ninja/src/ |
H A D | subprocess-posix.cc | 17 #include <sys/select.h> 30 #include <sys/select.h>
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 49 #include <sys/select.h> 403 int select_ret; /* return value of select() */ in handle_client() 405 struct timeval select_timeout; /* timeout for select() */ in handle_client() 420 select_ret = select(max_read_fd + 1, in handle_client() 426 perror("select()"); in handle_client() 432 } else if (select_ret == 0) { /* select() is timeout */ in handle_client()
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 229 n = select(s + 1, &rdfds, 0, 0, &timeout); in setup1() 310 if (select(nfds, &rfds, NULL, NULL, in do_child()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 11 #include <sys/select.h> 184 if (select(fdin + 1, &fds, NULL, NULL, &timeout) < 0) in main()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 28 # include <sys/time.h> /* select */ 41 # include <sys/select.h> 412 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 28 # include <sys/time.h> /* select */ 41 # include <sys/select.h> 412 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 81 InstRef IR = HWS.select(); in issueReadyInstructions() 87 IR = HWS.select(); in issueReadyInstructions()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | subprocess.cc | 42 #include <sys/select.h> 389 if (select(max_fd + 1, &read_fds, &write_fds, NULL, NULL) < 0) { 394 GOOGLE_LOG(FATAL) << "select: " << strerror(errno);
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_metadata_api.py | 79 entries = eps.select(group='entries') 184 ep = entry_points().select(group='entries', name='main')
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 139 // Text can change; supports select/copy/paste 201 void select(TextRange text, SkRect boundaries) { fSelection->select(text, boundaries); } in select() function in skia::editor::EditableText
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource8.js | 48 constructor (public select: (a: Symbol, b: Symbol) =>Symbol, 58 this.result = this.select(this.result, b); 510 function ScopeSearchFilter(select, stop) {
511 this.select = select;
519 this.result = this.select(this.result, b);
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 939 protected void select(String text) in select() method in SaneComboBox 987 select(new String(buf)); in setFromControl() 1036 select(String.valueOf(val[0])); in setFromControl() 1091 select(String.valueOf(dialog.getSane().unfix(val[0]))); in setFromControl()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 351 // Creates a select instruction. 358 std::unique_ptr<Instruction> select(new Instruction( in AddSelect() 363 return AddInstruction(std::move(select)); in AddSelect() 477 std::unique_ptr<Instruction> select( in AddUnreachable() 480 return AddInstruction(std::move(select)); in AddUnreachable()
|