Home | History | Annotate | Download | only in ndk

Lines Matching refs:DELAY

91 # Delay in seconds between launching the activity and attaching gdbserver on it.
95 DELAY = 2.0
110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
144 parser.add_argument( '--delay',
145 help='Delay in seconds between activity start and gdbserver attach',
146 type=float, default=DELAY,
147 dest='delay')
261 if args.delay != None:
262 DELAY = args.delay
667 adb_cmd(True, ['shell', 'sleep', '%f' % (DELAY)], log_command=True)