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

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 401 WELCOME = b'#WELCOME#'
412 connection.send_bytes(WELCOME)
426 if response != WELCOME:
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 401 WELCOME = b'#WELCOME#'
412 connection.send_bytes(WELCOME)
426 if response != WELCOME:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 401 WELCOME = b'#WELCOME#'
412 connection.send_bytes(WELCOME)
426 if response != WELCOME:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 401 WELCOME = b'#WELCOME#'
412 connection.send_bytes(WELCOME)
426 if response != WELCOME:

Completed in 48 milliseconds