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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prcountr.h 540 #define PR_FIND_NEXT_COUNTER_RNAME(next,rhandle,qhandle)\
541 (next) = PR_FindNextCounterRname((rhandle),(qhandle))
543 #define PR_FIND_NEXT_COUNTER_RNAME(next,rhandle,qhandle)
548 PRCounterHandle rhandle,
prtrace.h 532 ** rhandle: When NULL, PR_FindNextRname() returns the first
551 #define PR_FIND_NEXT_TRACE_RNAME(next,rhandle,qhandle)\
552 (next) = PR_FindNextTraceRname((rhandle),(qhandle))
554 #define PR_FIND_NEXT_TRACE_RNAME(next,rhandle,qhandle)
559 PRTraceHandle rhandle,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
258 cmd = get_command_line() + [rhandle]
264 close(rhandle)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
258 cmd = get_command_line() + [rhandle]
264 close(rhandle)

Completed in 155 milliseconds