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

<<11121314151617181920>>

  /external/virglrenderer/scripts/
release.sh 19 if [ $? -ne 0 ]; then
209 if [ $? -ne 0 ]; then
238 if [ $? -ne 0 ]; then
254 if [ $? -ne 0 ]; then
269 if [ $? -ne 0 ]; then
276 if [ $? -ne 0 ]; then
286 if [ $? -ne 0 ]; then
301 if [ $? -ne 0 ]; then
345 if [ ${gpgsignerr} -ne 0 ]; then
354 if [ $? -ne 0 ]; the
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 298 const UHashElement *ne = NULL; local
323 ne = subpermute.nextElement(el);
324 while (ne != NULL) {
325 UnicodeString *permRes = (UnicodeString *)(ne->value.pointer);
332 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer));
335 ne = subpermute.nextElement(el);
363 const UHashElement *ne = NULL; local
366 ne = basic.nextElement(el);
368 while (ne != NULL) {
370 UnicodeString item = *((UnicodeString *)(ne->value.pointer))
469 const UHashElement *ne = remainder.nextElement(el); local
    [all...]
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 117 exif_mnote_data_canon_save (ExifMnoteData *ne,
120 ExifMnoteDataCanon *n = (ExifMnoteDataCanon *) ne;
132 *buf = exif_mem_alloc (ne->mem, sizeof (char) * *buf_size);
134 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", *buf_size);
162 t = exif_mem_realloc (ne->mem, *buf,
165 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteCanon", ts);
199 exif_mnote_data_canon_load (ExifMnoteData *ne,
202 ExifMnoteDataCanon *n = (ExifMnoteDataCanon *) ne;
207 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA,
213 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA
    [all...]
  /external/openssh/regress/
cert-file.sh 62 [ $? -ne 5$p ] && fail "ssh failed"
69 [ $? -ne 5$p ] && fail "ssh failed"
103 if [ $r -ne 5$p ]; then
113 if [ $r -ne 5$p ]; then
120 if [ $? -ne 2 ]; then
127 if [ $r -ne 0 ]; then
133 if [ $? -ne 0 ]; then
137 if [ $? -ne 0 ]; then
160 if [ $? -ne 52 ]; then
  /external/e2fsprogs/misc/
e2fuzz.sh 129 if [ $? -ne 0 ]; then
137 if [ $? -ne 0 ]; then
152 if [ $? -ne 0 ]; then
169 if [ $? -ne 0 ]; then
174 if [ $? -ne 0 ]; then
213 if [ "${res}" -ne 0 ]; then
256 if [ "${fsck_img_sz}" -ne "${pass_img_sz}" ]; then
271 if [ "${res}" -ne 0 ]; then
306 if [ "${res}" -ne 0 ]; then
316 if [ "${res}" -ne 0 ]; the
    [all...]
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc 105 {{ne, r3, r7, LSR, 28}, true, ne, "ne r3 r7 LSR 28", "ne_r3_r7_LSR_28"},
126 {{ne, r2, r6, LSR, 24}, true, ne, "ne r2 r6 LSR 24", "ne_r2_r6_LSR_24"},
141 {{ne, r2, r2, ASR, 19}, true, ne, "ne r2 r2 ASR 19", "ne_r2_r2_ASR_19"},
155 {{ne, r3, r7, ASR, 24}, true, ne, "ne r3 r7 ASR 24", "ne_r3_r7_ASR_24"}
    [all...]
test-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc 134 {{ne, r3, r3, r4}, true, ne, "ne r3 r3 r4", "ne_r3_r3_r4"},
161 {{ne, r1, r1, r0}, true, ne, "ne r1 r1 r0", "ne_r1_r1_r0"},
162 {{ne, r7, r7, r7}, true, ne, "ne r7 r7 r7", "ne_r7_r7_r7"},
184 {{ne, r5, r5, r2}, true, ne, "ne r5 r5 r2", "ne_r5_r5_r2"}
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc 133 {{ne, r4, r5, LSL, 8}, true, ne, "ne r4 r5 LSL 8", "ne_r4_r5_LSL_8"},
149 {{ne, r0, r4, LSL, 27}, true, ne, "ne r0 r4 LSL 27", "ne_r0_r4_LSL_27"},
151 {{ne, r7, r7, LSL, 26}, true, ne, "ne r7 r7 LSL 26", "ne_r7_r7_LSL_26"},
161 {{ne, r1, r5, LSL, 13}, true, ne, "ne r1 r5 LSL 13", "ne_r1_r5_LSL_13"}
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
cpuset_base_ops_testset.sh 87 if [ $? -ne 0 ]; then
91 if [ $? -ne 0 ]; then
96 if [ $? -ne 0 ]; then
205 if [ $? -ne 0 ]; then
214 if [ $? -ne 0 ]; then
242 if [ $? -ne 0 ]; then
  /external/ltp/testcases/network/stress/interface/
if-addr-adddel 62 if [ $? -ne 0 ]; then
68 if [ $? -ne 0 ]; then
89 if [ $? -ne 0 ]; then
if-mtu-change 84 if [ $? -ne 0 -o $ret -ne 0 ]; then
  /external/u-boot/scripts/
coccicheck 123 if [ $VERBOSE -ne 0 ] ; then
135 if [[ $? -ne 0 ]]; then
143 if [ $VERBOSE -ne 0 ] ; then
195 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
204 sed -ne 's|^///||p' $COCCI
223 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
225 sed -ne 's|^//#||p' $COCCI
  /external/ltp/testcases/kernel/fs/iso9660/
isofs.sh 141 if [ $? -ne 0 ]; then
148 if [ $? -ne 0 ]; then
153 if [ $? -ne 0 ]; then
  /external/toolchain-utils/binary_search_tool/common/
test_setup.sh 101 if [[ ${emerge_status} -ne 0 ]] ; then
115 if [[ $? -ne 0 ]] ; then
140 while [[ ${cros_flash_status} -ne 0 ]] ; do
  /build/make/core/tasks/
module-info.mk 7 $(hide) echo -ne '{\n ' > $@
8 $(hide) echo -ne $(foreach m, $(sort $(ALL_MODULES)), \
  /device/google/crosshatch/
init.edge_sense.sh 45 if [ ${use_defaults} -ne 0 ]; then
55 if [ ${use_defaults} -ne 0 ]; then
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_smp.S 21 b.ne 0b
  /external/e2fsprogs/scrub/
e2scrub_all.in 54 test "${ret}" -ne 0 && ret=1
89 test $? -ne 0 && continue
  /external/jemalloc_new/test/
test.sh.in 35 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
fgraph-filter-stack.tc 60 if [ $count -ne 0 ]; then
77 if [ $count -ne 0 ]; then
  /external/linux-kselftest/tools/testing/selftests/net/
test_vxlan_fdb_changelink.sh 11 echo -ne "expected two remotes after $what\t"
  /external/ltp/testcases/commands/mkfs/
mkfs01.sh 65 if [ $ret -ne 0 ]; then
141 if [ $? -ne 0 ]; then
155 if [ $? -ne 0 ]; then
163 if [ $? -ne 0 ]; then
  /external/ltp/testcases/kernel/fs/ext4-new-features/
ext4_funcs.sh 39 if [ $? -ne 0 ]; then
  /external/ltp/testcases/kernel/power_management/
runpwtests02.sh 56 if [ $hyper_threaded -ne 0 ]; then
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_regression01.sh 59 if [ $? -ne 0 ]; then

Completed in 1480 milliseconds

<<11121314151617181920>>