Searched refs:ne (Results 1 - 25 of 1034) sorted by relevance

1234567891011>>

/external/linux-kselftest/tools/testing/selftests/net/
H A Drun_netsocktests8 if [ $? -ne 0 ]; then
H A Drun_afpackettests13 if [ $? -ne 0 ]; then
23 if [ $? -ne 0 ]; then
/external/libunwind/src/ia64/
H A Dmk_cursor_i6 sed -ne 's/^->"\(\S*\)" \(\d*\)/#define \1 \2/p' < $1 || exit $?
/external/linux-kselftest/tools/testing/selftests/vm/
H A Drun_vmtests29 # if [ $? -ne 0 ]; then
57 #if [ $? -ne 0 ]; then
73 #if [ $? -ne 0 ]; then
86 #if [ $? -ne 0 ]; then
102 #if [ $? -ne 0 ]; then
114 #if [ $? -ne 0 ]; then
126 #if [ $? -ne 0 ]; then
142 #if [ $? -ne 0 ]; then
155 if [ $? -ne 0 ]; then
166 if [ $? -ne
[all...]
/external/ltp/tools/pounder21/build_scripts/
H A Dxterm_stress27 if [ $RESULT -ne 0 ]; then
/external/jemalloc/
H A Dautogen.sh6 if [ $? -ne 0 ]; then
14 if [ $? -ne 0 ]; then
/external/ltp/testcases/kernel/sched/clisrv/
H A Drun_sched_cliserv.sh9 if [ $clientCode -ne 0 ] || [ $serverCode -ne 0 ]; then
/external/ltp/testcases/network/stress/ns-tools/
H A Dcheck_setkey57 if [ $? -ne 0 ]; then
63 if [ $ret -ne 0 ]; then
/external/ltp/testcases/kernel/security/cap_bound/
H A Drun_capbounds.sh33 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
/external/libcxx/buildcmds/
H A Dbuildcmdscc9 echo $ARGS | perl -ne 's/\S+\.cpp\b/%SOURCE%/; print' \
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
12 echo $ARGS | perl -ne 's/out\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \
13 | perl -ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
/external/ltp/testcases/kernel/containers/sysvipc/
H A Drunipctests_noltp.sh27 if [ $? -ne 0 ]; then
/external/linux-kselftest/tools/testing/selftests/tc-testing/
H A Dtdc_config.py33 except NameError as ne:
/external/ltp/testcases/commands/insmod/
H A Dinsmod01.sh30 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/
H A Dx509name.c119 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
211 X509_NAME_ENTRY *ne; local
225 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
282 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
301 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
313 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
341 X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, const ASN1_OBJECT *obj) argument
352 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
377 X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne) argument
384 X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne) argument
[all...]
/external/ltp/testcases/kernel/security/filecaps/
H A Dfilecapstest.sh35 if [ $tmp -ne 0 ]; then
42 if [ $tmp -ne 0 ]; then
49 if [ $tmp -ne 0 ]; then
/external/tensorflow/tensorflow/contrib/makefile/
H A Dcompile_linux_protobuf.sh35 if [ $? -ne 0 ]
42 if [ $? -ne 0 ]
51 if [ $? -ne 0 ]
/external/javaparser/
H A Drun_metamodel_generator.sh7 if [ "$?" -ne 0 ]; then
22 if [ "$?" -ne 0 ]; then
H A Drun_core_generators.sh17 if [ "$?" -ne 0 ]; then
/external/ltp/testcases/kernel/containers/utsname/
H A Drunutstests_noltp.sh28 if [ $? -ne 0 ]; then
36 if [ $? -ne 0 ]; then
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
H A Dcpuset_memory_pressure_testset.sh47 if [ $? -ne 0 ]; then
56 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
66 if [ $? -ne 0 ]; then
77 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
87 if [ $? -ne 0 ]; then
94 if [ $? -ne 0 ]; then
103 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
107 if [ $(cat "$CPUSET/sub_cpuset/memory_pressure") -ne 0 ]; then
118 if [ $? -ne 0 ]; then
125 if [ $? -ne
[all...]
/external/ltp/
H A DIDcheck.sh52 if [ $NO_NOBODY_ID -ne 0 -o $NO_BIN_ID -ne 0 -o $NO_DAEMON_ID -ne 0 -o $NO_NOBODY_GRP -ne 0 -o $NO_BIN_GRP -ne 0 -o $NO_DAEMON_GRP -ne 0 -o $NO_USERS_GRP -ne 0 -o $NO_SYS_GRP -ne 0 ] ; then
108 if [ $CREATE_ENTRIES -ne 0 ] ; then
120 elif [ $CREATE_ENTRIES -ne
[all...]
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/
H A Dext4-alloc-test.sh32 if [ $? -ne 0 ]; then
38 if [ $? -ne 0 ]; then
44 if [ $? -ne 0 ]; then
51 if [ $? -ne 0 ]; then
57 if [ $? -ne 0 ]; then
64 if [ $? -ne 0 ]; then
82 if [ $? -ne 0 ]; then
90 if [ $? -ne 0 ]; then
96 if [ $? -ne 0 ]; then
103 if [ $? -ne
[all...]
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
H A Dext4_inode_version_test.sh37 if [ $? -ne 0 ]; then
45 if [ $? -ne 0 ]; then
67 if [ $len -ne 8 ]; then
74 if [ $? -ne 0 ]; then
87 if [ $? -ne 0 ]; then
93 if [ $? -ne 0 ]; then
100 if [ $? -ne 0 ]; then
107 if [ $? -ne 0 ]; then
114 if [ $? -ne 0 ]; then
121 if [ $? -ne
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c33 void vp9_noise_estimate_init(NOISE_ESTIMATE *const ne, int width, int height) { argument
34 ne->enabled = 0;
35 ne->level = kLowLow;
36 ne->value = 0;
37 ne->count = 0;
38 ne->thresh = 90;
39 ne->last_w = 0;
40 ne->last_h = 0;
42 ne->thresh = 200;
44 ne
93 vp9_noise_estimate_extract_level(NOISE_ESTIMATE *const ne) argument
110 NOISE_ESTIMATE *const ne = &cpi->noise_estimate; local
[all...]
/external/skia/platform_tools/ios/bin/
H A Dios_path_exists18 if [[ "$#" -ne "1" ]]; then

Completed in 610 milliseconds

1234567891011>>