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

12 3 4 5 6 7 8 91011>>

  /dalvik/tools/
get-hprof 36 if [ $? -ne 0 ]; then
  /external/chromium_org/chrome/installer/linux/common/
rpmrepo.cron 32 if [ $? -ne 0 ]; then
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 58 if [ $failed -ne 0 ]; then
  /external/chromium_org/third_party/icu/source/
mkinstalldirs 16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/chromium_org/third_party/libevent/
mkinstalldirs 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/chromium_org/third_party/skia/tools/
git-skia-verify 49 if [[ $? -ne 0 ]];
55 if [[ $? -ne 0 ]];
70 if [[ $? -ne 0 ]];
82 if [[ $? -ne 0 ]];
  /external/e2fsprogs/config/
mkinstalldirs 13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/icu/icu4c/source/
mkinstalldirs 16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
  /external/skia/tools/
git-skia-verify 49 if [[ $? -ne 0 ]];
55 if [[ $? -ne 0 ]];
70 if [[ $? -ne 0 ]];
82 if [[ $? -ne 0 ]];
  /external/jemalloc/test/
test.sh.in 23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
  /external/chromium_org/third_party/icu/source/i18n/
regexcst.pl 143 if ($fields[0] ne "") {
171 if ($state_char_class[$state] ne "") {
190 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
194 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
281 if ($state_literal_chars[$state] ne "") {
301 if ($stateNames[$state] ne "") {
316 if ($stateNames[$state] ne "") {
  /external/icu/icu4c/source/i18n/
regexcst.pl 143 if ($fields[0] ne "") {
171 if ($state_char_class[$state] ne "") {
190 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
194 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
281 if ($state_literal_chars[$state] ne "") {
301 if ($stateNames[$state] ne "") {
316 if ($stateNames[$state] ne "") {
  /external/chromium_org/third_party/icu/source/common/
rbbicst.pl 142 if ($fields[0] ne "") {
170 if ($state_char_class[$state] ne "") {
189 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
193 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
296 if ($state_literal_chars[$state] ne "") {
314 if ($stateNames[$state] ne "") {
403 if ($state_literal_chars[$state] ne "") {
423 if ($stateNames[$state] ne "") {
439 if ($stateNames[$state] ne "") {
  /external/icu/icu4c/source/common/
rbbicst.pl 142 if ($fields[0] ne "") {
170 if ($state_char_class[$state] ne "") {
189 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") {
193 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) {
296 if ($state_literal_chars[$state] ne "") {
314 if ($stateNames[$state] ne "") {
403 if ($state_literal_chars[$state] ne "") {
423 if ($stateNames[$state] ne "") {
439 if ($stateNames[$state] ne "") {
  /external/chromium_org/remoting/scripts/mac/
dump_product_syms 9 if [[ "$#" -ne 1 ]]; then
  /external/chromium_org/testing/gtest/xcode/Scripts/
runtests.sh 61 if [ $failed -ne 0 ]; then
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_obj.c 68 X509_NAME_ENTRY *ne; local
105 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
106 n=OBJ_obj2nid(ne->object);
109 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
114 type=ne->value->type;
115 num=ne->value->length;
116 q=ne->value->data;
178 q=ne->value->data;
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
record-test.sh 37 if [ "$#" -ne 2 ]; then
  /external/compiler-rt/lib/builtins/arm/
clzdi2.S 28 itee ne
34 itee ne
comparesf2.S 59 it ne
93 it ne
117 it ne
125 it ne
  /external/libpcap/
runlex.sh 39 while [ $# -ne 0 ]
124 if [ $status -ne 0 ]
154 if [ $status -ne 0 ]
169 if [ $status -ne 0 ]
188 if [ $status -ne 0 ]
  /external/libutf/
runetype.c 19 rbsearch(Rune c, Rune *t, int n, int ne)
26 p = t + m*ne;
  /external/opencv/cvaux/src/
cvclique.cpp 65 int* ne;
196 finder->ne = new int[N+1];
217 finder->ne[0] = 0;
237 delete finder->ne;
272 int* ne = finder->ne;
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
312 for (int j = ne[k]; j < ce[k] && (count < minnod); j++)
327 if (i < ne[k]) //if current fixed point belongs to 'not'
353 old[s[k]] = old[ne[k]]
    [all...]
  /external/openssl/crypto/x509/
x509_obj.c 68 X509_NAME_ENTRY *ne; local
105 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
106 n=OBJ_obj2nid(ne->object);
109 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
114 type=ne->value->type;
115 num=ne->value->length;
116 q=ne->value->data;
178 q=ne->value->data;
  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 32 if [ $failed -ne 0 ]; then

Completed in 3044 milliseconds

12 3 4 5 6 7 8 91011>>