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

1 2 3

  /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/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/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
  /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 (…)
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 298 sup = etree.Element("sup")
299 a = etree.SubElement(sup, "a")
300 sup.set('id', self.footnotes.makeFootnoteRefId(id))
306 return sup
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
function-names.js 120 "strike", "sub", "sup"];
undeletable-functions.js 112 "big", "blink", "bold", "fixed", "italics", "small", "strike", "sub", "sup",
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 248 sup=8835
  /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);
758 struct sadb_supported *sup; local
774 sup = (void *)p;
775 if (ep < p + sizeof(*sup) ||
776 PFKEY_EXTLEN(sup) < sizeof(*sup) |
    [all...]
key_debug.c 308 struct sadb_supported *sup = (void *)ext; local
316 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup))
318 alg = (void *)(sup + 1);
  /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)?
  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 373 for sup in node.super_edges():
374 if sup.dst in gcref_bases:
376 elif sup.dst in ref_bases:
378 elif sup.dst in gc_bases:
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 54 var sup = org.antlr.runtime.TokenRewriteStream.superclass;
69 sup.constructor.apply(this, arguments);
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_normalize.scss 347 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
351 sup {
358 sup {
  /external/libpng/scripts/
options.awk 56 sup="_SUPPORTED" end # end supported option
758 print def i sup >out
  /external/chromium_org/components/dom_distiller/core/css/
distilledpage.css 44 /* Prevent 'sub' and 'sup' affecting 'line-height'. */
47 sup {
54 sup {
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 77 'key', 'nobr', 'url', 'em', 's', 'sup', 'strike',
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.c 1783 int sup = bta_hf_client_cb.scb.at_cb.indicator_lookup[i] == -1 ? 0 : 1; local
    [all...]
  /external/chromium_org/v8/src/
string.js 923 CHECK_OBJECT_COERCIBLE(this, "String.prototype.sup");
924 return "<sup>" + this + "</sup>";
981 "sup", StringSup

Completed in 476 milliseconds

1 2 3