Searched refs:ok (Results 276 - 300 of 1506) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfurlaccess.py49 ok, data, properties, errorCode = CFURLCreateDataAndPropertiesFromResource(
51 self.assertTrue(ok)
67 ok, errorCode = CFURLWriteDataAndPropertiesToResource(
69 self.assertTrue(ok)
77 ok, errorCode = CFURLDestroyResource(url, None)
78 self.assertTrue(ok)
H A Dtest_cfbundle.py100 ok, type, creator = CFBundleGetPackageInfoInDirectory(url, None, None)
101 self.assertIs(ok, True)
154 ok, error = CFBundlePreflightExecutable(bundle, None)
155 self.assertTrue((ok is True) or (ok is False))
156 if ok:
161 ok, error = CFBundleLoadExecutableAndReturnError(bundle2, None)
162 self.assertTrue((ok is True) or (ok is False))
163 if ok
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_continuation.rb8 assert_equal(:ok, callcc{:ok})
9 assert_equal(:ok, callcc{|c| c.call :ok})
13 assert_equal(:ok, callcc{|c| c.call :ok})
H A Dtest_objectspace.rb59 assert_in_out_err(["-e", <<-END], "", %w(:ok :ok :ok :ok), [])
61 ObjectSpace.define_finalizer(a) { p :ok }
63 ObjectSpace.define_finalizer(a) { p :ok }
/macosx-10.10.1/vim-55/src/testdir/
H A DMake_os2.mak40 -rm -rf *.out Xdotest test.ok tiny.vim small.vim mbyte.vim viminfo
45 $(VIMPROG) -u NONE -s todos.vim $*.ok
46 copy $*.ok test.ok
49 diff test.out $*.ok
52 -del test.ok
/macosx-10.10.1/zsh-61/zsh/Config/
H A Dinstallfns.sh50 ok=0
55 ok=1
59 case $ok in
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp272 Boolean ok; local
305 ok = SetPeer(argv); // lookup the hostname
306 if (!ok) return -1;
310 ok = DoConnect(localport);
311 if (!ok) Punt("Connect failed");
316 ok = ReadLog((void *)infoaddr);
317 if (!ok) printf("read failed\n");
320 ok = DoDisconnect();
321 if (!ok) Punt("Disconnect failed");
329 // return true if hostname on command line is ok
360 Boolean ok; local
438 Boolean ok; local
450 Boolean ok; local
478 Boolean ok; local
[all...]
/macosx-10.10.1/man-16/man/
H A Dconfigure39 set +u # Make sure unset variables are ok.
688 ok=false
689 while test "$ok" = "false"
696 ok=true
704 ok=true
712 ok=false
749 ok=false
750 while test "$ok" = "false"
755 ok=true
759 ok
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py86 ok, type, creator = CFBundleGetPackageInfoInDirectory(url, None, None)
87 self.assertIs(ok, True)
136 ok, error = CFBundlePreflightExecutable(bundle, None)
137 self.assertTrue((ok is True) or (ok is False))
138 if ok:
143 ok, error = CFBundleLoadExecutableAndReturnError(bundle2, None)
144 self.assertTrue((ok is True) or (ok is False))
145 if ok
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportCoder.c42 bool ok = true; local
50 require_action_quiet(coderData, exit, ok = SOSErrorCreate(kSOSErrorAllocationFailure, error, NULL, CFSTR("Creation of coder data failed")));
52 ok = SOSEngineSetTransportData(SOSTransportMessageGetEngine(transport), peer_id, coderData, error);
56 return ok;
162 bool ok = false; local
174 ok = message && (SOSCoderWrap(coder, message, &codedMessage, peer_id, error) == kSOSCoderDataReturned);
175 if (!ok) {
179 if (ok)
191 ok = true;
202 ok
[all...]
H A DSOSPeerCoder.c59 void SOSPeerCoderConsume(SOSEnginePeerMessageSentBlock *sent, bool ok){ argument
61 (*sent)(ok);
128 bool ok = false; local
138 ok = message && (SOSCoderWrap(coder, message, &codedMessage, peer_id, error) == kSOSCoderDataReturned);
139 if (!ok) {
143 if (ok)
155 ok = true;
159 return ok;
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/
H A Dcbc.t11 ok( defined &Crypt::Rijndael::MODE_CBC );
H A Dcfb.t11 ok( defined &Crypt::Rijndael::MODE_CFB );
H A Dctr.t11 ok( defined &Crypt::Rijndael::MODE_CTR );
H A Decb.t11 ok( defined &Crypt::Rijndael::MODE_ECB );
H A Dofb.t11 ok( defined &Crypt::Rijndael::MODE_OFB );
H A Dpcbc.t11 ok( defined &Crypt::Rijndael::MODE_PCBC );
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/t/
H A Delem.t27 ok ($ver >= 0.80, "Heap::Elem::VERSION >= 0.80 (is: $ver)");
H A Dnum.t26 ok ($ver >= 0.80, "Heap::Elem::Num::VERSION >= 0.80 (is: $ver)");
H A Dnumrev.t26 ok ($ver >= 0.80, "Heap::Elem::NumRev::VERSION >= 0.80 (is: $ver)");
H A Dref.t26 ok ($ver >= 0.80, "Heap::Elem::Ref::VERSION >= 0.80 (is: $ver)");
H A Drefrev.t26 ok ($ver >= 0.80, "Heap::Elem::RefRev::VERSION >= 0.80 (is: $ver)");
H A Dstr.t26 ok ($ver >= 0.80, "Heap::Elem::Str::VERSION >= 0.80 (is: $ver)");
H A Dstrrev.t26 ok ($ver >= 0.80, "Heap::Elem::StrRev::VERSION >= 0.80 (is: $ver)");
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DPoint.pm45 my ($not, $number, $extra) = ($line =~ /^(not )?ok\b(?:\s+(\d+))?\s*(.*)/) or return;
69 =item * ok
75 sub ok { my $self = shift; $self->{ok} } subroutine
78 my $ok = shift;
79 $self->{ok} = $ok ? 1 : 0;
84 return ($self->ok || $self->is_todo || $self->is_skip) ? 1 : 0;

Completed in 308 milliseconds

<<11121314151617181920>>