Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/gptfdisk/
Dattributes.cc22 string Attributes::atNames[NUM_ATR];
23 int Attributes::numAttrs = 0;
27 Attributes::Attributes(void) { in Attributes() function in Attributes
35 Attributes::Attributes(const uint64_t a) { in Attributes() function in Attributes
43 Attributes::~Attributes(void) { in ~Attributes()
47 void Attributes::Setup(void) { in Setup()
55 Attributes::atNames[i] = temp.str(); in Setup()
68 void Attributes::DisplayAttributes(void) { in DisplayAttributes()
91 void Attributes::ShowAttributes(const uint32_t partNum) { in ShowAttributes()
105 void Attributes::ChangeAttributes(void) { in ChangeAttributes()
[all …]
Dattributes.h15 class Attributes {
23 Attributes(void);
24 Attributes(const uint64_t a);
25 ~Attributes(void);
39 ostream & operator<<(ostream & os, const Attributes & data);
/external/clang/include/clang/Basic/
DBuiltins.h53 const char *Name, *Type, *Attributes, *HeaderName; member
99 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
104 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
109 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
114 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
120 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
126 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
133 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
140 return strchr(getRecord(ID).Attributes, 'i') != nullptr; in isPredefinedRuntimeFunction()
145 return strchr(getRecord(ID).Attributes, 't') != nullptr; in hasCustomTypechecking()
[all …]
/external/llvm/lib/IR/
DMakefile14 $(PROJ_OBJ_ROOT)/include/llvm/IR/Attributes.inc
19 ATTRINCFILE:=$(PROJ_OBJ_ROOT)/include/llvm/IR/Attributes.inc
23 ATTRIBUTESTD := $(PROJ_SRC_ROOT)/include/llvm/IR/Attributes.td
34 $(ObjDir)/Attributes.inc.tmp: $(ObjDir)/.dir $(ATTRIBUTESTD) $(LLVM_TBLGEN)
35 $(Echo) Building Attributes.inc.tmp from $(ATTRIBUTESTD)
38 $(ATTRINCFILE): $(ObjDir)/Attributes.inc.tmp $(PROJ_OBJ_ROOT)/include/llvm/IR/.dir
40 $(EchoCmd) Updated Attributes.inc because Attributes.inc.tmp \
48 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/IR/Attributes.inc
49 $(Verb) $(DataInstall) $(ATTRINCFILE) $(DESTDIR)$(PROJ_includedir)/llvm/IR/Attributes.inc
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributes.java24 public class Attributes class
29 private Attributes(ASN1Set set) in Attributes() method in Attributes
34 public Attributes(ASN1EncodableVector v) in Attributes() method in Attributes
52 public static Attributes getInstance(Object obj) in getInstance()
54 if (obj instanceof Attributes) in getInstance()
56 return (Attributes)obj; in getInstance()
60 return new Attributes(ASN1Set.getInstance(obj)); in getInstance()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp186 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local
187 FD.D.setObjCWeakProperty((Attributes & ObjCDeclSpec::DQ_PR_weak) != 0); in ActOnProperty()
190 if (!getOwnershipRule(Attributes)) { in ActOnProperty()
191 Attributes |= deducePropertyOwnershipFromType(*this, T); in ActOnProperty()
193 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || in ActOnProperty()
195 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()
205 Attributes, in ActOnProperty()
216 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()
223 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty()
280 makePropertyAttributesAsWritten(unsigned Attributes) { in makePropertyAttributesAsWritten() argument
[all …]
/external/llvm/utils/TableGen/
DAttributes.cpp23 class Attributes { class
25 Attributes(RecordKeeper &R) : Records(R) {} in Attributes() function in __anon87fc73640111::Attributes
36 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { in emitTargetIndependentEnums()
49 void Attributes::emit(raw_ostream &OS) { in emit()
56 Attributes(RK).emit(OS); in EmitAttributes()
/external/llvm/test/Verifier/
Dinalloca1.ll4 ; CHECK: Attributes {{.*}} are incompatible
7 ; CHECK: Attributes {{.*}} are incompatible
10 ; CHECK: Attributes {{.*}} are incompatible
13 ; CHECK: Attributes {{.*}} are incompatible
16 ; CHECK: Attributes {{.*}} are incompatible
/external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
DContextHandlerMBean.java26 import org.eclipse.jetty.util.Attributes;
38 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in getContextAttributes()
51 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in setContextAttribute()
57 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in setContextAttribute()
63 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in removeContextAttribute()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DSignatureRemover.java19 import java.util.jar.Attributes;
94 private void filterManifestEntry(final Collection<Attributes> entry) { in filterManifestEntry()
95 for (final Iterator<Attributes> i = entry.iterator(); i.hasNext();) { in filterManifestEntry()
96 final Attributes attributes = i.next(); in filterManifestEntry()
104 private void filterManifestEntryAttributes(final Attributes attrs) { in filterManifestEntryAttributes()
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java11 import org.xml.sax.Attributes;
124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile()
139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite()
231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine()
247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript()
268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest()
343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses()
357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners()
372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener()
382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DClassCache.java11 import java.util.jar.Attributes;
18 private static final Attributes.Name VERSION_ATTRIBUTE = new Attributes.Name("version");
31 Attributes attributes = manifest.getEntries().get("robolectric"); in ClassCache()
51 Attributes attributes = new Attributes(); in ClassCache()
/external/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test43 CHECK: Attributes [ (0x800004)
61 CHECK: Attributes [ (0x0)
76 CHECK32: Attributes [ (0x0)
92 CHECK: Attributes [ (0x0)
108 CHECK: Attributes [ (0x0)
124 CHECK: Attributes [ (0x0)
139 CHECK64: Attributes [ (0x0)
154 CHECK64: Attributes [ (0x0)
169 CHECK64: Attributes [ (0x0)
184 CHECK64: Attributes [ (0x0)
[all …]
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-flags.test9 ; NO_ARGS: Attributes: HasPrivateSymbols
18 ; TYPES: Attributes: HasPrivateSymbols
27 ; COMPILANDS: Attributes: HasPrivateSymbols
36 ; MULTIPLE: Attributes: HasPrivateSymbols
/external/llvm/test/tools/llvm-readobj/
Dsections.test132 MACHO-I386-NEXT: Attributes [ (0x800004)
150 MACHO-I386-NEXT: Attributes [ (0x0)
169 MACHO-X86-64-NEXT: Attributes [ (0x800004)
188 MACHO-X86-64-NEXT: Attributes [ (0x0)
208 MACHO-PPC-NEXT: Attributes [ (0x800004)
226 MACHO-PPC-NEXT: Attributes [ (0x800004)
244 MACHO-PPC-NEXT: Attributes [ (0x0)
260 MACHO-PPC-NEXT: Attributes [ (0x0)
276 MACHO-PPC-NEXT: Attributes [ (0x0)
295 MACHO-PPC64-NEXT: Attributes [ (0x800004)
[all …]
Dmacho-universal-x86_64.i386.test68 MULTISECTIONS: Attributes [ (0x800004)
86 MULTISECTIONS: Attributes [ (0x0)
102 MULTISECTIONS: Attributes [ (0x0)
124 MULTISECTIONS: Attributes [ (0x800004)
142 MULTISECTIONS: Attributes [ (0x0)
197 MULTISECTIONS-ARCHIVE: Attributes [ (0x800004)
215 MULTISECTIONS-ARCHIVE: Attributes [ (0x0)
231 MULTISECTIONS-ARCHIVE: Attributes [ (0x20000)
248 MULTISECTIONS-ARCHIVE: Attributes [ (0x680000)
273 MULTISECTIONS-ARCHIVE: Attributes [ (0x800004)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/data/
Dpem_from_pkcs12.pem1 Bag Attributes
4 Key Attributes: <No Attributes>
/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java37 import org.eclipse.jetty.util.Attributes;
133 final Attributes old_attr=baseRequest.getAttributes(); in include()
219 final Attributes old_attr=baseRequest.getAttributes(); in forward()
328 private class ForwardAttributes implements Attributes
330 final Attributes _attr;
338 ForwardAttributes(Attributes attributes) in ForwardAttributes()
445 private class IncludeAttributes implements Attributes
447 final Attributes _attr;
455 IncludeAttributes(Attributes attributes) in IncludeAttributes()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java33 import org.xml.sax.Attributes;
158 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement()
264 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
285 Attributes setPropertiesFromAttributes( in setPropertiesFromAttributes()
286 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
DProcessorKey.java29 import org.xml.sax.Attributes;
65 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement()
87 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
DProcessorDecimalFormat.java24 import org.xml.sax.Attributes;
61 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement()
/external/jetty/src/java/org/eclipse/jetty/util/
DAttributesMap.java34 public class AttributesMap implements Attributes
114 public static Enumeration<String> getAttributeNamesCopy(Attributes attrs) in getAttributeNamesCopy()
153 public void addAll(Attributes attributes) in addAll()
/external/llvm/include/llvm/IR/
DCMakeLists.txt1 set(LLVM_TARGET_DEFINITIONS Attributes.td)
2 tablegen(LLVM Attributes.inc -gen-attrs)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerTrace.java23 import org.xml.sax.Attributes;
123 public void fireGenerateEvent(int eventType, String name, Attributes atts); in fireGenerateEvent()
/external/llvm/
Dllvm-gen-attributes.mk1 ATTRIBUTETD := $(LLVM_ROOT_PATH)/include/llvm/IR/Attributes.td
7 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Attributes.inc)

1234567891011