Home
last modified time | relevance | path

Searched refs:select (Results 376 - 400 of 996) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.h81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.h81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/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()
H A Dplurfmt.cpp485 keyword=selector.select(context, number-offset, ec); in findSubMessage()
589 UnicodeString PluralFormat::PluralSelectorAdapter::select(void *context, double number, in select() function in PluralFormat::PluralSelectorAdapter
593 return pluralRules->select(*dec); in select()
/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::*;
/third_party/ffmpeg/libavcodec/
H A Dvp6.c593 VP56mv mv, int mask, int select, int luma) in vp6_filter()
623 vp6_block_copy_filter[select][x8]); in vp6_filter()
626 vp6_block_copy_filter[select][y8]); in vp6_filter()
629 vp6_block_copy_filter[select][x8], in vp6_filter()
630 vp6_block_copy_filter[select][y8]); in vp6_filter()
591 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, ptrdiff_t stride, VP56mv mv, int mask, int select, int luma) vp6_filter() argument
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h602 ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond) in select() function
907 ASTCENC_SIMD_INLINE vfloat8 select(vfloat8 a, vfloat8 b, vmask8 cond) in select() function
951 a = select(vfloat8::zero(), a, m); in haccumulate()
962 a = select(vfloat8::zero(), a, m); in haccumulate()
1209 print(select(vint8(0), vint8(1), a)); in print()
/third_party/python/Lib/http/
H A Dserver.py100 import select namespace
1176 while select.select([self.rfile], [], [], 0)[0]:
1224 while select.select([self.rfile._sock], [], [], 0)[0]:
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp173 bool select = false; in SetSelected() local
175 select = info[0]->ToBoolean(); in SetSelected()
177 ListItemModel::GetInstance()->SetSelected(select); in SetSelected()
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c20 #include <sys/select.h>
306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
308 perror("select"); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
349 perror("select"); in acpi_aml_readable()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c20 #include <sys/select.h>
306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
308 perror("select"); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
349 perror("select"); in acpi_aml_readable()
/third_party/curl/lib/
H A Dcurl_setup.h350 # define select(a,b,c,d,e) Curl_amiga_select(a,b,c,d,e) macro
352 # define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0) macro
561 # define select(n,r,w,x,t) select_s(n,r,w,x,t) macro
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java240 dateMenu.select(i); in buildGUI()
292 localeMenu.select(selectMe); in buildGUI()
373 calendars[index].text.select(start,end); in textChanged()
405 * This function is called when users select a new representative city.
417 * This function is called when users select a new time field
H A DCalendarFrame.java135 calMenu[i].select(i); in init()
206 displayMenu.select(selectMe); in init()
278 * CalMenuListener responds to events in the two popup menus that select
308 calMenu[j].select(k); in itemStateChanged()
/third_party/mbedtls/library/
H A Dnet_sockets.c128 * allowed for fd_set used for the FD_xxx macros and the select() function.
140 /* A limitation of select() is that it only works with file descriptors in check_fd()
539 ret = select(fd + 1, &read_fds, &write_fds, NULL,
574 select(0, NULL, NULL, NULL, &tv);
645 ret = select(fd + 1, &read_fds, NULL, NULL, timeout == 0 ? NULL : &tv);
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_transactions.py58 self.cur2.execute("select i from test")
65 self.cur2.execute("select i from test")
74 self.cur2.execute("select i from test")
83 self.cur2.execute("select i from test")
92 self.cur2.execute("select i from test")
102 self.cur2.execute("select i from test")
109 self.cur2.execute("select i from test")
137 cur.execute("select 1 union select 2 union select
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py227 summary("Handover select received")
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
339 print("Could not get handover select carrier record from wpa_supplicant")
341 print("Handover select carrier record from wpa_supplicant:")
355 print("Handover select:")
362 summary("Sending handover select")
378 import sys, tty, termios, select namespace
386 [i, o, e] = select.select([f
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py227 summary("Handover select received")
309 print("Could not get handover select carrier record from wpa_supplicant")
311 print("Handover select carrier record from wpa_supplicant:")
339 print("Could not get handover select carrier record from wpa_supplicant")
341 print("Handover select carrier record from wpa_supplicant:")
355 print("Handover select:")
362 summary("Sending handover select")
378 import sys, tty, termios, select namespace
386 [i, o, e] = select.select([f
[all...]
/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) => {
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp16 #include <sys/select.h>
130 DHCP_LOGD("==>select."); in __wrap_select()
139 int retval = SystemFuncMock::GetInstance().select(__nfds, __readfds, __writefds, __exceptfds, __timeout); in __wrap_select()
143 DHCP_LOGD("select time out."); in __wrap_select()

Completed in 21 milliseconds

1...<<11121314151617181920>>...40