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

/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dlibxml.py57 self._o = None
100 self._o = libxml2mod.xmlCreateInputBuffer(self, enc)
105 if self._o != None:
106 libxml2mod.xmlFreeParserInputBuffer(self._o)
107 self._o = None
111 if self._o != None:
112 libxml2mod.xmlFreeParserInputBuffer(self._o)
113 self._o = None
127 self._o = _obj
131 # self._o
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py47 self._o = None
79 self._o = libxml2mod.xmlCreateInputBuffer(self, enc)
84 if self._o != None:
85 libxml2mod.xmlFreeParserInputBuffer(self._o)
86 self._o = None
90 if self._o != None:
91 libxml2mod.xmlFreeParserInputBuffer(self._o)
92 self._o = None
103 self._o = libxml2mod.xmlCreateOutputBuffer(self, enc)
110 self._o
[all...]
/macosx-10.9.5/libxslt-13/libxslt/python/
H A Dlibxsl.py63 self._o = _obj;
65 self._o = None
67 v = libxsltmod.xsltGetTransformContextHashCode(self._o)
72 v = libxsltmod.xsltCompareTransformContextsEqual(self._o, other._o)
78 self._o = _obj;
80 self._o = None
82 v = libxsltmod.xsltGetStylesheetHashCode(self._o)
87 v = libxsltmod.xsltCompareStylesheetsEqual(self._o, other._o)
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dxpathext.py24 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
25 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
H A Dtstmem.py18 libxml2mod.xmlSetValidErrors(ctxt._o, error, error)
H A Dtstxpath.py33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
34 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
H A Dxpathret.py27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dxpathext.py24 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
25 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
H A Dtstmem.py18 libxml2mod.xmlSetValidErrors(ctxt._o, error, error)
H A Dtstxpath.py33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
34 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
H A Dxpathret.py27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
/macosx-10.9.5/libdispatch-339.92.1/dispatch/
H A Dobject.h158 #define dispatch_retain(object) ({ dispatch_object_t _o = (object); \
159 _dispatch_object_validate(_o); (void)[_o retain]; })
184 #define dispatch_release(object) ({ dispatch_object_t _o = (object); \
185 _dispatch_object_validate(_o); [_o release]; })
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm_param.h253 #define VM_KERNEL_IS_SLID(_o) \
254 (((vm_offset_t)(_o) >= vm_kernel_base) && \
255 ((vm_offset_t)(_o) < vm_kernel_top))
256 #define VM_KERNEL_IS_KEXT(_o) \
257 (((vm_offset_t)(_o) >= vm_kext_base) && \
258 ((vm_offset_t)(_o) < vm_kext_top))
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Module/Install/
H A DCompiler.pm19 OBJECT => join ' ', map { substr($_, 0, -2) . $Config::Config{_o} } @_
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dcdt.h257 do { Dtlink_t* _e; Void_t *_o, *_k, *_key; Dtdisc_t* _dc; \
262 { _o = _DTOBJ(_e, _lk); _k = _DTKEY(_o, _ky, _sz); \
266 action (_e ? _o : (Void_t*)0); \
270 do { Dtlink_t* _e; Void_t *_o, *_k, *_key; Dtdisc_t* _dc; \
275 { _o = _DTOBJ(_e, _lk); _k = _DTKEY(_o, _ky, _sz); \
279 action (_e ? _o : (Void_t*)0); \
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp1098 static Py_ssize_t PyView_length(PyObject *_o) { argument
1099 PyView *o = (PyView*)_o;
1108 static PyObject *PyView_concat(PyObject *_o, PyObject *_other) { argument
1109 PyView *o = (PyView*)_o;
1121 static PyObject *PyView_repeat(PyObject *_o, Py_ssize_t n) { argument
1122 PyView *o = (PyView*)_o;
1138 static PyObject *PyView_getitem(PyObject *_o, Py_ssize_t n) { argument
1139 PyView *o = (PyView*)_o;
1151 static PyObject *PyView_getslice(PyObject *_o, Py_ssize_t s, Py_ssize_t e) { argument
1152 PyView *o = (PyView*)_o;
1161 PyView_setitem(PyObject *_o, Py_ssize_t n, PyObject *v) argument
1180 PyView_setslice(PyObject *_o, Py_ssize_t s, Py_ssize_t e, PyObject *v) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din.h825 #define in_cksum_offset(_m, _o) \
826 ((void) in_finalize_cksum(_m, _o, CSUM_DELAY_IP))
829 #define in_delayed_cksum_offset(_m, _o) \
830 ((void) in_finalize_cksum(_m, _o, CSUM_DELAY_DATA))
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6.h859 #define in6_cksum(_m, _n, _o, _l) \
860 inet6_cksum(_m, _n, _o, _l)
879 #define in6_delayed_cksum_offset(_m, _o, _s, _p) \
880 ((void) in6_finalize_cksum(_m, _o, _s, _p, CSUM_DELAY_IPV6_DATA))
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtrace.h92 #define _dispatch_trace_continuation(_q, _o, _t) do { \
95 struct dispatch_object_s *_do = (_o); \
/macosx-10.9.5/sudo-72/src/
H A Dpp1258 typeset _path _file _tgt _m _o _g _f _type _lm _ll _lo _lg _ls _lx
1343 _o="${_owner:--}"
1362 _type=f _m=_ _o=_ _g=_
1407 case ":$_m:$_o:$_g:" in *:=:*)
1413 test x"$_o" = x"=" && _o="$_lo"
1418 test x"$_o" = x"=" && _o=-
1430 test -n "$_o" || pp_die "_o empt
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h133 #define lseek(_f, _o, _w) _lseeki64(_f, _o, _w)
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp1518 void QtConnectionObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) argument
1521 Q_ASSERT(staticMetaObject.cast(_o));
1522 QtConnectionObject *_t = static_cast<QtConnectionObject *>(_o);
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dlatin-pre.el69 symbol | _ / | _o -> ,A:(B _a -> ,A*(B // -> ,A0(B /\\ -> ,AW(B _y -> ,A%(B
154 ("_o" ?,A:(B)
751 symbol | _ / | _o -> ,b:(B _a -> ,b*(B // -> ,b0(B /\\ -> ,bW(B _y -> ,b%(B
837 ("_o" ?,b:(B)
960 ("\"i" ?,_o(B)
1010 symbol | _ / | _o -> ,A:(B _a -> ,A*(B // -> ,A0(B /\\ -> ,AW(B _y -> ,A%(B
1132 ("_o" ?,A:(B)
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dtibetan.el222 ("_o" . "$(7!g(B")
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dcustom.cpp907 r = _o;

Completed in 232 milliseconds