HomeSort by relevance Sort by last modified time
    Searched full:tabstop (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/tools/vim/
filetypes.vim 6 au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2
7 au! BufRead,BufNewFile *.gypi set filetype=python expandtab tabstop=2 shiftwidth=2
8 au! BufRead,BufNewFile DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 407 <tabstop>ssidEdit</tabstop>
408 <tabstop>authSelect</tabstop>
409 <tabstop>encrSelect</tabstop>
410 <tabstop>pskEdit</tabstop>
411 <tabstop>eapSelect</tabstop>
    [all...]
  /external/oprofile/gui/ui/
oprof_start.base.ui     [all...]
  /external/chromium_org/third_party/jsoncpp/
jsoncpp.gyp 21 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/webrtc/src/modules/audio_processing/utility/
util.gypi 40 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/chromium_org/third_party/qcms/
qcms.gyp 65 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/libyuv/files/
libyuv_test.gyp 74 # vim: set expandtab tabstop=2 shiftwidth=2:
libyuv.gyp 95 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/webrtc/src/common_audio/resampler/
resampler.gypi 55 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/webrtc/src/common_audio/vad/
vad.gypi 64 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/skia/gyp/
dm.gyp 2 # vim: set expandtab tabstop=4 shiftwidth=4
  /external/webrtc/src/common_audio/signal_processing/
signal_processing.gypi 85 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.gypi 91 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 95 /// \param TabStop used to expand tabs
100 unsigned TabStop) {
105 assert(0 < TabStop && TabStop <= DiagnosticOptions::MaxTabStop &&
108 unsigned NumSpaces = TabStop - col%TabStop;
109 assert(0 < NumSpaces && NumSpaces <= TabStop
162 static void expandTabs(std::string &SourceLine, unsigned TabStop) {
170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop);
191 /// example: (given a tabstop of 8
    [all...]
  /external/chromium_org/third_party/libyuv/
libyuv.gyp 144 # vim: set expandtab tabstop=2 shiftwidth=2:
libyuv_test.gyp 158 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/chromium_org/third_party/speex/
speex.gyp 94 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/clang/include/clang/Basic/
DiagnosticOptions.def 85 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.gyp 263 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/chromium_org/third_party/libjpeg_turbo/
libjpeg.gyp 317 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/chromium_org/third_party/modp_b64/
modp_b64.h 2 /* vi: set expandtab shiftwidth=4 tabstop=4: */
  /external/llvm/lib/Support/
SourceMgr.cpp 26 static const size_t TabStop = 8;
333 } while ((OutCol % TabStop) != 0);
456 } while ((OutCol % TabStop) != 0);
485 } while (((OutCol % TabStop) != 0) && i != e);
  /external/webrtc/src/system_wrappers/source/
system_wrappers.gyp 221 # vim: set expandtab tabstop=2 shiftwidth=2:
  /external/chromium_org/third_party/leveldatabase/
leveldatabase.gyp 415 # vim: set expandtab tabstop=2 shiftwidth=2:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inetreg.h 37 #define REGSTR_VAL_SHOWFOCUS TEXT("Tabstop - MouseDown")

Completed in 729 milliseconds

1 2 3