Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp142 Instruction* encodings, in findBitMask() argument
145 if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex)) in findBitMask()
148 if (((insn & 0xc000) != 0) && (encodings[i].isDuplex)) in findBitMask()
151 if (((encodings[i].insnMask) & insn) == encodings[i].insnCmpMask) in findBitMask()
152 return encodings[i].insnBitMask; in findBitMask()
/frameworks/data-binding/compilerCommon/
DBindingExpression.g4430 | // covers UTF-16 surrogate pairs encodings for U+10000 to U+10FFFF
441 | // covers UTF-16 surrogate pairs encodings for U+10000 to U+10FFFF
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd420 <li>Expanded I18N support (full worldwide encodings, more locales)
/frameworks/wilhelm/doc/
DDoxyfile21 # http://www.gnu.org/software/libiconv for the list of possible encodings.
590 # the list of possible encodings.
/frameworks/native/docs/
DDoxyfile21 # http://www.gnu.org/software/libiconv for the list of possible encodings.
686 # the list of possible encodings.
/frameworks/base/
Dcompiled-classes-phone6172 com.android.org.bouncycastle.crypto.encodings.OAEPEncoding