Searched refs:null (Results 176 - 200 of 2296) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_cms.in44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
51 if ${hxtool} info | grep 'ecdsa: hcrypto null' > /dev/null ; then
58 sd.data > /dev/null || exit 1
64 sd.data sd.data.out > /dev/null || exit 1
72 sd.data > /dev/null || exit 1
78 sd.data sd.data.out > /dev/null || exit 1
86 sd.data > /dev/null || exi
[all...]
H A Dtest_cert.in41 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
44 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
49 ${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 1
53 ${hxtool} print --content FILE:"$a" > /dev/null 2>/dev/null
57 ${hxtool} print --content NULL: > /dev/null || exit 1
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/acl/
H A Dtests.sh32 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
38 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
48 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
54 grep "^;" dig.out > /dev/null 2>&1 || { echo "I:test $t failed" ; status=1; }
59 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
71 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
77 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
83 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
89 grep "^;" dig.out > /dev/null 2>&1 && { echo "I:test $t failed" ; status=1; }
95 grep "^;" dig.out > /dev/null
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/zero-length-segment/
H A DMakefile33 grep __FOOBAR segments.log > /dev/null || echo "PASS zero-length-segment"
34 (grep __FOOBAR segments.log > /dev/null && echo "FAIL zero-length-segment") || /usr/bin/true
44 ${CC} ${CCFLAGS} -dynamiclib foo.c -o libfoo.dylib -Wl,-sectcreate -Wl,__FOOBAR -Wl,__empty -Wl,/dev/null
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java45 if (dataBinding == null) {
46 throw new NullPointerException("dataBinding may not be null");
70 binding.entryToObject(null, dataInput);
72 return entity.nullifyForeignKey(keyName) ? dataInput : null;
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DDataValueAdapter.java33 return null;
43 key.setData(null);
44 data.setData(null);
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A Dchk.cxxtests39 if grep -x $testname $TEST_CXX_SRCDIR/ignore > /dev/null; then
55 [ -f $infile ] || infile=/dev/null
57 [ -f $goodoutfile ] || goodoutfile=/dev/null
59 [ -f $gooderrfile ] || gooderrfile=/dev/null
61 cmp ../$testname.out $goodoutfile > /dev/null || {
65 cmp ../$testname.err $gooderrfile > /dev/null || {
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTestInit.java104 return DbCompat.testOpenDatabase(env, null, file, null, config);
110 if (catalog != null) {
114 if (store != null) {
117 if (env != null) {
125 catalog = null;
126 store = null;
127 env = null;
128 testEnv = null;
129 map = null;
[all...]
H A DCatalogCornerCaseTest.java63 if (env != null) {
70 env = null;
84 DbCompat.testOpenDatabase(env, null, file, null, config);
90 db = DbCompat.testOpenDatabase(env, null, file, null, config);
/macosx-10.10/BerkeleyDB-21/db/test/scr025/
H A Dchk.cxxmulti33 if grep -x $testname $TEST_CXX_SRCDIR/ignore > /dev/null; then
49 [ -f $infile ] || infile=/dev/null
51 [ -f $goodoutfile ] || goodoutfile=/dev/null
53 [ -f $gooderrfile ] || gooderrfile=/dev/null
55 cmp ../$testname.out $goodoutfile > /dev/null || {
59 cmp ../$testname.err $gooderrfile > /dev/null || {
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-dump.in59 grep cifs/LKDC file > /dev/null || exit 1
68 if /usr/libexec/PlistBuddy -c 'print KerberosPrincipal' $a 2>&1 | grep 'cifs/LKDC' > /dev/null 2>&1 ; then
82 grep cifs/LKDC file > /dev/null || exit 1
91 if /usr/libexec/PlistBuddy -c 'print KerberosPrincipal' $a 2>&1 | grep 'cifs/LKDC' > /dev/null 2>&1 ; then
103 ${kadmin} -r ${realm2} -c ${conf} -l dump file > /dev/null 2>/dev/null && exit 1
H A Dcheck-apple-od.in48 (dscl /LDAPv3/nod.apple.com -read /Users/smbtest | grep 'RealName: smbtest' > /dev/null ) || \
57 ${rkpty} ${kinitpty} ${kinit} smbtest@OD.APPLE.COM >/dev/null || { echo "kinit failed with: $?" ; cat ${logfile}; exit 1; }
71 # grep -e 'NTLM session key.*no' > /dev/null || \
76 if expr "$host" : '.*\.apple\.com' > /dev/null ; then
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dkrand.bash50 expr "$Lower" + 0 >/dev/null 2>&1
52 expr "$Upper" + 0 >/dev/null 2>&1
54 expr "$Seed" + 0 >/dev/null 2>&1
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dname/
H A Dtests.sh27 grep "status: NOERROR" dig.out.ns2.short > /dev/null || ret=1
34 grep "status: NOERROR" dig.out.ns4.short > /dev/null || ret=1
41 grep "status: NOERROR" dig.out.ns2.long > /dev/null || ret=1
48 grep "status: NOERROR" dig.out.ns4.long > /dev/null || ret=1
55 grep "status: YXDOMAIN" dig.out.ns2.toolong > /dev/null || ret=1
62 grep "status: YXDOMAIN" dig.out.ns4.toolong > /dev/null || ret=1
/macosx-10.10/dtrace-147/test/tst/common/profile-n/
H A Dtst.func.ksh54 $date > /dev/null
72 script | tee /dev/fd/2 | grep ml_set_interrupts_enabled > /dev/null
74 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.mod.ksh48 $date > /dev/null
68 script | tee /dev/fd/2 | grep mach_kernel > /dev/null
70 script | tee /dev/fd/2 | grep unix > /dev/null
H A Dtst.sym.ksh48 $date > /dev/null
68 script | tee /dev/fd/2 | grep ml_set_interrupts_enabled > /dev/null
70 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbuiltins.sh98 print $line | /bin/cat > /dev/null
115 read line < /dev/null
117 then err_exit "read from /dev/null failed"
125 print -f "hello%nbar\n" size > /dev/null
135 $SHELL -c 'read x <<< hello' 2> /dev/null || err_exit 'syntax <<< not recognized'
136 ($SHELL -c 'read x[1] <<< hello') 2> /dev/null || err_exit 'read x[1] not working'
150 (continue bad 2>/dev/null && err_exit 'continue bad should return an error')
151 (break bad 2>/dev/null && err_exit 'break bad should return an error')
152 (continue 0 2>/dev/null && err_exit 'continue 0 should return an error')
153 (break 0 2>/dev/null
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/Examples/Plugins/Python Address Label/
H A Dplugin.py24 if person.department() is not NSNull.null():
27 if person.organization() is not NSNull.null():
34 if address.country() is not NSNull.null():
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/Examples/Plugins/Python Address Label/
H A Dplugin.py24 if person.department() is not NSNull.null():
27 if person.organization() is not NSNull.null():
34 if address.country() is not NSNull.null():
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/Examples/Plugins/Python Address Label/
H A Dplugin.py24 if person.department() is not NSNull.null():
27 if person.organization() is not NSNull.null():
34 if address.country() is not NSNull.null():
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DTransactionRunner.java87 * a null (default) {@link TransactionConfig} will be used.
93 this(env, DEFAULT_MAX_RETRIES, null);
106 * {@link Environment#beginTransaction}, or null to use the default
174 * <p>If this property is null, the default configuration is used. The
189 * <p>If this property is null, the default configuration is used. The
219 if (currentTxn != null &&
220 (allowNestedTxn || currentTxn.getTransaction() == null)) {
226 Transaction txn = null;
230 if (txn != null && txn == currentTxn.getTransaction()) {
236 if (txn != null
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java34 if (keyFormat == null) {
39 (keyFormat.getClassMetadata() == null ||
40 keyFormat.getClassMetadata().getCompositeKeyFields() == null)) {
55 if (compositeFieldOrder != null) {
57 keyFormat = new CompositeKeyFormat(cls, null, compositeFieldOrder);
84 (catalog, rawAccess, null, 0, bytes, offset, length);
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java73 if (env != null) {
80 env = null;
81 currentTxn = null;
99 currentTxn.beginTransaction(null);
100 currentTxn = null;
104 byte[] x = null;
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dbashrand33 expr "$Lower" + 0 >/dev/null 2>&1 || {
38 expr "$Upper" + 0 >/dev/null 2>&1 || {
43 expr "$SEED" + 0 >/dev/null 2>&1 || {

Completed in 322 milliseconds

1234567891011>>