HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 101 - 125 of 470) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/samsung/crespo/libsensors/
ProximitySensor.cpp 23 #include <sys/select.h>
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 33 #include <sys/select.h>
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 107 select, input {
  /external/qemu/
aio.c 161 ret = select(max_fd, &rdfds, &wrfds, NULL, NULL);
  /external/quake/quake/src/QW/server/
sys_win.c 238 // select on the net socket and stdin
246 if (select (net_socket+1, &fdset, NULL, NULL, &timeout) == -1)
  /external/webkit/WebCore/css/
mediaControls.css 36 -webkit-user-select: none;
71 -webkit-user-select: none;
mediaControlsAndroid.css 37 -webkit-user-select: none;
72 -webkit-user-select: none;
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 368 HTMLSelectElement* select = static_cast<HTMLSelectElement*>(node);
372 node = select->item(0);
384 int index = select->selectedIndex();
385 node = select->item(index);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 98 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
118 G711DEC_DPRINT ("%d :: Error in Select\n", __LINE__);
122 "Error from COmponent Thread in select");
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 63 #include <sys/select.h>
124 G726ENC_DPRINT("%d :: Error in Select\n", __LINE__);
130 "Error from CompThread in select");
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
INetworkSystem.java 80 * Select the given file descriptors for read and write operations.
86 * be null. If the file descriptor is closed during the select the behavior
109 public boolean select(FileDescriptor[] readFDs, FileDescriptor[] writeFDs, method in interface:INetworkSystem
OSNetworkSystem.java 78 public boolean select(FileDescriptor[] readFDs, FileDescriptor[] writeFDs, method in class:OSNetworkSystem
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h 31 #include <sys/select.h>
  /system/core/libcutils/
socket_local_client.c 37 #include <sys/select.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]
  /external/bluetooth/glib/glib/
gpoll.c 99 * systems that don't have poll(), it is emulated using select().)
354 #include <sys/select.h>
405 ready = select (maxfd + 1, &rset, &wset, &xset,
  /external/chromium/third_party/icu/source/i18n/
plurrule.cpp 166 PluralRules::select(int32_t number) const { function in class:PluralRules
171 return mRules->select(number);
176 PluralRules::select(double number) const { function in class:PluralRules
181 return mRules->select(number);
272 myKeyword = this->select(i);
273 otherKeyword = other.select(i);
722 RuleChain::select(double number) const { function in class:RuleChain
730 return next->select(number);
  /external/dropbear/
common-session.c 126 /* main loop, select()s for all sockets in use */
149 val = select(ses.maxfd+1, &readfd, &writefd, NULL, &timeout);
156 dropbear_exit("Error in select");
160 /* If we were interrupted or the select timed out, we still
170 wake up the select() above. */
299 /* select since it's a non-blocking fd */
308 if (select(fd+1, &fds, NULL, NULL, &timeout) < 0) {
312 TRACE(("leave ident_readln: select error"))
  /external/icu4c/i18n/
plurrule.cpp 166 PluralRules::select(int32_t number) const { function in class:PluralRules
171 return mRules->select(number);
176 PluralRules::select(double number) const { function in class:PluralRules
181 return mRules->select(number);
272 myKeyword = this->select(i);
273 otherKeyword = other.select(i);
722 RuleChain::select(double number) const { function in class:RuleChain
730 return next->select(number);
  /external/ipsec-tools/
main.c 25 #include <sys/select.h>
195 if (select(fdset_size, &readset, NULL, NULL, timeout) < 0) {
  /external/libffi/
Libffi.mk 18 # the code. We need to generate the appropriate defines and select the
  /external/libpng/projects/visualc71/
README_zlib.txt 14 1) On the main menu, select "File | Open Solution".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
22 binaries set it to "example" (Select "example" tree view item + Project |
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
27 4) Select "Build | Configuration Manager...".
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 31 #include <sys/select.h>
233 selectret=select(audio_fd + 1, NULL, &wfds, NULL, NULL);
237 case 0: SDL_SetError("NTO_WaitAudio(): select() failed: %s\n", strerror(errno));
  /external/webkit/WebCore/html/
HTMLInputElement.h 169 virtual void select() { HTMLTextFormControlElement::select(); } function in class:WebCore::HTMLInputElement
HTMLInputElement.idl 75 void select();

Completed in 552 milliseconds

1 2 3 45 6 7 8 91011>>