Searched defs:Serve (Results 1 - 2 of 2) sorted by path

/external/chromium_org/media/cast/test/utility/
H A Dnetload.py53 def Serve(socket, upload=True, download=True): function
66 thread.start_new_thread(Serve, (s, upload, download))
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py265 def Serve(): function in function:RunTestsOnce
268 thread.start_new_thread(Serve, ())

Completed in 306 milliseconds