/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 212 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone); 218 F->addAttribute(AttributeSet::FunctionIndex, 493 B.addAttribute(Attribute::NoCapture); 558 B.addAttribute(R); 658 B.addAttribute(ReadAttr); 659 R.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone); 880 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull); 899 F->addAttribute(AttributeSet::ReturnIndex, Attribute::NonNull) [all...] |
/external/webrtc/webrtc/p2p/base/ |
turnport.cc | 887 VERIFY(msg->AddAttribute(new StunByteStringAttribute( 889 VERIFY(msg->AddAttribute(new StunByteStringAttribute( 891 VERIFY(msg->AddAttribute(new StunByteStringAttribute( [all...] |
port.cc | 551 response.AddAttribute(new StunUInt32Attribute( 561 response.AddAttribute( 605 response.AddAttribute(error_attr); 684 request->AddAttribute( 689 request->AddAttribute(new StunUInt32Attribute( 697 request->AddAttribute(new StunUInt64Attribute( 705 request->AddAttribute(new StunByteStringAttribute( 709 request->AddAttribute(new StunUInt64Attribute( 724 request->AddAttribute( [all...] |
stunrequest.cc | 167 msg_->AddAttribute(new StunByteStringAttribute(STUN_ATTR_ORIGIN,
|
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
Attributes.h | 252 AttributeSet addAttribute(LLVMContext &C, unsigned Index, 257 AttributeSet addAttribute(LLVMContext &C, unsigned Index, StringRef Kind, 262 AttributeSet addAttribute(LLVMContext &C, ArrayRef<unsigned> Indices, 464 addAttribute(A); 471 AttrBuilder &addAttribute(Attribute::AttrKind Val); 474 AttrBuilder &addAttribute(Attribute A); 477 AttrBuilder &addAttribute(StringRef A, StringRef V = StringRef());
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DIE.h | 83 /// AddAttribute - Adds another set of attribute information to the 85 void AddAttribute(unsigned Attribute, unsigned Form) { 162 Abbrev.AddAttribute(Attribute, Form);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToUnknownStream.java | 264 * @see ExtendedContentHandler#addAttribute(String, String, String, String, String) 266 public void addAttribute( 279 m_handler.addAttribute(uri, localName, rawName, type, value, XSLAttribute); 285 * @see ExtendedContentHandler#addAttribute(String, String) 287 public void addAttribute(String rawName, String value) 293 m_handler.addAttribute(rawName, value); [all...] |
SerializerBase.java | 361 * @see ExtendedContentHandler#addAttribute(String, String, String, String, String) 363 public void addAttribute( 429 m_attributes.addAttribute(uri, localName, rawName, type, value); 444 public void addAttribute(String name, final String value) [all...] |
ToXMLSAXHandler.java | 727 * @see ExtendedContentHandler#addAttribute(String, String, String, String, String) 729 public void addAttribute(
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorLRE.java | 129 stylesheetAttrs.addAttribute(null, attrLocalName, attrLocalName, 141 lreAttrs.addAttribute(attrUri, attrLocalName,
|
/external/clang/lib/ARCMigrate/ |
TransProperties.cpp | 249 bool addedAttr = addAttribute(canUseWeak ? "weak" : "unsafe_unretained", 282 bool addAttribute(StringRef attr, SourceLocation atLoc) const {
|
/external/skia/src/xml/ |
SkDOM.cpp | 25 if (this->addAttribute(name, value)) { 323 parser->addAttribute(name, value);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 136 public void addAttribute(SimpleAttribute attr) { 306 e.addAttribute(a);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCopyOf.java | 175 SerializerUtils.addAttribute(handler, pos);
|
/external/javassist/src/main/javassist/ |
CtNewWrappedMethod.java | 152 body.addAttribute(new SyntheticAttribute(classfile.getConstPool()));
|
/external/javassist/src/main/javassist/bytecode/ |
FieldInfo.java | 237 public void addAttribute(AttributeInfo info) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NewHdfParser.java | 68 void addAttribute(String key, String value) { 416 element.addAttribute(attrKey, DEFAULT_ATTR_VALUE); 430 element.addAttribute(attrKey, attrValue); 441 element.addAttribute(attrKey, attrValue);
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
SoapSerializationEnvelope.java | 171 ((SoapObject) obj).addAttribute(attributeName, value); 258 sp.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i)); 265 so.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i)); 277 so.addAttribute((AttributeInfo) attributeInfoVector.elementAt(i));
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 419 A = A.addAttribute(C, AttributeSet::FunctionIndex, 421 A = A.addAttribute(C, AttributeSet::FunctionIndex, 423 A = A.addAttribute(C, AttributeSet::FunctionIndex, 497 A = A.addAttribute(F.getContext(), AttributeSet::FunctionIndex,
|
/external/llvm/lib/Transforms/Scalar/ |
PartiallyInlineLibCalls.cpp | 69 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
|
/external/skia/src/gpu/glsl/ |
GrGLSLVarying.h | 174 void addAttribute(const GrShaderVar& var);
|
/frameworks/base/tools/aapt/ |
XMLNode.h | 120 status_t addAttribute(const String16& ns, const String16& name,
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 560 atts.addAttribute (nsSupport.XMLNS, prefix, 563 atts.addAttribute ("", "", 573 atts.addAttribute(attName[0], attName[1], attName[2], 580 atts.addAttribute("", attQName, attQName, type, value);
|
/system/connectivity/wificond/net/ |
nl80211_packet.h | 109 void AddAttribute(const BaseNL80211Attr& attribute);
|