HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 51 - 75 of 2212) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug118.go 10 select {
issue4313.go 7 // Order of operations in select.
14 select {
issue8017.go 15 select {
22 select {
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
20 select {
  /system/media/audio_utils/tests/
getch.c 8 #include <sys/select.h>
41 return select(1, &fds, NULL, NULL, &tv);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
pr12198-1.d 1 # name: PR12198 - Only select v6S-M when v6-M is selected (1)
  /development/ndk/platforms/android-9/include/sys/
select.h 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
select.h 1 /* $NetBSD: select.h,v 1.27 2006/02/16 20:17:20 perry Exp $ */
31 * @(#)select.h 8.2 (Berkeley) 1/4/94
48 int select(int, fd_set * __restrict, fd_set * __restrict,
  /external/doclava/res/assets/templates/components/
api_filter.cs 6 <select id="apiLevelSelector">
8 </select>
  /external/libcups/cups/
backchannel.c 55 int status; /* Select status */
67 status = select(4, &input, NULL, NULL, NULL);
69 status = select(4, &input, NULL, NULL, &tval);
107 int status; /* Select status */
129 status = select(4, NULL, &output, NULL, NULL);
131 status = select(4, NULL, &output, NULL, &tval);
173 * 'cups_setup()' - Setup select()
177 cups_setup(fd_set *set, /* I - Set for select() */
  /external/swiftshader/src/Common/
Socket.hpp 35 bool select(int us);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 30 /// Provides the logic to select generic machine instructions.
35 /// Select the (possibly generic) instruction \p I to only use target-specific
46 virtual bool select(MachineInstr &I) const = 0;
  /prebuilts/go/darwin-x86/test/chan/
select4.go 7 // Test that a select statement proceeds when a value is ready.
23 select {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4313.go 7 // Order of operations in select.
14 select {
issue8017.go 15 select {
22 select {
issue8336.go 7 // Issue 8336. Order of evaluation of receive channels in select.
20 select {
  /prebuilts/go/linux-x86/test/chan/
select4.go 7 // Test that a select statement proceeds when a value is ready.
23 select {
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
select.h 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);

Completed in 2681 milliseconds

1 23 4 5 6 7 8 91011>>