/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_response_with_callback.c | 213 ret = select(maxfd+1, &read_fd_set, &write_fd_set, &except_fd_set, &timeout); in main() 217 printf("select error: %i\n", errno); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform.h | 117 #include <sys/select.h>
|
/third_party/rust/crates/nix/src/sys/ |
H A D | select.rs | 15 /// Contains a set of file descriptors used by [`select`] 64 /// This can be used to calculate the `nfds` parameter of the [`select`] function. 69 /// # use nix::sys::select::FdSet; 76 /// [`select`]: fn.select.html 90 /// # use nix::sys::select::FdSet; 173 /// [select(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html) 176 pub fn select<'a, N, R, W, E, T>( in select() functions 220 unsafe { libc::select(nfd in select() [all...] |
H A D | mod.rs | 117 pub mod select; modules
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_pattern.cpp | 512 void CheckBoxPattern::StartCustomNodeAnimation(bool select) in StartCustomNodeAnimation() argument 515 if (select) { in StartCustomNodeAnimation() 612 // All checkboxes do not set select status. in CheckBoxGroupIsTrue() 616 // Some checkboxes set select status. in CheckBoxGroupIsTrue() 740 void CheckBoxPattern::SetCheckBoxSelect(bool select) in SetCheckBoxSelect() argument 752 paintProperty->UpdateCheckBoxSelect(select); in SetCheckBoxSelect()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 664 let select = (option.maxSelectNumber === 1) ? 'singleselect' : 'multipleselect'; 665 config.type = select; 666 config.parameters.uri = select; 773 this.select = photoPickerSelect;
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 47 u32 select [ 6]; member 49 u32 select [ 4]; member 275 * And try to select this target. 277 SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select), 331 offsetof(struct sym_dsb, select.sel_scntl3), 1218 * And try to select this target.
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clocksource.c | 167 * re-rate and re-select. in __clocksource_unstable() 585 int select = 0; in __clocksource_watchdog_kthread() local 598 select = 1; in __clocksource_watchdog_kthread() 602 select = 1; in __clocksource_watchdog_kthread() 609 return select; in __clocksource_watchdog_kthread() 676 * @fallback: if select a fallback clocksource
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.c | 890 u32 acr_ctrl, select; in dp_catalog_audio_config_acr() local 898 select = dp_catalog->audio_data; in dp_catalog_audio_config_acr() 899 acr_ctrl = select << 4 | BIT(31) | BIT(8) | BIT(14); in dp_catalog_audio_config_acr() 901 DRM_DEBUG_DP("select = 0x%x, acr_ctrl = 0x%x\n", select, acr_ctrl); in dp_catalog_audio_config_acr()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 47 u32 select [ 6]; member 49 u32 select [ 4]; member 275 * And try to select this target. 277 SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select), 331 offsetof(struct sym_dsb, select.sel_scntl3), 1218 * And try to select this target.
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | clocksource.c | 178 * re-rate and re-select. in __clocksource_unstable() 298 /* Make sure to select at least one CPU other than the current CPU. */ in clocksource_verify_choose_cpus() 311 * Randomly select the specified number of CPUs. If the same in clocksource_verify_choose_cpus() 674 int select = 0; in __clocksource_watchdog_kthread() local 687 select = 1; in __clocksource_watchdog_kthread() 691 select = 1; in __clocksource_watchdog_kthread() 698 return select; in __clocksource_watchdog_kthread() 765 * @fallback: if select a fallback clocksource
|
/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()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-v7.S | 42 mcr p15, 2, r0, c0, c0, 0 @ select L1 data cache in CSSELR 142 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr 178 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
|
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 10 import select namespace 371 self.tpm_poll = select.poll() 384 self.tpm_poll.register(self.tpm, select.POLLIN)
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7.S | 43 mcr p15, 2, r0, c0, c0, 0 @ select L1 data cache in CSSELR 143 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr 179 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 296 * Bit 5: Audio select; 0=I2S, 1=SPDIF 328 * Bit 2: color bar select; 1=color bars, 0=CV3 decoder 329 * Bits 1-0: stream select, UVI1, UVI2, TVOUT 380 u8 select; member 385 u8 select; member 901 int ngene_command_gpio_set(struct ngene *dev, u8 select, u8 level);
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene.h | 296 * Bit 5: Audio select; 0=I2S, 1=SPDIF 328 * Bit 2: color bar select; 1=color bars, 0=CV3 decoder 329 * Bits 1-0: stream select, UVI1, UVI2, TVOUT 380 u8 select; member 385 u8 select; member 823 int ngene_command_gpio_set(struct ngene *dev, u8 select, u8 level);
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 42 * core performance event-select register. Intel's format is similar, 45 #define EVENT(select, umask) ((select & 0xf00UL) << 24 | (select & 0xff) | \ 435 * select 0xc2 umask 0 as "retired branch instructions."
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 29 #include <sys/select.h> 488 * Figure out the maximum file descriptor value to use with select()... in main() 522 * Use select() to determine whether we have data to copy around... in main() 536 if (select(nfds, &input, &output, NULL, NULL) < 0) in main() 546 * Do the side-channel request, then start back over in the select in main() 727 * Figure out the maximum file descriptor value to use with select()... in drain_output() 739 * Use select() to determine whether we have data to copy around... in drain_output() 748 if (select(nfds, &input, NULL, NULL, &timeout) < 0) in drain_output()
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 217 ret = select(rpc->rc_so + 1, &fdreadset, 0, 0, &timeval); in rpcclnt_receive() 220 nfs_debug_error("rpcclnt_receive select nothing\n"); in rpcclnt_receive() 226 nfs_debug_error("rpcclnt_receive select error %d\n", error); in rpcclnt_receive() 286 ret = select(rpc->rc_so + 1, &fdreadset, 0, 0, &timeval); in rpcclnt_receive() 289 nfs_debug_error("rpcclnt_receive select nothing\n"); in rpcclnt_receive() 292 else if (ret < 0) /* select error */ in rpcclnt_receive() 295 nfs_debug_error("rpcclnt_receive select error %d\n", error); in rpcclnt_receive() 468 ret = select(sockfd + 1, &rfd, NULL, NULL, &timeout); in rpcclnt_alivecheck() 471 nfs_debug_error("rpc_alivecheck : select failure\n"); in rpcclnt_alivecheck()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | socket_test.cpp | 89 int result = select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv); in SelectFunc() 280 EXPECT_LT(0, select(acceptFd + 1, &readSet, nullptr, nullptr, &tv)); in HWTEST_F() 450 EXPECT_LT(0, select(acceptFd + 1, &readSet, nullptr, nullptr, &tv)); in HWTEST_F()
|
/third_party/python/Lib/test/ |
H A D | test_socketserver.py | 8 import select namespace 41 # Remember real select() to avoid interferences with mocking 42 _real_select = select.select
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 95 dialog.note.select(dialog.keyspage) 115 dialog.note.select(page) 143 # Up and Down keys should select a new font. 172 # Click on item should select that item. 195 # Click on number should select that number 273 dialog.note.select(page) 784 dialog.note.select(page) 1194 dialog.note.select(page) 1275 dialog.note.select(page) 1308 dialog.note.select(pag [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 360 tcu::TextureFormatInfo srcRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, tcu::logicalAnd(copyMask, srcIsGreater)), in render() 361 tcu::select(dstFmtRangeInfo.valueMax, srcFmtRangeInfo.valueMax, tcu::logicalAnd(copyMask, srcIsGreater)), in render() 362 tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalAnd(copyMask, srcIsGreater)), in render() 363 tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalAnd(copyMask, srcIsGreater))); in render() 364 tcu::TextureFormatInfo dstRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, tcu::logicalOr(tcu::logicalNot(copyMask), srcIsGreater)), in render() 365 tcu::select(dstFmtRangeInfo.valueMax, srcFmtRangeInfo.valueMax, tcu::logicalOr(tcu::logicalNot(copyMask), srcIsGreater)), in render() 366 tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalOr(tcu::logicalNot(copyMask), srcIsGreater)), in render() 367 tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalOr(tcu::logicalNot(copyMask), srcIsGreater))); in render()
|