HomeSort by relevance Sort by last modified time
    Searched refs:hh (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 110 function getTimeString(hh, mm) {
111 var ampm = hh >= 12 ? 'P M' : 'A M';
112 hh = (hh % 12);
113 if (hh == 0)
114 hh = 12;
120 return hh + ' ' + mm + ' ' + ampm;
  /external/skia/gm/
xfermodes.cpp 25 SkScalar hh = SkIntToScalar(h); local
30 r.set(0, 0, ww*3/4, hh*3/4);
41 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 46 # | host rfc931 authuser [DD/Mon/YYYY:hh:mm:ss] "request" ddd bbbb
56 # | hh: hour (24-hour format, the machine's timezone)
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
472 hh, mm, ss)
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
Cookie.py 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 46 # | host rfc931 authuser [DD/Mon/YYYY:hh:mm:ss] "request" ddd bbbb
56 # | hh: hour (24-hour format, the machine's timezone)
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
472 hh, mm, ss)
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
Cookie.py 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 176 float hh = scale * h / 2; local
177 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 178 float hh = scale * h / 2; local
179 r.set(centX - hw, centY - hh, centX + hw, centY + hh);
  /external/javasqlite/src/main/native/
sqlite_jni.c 108 handle hh; /* fake SQLite database handle */ member in struct:hvm
    [all...]
  /external/openssh/
schnorr.c 620 char *hh; local
642 hh = BN_bn2hex(x);
643 printf("x = (random) 0x%s\n", hh);
644 free(hh);
655 hh = BN_bn2hex(x);
656 printf("x = (q - %d) 0x%s\n", 20 - i, hh);
657 free(hh);
  /external/bison/djgpp/
config.bat 320 test -f %XSRC%/examples/calcxx/calc++-driver.hh
321 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
322 test -f %XSRC%/examples/calcxx/calcxx-driver.hh
323 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-driver.hh %XSRC%/examples/calcxx/calcxx-driver.hh
328 test -f %XSRC%/examples/calcxx/calc++-parser.hh
329 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.hh %XSRC%/examples/calcxx/calcxx-parser.hh
330 test -f %XSRC%/examples/calcxx/calcxx-parser.hh
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 337 UChar hh = *h; \
338 if (hh == 0) return NULL; \
339 if (hh != n0) { h++; continue; } \
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 197 double hh = Math.min(h1, h2); local
198 double ww = hh * rw / rh;
200 float top = (float) ((rh - hh) * 0.5f);
202 float bottom = (float) (top + hh);
  /external/libpng/contrib/gregbook/
rpng2-x.c 1214 int ii, x, y, hw, hh, grayspot; local
1983 int ii, x, y, hw, hh, grayspot; local
    [all...]
rpng2-win.c 944 int ii, x, y, hw, hh, grayspot; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
  /external/iputils/Modules/
pg3.c 134 static __u8 hh[14] = { variable
142 unsigned char *pg_dstmac = hh;
170 hh[p1]=odev->dev_addr[p2++];
261 memcpy(eth, hh, 14);
  /external/chromium_org/v8/test/webkit/
rehash-assign.js 62 hh = 7;
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 254 for hh in $*; do
255 sdl_check_header "$hh"
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 359 register int32 hh = (int32)k7; local
386 "r"(hh));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /external/v8/test/mjsunit/
date.js 312 var hh = (i < 10) ? "0" + i : "" + i;
316 var string = "1972-03-28T23:50:03.500-" + hh + ":" + mm;
318 string = "1972-03-28T23:50:03.500+" + hh + ":" + mm;
  /external/chromium_org/v8/test/mjsunit/
date.js 314 var hh = (i < 10) ? "0" + i : "" + i;
318 var string = "1972-03-28T23:50:03.500-" + hh + ":" + mm;
320 string = "1972-03-28T23:50:03.500+" + hh + ":" + mm;
  /external/valgrind/main/memcheck/
mc_replace_strmem.c     [all...]

Completed in 788 milliseconds

12 3 4 5