HomeSort by relevance Sort by last modified time
    Searched refs:sup (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 74 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
83 sup.addPropertyChangeListener(l1);
85 assertEquals(1, sup.getPropertyChangeListeners().length);
86 assertSame(l1, sup.getPropertyChangeListeners()[0]);
88 sup.removePropertyChangeListener(l1);
89 sup.addPropertyChangeListener(l3);
90 listeners = sup.getPropertyChangeListeners();
95 sup.removePropertyChangeListener(sup.getPropertyChangeListeners()[0]);
96 assertEquals(0, sup.getPropertyChangeListeners().length)
110 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
123 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
141 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
177 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
195 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
214 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
248 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
284 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
300 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
311 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
333 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
358 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
370 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
386 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
402 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
421 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
432 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
457 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
476 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
490 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
511 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
534 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
543 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
573 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
584 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
613 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
642 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
671 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
700 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
728 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
756 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
771 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
803 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
835 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
867 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
899 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
930 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
960 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
975 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
990 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1019 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1047 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1074 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
1087 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1116 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1145 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1173 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1184 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1217 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
WildcardType.java 36 private ReferenceType sup; field in class:WildcardType
45 public WildcardType(final ReferenceType ext, final ReferenceType sup) {
47 setSuper(sup);
51 final ReferenceType ext, final ReferenceType sup) {
54 setSuper(sup);
70 return sup;
79 public WildcardType setSuper(final ReferenceType sup) {
80 this.sup = sup;
81 setAsParentNodeOf(this.sup);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
WildcardType.java 34 private ReferenceType sup; field in class:WildcardType
43 public WildcardType(final ReferenceType ext, final ReferenceType sup) {
45 setSuper(sup);
49 final ReferenceType ext, final ReferenceType sup) {
52 setSuper(sup);
68 return sup;
76 public void setSuper(final ReferenceType sup) {
77 this.sup = sup;
78 setAsParentNodeOf(this.sup);
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEmptyStreamException.js 3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
4 sup.constructor.call(this, elementDescription);
RewriteEarlyExitException.js 3 var sup = org.antlr.runtime.tree.RewriteEarlyExitException.superclass;
7 sup.constructor.call(this, elementDescription);
RewriteRuleTokenStream.js 2 var sup = org.antlr.runtime.tree.RewriteRuleTokenStream.superclass;
3 sup.constructor.apply(this, arguments);
RewriteRuleSubtreeStream.js 2 var sup = org.antlr.runtime.tree.RewriteRuleSubtreeStream.superclass;
3 sup.constructor.apply(this, arguments);
  /external/eigen/doc/examples/
class_CwiseUnaryOp.cpp 9 CwiseClampOp(const Scalar& inf, const Scalar& sup) : m_inf(inf), m_sup(sup) {}
  /bionic/libc/kernel/uapi/linux/
nilfs2_api.h 57 #define NILFS_SUINFO_UPDATE_FNS(flag,name) static inline void nilfs_suinfo_update_set_ ##name(struct nilfs_suinfo_update * sup) \
58 { sup->sup_flags |= 1UL << NILFS_SUINFO_UPDATE_ ##flag; \
59 } static inline void nilfs_suinfo_update_clear_ ##name(struct nilfs_suinfo_update * sup) \
60 { sup->sup_flags &= ~(1UL << NILFS_SUINFO_UPDATE_ ##flag); \
61 } static inline int nilfs_suinfo_update_ ##name(const struct nilfs_suinfo_update * sup) \
62 { return ! ! (sup->sup_flags & (1UL << NILFS_SUINFO_UPDATE_ ##flag)); \
  /external/kernel-headers/original/uapi/linux/
nilfs2_api.h 118 nilfs_suinfo_update_set_##name(struct nilfs_suinfo_update *sup) \
120 sup->sup_flags |= 1UL << NILFS_SUINFO_UPDATE_##flag; \
123 nilfs_suinfo_update_clear_##name(struct nilfs_suinfo_update *sup) \
125 sup->sup_flags &= ~(1UL << NILFS_SUINFO_UPDATE_##flag); \
128 nilfs_suinfo_update_##name(const struct nilfs_suinfo_update *sup) \
130 return !!(sup->sup_flags & (1UL << NILFS_SUINFO_UPDATE_##flag));\
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 86 * 280dpi or lower on small/normal screens<sup>*</sup>
92 * xhdpi or higher on small/normal screens<sup>*</sup>
98 * 400dpi or higher on small/normal screens<sup>*</sup>
104 * 560dpi or higher on small/normal screens<sup>*</sup>
112 * 280dpi or lower on small/normal screens<sup>*</sup>
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 114 "sup": true,
235 "sup",
350 "sup",
465 "sup",
580 "sup",
695 "sup",
811 "sup",
926 "sup",
1041 "sup",
1156 "sup",
    [all...]
  /external/python/cpython2/Lib/idlelib/
ClassBrowser.py 119 for sup in cl.super:
120 if type(sup) is type(''):
121 sname = sup
123 sname = sup.name
124 if sup.module != cl.module:
125 sname = "%s.%s" % (sup.module, sname)
  /external/python/cpython3/Lib/idlelib/
browser.py 119 for sup in cl.super:
120 if type(sup) is type(''):
121 sname = sup
123 sname = sup.name
124 if sup.module != cl.module:
125 sname = "%s.%s" % (sup.module, sname)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ClassBrowser.py 106 for sup in cl.super:
107 if type(sup) is type(''):
108 sname = sup
110 sname = sup.name
111 if sup.module != cl.module:
112 sname = "%s.%s" % (sup.module, sname)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ClassBrowser.py 106 for sup in cl.super:
107 if type(sup) is type(''):
108 sname = sup
110 sname = sup.name
111 if sup.module != cl.module:
112 sname = "%s.%s" % (sup.module, sname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 106 for sup in cl.super:
107 if type(sup) is type(''):
108 sname = sup
110 sname = sup.name
111 if sup.module != cl.module:
112 sname = "%s.%s" % (sup.module, sname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 106 for sup in cl.super:
107 if type(sup) is type(''):
108 sname = sup
110 sname = sup.name
111 if sup.module != cl.module:
112 sname = "%s.%s" % (sup.module, sname)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 537 ViewClassInfo sup = info.getSuperClass(); local
538 if (sup != null) {
539 ViewElementDescriptor supDesc = infoDescMap.get(sup);
540 while (supDesc == null && sup != null) {
545 sup = sup.getSuperClass();
546 if (sup != null) {
547 supDesc = infoDescMap.get(sup);
  /external/markdown/markdown/extensions/
footnotes.py 263 sup = etree.Element("sup")
264 a = etree.SubElement(sup, "a")
266 sup.set('id', self.footnotes.makeFootnoteRefId(id))
270 return sup
  /libcore/ojluni/src/main/java/java/lang/
Class.java     [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit (…)
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /external/ipsec-tools/src/libipsec/
pfkey.c 173 setsupportedmap(sup)
174 struct sadb_supported *sup;
178 switch (sup->sadb_supported_exttype) {
193 *ipsup = malloc((size_t)sup->sadb_supported_len);
198 memcpy(*ipsup, sup, (size_t)sup->sadb_supported_len);
741 struct sadb_supported *sup; local
757 sup = (void *)p;
758 if (ep < p + sizeof(*sup) ||
759 PFKEY_EXTLEN(sup) < sizeof(*sup) |
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 248 sup=8835

Completed in 4217 milliseconds

1 2 3 4 5 6