Searched defs:OPTION_LAUNCH (Results 1 - 1 of 1) sorted by relevance

/ndk/
H A Dndk-gdb.py76 OPTION_LAUNCH = None variable
115 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
247 OPTION_LAUNCH = args.launch_name
501 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
645 if not OPTION_LAUNCH:
646 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST) variable
647 if not len(OPTION_LAUNCH):
650 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
651 if not len(OPTION_LAUNCH):
655 if OPTION_LAUNCH
[all...]

Completed in 22 milliseconds