Home
last modified time | relevance | path

Searched refs:myself (Results 1 – 25 of 65) 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/
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()
407 StructParam_dealloc(PyObject *myself) in StructParam_dealloc() argument
409 StructParamObject *self = (StructParamObject *)myself; in StructParam_dealloc()
411 Py_TYPE(self)->tp_free(myself); in StructParam_dealloc()
2801 static int PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument
2803 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()
/external/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/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…
Dtest23368 http://first.host.it.is/we/want/that/page/233 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user t…
Dtest23470 http://first.host.it.is/we/want/that/page/234 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user t…
Dtest108882 http://first.host.it.is/we/want/that/page/10881000 -x %HOSTIP:%HTTPPORT --user iam:myself --locatio…
Dtest108781 http://first.host.it.is/we/want/that/page/10871000 -x %HOSTIP:%HTTPPORT --user iam:myself --locatio…
Dtest9193 http://%HOSTIP:%HTTPPORT/91 --anyauth -u mydomain\\myself:secret
/external/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()
/external/bzip2/
DREADME.COMPILATION.PROBLEMS17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
58 this myself.
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp81 AppleThreadPlanStepThroughObjCTrampoline *myself = in PreResumeInitializeFunctionCaller() local
83 return myself->InitializeFunctionCaller(); in PreResumeInitializeFunctionCaller()
DAppleThreadPlanStepThroughObjCTrampoline.h32 static bool PreResumeInitializeFunctionCaller(void *myself);
/external/dagger2/java/dagger/hilt/android/example/gradle/simple/app/src/sharedTest/java/dagger/hilt/android/example/gradle/simple/
DBroadcastReceiverTest.java180 BroadcastReceiver myself = this; in onReceive() local
/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/rust/crates/proc-macro-error/
DCHANGELOG.md34 but I caught myself doing it by accident on one occasion and the behavior was... surprising.
/external/eigen/unsupported/Eigen/
DNonLinearOptimization63 * Other tests were added by myself at the very beginning of the

123