Searched refs:_result (Results 1 - 20 of 20) sorted by path

/macosx-10.10/CommonCrypto-60061/test/test/
H A Dtestmore.h159 int _result = (THIS); \
160 int _this = _result < 0 ? errno : 0; \
162 _that && _result < 0 \
172 _result, strerror(_that), _that); \
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp304 _result = inResult;
H A DIOATACommand.cpp127 _result = 0;
588 return _result;
H A DIOATACommand.h284 IOReturn _result; // < result member in class:IOATACommand
/macosx-10.10/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLib.h112 #define GETCSR() ({ int _result; asm volatile ("stmxcsr %0" : "=m" (*&_result) ); /*return*/ _result; })
125 #define GETCSR() ({ int _result; asm volatile ("stmxcsr %0" : "=m" (*&_result) ); /*return*/ _result; })
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dforward-control.sh51 _result=$?
54 if test "x$_expected" = "xY" -a $_result -ne 0 ; then
56 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then
78 _result=$?
79 if test $_result -eq 0 ; then
82 _result=$?
86 if test "x$_expected" = "xY" -a $_result -ne 0 ; then
88 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestmore.h180 int _result = (THIS); \
181 int _this = _result < 0 ? errno : 0; \
183 _that && _result < 0 \
193 _result, strerror(_that), _that); \
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestmore.h137 int _result = (THIS); \
138 int _this = _result < 0 ? errno : 0; \
140 _that && _result < 0 \
150 _result, strerror(_that), _that); \
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebElementDictionary.h36 WebCore::HitTestResult* _result; member in namespace:NSDictionary
H A DWebElementDictionary.mm110 _result = new HitTestResult(result);
119 delete _result;
128 delete _result;
181 return kit(_result->innerNonSharedNode());
200 return NSStringOrNil(_result->altDisplayString());
206 return NSStringOrNil(_result->spellingToolTip(dir));
213 Image* image = _result->image();
219 IntRect rect = _result->imageRect();
227 return _result->absoluteImageURL();
232 return _result
[all...]
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DLegacyMessageReceiver-expected.cpp77 bool _result = m_connection->sendSyncReply(WTF::move(m_encoder)); local
79 return _result;
96 bool _result = m_connection->sendSyncReply(WTF::move(m_encoder)); local
98 return _result;
H A DMessageReceiver-expected.cpp77 bool _result = m_connection->sendSyncReply(WTF::move(m_encoder)); local
79 return _result;
96 bool _result = m_connection->sendSyncReply(WTF::move(m_encoder)); local
98 return _result;
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dlwderror.c43 ns_lwdclient_errorpktsend(ns_lwdclient_t *client, isc_uint32_t _result) { argument
61 client->pkt.result = _result;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr449 _result="${1}"; shift
464 echo "${_result}${_arg}${_reason}" >"${Results_File}" || \
467 echo "${_result}${_arg}${_reason}"
/macosx-10.10/libauto-186/auto_tester/
H A DTestCase.h59 TestResult _result; variable
H A DTestCase.m157 _result = PENDING;
184 if (_completionCallback && !_testThread && _outputCompleteCalled && _result != IN_PROGRESS) {
197 return _result;
220 switch (_result) {
250 _result = result;
/macosx-10.10/libauto-186/
H A Dauto_zone.cpp965 bool _result; member in class:set_write_barrier_dest_sieve
967 set_write_barrier_dest_sieve(Zone *zone, const void *dest, ValueBlockRef new_value, const void *new_value_addr) __attribute__((always_inline)) : _zone(zone), _dest(dest), _new_value(new_value), _new_value_addr(new_value_addr), _result(true) {
993 _result = false;
1009 bool _result; member in class:set_write_barrier_value_sieve
1011 set_write_barrier_value_sieve(Zone *zone, const void *dest, const void *new_value) __attribute__((always_inline)) : _zone(zone), _dest(dest), _new_value(new_value), _result(true) {
1017 _result = dest._result;
1028 return value._result;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dshell.itk63 protected variable _result {} ;# Resultant value for modal activation.
256 return $_result
279 return $_result
297 return $_result
338 set _result $args
340 set _result {}
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dcustom.cpp572 c4_Property _result; member in class:c4_GroupByViewer
589 const c4_Property &result_): _parent(&seq_), _keys(keys_), _result(result_) {
655 v.AddProperty(_result);
673 switch (_result.Type()) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl1591 proc FlushLine {selfns line _result _prev _msg} {
1592 upvar $_result result $_prev prev $_msg msg

Completed in 403 milliseconds