/prebuilts/python/linux-x86/2.7.5/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)
|
/build/soong/ui/build/ |
config.go | 57 if wd, err := os.Getwd(); err != nil { 60 outDir = filepath.Join(baseDir, filepath.Base(wd))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
calendar.py | 281 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
393 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
bits.c | 59 DumpIntAsChars( FILE *f, char *format, unsigned wd )
61 DumpIntAsChars( f, format, wd )
64 unsigned wd;
78 fprintf(f, format, (wd&byte_mask[i])>>(i*BitsPerByte));
96 require(setwd!=NULL, "NewSetWd: cannot alloc set wd\n");
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
AParser.h | 203 virtual void resynch(SetWordType *wd,SetWordType mask); // MR21
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
AParser.h | 202 virtual void resynch(SetWordType *wd,SetWordType mask); // MR21
|
/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 | 522 #define VPX_VARIANCE_WDXHT_MSA(wd, ht) \ 523 uint32_t vpx_variance##wd##x##ht##_msa( \ 529 sse_diff_##wd##width_msa(src, src_stride, ref, ref_stride, ht, &diff); \ 531 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++);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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/ |
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/go/darwin-x86/src/path/filepath/ |
match_test.go | 345 wd, err := os.Getwd() 354 err := os.Chdir(wd)
|
/prebuilts/go/linux-x86/src/path/filepath/ |
match_test.go | 345 wd, err := os.Getwd() 354 err := os.Chdir(wd)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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/vixl/src/aarch64/ |
assembler-aarch64.cc | 736 void Assembler::crc32b(const Register& wd, 739 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits()); 740 Emit(SF(wm) | Rm(wm) | CRC32B | Rn(wn) | Rd(wd)); 744 void Assembler::crc32h(const Register& wd, 747 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits()); 748 Emit(SF(wm) | Rm(wm) | CRC32H | Rn(wn) | Rd(wd)); 752 void Assembler::crc32w(const Register& wd, 755 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits()); 756 Emit(SF(wm) | Rm(wm) | CRC32W | Rn(wn) | Rd(wd)); 760 void Assembler::crc32x(const Register& wd, [all...] |
/external/icu/icu4c/source/test/intltest/ |
tsdtfmsy.cpp | 98 const UnicodeString * wd = symbol->getWeekdays(cnt,context[i],width[j]); local 103 logln(wd[k]);
|
/prebuilts/go/darwin-x86/src/os/ |
os_windows_test.go | 33 wd, err := os.Getwd() 41 defer os.Chdir(wd) 564 wd, err := os.Getwd() 572 defer os.Chdir(wd)
|
/prebuilts/go/linux-x86/src/os/ |
os_windows_test.go | 33 wd, err := os.Getwd() 41 defer os.Chdir(wd) 564 wd, err := os.Getwd() 572 defer os.Chdir(wd)
|
/frameworks/base/core/java/android/app/ |
ResourcesManager.java | 218 WeakReference<Display> wd = mAdjustedDisplays.get(key); local 219 if (wd != null) { 220 final Display display = wd.get(); [all...] |
/external/libavc/encoder/ |
ih264e_process.c | 1531 WORD32 wd = MB_SIZE; local [all...] |
/external/libvorbis/lib/ |
vorbisfile.c | 2052 float wd=w[i]*w[i]; local 2061 float wd=w[i]*w[i]; local [all...] |
/external/valgrind/coregrind/ |
m_libcfile.c | 573 HChar* wd; 577 wd = VG_(getenv)( envvar ); 578 if (wd == NULL) 580 SizeT need = VG_(strlen)(wd) + 1; 582 VG_(strcpy)(startup_wd, wd); [all...] |