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

1 2 3

  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 73 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
81 sup.addPropertyChangeListener(l1);
83 assertEquals(1, sup.getPropertyChangeListeners().length);
84 assertSame(l1, sup.getPropertyChangeListeners()[0]);
86 sup.removePropertyChangeListener(l1);
87 sup.addPropertyChangeListener(l3);
88 assertEquals(1, sup.getPropertyChangeListeners().length);
89 assertSame(l2, ((PropertyChangeListenerProxy) sup
91 assertNotSame(l3, sup.getPropertyChangeListeners()[0]);
93 sup.removePropertyChangeListener(sup.getPropertyChangeListeners()[0])
113 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
126 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
144 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
192 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
210 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
229 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
267 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
303 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
319 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
330 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
352 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
377 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
389 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
405 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
421 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
440 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
451 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
476 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
495 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
509 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
530 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
553 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
562 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
592 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
603 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
632 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
661 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
690 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
719 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
747 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
775 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
790 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
822 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
854 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
886 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
918 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
949 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
979 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
994 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
1009 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1038 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1066 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1093 PropertyChangeSupport sup = new PropertyChangeSupport(new Object()); local
1106 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1135 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1164 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1192 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1203 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
1234 PropertyChangeSupport sup = new PropertyChangeSupport(src); local
    [all...]
  /external/embunit/inc/
HelperMacro.h 38 #define EMB_UNIT_TESTCASE(ca,name,sup,tdw,run) \
39 static const TestCase ca = new_TestCase(name,sup,tdw,run)
50 #define EMB_UNIT_TESTCALLER(caller,name,sup,tdw,fixtures) \
51 static const TestCaller caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),(TestFixture*)fixtures)
TestCaller.h 66 #define new_TestCaller(name,sup,tdw,numberOfFixtuers,fixtuers)\
70 sup,\
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 49 * Guarding is done explicitly through one flag sup per element,
64 bool sup; member in struct:__gnu_parallel::LoserTreeBase::Loser
111 losers[i + k].sup = true;
127 * @param sup flag that determines whether the value to insert is an
131 insert_start(const T& key, int source, bool sup)
145 losers[pos].sup = sup;
188 if (losers[right].sup
189 || (!losers[left].sup
215 void delete_min_insert(T key, bool sup)
349 bool sup; member in struct:__gnu_parallel::LoserTreePointerBase::Loser
    [all...]
  /external/eigen/doc/examples/
class_CwiseUnaryOp.cpp 9 CwiseClampOp(const Scalar& inf, const Scalar& sup) : m_inf(inf), m_sup(sup) {}
  /libcore/libdvm/src/main/java/java/lang/
Class.java 296 for (Class<?> sup = getSuperclass(); sup != null; sup = sup.getSuperclass()) {
297 annotation = sup.getDeclaredAnnotation(annotationType);
331 for (Class<?> sup = getSuperclass(); sup != null; sup = sup.getSuperclass()) {
332 declaredAnnotations = sup.getDeclaredAnnotations()
    [all...]
  /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
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 221 units: '(pixels/sec.)<sup>2</sup>'
276 units: 'x<sup>3</sup>',
282 units: 'x<sup>2</sup>',
288 units: 'x<sup>1</sup>',
294 units: 'x<sup>0</sup>',
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 79 for (Class<?> sup = c.getSuperclass(); sup != null; sup = sup.getSuperclass()) {
80 annotation = getDeclaredAnnotation(sup, annotationType);
115 for (Class<?> sup = c.getSuperclass(); sup != null; sup = sup.getSuperclass()) {
116 for (Annotation declaredAnnotation : getDeclaredAnnotations(sup)) {
    [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/chromium_org/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
  /external/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: '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/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);

Completed in 760 milliseconds

1 2 3