HomeSort by relevance Sort by last modified time
    Searched refs:Dec (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 59 Dec(TheDec), Owner(nullptr) {
70 Dec(TheDec), Owner(nullptr) {
77 :SPIRVAnnotationGeneric(OC), Dec(DecorationRelaxedPrecision), Owner(nullptr){
82 return Dec;
99 Encoder << Target << Dec;
100 if ( Dec == DecorationLinkageAttributes )
115 Decoder >> Target >> Dec;
116 if(Dec == DecorationLinkageAttributes)
125 getEncoder(O) << Target << MemberNumber << Dec << Literals;
136 getDecoder(I) >> Target >> MemberNumber >> Dec >> Literals
    [all...]
SPIRVDecorate.h 83 return getCapability(Dec);
87 switch (Dec) {
103 Decoration Dec;
113 iterator insert(const value_type& Dec) {
114 auto ER = BaseType::equal_range(Dec);
116 SPIRVDBG(spvdbgs() << "[compare decorate] " << *Dec
118 if (**I == *Dec)
122 SPIRVDBG(spvdbgs() << "[add decorate] " << *Dec << '\n');
123 return BaseType::insert(Dec);
218 return std::make_pair(MemberNumber, Dec);
    [all...]
SPIRVEntry.cpp 258 SPIRVEntry::addDecorate(const SPIRVDecorate *Dec){
259 Decorates.insert(std::make_pair(Dec->getDecorateKind(), Dec));
260 Module->addDecorate(Dec);
261 SPIRVDBG(spvdbgs() << "[addDecorate] " << *Dec << '\n';)
275 SPIRVEntry::eraseDecorate(Decoration Dec){
276 Decorates.erase(Dec);
302 SPIRVEntry::addMemberDecorate(const SPIRVMemberDecorate *Dec){
303 assert(canHaveMemberDecorates() && MemberDecorates.find(Dec->getPair()) ==
305 MemberDecorates[Dec->getPair()] = Dec
    [all...]
  /external/libtextclassifier/tests/
functions.h 59 class Dec : public IntFunction {
62 TC_DEFINE_REGISTRATION_METHOD("dec", Dec);
  /external/bison/build-aux/
mdate-sh 134 Dec) month=December; nummonth=12;;
178 Dec) month=December; nummonth=12;;
202 Dec) nummonthtod=12;;
  /external/libmicrohttpd/doc/
mdate-sh 134 Dec) month=December; nummonth=12;;
178 Dec) month=December; nummonth=12;;
202 Dec) nummonthtod=12;;
  /external/python/cpython2/Modules/_ctypes/libffi/
mdate-sh 134 Dec) month=December; nummonth=12;;
178 Dec) month=December; nummonth=12;;
202 Dec) nummonthtod=12;;
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_test.go 44 "Thu, 29 Dec 2011 23:59:59 -1100 (TKT)",
45 "Sat, 31 Dec 2011 00:00:00 +1300 (TKT)",
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 44 "Thu, 29 Dec 2011 23:59:59 -1100 (TKT)",
45 "Sat, 31 Dec 2011 00:00:00 +1300 (TKT)",
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 22 from Parser.DecParser import Dec
79 # Using TokenSpaceGuidValue and Token to obtain PcdName from DEC file
100 DecFile = Dec(Path)
  /external/zlib/src/watcom/
watcom_l.mak 3 # Last updated: 28-Dec-2005
watcom_f.mak 3 # Last updated: 28-Dec-2005
  /hardware/intel/common/libva/
libva.spec 110 * Wed Dec 23 2009 Prajwal Mohan <prajwal.karur.mohan@intel.com> 1.0.1
112 * Fri Dec 18 2009 Prajwal Mohan <prajwal.karur.mohan@intel.com> 0.31.0
146 * Fri Dec 19 2008 Priya Vijayan <priya.vijayan@intel.com> 0.30.0
148 * Dec 16 2008 Priya Vijayan <priya.vijayan@intel.com>
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 118 Date{"Dec", 25},
124 {"Dec", 25},
130 &Date{"Dec", 25},
136 {"Dec", 25},
  /prebuilts/go/linux-x86/doc/progs/
go1.go 118 Date{"Dec", 25},
124 {"Dec", 25},
130 &Date{"Dec", 25},
136 {"Dec", 25},
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 53 // we actually do so is mstats.go, functions mSysStat{Inc,Dec}.
58 // mSysStat{Inc,Dec} in mstats.go have explicit checks for
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 53 // we actually do so is mstats.go, functions mSysStat{Inc,Dec}.
58 // mSysStat{Inc,Dec} in mstats.go have explicit checks for
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 21 from Parser.DecParser import Dec
58 Path = os.path.join(os.getcwd(), 'test.dec')
80 # This function test right syntax DEC file
85 Parser = Dec(Path)
87 raise 'Bug!!! Correct syntax in DEC file, but exception raised!\n' + TestString
90 # This function test wrong syntax DEC file
94 Dec(Path)
98 raise 'Bug!!! Wrong syntax in DEC file, but passed by DEC parser!!\n' + TestString
155 # normpath is called in DEC parser so '/' is converted to '\'
    [all...]
DecParserUnitTest.py 19 Dec, \
61 self.dec = _DecBase(FileContent('dummy', []))
64 self.dec._MacroParser('DEFINE MARCRO1 = test1')
65 self.failIf('MARCRO1' not in self.dec._LocalMacro)
66 self.assertEqual(self.dec._LocalMacro['MARCRO1'], 'test1')
70 self.assertRaises(FatalError, self.dec._MacroParser, 'DEFINE not_upper_case = test2')
74 self.assertRaises(FatalError, self.dec._MacroParser, 'DEFINE ')
95 self.dec = _DecBase(FileContent('dummy', Content))
101 ConcatLine, CommentList = self.dec._TryBackSlash(self.dec._RawData.GetNextLine(), [])
    [all...]
  /external/syslinux/
syslinux.spec 124 * Fri Dec 18 2009 H. Peter Anvin <hpa@zytor.com>
158 * Thu Dec 30 2004 H. Peter Anvin <hpa@zytor.com>
163 * Tue Dec 14 2004 H. Peter Anvin <hpa@zytor.com>
215 * Sat Dec 15 2001 H. Peter Anvin <hpa@zytor.com>
248 * Tue Dec 12 2000 Than Ngo <than@redhat.com>
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 399 # This class is used to parse active platform to init all inf/dec/dsc files
428 # @var UnFoundPcdInDsc: To store values for the pcds defined in INF/DEC but not found in DSC, it is a set structure as
526 # Get all dec
614 for Dec in self.Build[Arch].PackageDatabase:
615 Pcds = self.Build[Arch].PackageDatabase[Dec].Pcds
643 for Dec in self.DecDatabase.keys():
644 Package = self.DecDatabase[Dec].Package
652 Pb.DescFilePath = Dec
655 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of package %s is not defined for arch %s" % (Dec, Arch))
713 self.Build[Arch].PackageDatabase[Dec] = Pb
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 16 # Sat 24 Dec 2005
148 1.0 Mon 13 Dec 2004-2005
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 20 @ $Date: 2006-12-11 14:33:26 -0800 (Mon, 11 Dec 2006) $
  /external/strace/
strace.spec 113 * Wed Dec 14 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.15-1
138 * Wed Dec 23 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-2
141 * Mon Dec 21 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-1
174 * Fri Dec 6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.8-3
487 * Fri Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
565 * Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9ext_test.go 84 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}

Completed in 1613 milliseconds

1 2 3 4