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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 236 old_select = select.select
249 return old_select(*args)
255 select.select = old_select
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 236 old_select = select.select
249 return old_select(*args)
255 select.select = old_select
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 808 DECL_TEMPLATE(x86_linux, old_select);
813 PRE(old_select)
821 PRE_REG_READ1(long, "old_select", struct sel_arg_struct *, args);
822 PRE_MEM_READ( "old_select(args)", ARG1, 5*sizeof(UWord) );
834 PRINT("old_select ( %d, %#x, %#x, %#x, %#x )", a1,a2,a3,a4,a5);
836 PRE_MEM_READ( "old_select(readfds)", a2, a1/8 /* __FD_SETSIZE/8 */ );
838 PRE_MEM_READ( "old_select(writefds)", a3, a1/8 /* __FD_SETSIZE/8 */ );
840 PRE_MEM_READ( "old_select(exceptfds)", a4, a1/8 /* __FD_SETSIZE/8 */ );
842 PRE_MEM_READ( "old_select(timeout)", a5, sizeof(struct vki_timeval) );
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 886 Syscall param old_select(args) contains uninitialised byte(s)
890 Syscall param old_select(args) points to uninitialised byte(s)
895 Syscall param old_select(readfds) points to unaddressable byte(s)
900 Syscall param old_select(writefds) points to unaddressable byte(s)
905 Syscall param old_select(exceptfds) points to unaddressable byte(s)
910 Syscall param old_select(timeout) points to unaddressable byte(s)
    [all...]

Completed in 3394 milliseconds