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

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 138 # If they don't have a preferred editor set, then use
140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 139 # If they don't have a preferred editor set, then use
141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
  /external/webkit/Tools/Scripts/
commit-log-editor 67 my $editor = $ENV{SVN_LOG_EDITOR};
68 $editor = $ENV{CVS_LOG_EDITOR} if !$editor;
69 $editor = "" if $editor && isCommitLogEditor($editor);
72 if (!$editor) {
73 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
75 $editor = $builtEditorApplication
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 394 Opens the generated ChangeLogs in $EDITOR.
upload.py 277 EDITOR environment variable and will display the diff using the
288 help_text = "Opens modified ChangeLogs in $EDITOR"

Completed in 580 milliseconds