/external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/ |
D | ContextHandlerMBean.java | 38 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/ |
D | EditTextTest.java | 33 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
|
D | DialogPreferenceTest.java | 29 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()
|
D | PreferenceGroupTest.java | 30 private TestAttributeSet attrs; field in PreferenceGroupTest 175 public TestPreferenceGroup(Context context, AttributeSet attrs) { in TestPreferenceGroup()
|
D | PreferenceTest.java | 35 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/ |
D | ShadowContext.java | 64 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/ |
D | ClassReaderGenerator.java | 25 private final Attribute[] attrs; field in ClassReaderGenerator 32 public ClassReaderGenerator(ClassReader r, Attribute[] attrs, int flags) { in ClassReaderGenerator()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 75 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 …]
|
D | otTables.py | 23 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
|
D | E_B_D_T_.py | 147 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 …]
|
D | E_B_L_C_.py | 208 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.py | 71 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
|
D | M_E_T_A_.py | 170 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.py | 83 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
|
D | S_V_G_.py | 292 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/ |
D | YesNoDialogPreference.java | 30 public YesNoDialogPreference(Context context, AttributeSet attrs) { in YesNoDialogPreference() 35 public YesNoDialogPreference(Context context, AttributeSet attrs, in YesNoDialogPreference()
|
D | SliderPreference.java | 43 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/ |
D | ElementAndAttributePolicyBasedSanitizerPolicy.java | 100 public void openTag(String elementName, List<String> attrs) { in openTag() 115 String elementName, List<String> attrs, in applyPolicies() 175 List<String> attrs) { in writeOpenTag()
|
D | HtmlSanitizer.java | 67 void openTag(String elementName, List<String> attrs); in openTag() 133 LinkedList<String> attrs = Lists.newLinkedList(); in sanitize() local
|
D | ElementPolicy.java | 56 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/ |
D | ElementPolicyTest.java | 29 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/ |
D | ISimpleElement.java | 33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) in create() 79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) in SimpleElementImpl()
|
D | IElement.java | 33 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/ |
D | BeautifulSoup.py | 252 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/ |
D | ParseDecl.cpp | 122 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 …]
|