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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebCore/rendering/
TextControlInnerElements.cpp 157 input->select();
191 input->select();
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 24 #include <sys/select.h>
297 err = select (nfds, &fdset, NULL, NULL, NULL);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 62 #include <sys/select.h>
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
155 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__);
160 "Error from Component Thread in select");
  /system/core/libsysutils/src/
SocketListener.cpp 20 #include <sys/select.h>
163 if ((rc = select(max + 1, &read_fds, NULL, NULL, NULL)) < 0) {
164 SLOGE("select failed (%s)", strerror(errno));
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 30 #include <sys/select.h>
330 result = select(max_fd_index, &read_set, NULL, NULL, NULL);
372 console_printf_terminal("eth_utils, 'select' command error\n");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 323 select(d, configName);
359 select(d, configName);
384 String newConfigName = null; // name of the single new config. used for the select.
418 select(targetDevice, newConfigName);
438 // either select the device (if we removed a entry, or the top custom node if
440 select(selection.entry != null ? selection.device : null, null);
524 * @param device the device to select
525 * @param configName the config to select (optional)
527 private void select(LayoutDevice device, String configName) { method in class:ConfigManagerDialog
530 // select the "custom" nod
    [all...]
  /external/webkit/WebCore/inspector/front-end/
treeoutline.js 150 child.previousSibling.select();
152 child.nextSibling.select();
154 parent.select();
396 nextSelectedElement.select();
585 this.select();
607 element.treeElement.select();
770 TreeElement.prototype.select = function(supressOnSelect)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 318 mEventDisplayList.select(selection - 1);
346 mEventDisplayList.select(selection + 1);
421 mEventDisplayList.select(index);
660 widgets.mList.select(index);
753 mEventDisplayList.select(count);
768 mEventDisplayList.select(selection);
820 mDisplayTypeCombo.select(displayMode);
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 15 #include <sys/select.h>
22 #include <sys/select.h>
143 /* used by select to wait on channel events */
446 n = select( _s_maxfd+1, &rfd, &wfd, &efd, timeout);
449 perror("select");
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 60 #include <sys/select.h>
137 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
174 status = select (fdmax+1, &rfds, NULL, NULL, NULL);
186 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n");
192 "Error from Component Thread in select");
377 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
411 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
426 OMX_PRINT2(pComponentPrivate->dbg, "Error in Select\n");
432 "Error from Component Thread in select");
  /bionic/libc/include/
unistd.h 34 #include <sys/select.h>
  /development/ndk/platforms/android-3/include/
unistd.h 34 #include <sys/select.h>
  /development/ndk/platforms/android-8/include/
unistd.h 34 #include <sys/select.h>
  /development/ndk/platforms/android-9/include/
unistd.h 34 #include <sys/select.h>
  /device/samsung/crespo/libsensors/
GyroSensor.cpp 23 #include <sys/select.h>
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 191 List<Proxy> proxies = psel.select(targetURI);
  /external/bluetooth/bluez/test/
attest.c 58 if ((sel = select(fd + 1, &rfds, NULL, NULL, &timeout)) > 0) {
  /external/dropbear/
random.c 109 ret = select(readfd + 1, &read_fds, NULL, NULL, &timeout);
  /external/libpcap/lbl/
os-sunos4.h 147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /external/libvpx/examples/includes/geshi/contrib/
example.php 149 select, input {
179 <select name="language" id="language">
206 </select>
  /external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c 131 was_error = select(0, NULL, NULL, NULL, &tv);
  /external/quake/quake/src/QW/server/
sys_unix.c 180 return NULL; // the select didn't say it was ready
257 // select on the net socket and stdin
267 if (select (net_socket+1, &fdset, NULL, NULL, &timeout) == -1)
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 53 #include <sys/select.h>
152 static struct timeval timer; /* timer used by select to relinquish cpu times */
527 select ( 0, NULL, NULL, NULL, &timer );
769 select ( 0, NULL, NULL, NULL, &timer );
    [all...]
  /external/tcpdump/lbl/
os-sunos4.h 147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /external/webkit/WebCore/dom/
EventNames.h 93 macro(select) \

Completed in 2288 milliseconds

1 2 3 4 56 7 8 91011>>