Home
last modified time | relevance | path

Searched refs:myself (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/boost/libs/mpl/test/
Dinherit.cpp18 struct my { typedef my myself; }; typedef
26 MPL_ASSERT(( is_same<her_my1::myself, my> )); in MPL_TEST_CASE()
36 MPL_ASSERT(( is_same<her_my2::myself, my> )); in MPL_TEST_CASE()
/third_party/python/Modules/_ctypes/
D_ctypes.c146 _DictRemover_dealloc(PyObject *myself) in _DictRemover_dealloc() argument
148 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_dealloc()
151 Py_TYPE(self)->tp_free(myself); in _DictRemover_dealloc()
155 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call() argument
157 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_call()
413 StructParam_dealloc(PyObject *myself) in StructParam_dealloc() argument
415 StructParamObject *self = (StructParamObject *)myself; in StructParam_dealloc()
417 Py_TYPE(self)->tp_free(myself); in StructParam_dealloc()
2798 static int PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument
2800 CDataObject *self = (CDataObject *)myself; in PyCData_NewGetBuffer()
[all …]
Dcallbacks.c15 CThunkObject_dealloc(PyObject *myself) in CThunkObject_dealloc() argument
17 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_dealloc()
28 CThunkObject_traverse(PyObject *myself, visitproc visit, void *arg) in CThunkObject_traverse() argument
30 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_traverse()
38 CThunkObject_clear(PyObject *myself) in CThunkObject_clear() argument
40 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_clear()
/third_party/node/deps/npm/node_modules/clone/
DREADME.md73 a.myself = a;
82 { hello: "world", myself: [Circular] }
85 So, `b.myself` points to `b`, not `a`. Neat!
/third_party/curl/tests/data/
Dtest129447 …d in this workhouse was born; on a day and date which I need not trouble myself to repeat, inasmuc…
59 …d in this workhouse was born; on a day and date which I need not trouble myself to repeat, inasmuc…
Dtest8434 http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself
Dtest8537 http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --pro…
Dtest8056 …e/want/that/page/%TESTNUMBER -p --proxy1.0 %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youar…
Dtest27557 …TPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youar…
Dtest23368 http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --prox…
Dtest23470 http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --prox…
Dtest108781 http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 -x %HOSTIP:%HTTPPORT --user iam:myself --…
Dtest108882 http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 -x %HOSTIP:%HTTPPORT --user iam:myself --…
Dtest9193 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --anyauth -u mydomain\\myself:secret
/third_party/libusb/libusb/os/
Dsunos_usb.h63 di_node_t myself; /* the di node */ member
Dsunos_usb.c545 di_node_t myself, dn; in sunos_add_devices() local
561 myself = largs->myself; in sunos_add_devices()
568 if (myself == DI_NODE_NIL) in sunos_add_devices()
571 dn = myself; in sunos_add_devices()
590 di_bus_addr(myself), bus_number, di_node_name(dn)); in sunos_add_devices()
594 for (dn = di_child_node(myself); dn != DI_NODE_NIL; dn = di_sibling_node(dn)) { in sunos_add_devices()
667 arg.myself = node; in sunos_walk_minor_node_link()
/third_party/bzip2/
DREADME.COMPILATION.PROBLEMS17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
58 this myself.
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
DREADME.COMPILATION.PROBLEMS17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
58 this myself.
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
DREADME.COMPILATION.PROBLEMS17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
58 this myself.
/third_party/flutter/skia/third_party/externals/wuffs/test/data/
Dromeo.txt25 Take all myself.
Dromeo.txt.gz ... name which is no part of thee 25Take all myself. 26 27ROMEO 28I take thee at thy ...
/third_party/ninja/
DRELEASING1 Notes to myself on all the steps to make for a Ninja release.
/third_party/flutter/skia/third_party/externals/sdl/debian/
Dchangelog44 - Add myself and Felix Geyer
/third_party/node/deps/npm/node_modules/err-code/
DREADME.md28 I find myself doing this repeatedly:
/third_party/boost/libs/hana/
DCONTRIBUTING.md50 and suggest some modifications, or I might amend your patch myself and ask

1234