HomeSort by relevance Sort by last modified time
    Searched refs:ne (Results 26 - 50 of 2011) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure_testset.sh 47 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 0 ]; the
    [all...]
  /external/ltp/
IDcheck.sh 52 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 0 ] ; the
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/
ext4-alloc-test.sh 32 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 0 ]; the
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_inode_version_test.sh 37 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 0 ]; the
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_noise_estimate.c 33 void vp9_noise_estimate_init(NOISE_ESTIMATE *const ne, int width, int height) {
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->thresh = 140
110 NOISE_ESTIMATE *const ne = &cpi->noise_estimate; local
    [all...]
vp9_noise_estimate.h 41 void vp9_noise_estimate_init(NOISE_ESTIMATE *const ne, int width, int height);
43 NOISE_LEVEL vp9_noise_estimate_extract_level(NOISE_ESTIMATE *const ne);
  /art/test/134-nodex2oat-nofallback/
check 25 if [[ "$HEAD" != "$EXPECTED_HEAD" || $MSG_FOUND -ne 0 ]] ; then
  /external/javaparser/
run_core_generators.sh 17 if [ "$?" -ne 0 ]; then
  /external/skia/platform_tools/ios/bin/
ios_path_exists 18 if [[ "$#" -ne "1" ]]; then
  /external/skqp/platform_tools/ios/bin/
ios_path_exists 18 if [[ "$#" -ne "1" ]]; then
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
parse-console.sh 43 if test "$n_badness" -ne 0
48 if test "$n_warn" -ne 0
53 if test "$n_bugs" -ne 0
58 if test "$n_calltrace" -ne 0
63 if test "$n_badness" -ne 0
68 if test "$n_stalls" -ne 0
73 if test "$n_starves" -ne 0
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
find_if_not.pass.cpp 24 struct ne { struct
25 TEST_CONSTEXPR ne (int val) : v(val) {} function in struct:ne
34 ne c(4);
47 ne(3));
51 ne(10));
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-persist-prealloc/
ext4_persist_prealloc_test.sh 36 if [ $? -ne 0 ]; then
42 if [ $? -ne 0 ]; then
62 if [ $ret -ne 0 ]; then
70 if [ $? -ne 0 ]; then
76 if [ $? -ne 0 ]; then
  /external/ltp/testcases/kernel/fs/fs-bench/
modaltr.sh 46 if [ $(id -ru) -ne 0 ];
56 if [ $? -ne 0 ];
61 if [ $? -ne 0 ];
66 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
75 if [ $? -ne 0 ]; then
79 if [ $? -ne 0 ]; then
84 if [ $? -ne 0 ]; then
88 if [ $? -ne 0 ]; then
  /external/ltp/testcases/network/can/filter-tests/
can_run_tests.sh 35 if [ $ret -ne 0 ]; then
41 if [ $ret -ne 0 ]; then
48 if [ $ret -ne 0 ]; then
54 if [ $ret -ne 0 ]; then
63 if [ $ret -ne 0 ]; then
70 if [ $ret -ne 0 ]; then
76 if [ $HAS_ECHO -ne 1 ]; then
90 if [ $# -ne 1 ]; then
  /external/python/cpython2/Demo/turtle/
tdemo_wikipedia.py 9 First we create (ne-1) (i.e. 35 in this
19 def mn_eck(p, ne,sz):
21 #create ne-1 additional turtles
22 for i in range(1,ne):
24 q.rt(360.0/ne)
27 for i in range(ne):
28 c = abs(ne/2.0-i)/(ne*.7)
29 # let those ne turtles make a step
32 t.rt(360./ne)
    [all...]
  /external/python/cpython3/Lib/turtledemo/
wikipedia.py 9 First we create (ne-1) (i.e. 35 in this
19 def mn_eck(p, ne,sz):
21 #create ne-1 additional turtles
22 for i in range(1,ne):
24 q.rt(360.0/ne)
27 for i in range(ne):
28 c = abs(ne/2.0-i)/(ne*.7)
29 # let those ne turtles make a step
32 t.rt(360./ne)
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
ext4_subdir_limit_test.sh 61 if [ $prev_result -ne $PASS -o $4 -ne $prev_block_size ]; then
63 if [ $? -ne 0 ]; then
76 if [ $? -ne 0 ]; then
90 if [ $? -ne 0 ]; then
100 if [ $? -ne 0 ]; then
110 if [ $? -ne 0 ]; then
117 if [ $? -ne 0 ]; then
124 if [ $? -ne 0 ]; then
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc_config.py 33 except NameError as ne:
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
cpuset_sched_domains_test.sh 56 if [ $? -ne 0 ]; then
63 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
80 if [ $ret -ne 0 ]; then
106 if [ $? -ne 0 ]; then
113 if [ $? -ne 0 ]; then
122 if [ $? -ne 0 ]; then
159 if [ $? -ne 0 ]; then
166 if [ $? -ne 0 ]; then
173 if [ $? -ne 0 ]; the
    [all...]
  /external/ltp/testcases/kernel/power_management/
runpwtests_exclusive04.sh 34 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 ]; then
  /external/ltp/testcases/network/nfs/nfslock01/
nfslock01 41 [ "$(wc -c flock_data | awk '{print $1}')" -ne 1048576 ] && \
44 [ "$(wc -c flock_odata | awk '{print $1}')" -ne 1048576 ] && \
64 if [ $? -ne 0 ]; then
72 if [ $? -ne 0 ]; then
  /external/ltp/testcases/network/stress/ns-tools/
check_netem 57 if [ $ret -ne 0 ]; then
66 if [ $? -ne 0 ]; then
  /external/ltp/testcases/kernel/controllers/cpuset/
cpuset_funcs.sh 132 if [ $? -ne 0 ]; then
152 if [ $? -ne 0 ]; then
158 if [ $? -ne 0 ]; then
165 if [ $? -ne 0 ]; then
179 if [ $? -ne 0 ]; then
190 if [ $? -ne 0 ]; then
196 if [ $? -ne 0 ]; then
202 if [ $? -ne 0 ]; then
212 if [ $? -ne 0 ]; then
217 if [ $? -ne 0 ]; the
    [all...]
  /art/tools/
extract-embedded-java 17 if [ "$#" -ne "2" ]; then

Completed in 1439 milliseconds

12 3 4 5 6 7 8 91011>>