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

  /external/clang/tools/clang-format/
clang-format.py 1 # This file is a minimal clang-format vim-integration. To install:
24 import vim namespace
34 buf = vim.current.buffer
38 cursor = int(vim.eval('line2byte(line("."))+col(".")')) - 2
39 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1)
71 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines)
74 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
75 vim.command('goto %d' % (output['Cursor'] + 1))
  /external/chromium_org/tools/vim/
filetypes.vim 3 " so /path/to/src/tools/vim/filetypes.vim
ninja-build.vim 17 " so /path/to/src/tools/vim/ninja-build.vim
21 import vim map
26 return vim.current.buffer.name
76 # Escape \ for Vim, and ^ for both Vim and shell.
78 vim.command('return "%s"' % build_cmd)
85 vim.command('return "%s"' % build_cmd)
103 python compute_ninja_command_for_targets(vim.eval('a:targets'))
  /external/llvm/utils/
Makefile 17 llvm-native-gxx makellvm profile.pl vim
  /external/protobuf/editors/
proto.vim 31 " This is the Vim syntax file for Google Protocol Buffers.
35 " 1. cp proto.vim ~/.vim/syntax/
42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the
73 " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 9 ,s! vim$! <font size="1">VIM</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 11 ,s! vim$! <font size=-2>VIM</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/regex-re2/doc/
mksyntaxwiki 9 ,s! vim$! <font size="1">VIM</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 11 ,s! vim$! <font size=-2>VIM</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/aac/libFDK/src/
fft.cpp 1050 FIXP_STB vre, vim; local
1074 vim = *pVecIm++;
1076 cplxMultDiv2(&pData[2*c+1], &pData[2*c], im, re, vre, vim);
    [all...]
  /external/protobuf/
Makefile.am 47 editors/proto.vim \
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 731 milliseconds