/third_party/icu/icu4c/source/i18n/ |
H A D | number_utils.h | 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
H A D | plurfmt.cpp | 485 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 D | number_utils.h | 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
H A D | plurfmt.cpp | 485 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 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()
|
H A D | plurfmt.cpp | 485 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 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::*;
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp6.c | 593 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 D | astcenc_vecmathlib_avx2_8.h | 602 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 D | server.py | 100 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 D | js_list_item.cpp | 173 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 D | acpidbg.c | 20 #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 D | acpidbg.c | 20 #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 D | curl_setup.h | 350 # 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 D | CalendarCalc.java | 240 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 D | CalendarFrame.java | 135 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 D | net_sockets.c | 128 * 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 D | test_transactions.py | 58 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 D | p2p-nfc.py | 227 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 D | p2p-nfc.py | 227 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 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) => {
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | system_func_mock.cpp | 16 #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()
|