Home
last modified time | relevance | path

Searched refs:select (Results 226 - 250 of 611) sorted by relevance

12345678910>>...25

/third_party/curl/lib/
H A Ddict.c50 #include <sys/select.h>
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.h81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.h81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.h56 #include <sys/select.h>
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_utils.h81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_termination.c40 #include <sys/select.h>
/third_party/rust/crates/nix/test/sys/
H A Dtest_select.rs1 use nix::sys::select::*;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_event.cpp20 #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 Dwebview_export.js115 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 DDataDrivenNumberFormatTestUtility.java88 * 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 DDataDrivenNumberFormatTestUtility.java91 * 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 Drunner-unix.c39 #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 Dsubprocess-posix.cc17 #include <sys/select.h>
30 #include <sys/select.h>
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c49 #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 Drecvfrom01.c229 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 Dmain.c11 #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 Dbio_sock.c28 # 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 Dbio_sock.c28 # 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 DExecuteStage.cpp81 InstRef IR = HWS.select(); in issueReadyInstructions()
87 IR = HWS.select(); in issueReadyInstructions()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc42 #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 Dtest_metadata_api.py79 entries = eps.select(group='entries')
184 ep = entry_points().select(group='entries', name='main')
/third_party/skia/experimental/sktext/editor/
H A DTexts.h139 // 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 DparserRealSource8.js48 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 DJscanimage.java939 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 Dir_builder.h351 // 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()

Completed in 14 milliseconds

12345678910>>...25