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

<<919293949596979899100>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 128 def __init__ (self, attrs=None):
130 attributes of a Distribution, and then use 'attrs' (a dictionary
133 'attrs' will be assigned to some null value: 0, None, an empty list
229 # Now we'll use the attrs dictionary (ultimately, keyword args from
233 if attrs:
238 options = attrs.get('options')
240 del attrs['options']
246 if 'licence' in attrs:
247 attrs['license'] = attrs['licence'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 128 def __init__ (self, attrs=None):
130 attributes of a Distribution, and then use 'attrs' (a dictionary
133 'attrs' will be assigned to some null value: 0, None, an empty list
229 # Now we'll use the attrs dictionary (ultimately, keyword args from
233 if attrs:
238 options = attrs.get('options')
240 del attrs['options']
246 if 'licence' in attrs:
247 attrs['license'] = attrs['licence'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 128 def __init__ (self, attrs=None):
130 attributes of a Distribution, and then use 'attrs' (a dictionary
133 'attrs' will be assigned to some null value: 0, None, an empty list
229 # Now we'll use the attrs dictionary (ultimately, keyword args from
233 if attrs:
238 options = attrs.get('options')
240 del attrs['options']
246 if 'licence' in attrs:
247 attrs['license'] = attrs['licence'
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar 
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 1182 jint* attrs = env->GetIntArrayElements(attrsObj, 0); local
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /external/curl/lib/
ssh.c 1700 LIBSSH2_SFTP_ATTRIBUTES attrs; local
1738 LIBSSH2_SFTP_ATTRIBUTES attrs; local
2207 LIBSSH2_SFTP_ATTRIBUTES attrs; local
    [all...]
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /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);
PaintDrawableTest.java 231 AttributeSet attrs) {
232 return super.inflateTag(name, r, parser, attrs);
ScaleDrawableTest.java 305 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs"); local
308 dr.inflate(res, parser, attrs);
443 AttributeSet attrs = DrawableTestUtils.getAttributeSet(parser, "scale_allattrs"); local
444 scaleDrawable.inflate(res, parser, attrs);
450 attrs = DrawableTestUtils.getAttributeSet(parser, "scale_nodrawable");
452 Drawable.createFromXmlInner(res, parser, attrs);
458 Drawable.createFromXmlInner(null, parser, attrs);
464 Drawable.createFromXmlInner(res, null, attrs);
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateInterpolatorTest.java 74 AttributeSet attrs = Xml.asAttributeSet(parser); local
75 new AccelerateInterpolator(mActivity, attrs);
DecelerateInterpolatorTest.java 77 AttributeSet attrs = Xml.asAttributeSet(parser); local
78 new DecelerateInterpolator(mActivity, attrs);
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 82 final AttributeSet attrs = Xml.asAttributeSet(parser); local
83 new MediaController(mActivity, attrs);
ToggleButtonTest.java 232 public MockToggleButton(Context context, AttributeSet attrs) {
233 super(context, attrs);
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 122 public TouchDisplayView(Context context, AttributeSet attrs) {
123 super(context, attrs);
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 61 SlidingTabStrip(Context context, AttributeSet attrs) {
62 super(context, attrs);

Completed in 393 milliseconds

<<919293949596979899100>>