HomeSort by relevance Sort by last modified time
    Searched defs:sup (Results 1 - 14 of 14) sorted by null

  /external/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
  /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...]
  /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/ipsec-tools/src/libipsec/
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);
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 539 ViewClassInfo sup = info.getSuperClass(); local
540 if (sup != null) {
541 ViewElementDescriptor supDesc = infoDescMap.get(sup);
542 while (supDesc == null && sup != null) {
547 sup = sup.getSuperClass();
548 if (sup != null) {
549 supDesc = infoDescMap.get(sup);
  /external/ipsec-tools/src/racoon/
pfkey.c 2777 int sup, error; local
    [all...]
  /external/icu4c/i18n/
decNumber.c 7202 Unit *up, *sup; \/* work *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 759 milliseconds