HomeSort by relevance Sort by last modified time
    Searched refs:ws (Results 226 - 250 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 573 static CharT ws[3] = { CharT(' '), CharT('\t'), CharT('\n') }; // !! wide case local
575 return self_type( ws, 3 );
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_st.c 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
glx_api.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 69 ws = [ \t\r];
498 ws+ { goto scan; }
532 ws+ {
612 ws+ {
723 ws+ { goto directive2; }
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
glx_api.c     [all...]
  /external/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.h 282 ws(basic_istream<_CharT, _Traits>& __istr) { function
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 639 ws = None
646 if ws == None:
647 ws = white
650 for i in range(min(len(white), len(ws))+1):
651 if white[0:i] == ws[0:i]:
653 ws = common
654 if ws == '':
656 if ws == None:
662 if line.startswith(ws):
663 line = line[len(ws):
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 639 ws = None
646 if ws == None:
647 ws = white
650 for i in range(min(len(white), len(ws))+1):
651 if white[0:i] == ws[0:i]:
653 ws = common
654 if ws == '':
656 if ws == None:
662 if line.startswith(ws):
663 line = line[len(ws):
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 771 const uint16 * ws = get_lemma_word(offset);
778 if (ws[k] < words[k]) {
781 } else if (ws[k] > words[k]) {
818 const uint16 * ws = get_lemma_word(offset);
825 if (ws[k] < words[k]) {
828 } else if (ws[k] > words[k]) {
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsecur.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 560 static bool autoWrap(EWhiteSpace ws)
563 return ws != NOWRAP && ws != PRE;
571 static bool preserveNewline(EWhiteSpace ws)
574 return ws != NORMAL && ws != NOWRAP;
582 static bool collapseWhiteSpace(EWhiteSpace ws)
585 return ws != PRE && ws != PRE_WRAP;
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 66 using std::ws;
  /external/chromium/base/
string_util.cc 39 const std::wstring ws; member in struct:__anon4177::EmptyStrings
113 return EmptyStrings::GetInstance()->ws;
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 37 const std::wstring ws; member in struct:__anon6311::EmptyStrings
111 return EmptyStrings::GetInstance()->ws;

Completed in 1033 milliseconds

1 2 3 4 5 6 7 8 91011>>