HomeSort by relevance Sort by last modified time
    Searched full:dots (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /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,
  /external/icu4c/data/unidata/
DerivedJoiningGroup.txt 21 06A0 ; Ain # Lo ARABIC LETTER AIN WITH THREE DOTS ABOVE
23 075D..075F ; Ain # Lo [3] ARABIC LETTER AIN WITH TWO DOTS ABOVE..ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE
50 0750..0756 ; Beh # Lo [7] ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW..ARABIC LETTER BEH WITH SMALL V
64 0688..0690 ; Dal # Lo [9] ARABIC LETTER DDAL..ARABIC LETTER DAL WITH FOUR DOTS ABOVE
66 0759..075A ; Dal # Lo [2] ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH..ARABIC LETTER DAL WITH INVERTED SMALL V BELOW
88 0760..0761 ; Feh # Lo [2] ARABIC LETTER FEH WITH TWO DOTS BELOW..ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW
100 063B..063C ; Gaf # Lo [2] ARABIC LETTER KEHEH WITH TWO DOTS ABOVE..ARABIC LETTER KEHEH WITH THREE DOTS BELO
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml/
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 -->
rowkeys_arabic1.xml 37 U+06A8: "?" ARABIC LETTER QAF WITH THREE DOTS ABOVE
39 <!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
48 U+06A5: "?" ARABIC LETTER FEH WITH THREE DOTS BELOW
51 <!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
rowkeys_arabic1.xml 34 U+06A8: "?" ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
35 <!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
42 U+06A5: "?" ARABIC LETTER FEH WITH THREE DOTS BELOW -->
44 <!-- 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
  /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 */

Completed in 5167 milliseconds

1 2 3 4 5 6 7 8 91011>>