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

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
NotSerializableExceptionTest.java 30 NotSerializableException nse = new NotSerializableException(); local
31 assertNull(nse.getMessage());
39 NotSerializableException nse = new NotSerializableException(message); local
40 assertSame(message, nse.getMessage());
  /libcore/ojluni/src/main/java/java/security/
KeyRep.java 184 } catch (NotSerializableException nse) {
185 throw nse;
187 NotSerializableException nse = new NotSerializableException local
192 nse.initCause(e);
193 throw nse;
  /libcore/ojluni/src/main/java/java/security/cert/
CertPath.java 289 NotSerializableException nse = local
292 nse.initCause(ce);
293 throw nse;
335 NotSerializableException nse = local
338 nse.initCause(ce);
339 throw nse;
  /external/libedit/src/
refresh.c 505 Char *osb, *ose, *nsb, *nse; local
567 nse = nls;
583 if (((nse - nsb) < (p - n)) &&
586 nse = p;
610 nse = n;
639 sx = (int)((nls - nse) - (ols - ose));
646 nse = nls;
662 nse = nls;
683 nse = nls;
689 sx = (int)((nls - nse) - (ols - ose))
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
PropertyInfo.java 260 } catch (NotSerializableException nse)
262 nse.printStackTrace();
SppPropertyInfo.java 260 } catch (NotSerializableException nse)
262 nse.printStackTrace();
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 48 struct nse struct
58 static struct nse node_stack[NODE_STACK_SIZE];
61 * Pushes nse struct onto stack.
64 push_node(struct nse* node)
76 * Pops nse struct from stack.
79 pop_node(struct nse* node)
741 struct nse cur_node;
859 struct nse cur_node;
984 struct nse cur_node;
1072 struct nse child
    [all...]
  /external/ltp/pan/
symbol.c 443 register struct sym *se, *nse; /* symbol entry */ local
456 nse = se->next;
462 se = nse;
  /libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java 321 Exception nse = new NoSuchElementException(); local
323 task.setException(nse);
329 assertSame(nse, success.getCause());
330 checkCompletedAbnormally(task, nse);
337 assertSame(nse, success.getCause());
338 checkCompletedAbnormally(task, nse);
344 checkCompletedAbnormally(task, nse);
  /external/ImageMagick/config/
config.sub 930 nse-tandem)
931 basic_machine=nse-tandem
    [all...]
  /external/curl/
config.sub 945 nse-tandem)
946 basic_machine=nse-tandem
    [all...]
  /external/e2fsprogs/config/
config.sub 943 nse-tandem)
944 basic_machine=nse-tandem
    [all...]
  /external/google-breakpad/autotools/
config.sub 939 nse-tandem)
940 basic_machine=nse-tandem
    [all...]
  /external/icu/icu4c/source/
config.sub 913 nse-tandem)
914 basic_machine=nse-tandem
    [all...]
  /external/jemalloc/build-aux/
config.sub 945 nse-tandem)
946 basic_machine=nse-tandem
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
config.sub 896 nse-tandem)
897 basic_machine=nse-tandem
    [all...]
  /external/libedit/
config.sub 911 nse-tandem)
912 basic_machine=nse-tandem
    [all...]
  /external/libevent/
config.sub 930 nse-tandem)
931 basic_machine=nse-tandem
    [all...]
  /external/libmicrohttpd/
config.sub 922 nse-tandem)
923 basic_machine=nse-tandem
    [all...]
  /external/libnetfilter_conntrack/build-aux/
config.sub 922 nse-tandem)
923 basic_machine=nse-tandem
    [all...]
  /external/libnfnetlink/build-aux/
config.sub 909 nse-tandem)
910 basic_machine=nse-tandem
    [all...]
  /external/libpcap/
config.sub 930 nse-tandem)
931 basic_machine=nse-tandem
    [all...]
  /external/libpng/
config.sub 930 nse-tandem)
931 basic_machine=nse-tandem
    [all...]
  /external/libxkbcommon/xkbcommon/build-aux/
config.sub 911 nse-tandem)
912 basic_machine=nse-tandem
    [all...]
  /external/lmfit/build-aux/
config.sub 936 nse-tandem)
937 basic_machine=nse-tandem
    [all...]

Completed in 983 milliseconds

1 2 3 4