HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 1651 - 1675 of 4096) sorted by null

<<61626364656667686970>>

  /prebuilts/go/linux-x86/src/net/
interface_linux.go 34 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
38 ift = append(ift, *newLink(ifim, attrs))
58 func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface {
60 for _, a := range attrs {
161 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
165 ifa := newAddr(ifi, ifam, attrs)
175 func newAddr(ifi *Interface, ifam *syscall.IfAddrmsg, attrs []syscall.NetlinkRouteAttr) Addr {
180 for _, a := range attrs {
186 for _, a := range attrs {
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0/
inspector-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0-alpha1/
inspector-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0-beta1/
inspector-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0-beta2/
inspector-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0-beta3/
inspector-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.0-beta4/
inspector-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/inspector/25.3.1/
inspector-25.3.1.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 156 def startElement(self, name, attrs):
158 for (name, value) in attrs.items():
165 def startElementNS(self, name, qname, attrs):
175 for (name, value) in attrs.items():
232 def startElement(self, name, attrs):
233 self._cont_handler.startElement(name, attrs)
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 156 def startElement(self, name, attrs):
158 for (name, value) in attrs.items():
165 def startElementNS(self, name, qname, attrs):
175 for (name, value) in attrs.items():
232 def startElement(self, name, attrs):
233 self._cont_handler.startElement(name, attrs)
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-dis.in 68 unsigned int attrs,
75 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
77 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
89 unsigned int attrs,
96 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
98 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADDR))
100 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_ABS_ADDR))
102 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
115 unsigned int attrs ATTRIBUTE_UNUSED)
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 56 ArrayList<String> attrs = null; field in class:NewHdfParser.HdfNameAttrs
62 if (attrs != null) {
63 attrs.clear();
69 if (attrs == null) {
70 attrs = new ArrayList<String>(10);
72 attrs.ensureCapacity(attrs.size() + 2);
74 attrs.add(key);
75 attrs.add(value);
80 if (attrs != null)
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 153 * @param attrs The attributes of the XML tag that is inflating the view.
155 public AutoCompleteTextView(Context context, AttributeSet attrs) {
156 this(context, attrs, R.attr.autoCompleteTextViewStyle);
165 * @param attrs The attributes of the XML tag that is inflating the view.
171 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr) {
172 this(context, attrs, defStyleAttr, 0);
181 * @param attrs The attributes of the XML tag that is inflating the view.
192 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
193 this(context, attrs, defStyleAttr, defStyleRes, null);
203 * @param attrs The attributes of the XML tag that is inflating the view
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
m32c.opc 989 unsigned int attrs ATTRIBUTE_UNUSED,
1001 unsigned int attrs ATTRIBUTE_UNUSED,
1012 unsigned int attrs ATTRIBUTE_UNUSED,
1023 unsigned int attrs ATTRIBUTE_UNUSED,
1036 unsigned int attrs ATTRIBUTE_UNUSED,
1047 unsigned int attrs ATTRIBUTE_UNUSED,
1063 unsigned int attrs ATTRIBUTE_UNUSED,
1076 unsigned int attrs ATTRIBUTE_UNUSED,
1089 unsigned int attrs ATTRIBUTE_UNUSED,
1111 unsigned int attrs ATTRIBUTE_UNUSED
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 647 AttributeSet attrs, AnimatorSet parent, int sequenceOrdering, float pixelSize)
667 anim = loadObjectAnimator(res, theme, attrs, pixelSize);
669 anim = loadAnimator(res, theme, attrs, null, pixelSize);
674 a = theme.obtainStyledAttributes(attrs, R.styleable.AnimatorSet, 0, 0);
676 a = res.obtainAttributes(attrs, R.styleable.AnimatorSet);
680 createAnimatorFromXml(res, theme, parser, attrs, (AnimatorSet) anim, ordering,
717 XmlPullParser parser, AttributeSet attrs) throws XmlPullParserException, IOException {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 48 ParsedAttributes *Attrs) {
55 if (Attrs)
56 DS.addAttributes(Attrs->getList());
124 void Parser::ParseGNUAttributes(ParsedAttributes &attrs,
157 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
164 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
244 ParsedAttributes &Attrs,
263 Attrs.addNewTypeAttr(&AttrName,
267 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
273 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName
5523 attrs, T.getCloseLocation()); local
6163 attrs, T.getCloseLocation()); local
6217 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs, local
    [all...]
ParseDeclCXX.cpp 77 ParsedAttributesWithRange attrs(AttrFactory);
84 ParseCXX11Attributes(attrs);
104 ParseGNUAttributes(attrs);
188 attrs.getList(), ImplicitUsingDirectiveDecl);
196 InlineLoc, attrs, T);
213 ParsedAttributes &attrs,
218 ParsedAttributesWithRange attrs(AttrFactory);
219 MaybeParseCXX11Attributes(attrs);
220 MaybeParseMicrosoftAttributes(attrs);
221 ParseExternalDeclaration(attrs);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 70 AttributeSet attrs = Xml.asAttributeSet(parser); local
71 assertNotNull(attrs);
77 new ViewStub(mActivity, attrs);
79 new ViewStub(mActivity, attrs, 30);
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 148 AttributeSet attrs = getAttributeSet(android.widget.cts.R.layout.radiogroup_1); local
149 TypedArray a = mContext.obtainStyledAttributes(attrs,
180 public MockLayoutParams(Context c, AttributeSet attrs) {
181 super(c, attrs);
ZoomButtonTest.java 82 AttributeSet attrs = Xml.asAttributeSet(parser); local
83 assertNotNull(attrs);
84 new ZoomButton(mActivity, attrs);
85 new ZoomButton(mActivity, attrs, 0);
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 86 public SlidingTabLayout(Context context, AttributeSet attrs) {
87 this(context, attrs, 0);
90 public SlidingTabLayout(Context context, AttributeSet attrs, int defStyle) {
91 super(context, attrs, defStyle);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 86 public SlidingTabLayout(Context context, AttributeSet attrs) {
87 this(context, attrs, 0);
90 public SlidingTabLayout(Context context, AttributeSet attrs, int defStyle) {
91 super(context, attrs, defStyle);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 86 public SlidingTabLayout(Context context, AttributeSet attrs) {
87 this(context, attrs, 0);
90 public SlidingTabLayout(Context context, AttributeSet attrs, int defStyle) {
91 super(context, attrs, defStyle);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 86 public SlidingTabLayout(Context context, AttributeSet attrs) {
87 this(context, attrs, 0);
90 public SlidingTabLayout(Context context, AttributeSet attrs, int defStyle) {
91 super(context, attrs, defStyle);

Completed in 786 milliseconds

<<61626364656667686970>>