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

  /external/v8/tools/
common-includes.sh 101 # Cancel if EDITOR is unset or not executable.
102 [[ -n "$EDITOR" && -x "$(which $EDITOR)" ]] \
103 || die "Please set your EDITOR environment variable, you'll need it."
push-to-trunk.sh 146 echo -n "Please press <Return> to have your EDITOR open the ChangeLog entry, \
148 exit your EDITOR. "
150 $EDITOR "$CHANGELOG_ENTRY_FILE"
174 your EDITOR on $VERSION_FILE so you can make arbitrary changes. When \
175 you're done, save the file and exit your EDITOR.)"
180 $EDITOR "$VERSION_FILE"
merge-to-branch.sh 192 your EDITOR on $VERSION_FILE so you can make arbitrary changes. When \
193 you're done, save the file and exit your EDITOR.)"
198 $EDITOR "$VERSION_FILE"
  /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/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"
  /prebuilts/gcc/linux-x86/host/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"
  /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 92 milliseconds