Home
last modified time | relevance | path

Searched refs:tabstop (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui407 <tabstop>ssidEdit</tabstop>
408 <tabstop>authSelect</tabstop>
409 <tabstop>encrSelect</tabstop>
410 <tabstop>pskEdit</tabstop>
411 <tabstop>eapSelect</tabstop>
412 <tabstop>identityEdit</tabstop>
413 <tabstop>passwordEdit</tabstop>
414 <tabstop>cacertEdit</tabstop>
415 <tabstop>wep0Radio</tabstop>
416 <tabstop>wep0Edit</tabstop>
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.cpp17 XFA_TABSTOPS tabstop; in Append() local
18 tabstop.dwAlign = dwAlign; in Append()
19 tabstop.fTabstops = fTabstops; in Append()
21 auto it = std::lower_bound(m_tabstops.begin(), m_tabstops.end(), tabstop); in Append()
22 m_tabstops.insert(it, tabstop); in Append()
/external/yapf/
D.vimrc3 autocmd FileType python set tabstop=2
/external/libyuv/files/
Dlibyuv.gyp162 # vim: set expandtab tabstop=2 shiftwidth=2:
Dlibyuv_test.gyp203 # vim: set expandtab tabstop=2 shiftwidth=2:
/external/jline/src/src/main/java/jline/
DConsoleReader.java377 int tabstop = 8; // will this ever be different? in countEchoCharacters() local
380 return tabstop - (position % tabstop); in countEchoCharacters()
/external/python/cpython2/Misc/Vim/
Dvimrc20 au BufRead,BufNewFile *py,*pyw,*.c,*.h set tabstop=8