/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDateFormatSymbols.java | 84 String[] wd =symbol.getWeekdays(context[i],width[j]); local 85 int cnt = wd.length; 89 for (int k = 0; k < wd.length; k++) { 90 logln(wd[k]);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
BaseHTTPServer.py | 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
470 self.weekdayname[wd],
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
BaseHTTPServer.py | 471 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
473 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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/x86/ |
ih264_inter_pred_filters_ssse3.c | 70 /* Description : This function copies the contents of ht x wd block from */ 71 /* source to destination. (ht,wd) can be (4,4), (8,4), */ 79 /* wd - width of the block */ 95 WORD32 wd, 112 if(wd == 4) 127 else if(wd == 8) 147 else // wd == 16 196 /* ht x wd block as mentioned in sec. 8.4.2.2.1 titled */ 197 /* "Luma sample interpolation process". (ht,wd) can be */ 205 /* wd - width of the block * [all...] |
/prebuilts/gdb/darwin-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)
|
/prebuilts/gdb/darwin-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/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)
|
/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)
|
/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],
|
/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
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path_test.go | 833 wd, err := os.Getwd() 854 err := os.Chdir(wd) 884 err := os.Chdir(wd) 917 err := os.Chdir(wd) 945 err := os.Chdir(wd) 1083 wd, err := os.Getwd() 1091 defer os.Chdir(wd) 1271 wd, _ := os.Getwd() 1272 if len(wd) < 3 { 1273 t.Errorf("Current directory path %q is too short", wd) [all...] |
/prebuilts/go/linux-x86/src/path/filepath/ |
path_test.go | 833 wd, err := os.Getwd() 854 err := os.Chdir(wd) 884 err := os.Chdir(wd) 917 err := os.Chdir(wd) 945 err := os.Chdir(wd) 1083 wd, err := os.Getwd() 1091 defer os.Chdir(wd) 1271 wd, _ := os.Getwd() 1272 if len(wd) < 3 { 1273 t.Errorf("Current directory path %q is too short", wd) [all...] |
/device/google/marlin/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...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
AParser.cpp | 389 resynch(SetWordType *wd,SetWordType mask)
402 /* MR8 */ if ( wd[LA(1)]&mask || LA(1) == eofToken ) {resynchConsumed=0; return;}
406 while ( !(wd[LA(1)]&mask) && LA(1) != eofToken ) {consume();}
|
/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,
|
/frameworks/native/libs/vr/libpdx_uds/ |
ipc_helper.cpp | 448 int wd = inotify_add_watch( local 451 if (wd < 0) { 514 ret = inotify_rm_watch(fd.Get(), wd);
|