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

  /ndk/
ndk-gdb 91 OPTION_LAUNCH=
245 OPTION_LAUNCH="$optarg"
608 if [ -z "$OPTION_LAUNCH" ] ; then
609 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
615 log "Found first launchable activity: $OPTION_LAUNCH"
616 if [ -z "$OPTION_LAUNCH" ] ; then
624 if [ -n "$OPTION_LAUNCH" ] ; then
625 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
626 run adb_cmd shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH
628 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
    [all...]
ndk-gdb.py 73 OPTION_LAUNCH = None
105 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
217 OPTION_LAUNCH = args.launch_name
438 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
581 if not OPTION_LAUNCH:
582 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)
583 if not len(OPTION_LAUNCH):
586 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
587 if not len(OPTION_LAUNCH):
591 if len(OPTION_LAUNCH)
    [all...]

Completed in 701 milliseconds