OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchable
(Results
1 - 2
of
2
) sorted by null
/ndk/build/awk/
extract-launchable.awk
15
# A nawk/gawk script used to extract the list of
launchable
activities
41
# the '
launchable
' flag to false.
45
launchable
= 0;
48
# is
launchable
. If so, print its name to the output
51
if ( name &&
launchable
) {
68
# When exiting an <intent-filter>, set the '
launchable
' flag to true
75
launchable
= 1;
/ndk/
ndk-gdb
238
echo " --launch-list List all
launchable
activity names from manifest"
402
# If --launch-list is used, list all
launchable
activities, and be done with it
404
log "Extracting list of
launchable
activities from manifest:"
405
run_awk_manifest_script extract-
launchable
.awk
541
#
launchable
activity name from the manifest and use it as if --launch=<name>
545
OPTION_LAUNCH=`run_awk_manifest_script extract-
launchable
.awk | sed 2q`
547
echo "ERROR: Could not extract name of
launchable
activity from manifest!"
551
log "Found first
launchable
activity: $OPTION_LAUNCH"
553
echo "ERROR: It seems that your Application does not have any
launchable
activity!"
Completed in 34 milliseconds