/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUserDefined.cpp | 66 …g encodeComplexUserDefined(const CharType* characters, size_t length, UnencodableHandling handling) in encodeComplexUserDefined() argument 81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); in encodeComplexUserDefined() 93 …cUserDefined::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) in encodeCommon() argument 110 return encodeComplexUserDefined(characters, length, handling); in encodeCommon() 113 … TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode() argument 115 return encodeCommon(characters, length, handling); in encode() 118 … TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling) in encode() argument 120 return encodeCommon(characters, length, handling); in encode()
|
D | TextCodecLatin1.cpp | 216 …encodeComplexWindowsLatin1(const CharType* characters, size_t length, UnencodableHandling handling) in encodeComplexWindowsLatin1() argument 234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); in encodeComplexWindowsLatin1() 249 …tCodecLatin1::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) in encodeCommon() argument 268 return encodeComplexWindowsLatin1(characters, length, handling); in encodeCommon() 271 …tring TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode() argument 273 return encodeCommon(characters, length, handling); in encode() 276 …tring TextCodecLatin1::encode(const LChar* characters, size_t length, UnencodableHandling handling) in encode() argument 278 return encodeCommon(characters, length, handling); in encode()
|
D | TextEncoding.cpp | 66 CString TextEncoding::encode(const String& string, UnencodableHandling handling) const in encode() 77 encodedString = textCodec->encode(string.characters8(), string.length(), handling); in encode() 79 encodedString = textCodec->encode(string.characters16(), string.length(), handling); in encode() 83 CString TextEncoding::normalizeAndEncode(const String& string, UnencodableHandling handling) const in normalizeAndEncode() 96 return newTextCodec(*this)->encode(string.characters8(), string.length(), handling); in normalizeAndEncode() 119 return newTextCodec(*this)->encode(source, length, handling); in normalizeAndEncode()
|
D | TextCodec.cpp | 38 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, Unencoda… in getUnencodableReplacement() argument 40 switch (handling) { in getUnencodableReplacement()
|
D | TextCodecICU.cpp | 487 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) in encodeInternal() argument 494 switch (handling) { in encodeInternal() 529 …TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) in encodeCommon() argument 540 return encodeInternal(input, handling); in encodeCommon() 543 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode() argument 545 return encodeCommon(characters, length, handling); in encode() 548 CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling) in encode() argument 550 return encodeCommon(characters, length, handling); in encode()
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 12 exception handling in LLVM. It describes the format that LLVM exception 13 handling information takes, which is useful for those interested in creating 15 provides specific examples of what exception handling information is used for in 21 Exception handling for most programming languages is designed to recover from 23 exception handling should not interfere with the main flow of an application's 29 speculative exception handling code in the flow of an application's main 33 A more complete description of the Itanium ABI exception handling runtime 46 Setjmp/Longjmp (SJLJ) based exception handling uses LLVM intrinsics 48 exception handling. 60 In contrast to DWARF exception handling, which encodes exception regions and [all …]
|
/external/elfutils/ |
D | NEWS | 14 nm: bug fixes for handling corrupt input files 29 strip: changed handling of ET_REL files wrt symbol tables and relocs 39 readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A) 41 readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV 43 libdwfl: bug fixes and optimization in relocation handling 45 elfcmp: bug fix for non-allocated section handling 63 libdwfl: bug fixes in offline archive support, symbol table handling; 120 libelf, elflint: better support for core file handling 324 Remove most gettext autoconf handling. 344 libelf: fix elf*_checksum handling of NOBITS sections [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentDisposition.java | 106 public void setHandling(String handling) throws ParseException { in setHandling() argument 107 if (handling == null) in setHandling() 111 this.setParameter("handling", handling); in setHandling()
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
D | exception-handling.gyp | 19 'sources': ['exception-handling-on.cc'], 31 'sources': ['exception-handling-on.cc'], 43 'sources': ['exception-handling-on.cc'],
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.mm | 6 // This files tests our path-sensitive handling of Objective-c++ files. 9 // Test basic handling of references. 20 // Test basic handling of references with Objective-C classes.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-gas.mac | 5 ; Raw exception handling operations 15 ; Complex (macro) exception handling operations
|
D | win64-nasm.mac | 5 ; Raw exception handling operations 48 ; Complex (macro) exception handling operations
|
/external/valgrind/main/gdbserver_tests/ |
D | mcsignopass.vgtest | 1 # test the signal handling, when signals are *not* passed to the Valgrind guest. 3 # the gdb output will not contain the signal handling
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
D | pnacl-c-cpp-language-support.rst | 83 * Signal handling isn't supported, PNaCl therefore promotes all 86 lock-free may lead to deadlocks when handling asynchronous 166 PNaCl currently supports C++ exception handling through ``setjmp()`` and 171 supported. PNaCl will support full zero-cost exception handling in the 174 NaCl supports full zero-cost C++ exception handling. 214 POSIX-style signal handling really consists of two different features: 216 * **Hardware exception handling** (synchronous signals): The ability 220 PNaCl currently doesn't support hardware exception handling. 222 NaCl supports hardware exception handling via the 237 ``volatile`` and atomics with same-thread signal handling would need
|
/external/dropbear/ |
D | filelist.txt | 14 algo.c Framework for handling various ciphers/hashes/algos, 33 auth.c General auth handling, including user checking etc, 44 channel.c Channel handling routines - each shell/tcp conn/agent 60 up the listening port and also handling connections
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button_unittest.mm | 213 // Enable middle button handling. 232 // Enable middle button handling. 245 // Enable middle button handling. 258 // Enable middle button handling. 283 // Enable middle button handling. 298 // Enable middle button handling.
|
/external/chromium_org/third_party/libxml/src/ |
D | NEWS | 140 564217 fix structured error handling problems, 210 (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown 214 serious cleanup of the entity handling code 219 improve handling of misplaced html/head/body in HTML parser, better 237 detection (William Brack), fix handling of empty CDATA nodes for Safari 244 out of memory handling fixes (Ashwin), XPath out of memory handling fixes 247 functions on memory errors, BOM handling in external parsed entities 257 - improvements: better plug of schematron in the normal error handling 282 - Portability: Solaris crash on error handling, windows path fixes 286 xsi:nil handling patch (Frank Gross), relative URI build problem [all …]
|
D | TODO | 87 - problem: do we want to keep and maintain the code for handling 127 => defaulted attributes handling 140 - HTML: handling of Script and style data elements, need special code in 141 the parser and saving functions (handling of < > " ' ...): 178 - checking/handling of newline normalization 182 - checking/handling of xml:space 184 - handling done, not well tested 270 - Better error handling, use a dedicated, overridable error 271 handling function.
|
/external/chromium_org/media/cast/ |
D | README | 17 Bandwidth estimation and network congestion handling. 23 Module for handling RTCP messages.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button_unittest.mm | 193 // Enable middle button handling. 212 // Enable middle button handling. 225 // Enable middle button handling. 238 // Enable middle button handling. 266 // Enable middle button handling. 287 // Enable middle button handling.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | Makefile | 384 @ echo nmake clean VCE (to build the MSVC dll with C++ exception handling) 385 @ echo nmake clean VSE (to build the MSVC dll with structured exception handling) 387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling) 388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling) 391 @ echo nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling) 392 @ echo nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling) 394 …o nmake clean VCE-inlined-debug (to build the debug MSVC inlined dll with C++ exception handling) 395 … clean VSE-inlined-debug (to build the debug MSVC inlined dll with structured exception handling)
|
/external/stlport/test/eh/ |
D | cygwin.mak | 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
D | float.asm | 1 ; Tests float handling
|
D | integer.asm | 1 ; Tests integer constant handling (for output, not parsing)
|
D | float-err.asm | 1 ; Tests illegal float handling
|