OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchable
(Results
1 - 13
of
13
) 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
74
launchable
= 1;
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java
93
* A test that runs all Launcher-
launchable
activities and verifies that no ANRs or crashes
237
final Intent
launchable
= new Intent(Intent.ACTION_MAIN);
local
238
launchable
.addCategory(Intent.CATEGORY_LAUNCHER);
239
final List<ResolveInfo> activities = pm.queryIntentActivities(
launchable
, 0);
/ndk/
ndk-gdb
308
echo " --launch-list List all
launchable
activity names from manifest"
504
# If --launch-list is used, list all
launchable
activities, and be done with it
506
log "Extracting list of
launchable
activities from manifest:"
507
run_awk_manifest_script extract-
launchable
.awk
713
#
launchable
activity name from the manifest and use it as if --launch=<name>
717
OPTION_LAUNCH=`run_awk_manifest_script extract-
launchable
.awk | sed 2q`
719
echo "ERROR: Could not extract name of
launchable
activity from manifest!"
723
log "Found first
launchable
activity: $OPTION_LAUNCH"
725
echo "ERROR: It seems that your Application does not have any
launchable
activity!"
ndk-gdb.py
165
help='List all
launchable
activity names from manifest',
579
log('Extracting list of
launchable
activities from manifest:')
708
error('''Could not extract name of
launchable
activity from manifest!
710
log('Found first
launchable
activity: %s' % (OPTION_LAUNCH[0]))
712
error('''It seems that your Application does not have any
launchable
activity!
[
all
...]
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
679
launchable
= ''
683
launchable
= args[1]
702
launchable
= self._awk("extract-
launchable
.awk",
718
currentAppInfo.set_info(package_name,
launchable
, data_directory)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.4-20150121230028+0000/
gradle-tooling-api-2.4-20150121230028+0000.jar
Completed in 188 milliseconds