Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dresponse.py57 def startElement(self, name, attrs, connection): argument
69 def startElement(self, name, attrs, connection): argument
89 def startElement(self, name, attrs, connection): argument
102 def startElement(self, name, attrs, connection): argument
108 def startElement(self, name, attrs, connection): argument
116 def startElement(self, name, attrs, connection): argument
125 def startElement(self, name, attrs, connection): argument
134 def startElement(self, name, attrs, connection): argument
143 def startElement(self, name, attrs, connection): argument
152 def startElement(self, name, attrs, connection): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Demrobject.py37 def startElement(self, name, attrs, connection): argument
76 def startElement(self, name, attrs, connection): argument
92 def startElement(self, name, attrs, connection): argument
122 def startElement(self, name, attrs, connection): argument
187 def startElement(self, name, attrs, connection): argument
228 def startElement(self, name, attrs, connection): argument
279 def startElement(self, name, attrs, connection): argument
307 def startElement(self, name, attrs, connection): argument
324 def startElement(self, name, attrs, connection): argument
343 def startElement(self, name, attrs, connection): argument
[all …]
/external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
DContextHandlerMBean.java38 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in getContextAttributes() local
51 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in setContextAttribute() local
57 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in setContextAttribute() local
63 Attributes attrs = ((ContextHandler)_managed).getAttributes(); in removeContextAttribute() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DEditTextTest.java33 AttributeSet attrs = attributeSetWithMaxLength(maxLength); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local
44 AttributeSet attrs = attributeSetWithoutMaxLength(); in givenInitializingWithAttributeSet_whenMaxLengthNotDefined_thenTextLengthShouldHaveNoRestrictions() local
81 AttributeSet attrs = mock(AttributeSet.class); in attributeSetWithMaxLength() local
87 AttributeSet attrs = mock(AttributeSet.class); in attributeSetWithoutMaxLength() local
DDialogPreferenceTest.java29 private TestAttributeSet attrs; field in DialogPreferenceTest
65 public TestDialogPreference(Context context, AttributeSet attrs, int defStyle) { in TestDialogPreference()
69 public TestDialogPreference(Context context, AttributeSet attrs) { in TestDialogPreference()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java94 Map<String, String> attrs = Maps.newHashMap(); in getGraphAttributes() local
102 Map<String, String> attrs = getGraphAttributes(); in start() local
111 Map<String, String> attrs = getNodeAttributes(node); in renderNode() local
116 Map<String, String> attrs = Maps.newHashMap(); in getNodeAttributes() local
167 Map<String, String> attrs = getEdgeAttributes(edge); in renderEdge() local
179 Map<String, String> attrs = Maps.newHashMap(); in getEdgeAttributes() local
188 private String getAttrString(Map<String, String> attrs) { in getAttrString() argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
Dstack.py23 def startElement(self, name, attrs, connection): argument
150 def startElement(self, name, attrs, connection): argument
184 def startElement(self, name, attrs, connection): argument
206 def startElement(self, name, attrs, connection): argument
228 def startElement(self, name, attrs, connection): argument
246 def startElement(self, name, attrs, connection): argument
268 def startElement(self, name, attrs, connection): argument
291 def startElement(self, name, attrs, connection): argument
334 def startElement(self, name, attrs, connection): argument
383 def startElement(self, name, attrs, connection): argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DVolumePreference.java36 public VolumePreference(Context context, AttributeSet attrs) { in VolumePreference()
42 public VolumePreference(Context context, AttributeSet attrs, int defStyle) { in VolumePreference()
48 private void setupLayout(Context context, AttributeSet attrs) { in setupLayout()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dvolumestatus.py51 def startElement(self, name, attrs, connection): argument
71 def startElement(self, name, attrs, connection): argument
102 def startElement(self, name, attrs, connection): argument
120 def startElement(self, name, attrs, connection): argument
155 def startElement(self, name, attrs, connection): argument
194 def startElement(self, name, attrs, connection): argument
Dinstancestatus.py32 def startElement(self, name, attrs, connection): argument
66 def startElement(self, name, attrs, connection): argument
100 def startElement(self, name, attrs, connection): argument
114 def startElement(self, name, attrs, connection): argument
159 def startElement(self, name, attrs, connection): argument
201 def startElement(self, name, attrs, connection): argument
Dreservedinstance.py50 def startElement(self, name, attrs, connection): argument
105 def startElement(self, name, attrs, connection): argument
117 def startElement(self, name, attrs, connection): argument
170 def startElement(self, name, attrs, connection): argument
201 def startElement(self, name, attrs, connection): argument
222 def startElement(self, name, attrs, connection): argument
247 def startElement(self, name, attrs, connection): argument
268 def startElement(self, name, attrs, connection): argument
289 def startElement(self, name, attrs, connection): argument
323 def startElement(self, name, attrs, connection): argument
Dattributes.py29 def startElement(self, name, attrs, connection): argument
40 def startElement(self, name, attrs, connection): argument
56 def startElement(self, name, attrs, connection): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dpolicy.py36 def startElement(self, name, attrs, connection): argument
56 def startElement(self, name, attrs, connection): argument
76 def startElement(self, name, attrs, connection): argument
97 def startElement(self, name, attrs, connection): argument
147 def startElement(self, name, attrs, connection): argument
176 def startElement(self, name, attrs, connection): argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py75 def xmlRead(self, attrs, content, font): argument
79 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
85 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
88 def xmlRead(self, attrs, content, font): argument
92 def xmlRead(self, attrs, content, font): argument
112 def xmlRead(self, attrs, content, font): argument
118 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
146 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
167 def xmlRead(self, attrs, content, font): argument
188 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
[all …]
DE_B_D_T_.py147 def fromXML(self, name, attrs, content, ttFont): argument
189 def fromXML(self, name, attrs, content, ttFont): argument
263 def _readRawImageData(bitmapObject, name, attrs, content, ttFont): argument
281 def _readRowImageData(bitmapObject, name, attrs, content, ttFont): argument
318 def _readBitwiseImageData(bitmapObject, name, attrs, content, ttFont): argument
356 def _readExtFileImageData(bitmapObject, name, attrs, content, ttFont): argument
415 def fromXML(self, name, attrs, content, ttFont): argument
434 def readMetrics(self, name, attrs, content, ttFont): argument
444 def readData(self, name, attrs, content, ttFont): argument
467 def readMetrics(self, name, attrs, content, ttFont): argument
[all …]
DotTables.py23 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
129 def fromXML(self, name, attrs, content, font): argument
211 def fromXML(self, name, attrs, content, font): argument
326 def fromXML(self, name, attrs, content, font): argument
387 def fromXML(self, name, attrs, content, font): argument
456 def fromXML(self, name, attrs, content, font): argument
DE_B_L_C_.py208 def fromXML(self, name, attrs, content, ttFont): argument
242 def fromXML(self, name, attrs, content, ttFont, locator): argument
279 def fromXML(self, name, attrs, content, ttFont): argument
310 def fromXML(self, name, attrs, content, ttFont): argument
369 def fromXML(self, name, attrs, content, ttFont): argument
394 def readMetrics(self, name, attrs, content, ttFont): argument
495 def readMetrics(self, name, attrs, content, ttFont): argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContext.java64 int[] attrs) { in obtainStyledAttributes()
70 int resid, int[] attrs) throws Resources.NotFoundException { in obtainStyledAttributes()
76 AttributeSet set, int[] attrs) { in obtainStyledAttributes()
82 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
Dnetworkacl.py41 def startElement(self, name, attrs, connection): argument
63 def startElement(self, name, attrs, connection): argument
100 def startElement(self, name, attrs, connection): argument
131 def startElement(self, name, attrs, connection): argument
154 def startElement(self, name, attrs, connection): argument
Ddhcpoptions.py30 def startElement(self, name, attrs, connection): argument
39 def startElement(self, name, attrs, connection): argument
59 def startElement(self, name, attrs, connection): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
Dattributes.py33 def startElement(self, name, attrs, connection): argument
51 def startElement(self, name, attrs, connection): argument
80 def startElement(self, name, attrs, connection): argument
111 def startElement(self, name, attrs, connection): argument
143 def startElement(self, name, attrs, connection): argument
Dpolicies.py34 def startElement(self, name, attrs, connection): argument
53 def startElement(self, name, attrs, connection): argument
70 def startElement(self, name, attrs, connection): argument
93 def startElement(self, name, attrs, connection): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
Dsigners.py27 def startElement(self, name, attrs, connection): argument
40 def startElement(self, name, attrs, connection): argument
51 def startElement(self, name, attrs, connection): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
Dcredentials.py77 def startElement(self, name, attrs, connection): argument
160 def startElement(self, name, attrs, connection): argument
190 def startElement(self, name, attrs, connection): argument
211 def startElement(self, name, attrs, connection): argument
230 def startElement(self, name, attrs, connection): argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
DClassReaderGenerator.java25 private final Attribute[] attrs; field in ClassReaderGenerator
32 public ClassReaderGenerator(ClassReader r, Attribute[] attrs, int flags) { in ClassReaderGenerator()

12345678910>>...20