HomeSort by relevance Sort by last modified time
    Searched defs:SYM (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
85 * Flag that indicates that the SYM key is on.
99 * Flag that indicates that the SYM key is locked.
135 private static final Object SYM = new NoCopySpan.Concrete();
144 text.removeSpan(SYM);
159 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) |
180 return getActive(text, SYM, 1, 2);
216 adjust(content, SYM);
224 return what == CAP || what == ALT || what == SYM ||
252 resetLock(content, SYM);
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
zblat3.f     [all...]

Completed in 362 milliseconds