HomeSort by relevance Sort by last modified time
    Searched defs:attrs (Results 101 - 125 of 1676) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
MessagesListing.java 54 HashMap<String, String> attrs = new HashMap<String, String>(); local
57 attrs.put(xpp.getAttributeName(i), xpp.getAttributeValue(i));
61 Message msg = new Message(attrs);
  /packages/apps/Car/Media/src/com/android/car/media/widgets/
MediaItemTabView.java 52 int[] attrs = new int[]{android.R.attr.selectableItemBackground}; local
53 TypedArray typedArray = context.obtainStyledAttributes(attrs);
  /packages/apps/Contacts/src/com/android/contacts/util/
LocalizedNameResolver.java 88 final AttributeSet attrs = Xml.asAttributeSet(parser); local
104 final TypedArray typedArray = context.obtainStyledAttributes(attrs,
  /packages/apps/LegacyCamera/src/com/android/camera/
PreferenceInflater.java 77 AttributeSet attrs = Xml.asAttributeSet(parser); local
79 Object args[] = new Object[]{mContext, attrs};
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 119 final AttributeSet attrs = Xml.asAttributeSet(parser); local
146 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/services/Car/service/src/com/android/car/
CarVolumeGroupsHelper.java 49 AttributeSet attrs = Xml.asAttributeSet(parser); local
67 carVolumeGroups.add(parseVolumeGroup(id, attrs, parser));
77 private CarVolumeGroup parseVolumeGroup(int id, AttributeSet attrs, XmlResourceParser parser)
90 attrs, R.styleable.volumeGroups_context);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 23 * associated attrs.xml.
64 AttributeInfo[] attrs = existing.getAttributes(); local
65 if (attrs == null || attrs.length == 0) {
68 mAttributes = new AttributeInfo[attrs.length];
69 System.arraycopy(attrs, 0, mAttributes, 0, attrs.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 65 AttributeInfo[] attrs = info.getAttributes(); local
66 assertEquals(1, attrs.length);
100 AttributeInfo[] attrs = dep.getAttributes(); local
101 assertEquals(4, attrs.length);
103 assertEquals("deprecated-inline", attrs[0].getName());
104 assertEquals("In-line deprecated.", attrs[0].getDeprecatedDoc());
105 assertEquals("Deprecated comments using delimiters.", attrs[0].getJavaDoc());
107 assertEquals("deprecated-multiline", attrs[1].getName());
109 attrs[1].getDeprecatedDoc());
110 assertEquals("Deprecated comments on their own line.", attrs[1].getJavaDoc())
    [all...]
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 270 std::vector<NL80211Attr<std::string>> attrs; local
272 EXPECT_TRUE(attr.GetListOfAttributes(&attrs));
273 EXPECT_TRUE(attrs.size() == 3);
274 ASSERT_EQ(0, attrs[0].GetAttributeId());
275 ASSERT_EQ(1, attrs[1].GetAttributeId());
276 ASSERT_EQ(2, attrs[2].GetAttributeId());
277 ASSERT_EQ("first", attrs[0].GetValue());
278 ASSERT_EQ("second", attrs[1].GetValue());
279 ASSERT_EQ("third", attrs[2].GetValue());
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
VtsVendorConfigFileUtil.java 120 Map<String, String> attrs = buildInfo.getBuildAttributes(); local
121 if (attrs.containsKey(KEY_VENDOR_TEST_CONFIG_DEFAULT_TYPE)) {
122 mDefaultType = attrs.get(KEY_VENDOR_TEST_CONFIG_DEFAULT_TYPE);
126 mVendorConfigFilePath = attrs.get(KEY_VENDOR_TEST_CONFIG_FILE_PATH);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/attrs/
StackMapTableSample.class 
  /bionic/libc/kernel/uapi/rdma/
rdma_user_ioctl.h 47 struct ib_uverbs_attr attrs[0]; member in struct:ib_uverbs_ioctl_hdr
  /cts/tests/tests/graphics/jni/
android_graphics_cts_CameraGpuCtsActivity.cpp 218 EGLint attrs[] = { local
225 eglBuffer, attrs);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ColorDrawableTest.java 129 final AttributeSet attrs = Xml.asAttributeSet(parser); local
130 colorDrawable.inflate(resources, parser, attrs);
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateDecelerateInterpolatorTest.java 72 AttributeSet attrs = Xml.asAttributeSet(parser); local
73 new AccelerateDecelerateInterpolator(mActivity, attrs);
AccelerateInterpolatorTest.java 74 AttributeSet attrs = Xml.asAttributeSet(parser); local
75 new AccelerateInterpolator(mActivity, attrs);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 66 int[] attrs = R.styleable.style1; local
67 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java 81 AttributeSet attrs = getAttributeSet(); local
84 new AbsoluteLayout(mActivity, attrs);
85 new AbsoluteLayout(mActivity, attrs, 0);
87 new AbsoluteLayout(mActivity, attrs, -1);
146 public MyAbsoluteLayout(Context context, AttributeSet attrs) {
147 super(context, attrs);
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);
TableLayout_LayoutParamsTest.java 104 AttributeSet attrs = getAttrs("base_attr_pixel"); local
105 TypedArray a = mContext.obtainStyledAttributes(attrs,
120 attrs = getAttrs("base_attr_fillwrap");
121 a = mContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
135 attrs = getAttrs("base_attr_noheight");
136 a = mContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
170 AttributeSet attrs = null; local
198 attrs = Xml.asAttributeSet(parser);
211 return attrs;
TableRow_LayoutParamsTest.java 125 AttributeSet attrs = getAttrs("base_attr_pixel"); local
126 TypedArray a = mActivity.obtainStyledAttributes(attrs,
141 attrs = getAttrs("base_attr_fillwrap");
142 a = mActivity.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
156 attrs = getAttrs("base_attr_noheight");
157 a = mActivity.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
194 AttributeSet attrs = null; local
222 attrs = Xml.asAttributeSet(parser);
235 return attrs;
TwoLineListItemTest.java 60 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.twolinelistitem); local
61 assertNotNull(attrs);
64 new TwoLineListItem(mActivity, attrs);
66 new TwoLineListItem(mActivity, attrs, 0);
68 new TwoLineListItem(mActivity, attrs, Integer.MAX_VALUE);
69 new TwoLineListItem(mActivity, attrs, Integer.MIN_VALUE);
79 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.twolinelistitem); local
80 new TwoLineListItem(null, attrs);
85 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.twolinelistitem); local
86 new TwoLineListItem(null, attrs, 0)
    [all...]
ViewSwitcherTest.java 62 AttributeSet attrs = Xml.asAttributeSet(parser); local
63 new ViewSwitcher(mContext, attrs);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 165 pthread_attr_t attrs; local
176 if (pthread_attr_init(&attrs) != 0)
183 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
184 pthread_attr_destroy(&attrs);
190 pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM);
195 &attrs,
204 pthread_attr_destroy(&attrs);
470 pthread_attr_t attrs; local
490 if (pthread_attr_init(&attrs) == 0) {
491 rc = pthread_attr_setstacksize(&attrs, size);
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/attrs/
ASMStackMapTableAttribute.java 30 package org.objectweb.asm.util.attrs;
38 import org.objectweb.asm.attrs.StackMapTableAttribute;
39 import org.objectweb.asm.attrs.StackMapFrame;
40 import org.objectweb.asm.attrs.StackMapType;

Completed in 715 milliseconds

1 2 3 45 6 7 8 91011>>