Searched
refs:Attribute (Results
1001 -
1025 of
1285) sorted by null
<<41424344454647484950>>
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.annotation.target.*; 27 import proguard.classfile.attribute.annotation.target.visitor.*; 28 import proguard.classfile.attribute.annotation.visitor.TypeAnnotationVisitor; 29 import proguard.classfile.attribute.preverification.*; 30 import proguard.classfile.attribute.preverification.visitor.*; 31 import proguard.classfile.attribute.visitor.*; 392 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} [all...] |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassWriter.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.annotation.target.*; 27 import proguard.classfile.attribute.annotation.target.visitor.*; 28 import proguard.classfile.attribute.annotation.visitor.*; 29 import proguard.classfile.attribute.preverification.*; 30 import proguard.classfile.attribute.preverification.visitor.*; 31 import proguard.classfile.attribute.visitor.*; 256 public void visitAnyAttribute(Clazz clazz, Attribute attribute) [all...] |
/external/proguard/src/proguard/classfile/util/ |
SimplifiedVisitor.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.annotation.target.*; 27 import proguard.classfile.attribute.preverification.*; 230 * Visit any type of attribute. 232 public void visitAnyAttribute(Clazz clazz, Attribute attribute) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationSimplifier.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 91 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} [all...] |
PartialEvaluator.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 173 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
refparser.py | 97 'ATTRIBUTE', 162 'attribute' : 'ATTRIBUTE', 560 | ATTRIBUTE comma_list SEMI 751 'attribute_def : ATTRIBUTE IDENTIFIER SEMI' 752 a = refpolicy.Attribute(p[2])
|
refpolicy.py | 412 class Attribute(Leaf): 418 return "attribute %s;" % self.name
|
/external/tinyxml2/ |
tinyxml2.h | 763 /** An attribute is a name-value pair. Elements have an arbitrary
767 Next() attribute in a list.
773 const char* Name() const { return name.GetStr(); } ///< The name of the attribute.
774 const char* Value() const { return value.GetStr(); } ///< The value of the attribute.
775 const XMLAttribute* Next() const { return next; } ///< The next attribute in the list.
777 /** IntAttribute interprets the attribute as an integer, and returns the value.
791 /** QueryIntAttribute interprets the attribute as an integer, and returns the value
805 /// Set the attribute to a string value.
807 /// Set the attribute to value.
809 /// Set the attribute to value. [all...] |
/frameworks/compile/slang/ |
slang_backend.cpp | 436 // Log functions with attribute "kernel" by their names, and assign 439 // kernel functions which are defined without the "kernel" attribute. 676 HelperFunction->addFnAttr(llvm::Attribute::NoInline);
|
/prebuilts/devtools/tools/lib/ |
emma.jar | |
emma_device.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/ |
decentxml-1.3.jar | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
refparser.py | 97 'ATTRIBUTE', 162 'attribute' : 'ATTRIBUTE', 561 | ATTRIBUTE comma_list SEMI 752 'attribute_def : ATTRIBUTE IDENTIFIER SEMI' 753 a = refpolicy.Attribute(p[2])
|
refpolicy.py | 412 class Attribute(Leaf): 418 return "attribute %s;" % self.name
|
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/ |
decentxml-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/ |
txw2-2.2.11.jar | |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
jsoup-1.7.2.jar | |
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
jsoup-1.6.3.jar | |
/external/clang/lib/Lex/ |
ModuleMap.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | [all...] |
/prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/ |
maven-bundle-plugin-2.3.6.jar | |
/external/clang/lib/AST/ |
ASTDumper.cpp | 813 llvm_unreachable("unexpected attribute kind"); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessageFormat.java | 18 import java.text.AttributedCharacterIterator.Attribute; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | 17 import java.text.AttributedCharacterIterator.Attribute; [all...] |
Completed in 1229 milliseconds
<<41424344454647484950>>