HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 401 - 425 of 1285) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 63 cl::desc("Threshold for inlining functions with cold attribute"));
92 // If upgrading the SSP attribute, clear out the old SSP Attributes first.
96 B.addAttribute(Attribute::StackProtect)
97 .addAttribute(Attribute::StackProtectStrong)
98 .addAttribute(Attribute::StackProtectReq);
103 if (Callee->hasFnAttribute(Attribute::SafeStack)) {
105 Caller->addFnAttr(Attribute::SafeStack);
106 } else if (Callee->hasFnAttribute(Attribute::StackProtectReq) &&
107 !Caller->hasFnAttribute(Attribute::SafeStack)) {
109 Caller->addFnAttr(Attribute::StackProtectReq)
    [all...]
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 28 static bool nameIsJavaClassName(xml::Element* el, xml::Attribute* attr,
47 << "attribute 'android:name' in <"
55 if (xml::Attribute* attr = el->findAttribute(xml::kSchemaAndroid, u"name")) {
62 if (xml::Attribute* attr = el->findAttribute(xml::kSchemaAndroid, u"name")) {
66 << "<" << el->name << "> is missing attribute 'android:name'");
71 xml::Attribute* attr = el->findAttribute({}, u"package");
73 diag->error(DiagMessage(el->lineNumber) << "<manifest> tag is missing 'package' attribute");
77 << "attribute 'package' in <manifest> tag must not be a reference");
81 << "attribute 'package' in <manifest> tag is not a valid Java package name: '"
121 el->attributes.push_back(xml::Attribute{
    [all...]
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java 29 import java.text.AttributedCharacterIterator.Attribute;
32 * An AttributedString holds text and related attribute information. It
38 * An attribute is a key/value pair, identified by the key. No two
41 * <p>The values for an attribute are immutable, or must not be mutated
59 // fields holding run attribute information
64 Vector runAttributes[]; // vector of attribute keys for each run
65 Vector runAttributeValues[]; // parallel vector of attribute values for each run
143 Map<? extends Attribute, ?> attributes)
153 throw new IllegalArgumentException("Can't add attribute to 0-length text");
191 * subrange of the original attribute range
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
FieldSourcer.java 22 import org.objectweb.asm.Attribute;
54 public void visitAttribute(Attribute attr) {
55 mOutput.write("%s /* non-standard attribute */ ", attr.type);
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 25 import io.appium.droiddriver.finders.Attribute;
135 * @return value of the given attribute.
137 <T> T get(Attribute attribute);
  /external/llvm/test/MC/ARM/
directive-eabi_attribute-overwrite.s 9 @ CHECK-ATTR: Attribute {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FieldNode.java 32 import org.mockito.asm.Attribute;
123 fv.visitAttribute((Attribute) attrs.get(i));
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceAbstractVisitor.java 33 import org.mockito.asm.Attribute;
125 * Prints a disassembled view of the given attribute.
127 * @param attr an attribute.
129 public void visitAttribute(final Attribute attr) {
131 buf.append(tab).append("ATTRIBUTE ");
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOpaqueAttribute.cpp 82 Attribute *
106 OpaqueAttribute::copyValueFrom (const Attribute &other)
113 "image file attribute of type "
115 "to an attribute of type "
  /frameworks/compile/mclinker/lib/MC/
Android.mk 4 Attribute.cpp \
Input.cpp 11 #include "mcld/MC/Attribute.h"
35 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
66 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
75 // Attribute is deleted by AttributeFactory
  /frameworks/compile/slang/
strip_unknown_attributes.cpp 33 B.addAttribute(llvm::Attribute::ReadNone);
34 B.addAttribute(llvm::Attribute::ReadOnly);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-cpu-directive.d 8 Attribute Section: aeabi
attr-march-all.d 8 Attribute Section: aeabi
attr-march-armv6-m+os.d 8 Attribute Section: aeabi
attr-march-armv7-a+idiv.d 8 Attribute Section: aeabi
attr-march-armv7-a+mp.d 8 Attribute Section: aeabi
attr-march-armv7-a+sec+virt.d 8 Attribute Section: aeabi
attr-march-armv7-a+sec.d 8 Attribute Section: aeabi
attr-march-armv7-a+virt.d 8 Attribute Section: aeabi
attr-march-armv7-r+mp.d 8 Attribute Section: aeabi
attr-march-armv7ve.d 8 Attribute Section: aeabi
attr-march-armv8-a+crypto.d 8 Attribute Section: aeabi
attr-march-armv8-a+fp.d 8 Attribute Section: aeabi
attr-march-armv8-a+simd.d 8 Attribute Section: aeabi

Completed in 1085 milliseconds

<<11121314151617181920>>