Home
last modified time | relevance | path

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

1234567891011

/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/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()
DPreferenceGroupTest.java30 private TestAttributeSet attrs; field in PreferenceGroupTest
175 public TestPreferenceGroup(Context context, AttributeSet attrs) { in TestPreferenceGroup()
DPreferenceTest.java35 private TestAttributeSet attrs; field in PreferenceTest
242 public TestPreference(Context context, AttributeSet attrs) { in TestPreference()
246 public TestPreference(Context context, AttributeSet attrs, int defStyle) { in TestPreference()
/external/robolectric/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/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()
/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 …]
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_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 …]
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
D_k_e_r_n.py71 def fromXML(self, name, attrs, content, ttFont): argument
143 def fromXML(self, name, attrs, content, ttFont): argument
179 def fromXML(self, name, attrs, content, ttFont): argument
203 def fromXML(self, name, attrs, content, ttFont): argument
DM_E_T_A_.py170 def fromXML(self, name, attrs, content, ttFont): argument
207 def fromXML(self, name, attrs, content, ttFont): argument
284 def fromXML(self, name, attrs, content, ttFont): argument
D_c_m_a_p.py83 def fromXML(self, name, attrs, content, ttFont): argument
210 def fromXML(self, name, attrs, content, ttFont): argument
528 def fromXML(self, name, attrs, content, ttFont): argument
796 def fromXML(self, name, attrs, content, ttFont): argument
865 def fromXML(self, name, attrs, content, ttFont): argument
1003 def fromXML(self, name, attrs, content, ttFont): argument
1139 def fromXML(self, name, attrs, content, ttFont): argument
1246 def fromXML(self, name, attrs, content, ttFont): argument
DS_V_G_.py292 def fromXML(self, name, attrs, content, ttFont): argument
327 def fromXML(self, name, attrs, content, ttFont): argument
351 def fromXML(self, name, attrs, content, ttFont): argument
/external/replicaisland/src/com/replica/replicaisland/
DYesNoDialogPreference.java30 public YesNoDialogPreference(Context context, AttributeSet attrs) { in YesNoDialogPreference()
35 public YesNoDialogPreference(Context context, AttributeSet attrs, in YesNoDialogPreference()
DSliderPreference.java43 public SliderPreference(Context context, AttributeSet attrs) { in SliderPreference()
49 public SliderPreference(Context context, AttributeSet attrs, int defStyle) { in SliderPreference()
/external/owasp/sanitizer/src/main/org/owasp/html/
DElementAndAttributePolicyBasedSanitizerPolicy.java100 public void openTag(String elementName, List<String> attrs) { in openTag()
115 String elementName, List<String> attrs, in applyPolicies()
175 List<String> attrs) { in writeOpenTag()
DHtmlSanitizer.java67 void openTag(String elementName, List<String> attrs); in openTag()
133 LinkedList<String> attrs = Lists.newLinkedList(); in sanitize() local
DElementPolicy.java56 public @Nullable String apply(String elementName, List<String> attrs); in apply()
128 public @Nullable String apply(String elementName, List<String> attrs) { in apply()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DElementPolicyTest.java29 String apply(String elementName, List<String> attrs) { in apply()
41 List<String> attrs = Lists.newArrayList(); in assertPassed() local
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DISimpleElement.java33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) in create()
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) in SimpleElementImpl()
DIElement.java33 public static IElement create (final Tag tag, final AttributeSet attrs) in create()
110 ElementImpl (final Tag tag, final AttributeSet attrs) in ElementImpl()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py252 def findNext(self, name=None, attrs={}, text=None, **kwargs): argument
257 def findAllNext(self, name=None, attrs={}, text=None, limit=None, argument
264 def findNextSibling(self, name=None, attrs={}, text=None, **kwargs): argument
270 def findNextSiblings(self, name=None, attrs={}, text=None, limit=None, argument
278 def findPrevious(self, name=None, attrs={}, text=None, **kwargs): argument
283 def findAllPrevious(self, name=None, attrs={}, text=None, limit=None, argument
291 def findPreviousSibling(self, name=None, attrs={}, text=None, **kwargs): argument
297 def findPreviousSiblings(self, name=None, attrs={}, text=None, argument
305 def findParent(self, name=None, attrs={}, **kwargs): argument
316 def findParents(self, name=None, attrs={}, limit=None, **kwargs): argument
[all …]
/external/clang/lib/Parse/
DParseDecl.cpp122 void Parser::ParseGNUAttributes(ParsedAttributes &attrs, in ParseGNUAttributes()
592 void Parser::ParseMicrosoftTypeAttributes(ParsedAttributes &attrs) { in ParseMicrosoftTypeAttributes()
655 void Parser::ParseBorlandTypeAttributes(ParsedAttributes &attrs) { in ParseBorlandTypeAttributes()
665 void Parser::ParseOpenCLAttributes(ParsedAttributes &attrs) { in ParseOpenCLAttributes()
824 ParsedAttributes &attrs, in ParseAvailabilityAttribute()
1012 ParsedAttributes &attrs, in ParseObjCBridgeRelatedAttribute()
1346 void Parser::DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs) { in DiagnoseProhibitedAttributes()
1351 void Parser::ProhibitCXX11Attributes(ParsedAttributesWithRange &attrs) { in ProhibitCXX11Attributes()
1381 ParsedAttributesWithRange &attrs) { in ParseDeclaration()
2571 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers() local
[all …]

1234567891011