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

1 2 3 4 5 6 7 891011>>

  /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/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/python/cpython2/Lib/
calendar.py 286 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
398 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /external/python/cpython3/Lib/
calendar.py 286 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
398 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)
  /external/toybox/toys/posix/
tail.c 255 for (i = 0; i<TT.file_no && ev.wd!=TT.files[(i*2)+1]; i++);
  /hardware/interfaces/camera/provider/2.4/default/
ExternalCameraProvider.cpp 268 if (event->wd == mWd) {
  /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)
  /prebuilts/python/linux-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/cmd/vendor/github.com/google/pprof/internal/report/
source.go 59 wd, err := os.Getwd()
63 sourcePath = wd
142 wd, err := os.Getwd()
146 sourcePath = wd
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 34 wd, err := os.Getwd()
42 defer os.Chdir(wd)
601 wd, err := os.Getwd()
609 defer os.Chdir(wd)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 59 wd, err := os.Getwd()
63 sourcePath = wd
142 wd, err := os.Getwd()
146 sourcePath = wd
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 34 wd, err := os.Getwd()
42 defer os.Chdir(wd)
601 wd, err := os.Getwd()
609 defer os.Chdir(wd)
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 351 enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ? domains : 0; local
366 added_domains = (rd | wd) & ~(reloc->read_domains | reloc->write_domain);
368 reloc->write_domain |= wd;
  /frameworks/base/core/java/android/app/
ResourcesManager.java 259 WeakReference<Display> wd = mAdjustedDisplays.get(key); local
260 if (wd != null) {
261 final Display display = wd.get();
    [all...]

Completed in 1630 milliseconds

1 2 3 4 5 6 7 891011>>