/external/qemu/gdb-xml/ |
power-core.xml | 54 NUM_CORE_REGS. This can lead to problems. Work around it by using
|
power64-core.xml | 54 NUM_CORE_REGS. This can lead to problems. Work around it by using
|
/ndk/docs/system/libc/ |
SYSV-IPC.TXT | 9 The reason for this is due to the fact that, by design, they lead to global
|
/external/jpeg/ |
jmemsys.h | 95 * (that'll just lead to more backing-store access than is really necessary). 96 * However, an overestimate will lead to failure. Hence it's wise to subtract
|
/external/webkit/JavaScriptCore/wtf/unicode/wince/ |
UnicodeWince.h | 36 #define U16_GET_SUPPLEMENTARY(lead, trail) \ 37 (((UChar32)(lead) << 10UL) + (UChar32)(trail) - U16_SURROGATE_OFFSET)
|
/external/icu4c/common/ |
ustring.c | 222 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local 225 if(cs==lead && *s==trail) { 266 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local 269 if(*s==lead && *(s+1)==trail) { 397 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local 400 if(cs==lead && *s==trail) { 441 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local 444 if(*limit==trail && *(limit-1)==lead) { 901 /* lead surrogate code point - make <d800 */ [all...] |
ucnv_bld.h | 189 * - keeps a lead surrogate between buffers (similar to toUBytes[]) 190 * - keeps a lead surrogate at the end of the stream,
|
uresimp.h | 104 * @param pathToResource a path that will lead to the requested resource 124 * @param pathToResource a path that will lead to the requested resource
|
ucnvhz.c | 239 /* lead byte */ 243 /* add another bit to distinguish a 0 byte from not having seen a lead byte */ 381 /* we can only use lead bytes 21..7D and trail bytes 21..7E */ 465 /* this is an unmatched lead code unit (1st surrogate) */
|
ustrcase.c | 826 * therefore the lead surrogate must have been the same as in the other string; 827 * compare this decomposition with the lead surrogate in the other string 871 * therefore the lead surrogate must have been the same as in the other string; 872 * compare this decomposition with the lead surrogate in the other string
|
/external/icu4c/test/cintltst/ |
custrtst.c | 715 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; local 815 first!=u_strchr(s+1, lead) || 816 first!=u_strchr32(s+1, lead) || 817 first!=u_memchr(s+1, lead, 9) || 818 first!=u_memchr32(s+1, lead, 9) || 821 first!=u_strFindFirst(s+1, -1, &lead, 1) || 823 first!=u_strFindFirst(s+1, 9, &lead, 1) || 824 first!=u_strrchr(s+1, lead) || 825 first!=u_strrchr32(s+1, lead) || 826 first!=u_memrchr(s+1, lead, 9) | [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 152 Invalid slice adresses or slice sizes will be reported and lead to 240 Such traps lead to immediate code halts to examine the current program state
|
/external/webkit/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 71 #define U16_GET_SUPPLEMENTARY(lead, trail) \ 72 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
|
/dalvik/libcore/luni/src/main/java/java/net/ |
SocketOptions.java | 52 * a side-effect though, this could lead to a low packet efficiency. The
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
Provider2Test.java | 180 // private method but will lead to NPE thrown at
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 65 are deleted outside of AdbWinUsbApi module, this will lead to the heap
|
adb_winusb_io_completion.h | 73 are deleted outside of AdbWinUsbApi module, this will lead to the heap
|
/development/pdk/docs/about/ |
philosophy.jd | 30 <p>Uncontrolled customization can, of course, lead to incompatible
|
/external/bluetooth/glib/gmodule/ |
gmodule-beos.c | 50 * reference counts, it could lead to problems in the future....
|
/external/opencore/doc/oscl_html/ |
classOsclScopedLock.html | 31 The purpose of this class is to provide a way to prevent accidental resource leaks in a class or a method, due to "not remembering to unlock" variables which might lead to deadlock conditions.
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/ |
SDL_syscdrom_c.h | 65 #define kGetLeadOutArea 2 /* Query TOC for "Lead Out" end of audio data */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
float-weight.h | 70 // that lead to problems esp. with NaturalLess().
|
/external/v8/test/mjsunit/ |
fuzz-natives.js | 113 // may lead to out-of-memory.
|
/external/webkit/WebCore/bindings/v8/ |
V8Utilities.cpp | 169 // Do not report the exception if the current execution context is Document because we do not want to lead to duplicate error messages in the console.
|
/external/webkit/WebCore/page/ |
PrintContext.cpp | 132 // Could lead to flicker during printing.
|