/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | CompactUnwinder.hpp | 120 compact_unwind_encoding_t encoding, uint32_t functionStart, in stepWithCompactEncodingFrameless() argument 123 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_SIZE); in stepWithCompactEncodingFrameless() 125 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST); in stepWithCompactEncodingFrameless() 127 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT); in stepWithCompactEncodingFrameless() 129 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_PERMUTATION); in stepWithCompactEncodingFrameless() 227 encoding, functionStart); in stepWithCompactEncodingFrameless() 349 compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, in stepWithCompactEncodingFrameless() argument 352 EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_SIZE); in stepWithCompactEncodingFrameless() 354 EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_ADJUST); in stepWithCompactEncodingFrameless() 356 EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_COUNT); in stepWithCompactEncodingFrameless() [all …]
|
D | AddressSpace.hpp | 148 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding); 213 uint8_t encoding) { in getEncodedP() argument 219 switch (encoding & 0x0F) { in getEncodedP() 268 switch (encoding & 0x70) { in getEncodedP() 292 if (encoding & DW_EH_PE_indirect) in getEncodedP() 422 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding);
|
D | UnwindCursor.hpp | 279 uint32_t encoding(uint32_t index) const { in encoding() function in libunwind::UnwindSectionRegularArray 282 arrayoffsetof(unwind_info_regular_second_level_entry, index, encoding)); in encoding() 933 uint32_t encoding = 0; in getInfoFromCompactEncodingSection() local 973 encoding = pageIndex.encoding(low); in getInfoFromCompactEncodingSection() 1045 encoding = _addressSpace.get32( in getInfoFromCompactEncodingSection() 1053 encoding = _addressSpace.get32(secondLevelAddr + in getInfoFromCompactEncodingSection() 1065 if (encoding & UNWIND_HAS_LSDA) { in getInfoFromCompactEncodingSection() 1090 encoding, (uint64_t) pc); in getInfoFromCompactEncodingSection() 1096 uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >> in getInfoFromCompactEncodingSection() 1103 encoding, personalityIndex, in getInfoFromCompactEncodingSection() [all …]
|
D | Unwind_AppleExtras.cpp | 29 unsigned long encoding; member
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | mbrtowc.c | 128 const char *encoding = locale_charset (); in mbrtowc() local 130 if (STREQ (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0)) in mbrtowc() 187 if (STREQ (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0)) in mbrtowc() 210 if (STREQ (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) in mbrtowc() 211 || STREQ (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) in mbrtowc() 212 || STREQ (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0)) in mbrtowc() 223 if (STREQ (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0)) in mbrtowc() 241 if (STREQ (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0)) in mbrtowc() 274 if (STREQ (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0)) in mbrtowc()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/ |
D | codecvt_utf8_encoding.pass.cpp | 30 int r = c.encoding(); in main() 36 int r = c.encoding(); in main() 42 int r = c.encoding(); in main()
|
D | codecvt_utf16_encoding.pass.cpp | 30 int r = c.encoding(); in main() 36 int r = c.encoding(); in main() 42 int r = c.encoding(); in main()
|
D | codecvt_utf8_utf16_encoding.pass.cpp | 30 int r = c.encoding(); in main() 36 int r = c.encoding(); in main() 42 int r = c.encoding(); in main()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | dwarf_helper.cc | 144 uint8_t encoding) { in readEncodedPointer() argument 146 if (encoding == DW_EH_PE_omit) { in readEncodedPointer() 151 switch (encoding & 0x0F) { in readEncodedPointer() 191 switch (encoding & 0x70) { in readEncodedPointer() 205 if (result && (encoding & DW_EH_PE_indirect)) { in readEncodedPointer()
|
D | dwarf_helper.h | 85 uint8_t encoding) _GABIXX_HIDDEN;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | locale-fr.m4 | 9 dnl Determine the name of a french locale with traditional encoding. 43 /* On Cygwin, avoid locale names without encoding suffix, because the 44 locale_charset() function relies on the encoding suffix. Note that 50 one byte long. This excludes the UTF-8 encoding. */ 70 # Test for the locale name with explicit encoding suffix. 100 dnl Determine the name of a french locale with UTF-8 encoding. 119 variables, and all locales use the UTF-8 encoding. */ 137 /* On Cygwin, avoid locale names without encoding suffix, because the 138 locale_charset() function relies on the encoding suffix. Note that 144 two bytes long, with UTF-8 encoding. */ [all …]
|
D | locale-zh.m4 | 9 dnl Determine the name of a chinese locale with GB18030 encoding. 46 /* On Cygwin, avoid locale names without encoding suffix, because the 47 locale_charset() function relies on the encoding suffix. Note that 52 This excludes the UTF-8 encoding. */ 71 # Test for the locale name without encoding suffix. 75 # Test for the locale name with explicit encoding suffix.
|
D | locale-ja.m4 | 9 dnl Determine the name of a japanese locale with EUC-JP encoding. 45 /* On Cygwin, avoid locale names without encoding suffix, because the 46 locale_charset() function relies on the encoding suffix. Note that 55 This excludes the UTF-8 encoding. */ 74 # Test for the locale name with explicit encoding suffix.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | char_encoding.pass.cpp | 25 assert(f.encoding() == 1); in main()
|
D | wchar_t_encoding.pass.cpp | 25 assert(f.encoding() == 1); in main()
|
D | char16_t_encoding.pass.cpp | 25 assert(f.encoding() == 0); in main()
|
D | char32_t_encoding.pass.cpp | 25 assert(f.encoding() == 0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/ |
D | compact_unwind_encoding.h | 444 compact_unwind_encoding_t encoding; member
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _codecvt.h | 98 int encoding() const _STLP_NOTHROW { return do_encoding(); } 216 int encoding() const _STLP_NOTHROW { return do_encoding(); } in encoding() function 313 int encoding() const _STLP_NOTHROW { return do_encoding(); } in encoding() function
|
D | _fstream.c | 738 int __encoding = _M_codecvt->encoding(); in _M_setup_codecvt()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 223 readEncodedPointer(const uint8_t** data, uint8_t encoding) in readEncodedPointer() argument 226 if (encoding == DW_EH_PE_omit) in readEncodedPointer() 230 switch (encoding & 0x0F) in readEncodedPointer() 272 switch (encoding & 0x70) in readEncodedPointer() 291 if (result && (encoding & DW_EH_PE_indirect)) in readEncodedPointer()
|
/ndk/sources/android/support/ |
D | README | 9 - multibyte support (using UTF-8 as the only supported multibyte encoding).
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __std_stream | 83 __encoding_ = __cv_->encoding();
|
D | __locale | 853 int encoding() const _NOEXCEPT 938 int encoding() const _NOEXCEPT 1022 int encoding() const _NOEXCEPT 1108 int encoding() const _NOEXCEPT
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 667 int encoding() const throw() in encoding() function in std::codecvt
|