Home
last modified time | relevance | path

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

12345678910>>...14

/external/python/cpython2/Lib/
Dhtmllib.py139 def start_html(self, attrs): pass argument
142 def start_head(self, attrs): pass argument
145 def start_body(self, attrs): pass argument
150 def start_title(self, attrs): argument
156 def do_base(self, attrs): argument
161 def do_isindex(self, attrs): argument
164 def do_link(self, attrs): argument
167 def do_meta(self, attrs): argument
170 def do_nextid(self, attrs): # Deprecated argument
177 def start_h1(self, attrs): argument
[all …]
/external/syslinux/gpxe/src/hci/mucurses/
Dwinattrs.c28 int wattroff ( WINDOW *win, int attrs ) { in wattroff()
40 int wattron ( WINDOW *win, int attrs ) { in wattron()
52 int wattrset ( WINDOW *win, int attrs ) { in wattrset()
66 int wattr_get ( WINDOW *win, attr_t *attrs, short *pair, in wattr_get()
81 int wattr_off ( WINDOW *win, attr_t attrs, in wattr_off()
95 int wattr_on ( WINDOW *win, attr_t attrs, in wattr_on()
110 int wattr_set ( WINDOW *win, attr_t attrs, short cpair, in wattr_set()
Dslk.c35 attr_t attrs; member
125 int slk_attroff ( const chtype attrs ) { in slk_attroff()
138 int slk_attron ( const chtype attrs ) { in slk_attron()
151 int slk_attrset ( const chtype attrs ) { in slk_attrset()
165 int slk_attr_off ( const attr_t attrs, void *opts __unused ) { in slk_attr_off()
176 int slk_attr_on ( attr_t attrs, void *opts __unused ) { in slk_attr_on()
188 int slk_attr_set ( const attr_t attrs, short colour_pair_number, in slk_attr_set()
/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()
DPreferenceGroupTest.java30 private TestAttributeSet attrs; field in PreferenceGroupTest
175 public TestPreferenceGroup(Context context, AttributeSet attrs) { in TestPreferenceGroup()
/external/syslinux/core/mem/
Dmalloc.h48 size_t attrs; /* Bits 0..1: Type member
84 #define ARENA_SIZE_GET(attrs) ((attrs) & ARENA_SIZE_MASK) argument
85 #define ARENA_HEAP_GET(attrs) (((attrs) & ARENA_HEAP_MASK) >> ARENA_HEAP_POS) argument
86 #define ARENA_TYPE_GET(attrs) ((attrs) & ARENA_TYPE_MASK) argument
88 #define ARENA_SIZE_SET(attrs, size) \ argument
90 #define ARENA_HEAP_SET(attrs, heap) \ argument
93 #define ARENA_TYPE_SET(attrs, type) \ argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DVolumePreference.java35 public VolumePreference(Context context, AttributeSet attrs) { in VolumePreference()
41 public VolumePreference(Context context, AttributeSet attrs, int defStyle) { in VolumePreference()
47 private void setupLayout(Context context, AttributeSet attrs) { in setupLayout()
DHelpTopicView.java31 public HelpTopicView(Context context, AttributeSet attrs, int defStyle) { in HelpTopicView()
36 public HelpTopicView(Context context, AttributeSet attrs) { in HelpTopicView()
/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/skia/experimental/svg/model/
DSkSVGRenderContext.cpp136 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
143 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
150 void commitToPaint<SkSVGAttribute::kFillOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
157 void commitToPaint<SkSVGAttribute::kStrokeLineCap>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
167 void commitToPaint<SkSVGAttribute::kStrokeLineJoin>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
177 void commitToPaint<SkSVGAttribute::kStrokeOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
184 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
250 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes()
/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/replicaisland/src/com/replica/replicaisland/
DYesNoDialogPreference.java30 public YesNoDialogPreference(Context context, AttributeSet attrs) { in YesNoDialogPreference()
35 public YesNoDialogPreference(Context context, AttributeSet attrs, in YesNoDialogPreference()
/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/libnl/lib/idiag/
Didiag.c180 char *idiagnl_attrs2str(int attrs, char *buf, size_t len) in idiagnl_attrs2str()
221 char *idiagnl_tcpopts2str(uint8_t attrs, char *buf, size_t len) in idiagnl_tcpopts2str()
268 char *idiagnl_exts2str(uint8_t attrs, char *buf, size_t len) in idiagnl_exts2str()
/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
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPickerButton.java34 public NumberPickerButton(Context context, AttributeSet attrs, int defStyle) { in NumberPickerButton()
38 public NumberPickerButton(Context context, AttributeSet attrs) { in NumberPickerButton()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCatchEventsEditText.java42 public CatchEventsEditText(Context context, AttributeSet attrs) { in CatchEventsEditText()
47 public CatchEventsEditText(Context context, AttributeSet attrs, int defStyleAttr) { in CatchEventsEditText()
/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()

12345678910>>...14