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

  /external/chromium_org/v8/tools/
common-includes.sh 106 # Cancel if EDITOR is unset or not executable.
107 [[ -n "$EDITOR" && -x "$(which $EDITOR)" ]] \
108 || die "Please set your EDITOR environment variable, you'll need it."
test-push-to-trunk.sh 43 # Open editor
215 editor() { function
217 echo "editor $@" >> $TEST_OUTPUT
229 export -f editor
230 export EDITOR=editor
push-to-trunk.sh 147 echo -n "Please press <Return> to have your EDITOR open the ChangeLog entry, \
149 exit your EDITOR. "
151 $EDITOR "$CHANGELOG_ENTRY_FILE"
175 your EDITOR on $VERSION_FILE so you can make arbitrary changes. When \
176 you're done, save the file and exit your EDITOR.)"
181 $EDITOR "$VERSION_FILE"
merge-to-branch.sh 217 your EDITOR on $VERSION_FILE so you can make arbitrary changes. When \
218 you're done, save the file and exit your EDITOR.)"
224 $EDITOR "$VERSION_FILE"
  /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"
  /external/chromium_org/tools/
safely-roll-blink.py 77 # Silence the editor.
78 os.environ['EDITOR'] = 'true'
  /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/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 90 my $editor = $ENV{SVN_LOG_EDITOR};
91 $editor = $ENV{CVS_LOG_EDITOR} if !$editor;
92 $editor = "" if $editor && isCommitLogEditor($editor);
95 if (!$editor) {
96 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
98 $editor = $builtEditorApplication
    [all...]

Completed in 88 milliseconds