/third_party/gptfdisk/ |
H A D | attributes.cc | 24 string Attributes::atNames[NUM_ATR]; 25 int Attributes::numAttrs = 0; 26 //Attributes::staticInit Attributes::staticInitializer; 29 Attributes::Attributes(void) { in Attributes() function in Attributes 37 Attributes::Attributes(const uint64_t a) { in Attributes() function in Attributes 45 Attributes::~Attributes(voi [all...] |
H A D | attributes.h | 13 class Attributes { class 21 Attributes(void); 22 Attributes(const uint64_t a); 23 ~Attributes(void); 35 }; // class Attributes 37 std::ostream & operator<<(std::ostream & os, const Attributes & data);
|
H A D | gptpart.h | 50 Attributes attributes; 66 Attributes GetAttributes(void) {return attributes;} in GetAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 159 ARMAttributeParser Attributes; in getARMFeatures() local 160 if (Error E = getBuildAttributes(Attributes)) in getARMFeatures() 165 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch)) in getARMFeatures() 166 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch) in getARMFeatures() 169 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures() 170 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures() 187 if (Attributes.hasAttribute(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures() 188 switch(Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures() 201 if (Attributes.hasAttribute(ARMBuildAttrs::FP_arch)) { in getARMFeatures() 202 switch(Attributes in getARMFeatures() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrFMA3Info.h | 34 uint16_t Attributes; member 43 /// This bit must be set in the 'Attributes' field of FMA group if such 47 /// This bit must be set in the 'Attributes' field of FMA group if such 53 /// This bit must be set in the 'Attributes' field of FMA group if such 74 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; } in isIntrinsic() 78 return (Attributes & KMergeMasked) != 0; in isKMergeMasked() 82 bool isKZeroMasked() const { return (Attributes &KZeroMasked) != 0; } in isKZeroMasked() 86 return (Attributes & (KMergeMasked | KZeroMasked)) != 0; in isKMasked()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsxNamespaceGlobalReexport.js | 45 export type Attributes = {}; 54 Attributes 67 props: Attributes & P & { children?: ComponentChild }, 80 props: Attributes & P & { children?: ComponentChild[] }, 93 props: Attributes & P & { children?: ComponentChildren },
|
H A D | jsxNamespaceGlobalReexportMissingAliasTarget.js | 45 export type Attributes = {}; 54 Attributes 67 props: Attributes & P & { children?: ComponentChild }, 80 props: Attributes & P & { children?: ComponentChild[] }, 93 props: Attributes & P & { children?: ComponentChildren },
|
H A D | jsxNamespaceImplicitImportJSXNamespace.js | 45 export type Attributes = {}; 54 Attributes 67 props: Attributes & P & { children?: ComponentChild }, 81 props: Attributes & P & { children?: ComponentChild[] }, 95 props: Attributes & P & { children?: ComponentChildren },
|
H A D | tsxAttributesHasInferrableIndex.js | 3 interface Attributes { 6 function createElement(name: string, attributes: Attributes | undefined, ...contents: string[]) { 13 function Button(attributes: Attributes | undefined, contents: string[]) {
|
H A D | recursiveTypeRelations.js | 4 type Attributes<Keys extends keyof any> = { 8 class Query<A extends Attributes<keyof A>> { 9 multiply<B extends Attributes<keyof B>>(x: B): Query<A & B>;
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
H A D | JarPhonePrefixDataIOHandler.java | 24 import java.util.jar.Attributes; 64 manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0"); in createJar()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.cpp | 124 _processedFileInfo.Attributes = _defaultAttributes;
in GetStream() 129 _processedFileInfo.Attributes = prop.ulVal;
in GetStream() 244 SetFileAttrib(_diskFilePath, _processedFileInfo.Attributes);
in SetOperationResult()
|
H A D | ExtractCallbackSfx.h | 42 UInt32 Attributes;
member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ARMAttributeParser.h | 23 std::map<unsigned, unsigned> Attributes; member in llvm::ARMAttributeParser 130 return Attributes.count(Tag); in hasAttribute() 134 return Attributes.find(Tag)->second; in getAttributeValue()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingScheme.java | 80 public abstract static class Attributes { class in NumberingScheme 82 public static Attributes create( in create() 200 Attributes attributes, in from() 225 List<Comment> comments, Attributes attributes) { in addSyntheticComments() 275 private static void checkNationalOnly(Attributes attributes, RangeTable xmlTable) { in checkNationalOnly() 317 Attributes attributes, RangeTable xmlTable, Map<String, FormatSpec> formats) { in checkUnambiguousIdd() 383 Attributes attributes, in checkFormatConsistency() 575 public abstract Attributes getAttributes(); in getAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 259 struct Attributes { 277 void Attributes::add(const Twine &Name, const Twine &Value, 287 void Attributes::addComment(const Twine &Comment) { 297 std::string Attributes::getAsString() const { 473 Attributes A;
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | CurrencyDataParser.java | 21 import org.xml.sax.Attributes; 93 public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | DWARFVisitor.cpp | 57 auto AbbrForm = Abbrev.Attributes.begin(); in traverseDebugInfo() 59 FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end(); in traverseDebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 270 std::vector<AttributeEncoding> Attributes; ///< List of index attributes. member 273 std::vector<AttributeEncoding> Attributes) in Abbrev() 274 : Code(Code), Tag(Tag), Attributes(std::move(Attributes)) {} in Abbrev()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 167 \subsection{Attributes of \tag{registry} tags} 206 \subsection{Attributes of \tag{type} tags} 254 \subsection{Attributes of \tag{groups} tags} 285 \subsection{Attributes of \tag{group} tags} 315 \subsection{Attributes of \tag{enums} tags} 370 \subsection{Attributes of \tag{enum} tags} 408 \subsection{Attributes of \tag{unused} tags} 432 \subsection{Attributes of \tag{commands} tags} 453 \subsection{Attributes of \tag{command} tags} 496 \subsubsection{Attributes o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 411 for (const auto &Attr : Attributes) in dump() 526 Values.reserve(Abbr.Attributes.size()); in Entry() 527 for (const auto &Attr : Abbr.Attributes) in Entry() 533 assert(Abbr->Attributes.size() == Values.size()); in lookup() 534 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() 567 assert(Abbr->Attributes.size() == Values.size()); in dump() 568 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | COFF.h | 211 // dumpbin reports this field as "Characteristics" instead of "Attributes". 212 support::ulittle32_t Attributes; member 1247 support::ulittle16_t Attributes; member 1250 int getPrologSize() const { return Attributes & 0xF; } in getPrologSize() 1253 int getNumSavedRegs() const { return (Attributes >> 8) & 0x7; } in getNumSavedRegs() 1256 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() 1259 bool useBP() const { return (Attributes >> 10) & 1; } in useBP() 1262 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP()
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 170 \subsection{Attributes of \tag{registry} tags} 213 \subsection{Attributes of \tag{type} tags} 261 \subsection{Attributes of (\tag{kinds} tag)} 287 \subsection{Attributes of \tag{kind} tag} 318 \subsection{Attributes of \tag{groups} tags} 349 \subsection{Attributes of \tag{group} tags} 379 \subsection{Attributes of \tag{enums} tags} 434 \subsection{Attributes of \tag{enum} tags} 478 \subsection{Attributes of \tag{unused} tags} 502 \subsection{Attributes o [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | MemoryLock.cpp | 64 tp.Privileges[0].Attributes = (enable ? SE_PRIVILEGE_ENABLED : 0);
in EnablePrivilege()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | GoogleMessageBenchmark.cs | 33 using BenchmarkDotNet.Attributes;
|