| /external/mesa3d/docs/ |
| viewperf.html | 49 commands become no-ops. This can also eventually lead to a segfault 179 These unusual values lead to invalid modelview matrices.
|
| /external/qemu/distrib/jpeg-6b/ |
| 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
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| FolderItemView.java | 93 * Returns true if the two folders lead to identical {@link FolderItemView} objects. 96 * @return true if the two folders would still lead to the same {@link FolderItemView}.
|
| /external/chromium_org/third_party/icu/source/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...] |
| normalizer2impl.cpp | 513 // get the decomposition and the lead and trail cc's 632 * a forward-combining "lead" character, 636 * If the lead and trail characters combine, then this function returns [all...] |
| unormimp.h | 138 /* FCD check: everything below this code point is known to have a 0 lead combining class */ 375 * Since all 16 bits are used for cc's, lead surrogates must be tested 391 * (not for lead surrogate), 392 * or lead surrogate offset (for lead surrogate, if 9..0 not zero)
|
| 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 | 118 * @param pathToResource a path that will lead to the requested resource 138 * @param pathToResource a path that will lead to the requested resource
|
| /external/icu4c/common/ |
| ustring.cpp | 223 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local 226 if(cs==lead && *s==trail) { 267 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local 270 if(*s==lead && *(s+1)==trail) { 398 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local 401 if(cs==lead && *s==trail) { 442 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c); local 445 if(*limit==trail && *(limit-1)==lead) { 902 /* lead surrogate code point - make <d800 */ [all...] |
| unormimp.h | 138 /* FCD check: everything below this code point is known to have a 0 lead combining class */ 366 * Since all 16 bits are used for cc's, lead surrogates must be tested 382 * (not for lead surrogate), 383 * or lead surrogate offset (for lead surrogate, if 9..0 not zero)
|
| ucnv_bld.h | 190 * - keeps a lead surrogate between buffers (similar to toUBytes[]) 191 * - keeps a lead surrogate at the end of the stream,
|
| uresimp.h | 120 * @param pathToResource a path that will lead to the requested resource 139 * @param pathToResource a path that will lead to the requested resource
|
| /external/icu4c/i18n/ |
| ucol_res.cpp | [all...] |
| /external/chromium_org/third_party/icu/source/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/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/icu4c/common/unicode/ |
| bytestrie.h | 364 // pos is already after the leadByte, and the lead byte is already shifted right by 1. 417 // starting from a position on a node lead byte. 430 // Types of nodes are distinguished by their node lead byte ranges. 457 // Node lead byte values. 473 // The remaining lead byte value indicates the number of following bytes (0..4)
|
| /frameworks/av/include/media/nbaio/ |
| NBAIO.h | 209 // does not know the answer for some reason. Sinks which eventually lead to a HAL 211 // output of the audio driver has not started yet. Sinks which lead to a HAL which 212 // does not implement get_next_write_timestamp, or which don't lead to a HAL at all,
|
| /frameworks/base/docs/html/training/design-navigation/ |
| descendant-lateral.jd | 98 <p>There are several issues with this pattern. Deep, list-based navigation, known as <em>drill-down list navigation</em>, where lists lead to more lists which lead to even more lists, is often inefficient and cumbersome. The number of touches required to access a piece of content with this kind of navigation is generally very high, leading to a poor user experience—especially for users on-the-go.</p> 100 <p>Using vertical lists can also lead to awkward user interactions and poor use of whitespace on larger screens, as list items generally span the entire width of the screen yet have a fixed height. One way to alleviate this is to provide additional information, such as text summaries, that fills the available horizontal space. Another way is to provide additional information in a separate horizontal pane adjacent to the list.</p>
|
| multiple-sizes.jd | 55 alt="Single pane layouts on large screens in landscape lead to awkward whitespace and exceedingly long line lengths" id="figure-multipane-bad"> 57 <p class="img-caption"><strong>Figure 1.</strong> Single pane layouts on large screens in landscape lead to awkward whitespace and exceedingly long line lengths.</p>
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| ucol_res.cpp | [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| prefix_set.cc | 44 // Lead with the first prefix. 325 // -i backs out the |index_| entries, -1 gets the delta that lead to
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| transport.h | 141 // Note: GetChannel may lead to race conditions, since the mutex is not held 144 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
|
| /external/chromium_org/content/public/browser/ |
| browser_thread.h | 46 // thread doesn't exist. If this could lead to data loss, you need to check the 232 // task's stack unwinds. This would lead to the object destructing on the
|
| /external/clang/test/SemaCXX/ |
| overloaded-operator.cpp | 81 // which would break later assumptions and lead to a crash. 294 // PR5360: Arrays should lead to built-in candidates for subscript.
|
| /external/guava/guava/src/com/google/common/collect/ |
| ForwardingMap.java | 39 * #putAll}, which can lead to unexpected behavior. In this case, you should 155 * keySet().remove}, assuming that approach would not lead to an infinite
|