Lines Matching refs:to

3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
6 - croot: Changes directory to the top of the tree.
13 - provision: Flash device with all required partitions. Options will be passed on to fastboot.
22 - godir: Go to the directory containing a file.
25 - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that
29 Look at the source to view more functions. The complete list is:
40 # Get all the build variables needed by this script in a single call to the build system.
47 # Call the build system to dump the "<val>=<value>" pairs as a shell script.
61 # Excute the script to store the "<val>=<value>" pairs as shell variables.
73 # to get build variables not listed in this script.
123 # check to see if the supplied product is one we can build
136 # hide successful answers, but allow the errors to show
141 # check to see if the supplied variant is valid
166 # This function sets ANDROID_BUILD_PATHS to what it is adding #
167 # to PATH, and the next time it is run, it removes that from #
174 # due to "C:\Program Files" being in the path.
227 # If prebuilts/android-emulator/<system>/ exists, prepend it to our PATH
228 # to ensure that the corresponding 'emulator' binaries are used.
286 # With this environment variable new GCC can apply colors to warnings/errors
315 # Keep us from trying to run in something that isn't bash.
320 # Keep us from trying to run in bash that's too old.
632 # Configures the build to build unbundled apps.
769 # Remove the path to top as the makefilepath needs to be relative
861 # Convert "/" to "-".
899 # Convert "/" to "-".
986 # NOTE: Core dumps are written to ramdisk; they will not survive a reboot!
1002 echo "Granting SELinux permission to dump in /cores...";
1015 # dump to actually be generated.
1024 echo "Setting core limit for $PID to infinite...";
1031 # NOTE: coredump_setup must be called once per boot for core dumps to be
1051 printf "\tSending SIG%s to %d...\n" $SIG $PID;
1056 adb shell "while [ ! -f $COREPATH ] ; do echo waiting for $COREPATH to be generated; sleep 1; done"
1061 # to the usual ANR traces file
1092 # Keep original traces to avoid clobbering
1099 # Dump stacks and wait for dump to finish
1115 # Read the ELF header from /proc/$PID/exe to determine if the process is
1265 echo "*** Error: malformed trace. Did you remember to exit the emulator?"
1310 # issue "am" command to cause the hprof dump
1426 # simple shortcut to the runtest command
1487 # Force JAVA_HOME to point to java 1.7/1.8 if it isn't already set.
1493 # If we don't do this, the JAVA_HOME value set by the first call to
1501 echo Warning: Support for JDK 7 will be dropped. Switch to JDK 8.
1569 echo -n "${color_failed}#### make failed to build some targets "
1594 # Check if user really wants to do this.
1602 echo -n "Are you sure you want to do this (yes/no)? "
1617 echo "WARNING: Only bash is supported, use of other shell would lead to erroneous results"