/external/clang/tools/clang-format/ |
clang-format.py | 1 # This file is a minimal clang-format vim-integration. To install: 33 import vim 38 if vim.eval('exists("g:clang_format_path")') == "1": 39 binary = vim.eval('g:clang_format_path') 47 if vim.eval('exists("g:clang_format_fallback_style")') == "1": 48 fallback_style = vim.eval('g:clang_format_fallback_style') 52 buf = vim.current.buffer 56 if vim.eval('exists("l:lines")') == '1': 57 lines = vim.eval('l:lines') 59 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1 [all...] |
/external/llvm/utils/ |
Makefile | 17 llvm-native-gxx makellvm profile.pl vim
|
/external/v8/tools/vim/ |
ninja-build.vim | 20 " so /path/to/src/tools/vim/ninja-build.vim 24 import vim map 29 return vim.current.buffer.name 61 vim.command('return "%s"' % build_cmd) 73 # Escape \ for Vim, and ^ for both Vim and shell. 93 python compute_ninja_command_for_targets(vim.eval('a:targets'))
|
/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
|
/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 \
|
/external/e2fsprogs/doc/ |
texinfo.tex | [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/libmicrohttpd/doc/ |
texinfo.tex | [all...] |
/toolchain/binutils/binutils-2.25/texinfo/ |
texinfo.tex | [all...] |