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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/net/
run_netsocktests 8 if [ $? -ne 0 ]; then
run_afpackettests 13 if [ $? -ne 0 ]; then
23 if [ $? -ne 0 ]; then
  /external/libunwind/src/ia64/
mk_cursor_i 6 sed -ne 's/^->"\(\S*\)" \(\d*\)/#define \1 \2/p' < $1 || exit $?
  /external/openssh/contrib/aix/
inventory.sh 33 find . ! -name . -print | perl -ne '{
  /external/linux-kselftest/tools/testing/selftests/vm/
run_vmtests 40 # if [ $? -ne 0 ]; then
68 #if [ $? -ne 0 ]; then
83 #if [ $? -ne 0 ]; then
96 #if [ $? -ne 0 ]; then
111 #if [ $? -ne 0 ]; then
124 #if [ $? -ne 0 ]; then
136 #if [ $? -ne 0 ]; then
152 #if [ $? -ne 0 ]; then
163 if [ $? -ne 0 ]; then
174 if [ $? -ne 0 ]; the
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BadParcelableExceptionTest.java 23 BadParcelableException ne = null; local
27 ne = new BadParcelableException("BadParcelableException");
28 throw ne;
30 assertSame(ne, e);
41 ne = new BadParcelableException(new Exception());
42 throw ne;
44 assertSame(ne, e);
ParcelFormatExceptionTest.java 23 ParcelFormatException ne = null; local
27 ne = new ParcelFormatException();
28 throw ne;
30 assertSame(ne, e);
41 ne = new ParcelFormatException("ParcelFormatException");
42 throw ne;
44 assertSame(ne, e);
DeadObjectExceptionTest.java 23 DeadObjectException ne = null; local
27 ne = new DeadObjectException();
28 throw ne;
30 assertSame(ne, e);
  /external/jemalloc/
autogen.sh 6 if [ $? -ne 0 ]; then
14 if [ $? -ne 0 ]; then
  /external/jemalloc_new/
autogen.sh 6 if [ $? -ne 0 ]; then
14 if [ $? -ne 0 ]; then
  /external/ltp/testcases/kernel/sched/clisrv/
run_sched_cliserv.sh 9 if [ $clientCode -ne 0 ] || [ $serverCode -ne 0 ]; then
  /external/ltp/testcases/network/stress/ns-tools/
check_setkey 57 if [ $? -ne 0 ]; then
63 if [ $ret -ne 0 ]; then
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 26 NotFoundException ne; local
30 ne = new NotFoundException();
33 throw ne;
36 assertSame(ne, e);
46 ne = new NotFoundException(MESSAGE);
49 throw ne;
52 assertSame(ne, e);
63 ne = new NotFoundException(MESSAGE, CAUSE);
66 throw ne;
69 assertSame(ne, e)
    [all...]
  /external/ltp/testcases/kernel/security/cap_bound/
run_capbounds.sh 33 if [ $tmp -ne 0 ]; then
40 if [ $tmp -ne 0 ]; then
47 if [ $tmp -ne 0 ]; then
53 if [ $tmp -ne 0 ]; then
58 if [ $tmp -ne 0 ]; then
  /cts/tests/tests/view/src/android/view/cts/
InflateExceptionTest.java 34 InflateException ne = null; local
38 ne = new InflateException();
39 throw ne;
41 assertSame(ne, e);
55 ne = new InflateException(detailMessage, throwable);
56 throw ne;
58 assertSame(ne, e);
69 ne = new InflateException(detailMessage);
70 throw ne;
72 assertSame(ne, e)
    [all...]
SurfaceHolder_BadSurfaceTypeExceptionTest.java 34 BadSurfaceTypeException ne = null; local
38 ne = new BadSurfaceTypeException();
39 throw ne;
41 assertSame(ne, e);
53 ne = new BadSurfaceTypeException(name);
54 throw ne;
56 assertSame(ne, e);
  /external/ltp/testcases/kernel/containers/sysvipc/
runipctests_noltp.sh 27 if [ $? -ne 0 ]; then
  /external/ltp/testcases/commands/insmod/
insmod01.sh 30 if [ $inserted -ne 0 ]; then
33 if [ $? -ne 0 ]; then
43 if [ $? -ne 0 ]; then
50 if [ $? -ne 0 ]; then
  /external/boringssl/src/crypto/x509/
x509name.c 119 X509_NAME_ENTRY *ne; local
129 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
130 if (OBJ_cmp(ne->object, obj) == 0)
183 X509_NAME_ENTRY *ne; local
185 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
186 if (!ne)
188 ret = X509_NAME_add_entry(name, ne, loc, set);
189 X509_NAME_ENTRY_free(ne);
197 X509_NAME_ENTRY *ne; local
199 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len)
211 X509_NAME_ENTRY *ne; local
    [all...]
  /external/ltp/testcases/kernel/security/filecaps/
filecapstest.sh 34 if [ $tmp -ne 0 ]; then
41 if [ $tmp -ne 0 ]; then
48 if [ $tmp -ne 0 ]; then
  /external/tensorflow/tensorflow/contrib/makefile/
compile_linux_protobuf.sh 35 if [ $? -ne 0 ]
42 if [ $? -ne 0 ]
51 if [ $? -ne 0 ]
  /external/javaparser/
run_metamodel_generator.sh 7 if [ "$?" -ne 0 ]; then
22 if [ "$?" -ne 0 ]; then
  /external/ltp/testcases/kernel/containers/utsname/
runutstests_noltp.sh 28 if [ $? -ne 0 ]; then
36 if [ $? -ne 0 ]; then
  /external/openssh/regress/
yes-head.sh 8 if [ $? -ne 0 ]; then
12 if [ $lines -ne 2000 ]; then
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure_testset.sh 47 if [ $? -ne 0 ]; then
56 if [ $(cat "$CPUSET/cpuset.memory_pressure") -ne 0 ]; then
66 if [ $? -ne 0 ]; then
77 if [ $(cat "$CPUSET/cpuset.memory_pressure") -ne 0 ]; then
87 if [ $? -ne 0 ]; then
94 if [ $? -ne 0 ]; then
103 if [ $(cat "$CPUSET/cpuset.memory_pressure") -ne 0 ]; then
107 if [ $(cat "$CPUSET/sub_cpuset/cpuset.memory_pressure") -ne 0 ]; then
118 if [ $? -ne 0 ]; then
125 if [ $? -ne 0 ]; the
    [all...]

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>