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

1 2 3 4 5

  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 74 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
82 sup.addPropertyChangeListener(l1);
84 assertEquals(1, sup.getPropertyChangeListeners().length);
85 assertSame(l1, sup.getPropertyChangeListeners()[0]);
87 sup.removePropertyChangeListener(l1);
88 sup.addPropertyChangeListener(l3);
89 assertEquals(1, sup.getPropertyChangeListeners().length);
90 assertSame(l2, ((PropertyChangeListenerProxy) sup
92 assertNotSame(l3, sup.getPropertyChangeListeners()[0]);
94 sup.removePropertyChangeListener(sup.getPropertyChangeListeners()[0])
114 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
127 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
145 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
193 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
211 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
230 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
268 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
304 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
320 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
331 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
353 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
378 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
390 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
406 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
422 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
441 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
452 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
477 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
496 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
510 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
531 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
554 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
563 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
593 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
604 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
633 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
662 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
691 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
720 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
748 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
776 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
791 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
823 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
855 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
887 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
919 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
950 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
980 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
995 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
1010 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1039 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1067 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1094 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
1107 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1136 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1165 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1193 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1204 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1235 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
    [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) {}
  /external/opencv3/samples/cpp/
detect_blob.cpp 25 String sup = static_cast<ostringstream*>(&(ostringstream() << pAct.maxArea))->str(); local
26 s = " Area range [" + inf + " to " + sup + "]";
31 String sup = static_cast<ostringstream*>(&(ostringstream() << pAct.maxCircularity))->str(); local
33 s = " Circularity range [" + inf + " to " + sup + "]";
35 s += " AND Circularity range [" + inf + " to " + sup + "]";
48 String sup = static_cast<ostringstream*>(&(ostringstream() << pAct.maxConvexity))->str(); local
50 s = " Convexity range[" + inf + " to " + sup + "]";
52 s += " AND Convexity range[" + inf + " to " + sup + "]";
57 String sup = static_cast<ostringstream*>(&(ostringstream() << pAct.maxInertiaRatio))->str(); local
59 s = " Inertia ratio range [" + inf + " to " + sup + "]"
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_formatter.py 30 def call_error(sup):
32 __traceback_supplement__ = (sup, ())
35 def raise_error(sup='default'):
36 if sup == 'default':
37 sup = Supplement()
41 call_error(sup=sup)
  /external/v8/test/mjsunit/es6/
string-html.js 150 assertEquals('_'.sup(), '<sup>_</sup>');
151 assertEquals('<'.sup(), '<sup><</sup>');
152 assertEquals(String.prototype.sup.call(0x2A), '<sup>42</sup>');
154 String.prototype.sup.call(undefined)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 45 sup = frame.supplement
46 if sup:
47 if sup.object:
49 sup.object)
50 if sup.source_url:
52 sup.source_url)
53 if sup.line:
54 lines.append(self.format_sup_line_pos(sup.line, sup.column))
55 if sup.expression
    [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...]
  /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/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/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' }; property in class:simple
  /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
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 187 : 'class' ID ('extends' sup=type)?
190 -> ^('class' ID {$mod} ^('extends' $sup)? ^('implements' $i+)? statement* )
194 : '{' 'extends' (sup=type)? '}'
195 -> ^('extends' $sup)?

Completed in 1727 milliseconds

1 2 3 4 5