/frameworks/base/tests/RenderScriptTests/Fountain/ |
_index.html | 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/ |
_index.html | 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
|
/frameworks/base/tests/RenderScriptTests/FountainFbo/ |
_index.html | 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic-table.hh | 65 JOINING_TYPE_D, /* 062A; DOTLESS BEH WITH 2 DOTS ABOVE; D; BEH */ 66 JOINING_TYPE_D, /* 062B; DOTLESS BEH WITH 3 DOTS ABOVE; D; BEH */ 75 JOINING_TYPE_D, /* 0634; SEEN WITH 3 DOTS ABOVE; D; SEEN */ 82 JOINING_TYPE_D, /* 063B; KEHEH WITH 2 DOTS ABOVE; D; GAF */ 83 JOINING_TYPE_D, /* 063C; KEHEH WITH 3 DOTS BELOW; D; GAF */ 85 JOINING_TYPE_D, /* 063E; FARSI YEH WITH 2 DOTS ABOVE; D; FARSI YEH */ 86 JOINING_TYPE_D, /* 063F; FARSI YEH WITH 3 DOTS ABOVE; D; FARSI YEH */ 145 JOINING_TYPE_D, /* 067A; DOTLESS BEH WITH VERTICAL 2 DOTS ABOVE; D; BEH */ 146 JOINING_TYPE_D, /* 067B; DOTLESS BEH WITH VERTICAL 2 DOTS BELOW; D; BEH */ 147 JOINING_TYPE_D, /* 067C; DOTLESS BEH WITH ATTACHED RING BELOW AND 2 DOTS ABOVE; D; BEH * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
keysymdef.h | [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots. 24 // Take care not to place multiple adjacent dots,
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
rowkeys_arabic1.xml | 37 U+06A8: "?" ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 38 <!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 46 U+06A5: "?" ARABIC LETTER FEH WITH THREE DOTS BELOW --> 48 <!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
rowkeys_arabic2.xml | 25 U+069C: "?" ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE --> 26 <!-- TODO: DroidSansArabic lacks the glyph of U+069C ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE -->
|
/frameworks/ex/common/java/com/android/common/ |
Rfc822InputFilter.java | 26 * of letters and symbols, including one+ dots and zero commas, should insert an extra 49 dotFound = true; // one or more dots are req'd
|
/bionic/libc/netbsd/resolv/ |
res_query.c | 230 u_int dots; local 239 dots = 0; 241 dots += (*cp == '.'); 246 /* If there aren't any dots, it could be a user-level alias. */ 247 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL) 251 * If there are enough dots in the name, let's just give it a 256 if (dots >= statp->ndots || trailing_dot) { 271 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || 272 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { 337 * unless RES_NOTLDQUERY is set and there were no dots [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 53 * The 'dots-list' element. 59 * A list of all 'dots' elements. 62 var dots; 112 dots = dotList.getElementsByClassName('dot'); 113 assert(dots.length == 1, 114 'Expected exactly one dot in the dots-list.'); 115 dotTemplate = dots[0]; 116 dotList.removeChild(dots[0]); 141 dots[newPageIndex].classList.add('selected'); 236 // Clear any existing apps pages and dots [all...] |
/external/qemu/android/ |
framebuffer.c | 130 /* dpi = dots / inch 131 ** inch = dots / dpi 132 ** mm / 25.4 = dots / dpi 133 ** mm = (dots * 25.4)/dpi
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
path.js | 8 // double dots followed by a slash or the end of the string count 11 // don't count double dots when they aren't followed by a slash 19 // escaped dots should be unescaped and treated the same as dots
|
/frameworks/base/core/java/android/text/method/ |
TransformationMethod.java | 24 * characters of passwords with dots, or keeping the newline characters
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_arabic1.xml | 39 U+06A8: "?" ARABIC LETTER QAF WITH THREE DOTS ABOVE 41 <!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 51 U+06A5: "?" ARABIC LETTER FEH WITH THREE DOTS BELOW 54 <!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
rowkeys_arabic2.xml | 25 U+069C: "?" ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE --> 26 <!-- TODO: DroidSansArabic lacks the glyph of U+069C ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE -->
|
/sdk/eclipse/scripts/ |
update_version.sh | 25 # quote dots for regexps
|
/external/qemu/android/skin/ |
trackball.c | 168 #define DOT_CELLS 2 /* number of random dots per cell */ 169 #define DOT_MAX (6*DOT_GRID*DOT_GRID*DOT_CELLS) /* total number of dots */ 175 Fix16VectorRec dots[ DOT_MAX ]; member in struct:SkinTrackBall 237 /* init dots */ 293 ball->dots[nn][0] = FIX16_FROM_FLOAT(x*invlen); 294 ball->dots[nn][1] = FIX16_FROM_FLOAT(y*invlen); 295 ball->dots[nn][2] = FIX16_FROM_FLOAT(z*invlen); 506 d[0] = ball->dots[pp][0] - ax; 507 d[1] = ball->dots[pp][1] - ay; 508 d[2] = ball->dots[pp][2] - az [all...] |
/external/proguard/src/proguard/io/ |
DataEntryRewriter.java | 125 // Replace dots by forward slashes. 138 // Replace forward slashes by dots.
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965DomainAttributeHandler.java | 139 + "\" violates RFC 2965: the value contains no embedded dots " 151 // effective host name minus domain must not contain any dots 157 + "effective host minus domain may not contain any dots"); 189 // effective host name minus domain must not contain any dots
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 53 * The 'dots-list' element. 59 * A list of all 'dots' elements. 62 var dots; 120 dots = dotList.getElementsByClassName('dot'); 121 assert(dots.length == 1, 122 'Expected exactly one dot in the dots-list.'); 123 dotTemplate = dots[0]; 124 dotList.removeChild(dots[0]); 145 dots[newPageIndex].classList.add('selected'); 250 // Clear any existing apps pages and dots [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win_unittest.cc | 30 // Trailing dots should cause us to append an extension.
|
/external/ppp/pppd/plugins/pppoatm/ |
text2atm.c | 56 if (i < 2) return TRY_OTHER; /* no dots */ 89 else if (!dot) return FATAL; /* two dots in a row */ 128 if (!dot) return FATAL; /* two dots in a row */ 174 if (!dot) return TRY_OTHER; /* two dots in a row */
|