Home
last modified time | relevance | path

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

123

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DComponentController.java12 protected final C myself; field in ComponentController
28 myself = (C) this; in ComponentController()
56 return myself; in invokeWhilePaused()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c13 CThunkObject_dealloc(PyObject *myself) in CThunkObject_dealloc() argument
15 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_dealloc()
26 CThunkObject_traverse(PyObject *myself, visitproc visit, void *arg) in CThunkObject_traverse() argument
28 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_traverse()
36 CThunkObject_clear(PyObject *myself) in CThunkObject_clear() argument
38 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_clear()
D_ctypes.c140 _DictRemover_dealloc(PyObject *myself) in _DictRemover_dealloc() argument
142 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_dealloc()
145 Py_TYPE(self)->tp_free(myself); in _DictRemover_dealloc()
149 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call() argument
151 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_call()
2611 static int PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument
2613 CDataObject *self = (CDataObject *)myself; in PyCData_NewGetBuffer()
2614 StgDictObject *dict = PyObject_stgdict(myself); in PyCData_NewGetBuffer()
2620 view->obj = myself; in PyCData_NewGetBuffer()
2621 Py_INCREF(myself); in PyCData_NewGetBuffer()
[all …]
/external/bzip2/
DREADME.COMPILATION.PROBLEMS17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
58 this myself.
/external/libusb/libusb/os/
Dsunos_usb.h64 di_node_t myself; /* the di node */ member
Dsunos_usb.c179 di_node_t myself, pnode; in sunos_add_devices() local
190 myself = largs->myself; in sunos_add_devices()
200 pnode = myself; in sunos_add_devices()
260 if (sunos_fill_in_dev_info(myself, dev) != LIBUSB_SUCCESS) { in sunos_add_devices()
310 arg.myself = node; in sunos_walk_minor_node_link()
/external/curl/tests/data/
Dtest8434 http://%HOSTIP:%HTTPPORT/we/want/that/page/84 -x %HOSTIP:%HTTPPORT --user iam:myself
Dtest8537 http://%HOSTIP:%HTTPPORT/we/want/that/page/85 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user t…
Dtest8056 http://test.80:%HTTPPORT/we/want/that/page/80 -p --proxy1.0 %HOSTIP:%PROXYPORT --user iam:myself --…
Dtest27557 ….275:%HTTPPORT/we/want/that/page/275 -p -x %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youar…
Dtest23470 http://first.host.it.is/we/want/that/page/234 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user t…
Dtest23368 http://first.host.it.is/we/want/that/page/233 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user t…
Dtest108781 http://first.host.it.is/we/want/that/page/10871000 -x %HOSTIP:%HTTPPORT --user iam:myself --locatio…
Dtest108882 http://first.host.it.is/we/want/that/page/10881000 -x %HOSTIP:%HTTPPORT --user iam:myself --locatio…
Dtest9192 http://%HOSTIP:%HTTPPORT/91 --anyauth -u mydomain\\myself:secret
/external/squashfs-tools/
DACKNOWLEDGEMENTS46 encouraged myself to add support for wildcard pattern matching and regex
149 which allowed myself to track down these bugs.
/external/libxml2/VxWorks/
DREADME73 support it myself.
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.lic.txt4 % Dominik Wujastyk and myself (Philip Taylor), it has been agreed that the version uploaded
/external/python/cpython2/Misc/
DRFD14 myself) so I suggest that we'll continue to ask for one unmoderated
/external/eigen/unsupported/Eigen/
DNonLinearOptimization63 * Other tests were added by myself at the very beginning of the
/external/gptfdisk/
DREADME.Windows34 attempted to do this myself, though. If you care to try, check
/external/libpng/
DREADME114 This release was created and will be supported by myself (of course
/external/brotli/tests/testdata/
Dasyoulik.txt260 myself notice of my brother's purpose herein and
764 ROSALIND O, they take the part of a better wrestler than myself!
802 If with myself I hold intelligence
890 CELIA I'll put myself in poor and mean attire
977 To-day my Lord of Amiens and myself
1374 AMIENS More at your request than to please myself.
1697 I scarce can speak to thank you for myself.
2121 as lief have been myself alone.
2161 ORLANDO I will chide no breather in the world but myself,
3965 ROSALIND [To DUKE SENIOR] To you I give myself, for I am yours.
[all …]
/external/python/cpython3/Modules/_io/
Dtextio.c304 _PyIncrementalNewlineDecoder_decode(PyObject *myself, in _PyIncrementalNewlineDecoder_decode() argument
309 nldecoder_object *self = (nldecoder_object *) myself; in _PyIncrementalNewlineDecoder_decode()
/external/python/cpython2/Doc/whatsnew/
D2.0.rst453 instance.myself = instance
457 the other is from the ``myself`` attribute of the instance.
461 reference in the ``myself`` attribute still exists. Yet the instance is no

123