HomeSort by relevance Sort by last modified time
    Searched refs:active_set (Results 1 - 10 of 10) sorted by null

  /system/bt/udrv/include/
uipc.h 73 fd_set active_set; member in struct:tUIPC_STATE
  /system/bt/udrv/ulinux/
uipc.cc 188 memset(&uipc.active_set, 0, sizeof(uipc.active_set));
199 FD_SET(uipc.signal_fds[0], &uipc.active_set);
252 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
264 FD_SET(uipc.ch[ch_id].fd, &uipc.active_set);
320 FD_SET(fd, &uipc.active_set);
396 FD_CLR(uipc.ch[ch_id].srvfd, &uipc.active_set);
404 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
439 uipc.read_set = uipc.active_set;
721 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set);
    [all...]
  /external/drm_hwcomposer/
separate_rects.cpp 186 IdSet<TId> active_set; local
193 active_set.add(v_evt.rect_id);
195 active_set.subtract(v_evt.rect_id);
199 active_regions.back().second = active_set;
201 active_regions.push_back(std::make_pair(v_evt.y, active_set));
  /external/iproute2/ip/
ipmacsec.c 186 bool active_set = false; local
210 if (active_set)
213 active_set = true;
215 if (active_set)
218 active_set = true;
325 bool active_set = false; local
329 if (active_set)
332 active_set = true;
334 if (active_set)
337 active_set = true
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 1439 def active_set(self, index): member in class:TList
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 1432 def active_set(self, index): member in class:TList
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 1452 def active_set(self, index): member in class:TList
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 1452 def active_set(self, index): member in class:TList
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1452 def active_set(self, index): member in class:TList
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1452 def active_set(self, index): member in class:TList
    [all...]

Completed in 751 milliseconds