Searched defs:attrs (Results 1 - 25 of 377) sorted by relevance

1234567891011>>

/external/annotation-tools/asmx/test/conform/org/objectweb/asm/attrs/
H A DStackMapTableAttributeTest.java30 package org.objectweb.asm.attrs;
42 import org.objectweb.asm.util.attrs.ASMStackMapTableAttribute;
H A DStackMapTableAttributeTest.class ... StackMapTableAttributeTest.java package org.objectweb.asm.attrs public org.objectweb.asm.attrs.StackMapTableAttributeTest ...
H A DStackMapTableSample.data ... StackMapTableSample.java package org.objectweb.asm.attrs public org.objectweb.asm.attrs.StackMapTableSample ...
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/attrs/
H A DASMStackMapTableAttributeTest.java30 package org.objectweb.asm.util.attrs;
39 import org.objectweb.asm.attrs.StackMapTableAttributeTest;
56 String n = "org.objectweb.asm.attrs.StackMapTableSample";
H A DASMStackMapTableAttributeTest.class ... java package org.objectweb.asm.util.attrs public org.objectweb.asm.util.attrs ...
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
H A DTestDialogPreference.java8 public TestDialogPreference(Context context, AttributeSet attrs) { argument
9 super(context, attrs);
H A DLocalActivityManagerContainer.java22 public LocalActivityManagerContainer(Context context, AttributeSet attrs) { argument
23 super(context, attrs);
27 public LocalActivityManagerContainer(Context context, AttributeSet attrs, int defStyle) { argument
28 super(context, attrs, defStyle);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DEncodingPreference.java14 public EncodingPreference(Context context, AttributeSet attrs) { argument
15 super(context, attrs);
H A DHelpTopicView.java31 public HelpTopicView(Context context, AttributeSet attrs, int defStyle) { argument
32 super(context, attrs, defStyle);
36 public HelpTopicView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
/external/annotation-tools/asmx/src/org/objectweb/asm/attrs/
H A DStackMapFrame.java30 package org.objectweb.asm.attrs;
/external/annotation-tools/asmx/src/org/objectweb/asm/util/attrs/
H A DASMifiable.java30 package org.objectweb.asm.util.attrs;
H A DTraceable.java30 package org.objectweb.asm.util.attrs;
/external/clang/test/CodeGen/
H A Dpacked-union.c6 } __attribute__((__packed__)) attrs; typedef in typeref:struct:_attrs
10 attrs file_attrs;
/external/mesa3d/src/egl/main/
H A Deglimage.c41 _eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *dpy, argument
48 memset(attrs, 0, sizeof(*attrs));
49 attrs->ImagePreserved = EGL_FALSE;
50 attrs->GLTextureLevel = 0;
51 attrs->GLTextureZOffset = 0;
63 attrs->ImagePreserved = val;
68 attrs->GLTextureLevel = val;
71 attrs->GLTextureZOffset = val;
76 attrs
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DCustomView.java11 public CustomView(Context context, AttributeSet attrs) { argument
12 super(context, attrs);
14 attributeResourceValue = attrs.getAttributeResourceValue("some namespace", "message", -1);
H A DCustomView2.java10 public CustomView2(Context context, AttributeSet attrs) { argument
11 super(context, attrs);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
H A DCustomView.java15 public CustomView(Context context, AttributeSet attrs) { argument
16 super(context, attrs);
18 attributeResourceValue = attrs.getAttributeResourceValue(ROBOLECTRIC_RES_URI, "message", -1);
19 namespacedResourceValue = attrs.getAttributeResourceValue(FAKE_URI, "message", -1);
H A DCustomView2.java10 public CustomView2(Context context, AttributeSet attrs) { argument
11 super(context, attrs);
/external/tensorflow/tensorflow/core/framework/
H A Dfunction_testlib.h37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) {
38 for (const auto& aval : attrs) {
53 attrs = {},
36 Attrs(const std::initializer_list< std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) argument
/external/tensorflow/tensorflow/core/ops/
H A Dfunctional_grad.cc24 Status MapAccumulateGrad(const AttrSlice& attrs, FunctionDef* ret) { argument
26 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "f", &func));
28 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "T", &T));
30 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "K", &k));
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DMemberNode.java69 public List attrs; field in class:MemberNode
109 if (attrs == null) {
110 attrs = new ArrayList(1);
112 attrs.add(attr);
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
H A DSAXAdapter.java60 protected final void addStart(String name, Attributes attrs) { argument
62 h.startElement("", name, name, attrs);
68 protected final void addElement(String name, Attributes attrs) { argument
69 addStart(name, attrs);
/external/iproute2/lib/
H A Dlibgenl.c17 struct rtattr *attrs; local
37 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN);
38 parse_rtattr(tb, CTRL_ATTR_MAX, attrs, len);
/external/iw/
H A Dps.c47 struct nlattr *attrs[NL80211_ATTR_MAX + 1]; local
51 nla_parse(attrs, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0),
54 if (!attrs[NL80211_ATTR_PS_STATE])
57 switch (nla_get_u32(attrs[NL80211_ATTR_PS_STATE])) {
/external/libdrm/tests/kmstest/
H A Dmain.c46 unsigned attrs[7] = { local
53 ret = kms_bo_create(kms, attrs, &bo);

Completed in 714 milliseconds

1234567891011>>