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

1234567891011>>

/external/libunwind/src/ia64/
H A Dmk_cursor_i6 sed -ne 's/^->"\(\S*\)" \(\d*\)/#define \1 \2/p' < $1 || exit $?
/external/openssh/contrib/aix/
H A Dinventory.sh33 find . ! -name . -print | perl -ne '{
/external/valgrind/tests/
H A Dcheck_dfp_cap6 if [ "$?" -ne "0" ]; then
H A Dcheck_vmx_cap6 if [ "$?" -ne "0" ]; then
H A Dcheck_isa-2_06_cap7 if [ "$?" -ne "0" ]; then
H A Dcheck_isa-2_07_cap8 if [ "$?" -ne "0" ]; then
/external/jemalloc/
H A Dautogen.sh6 if [ $? -ne 0 ]; then
14 if [ $? -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\/target\/product\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \
13 | perl -ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
/external/boringssl/src/crypto/x509/
H A Dx509name.c112 X509_NAME_ENTRY *ne; local
122 ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
123 if (OBJ_cmp(ne->object,obj) == 0)
175 X509_NAME_ENTRY *ne; local
177 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
178 if(!ne) return 0;
179 ret = X509_NAME_add_entry(name, ne, loc, set);
180 X509_NAME_ENTRY_free(ne);
187 X509_NAME_ENTRY *ne; local
189 ne
199 X509_NAME_ENTRY *ne; local
210 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
273 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
291 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
309 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
335 X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, const ASN1_OBJECT *obj) argument
347 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
370 X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne) argument
376 X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne) argument
[all...]
H A Dx509_obj.c70 X509_NAME_ENTRY *ne; local
104 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
105 n=OBJ_obj2nid(ne->object);
108 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
113 type=ne->value->type;
114 num=ne->value->length;
115 q=ne->value->data;
158 q=ne->value->data;
/external/skia/platform_tools/ios/bin/
H A Dios_path_exists18 if [[ "$#" -ne "1" ]]; then
/external/v8/tools/
H A Dbash-completion.sh45 | sed -ne 's/^DEFINE-[^(]*(\([^,]*\).*/--\1/p'; \
47 | sed -ne 's/^DEFINE-bool(\([^,]*\).*/--no\1/p'; \
50 | sed -ne 's/^[^"]*"--\([^"]*\)".*/--\1/p')
/external/openfst/
H A Dfix_headers.sh10 if [ $? -ne 0 ] ; then
/external/llvm/utils/git-svn/
H A Dgit-svnrevert3 if [ $# -ne 1 ]; then
17 if [ $? -ne 0 ]; then
35 if [ $? -ne 0 ]; then
51 if [ $? -ne 0 ]; then
/external/e2fsprogs/config/
H A Dmkinstalldirs13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
H A Druntests.sh58 if [ $failed -ne 0 ]; then
/external/icu/icu4c/source/
H A Dmkinstalldirs16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/jemalloc/android/test/
H A Drun_jemalloc_tests.sh83 if [[ ${exit_val} -ne 0 ]] && [[ ${exit_val} -ne 1 ]]; then
/external/openssh/
H A Dmkinstalldirs13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Druntests.sh58 if [ $failed -ne 0 ]; then
/external/skia/tools/
H A Dgit-skia-verify49 if [[ $? -ne 0 ]];
55 if [[ $? -ne 0 ]];
70 if [[ $? -ne 0 ]];
82 if [[ $? -ne 0 ]];
/external/jemalloc/test/
H A Dtest.sh.in23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
/external/compiler-rt/lib/builtins/arm/
H A Dclzdi2.S32 itee ne
38 itee ne
H A Dcomparesf2.S59 it ne
93 it ne
117 it ne
125 it ne
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
H A Druntests.sh61 if [ $failed -ne 0 ]; then

Completed in 1307 milliseconds

1234567891011>>