HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 201 - 225 of 311) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
470 self.weekdayname[wd],
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)
calendar.py 285 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
397 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /prebuilts/gdb/linux-x86/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/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
470 self.weekdayname[wd],
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)
calendar.py 285 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
397 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /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/
BaseHTTPServer.py 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
470 self.weekdayname[wd],
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)
calendar.py 285 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
397 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /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/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 77 @* @param[in] wd
97 @ WORD32 wd,
107 @ r5 => wd
120 ldr r5, [sp, #108] @ loads wd
134 subs r12, r5, #4 @if wd=4 branch to loop_4
136 subs r12, r5, #8 @if wd=8 branch to loop_8
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_vert_w16inp.s 78 @* @param[in] wd
95 @ word32 wd )
113 ldr r5,[sp,#48] @load wd
132 rsb r9,r5,r6,lsl #2 @r6->dst_strd r5 ->wd
138 mov r4,r5 @r5 ->wd
167 movle r4,r5 @r5 ->wd
253 movle r4,r5 @r5 ->wd
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht)
726 for(col = 0; col < wd * 2; col += 2)
728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col];
733 for(col = 1; col < wd * 2; col += 4)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2];
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]
    [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp 119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht)
726 for(col = 0; col < wd * 2; col += 2)
728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col];
733 for(col = 1; col < wd * 2; col += 4)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2];
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 863 wd, err := os.Getwd()
871 defer os.Chdir(wd)
1048 wd, _ := os.Getwd()
1049 if len(wd) < 3 {
1050 t.Errorf("Current directory path %q is too short", wd)
1052 lp := strings.ToLower(wd)
1053 up := strings.ToUpper(wd)
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 863 wd, err := os.Getwd()
871 defer os.Chdir(wd)
1048 wd, _ := os.Getwd()
1049 if len(wd) < 3 {
1050 t.Errorf("Current directory path %q is too short", wd)
1052 lp := strings.ToLower(wd)
1053 up := strings.ToUpper(wd)
  /external/libchrome/base/files/
file_path_watcher_linux.cc 334 for (WatcherSet::iterator watcher = watchers_[event->wd].begin();
335 watcher != watchers_[event->wd].end();
337 (*watcher)->OnFilePathChanged(event->wd,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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)
calendar.py 285 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
397 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /external/libpcap/msdos/
makefile.dj 41 3c575_cb.o 3c90x.o ne.o wd.o cs89x0.o rtl8139.o)
140 msdos/pm_drvr/wd.h msdos/pm_drvr/accton.h msdos/pm_drvr/cs89x0.h \
  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 529 #define VPX_VARIANCE_WDXHT_MSA(wd, ht) \
530 uint32_t vpx_variance##wd##x##ht##_msa(const uint8_t *src, \
537 *sse = sse_diff_##wd##width_msa(src, src_stride, ref, ref_stride, \
540 return VARIANCE_##wd##Wx##ht##H(*sse, diff); \
sub_pixel_variance_msa.c     [all...]
  /external/toybox/toys/posix/
tail.c 255 for (i = 0; i<TT.file_no && ev.wd!=TT.files[(i*2)+1]; i++);

Completed in 696 milliseconds

1 2 3 4 5 6 7 891011>>