Home
last modified time | relevance | path

Searched refs:self (Results 3726 - 3750 of 3802) sorted by relevance

1...<<141142143144145146147148149150>>...153

/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp838 static void Release(void* self) { in Release()
839 static_cast<TextureReleaseChecker*>(self)->fReleaseCount++; in Release()
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp223 CTFontRef self = (CTFontRef)context; in find_by_CTFontRef() local
226 return CFEqual(self, other); in find_by_CTFontRef()
/third_party/python/Python/
H A D_warnings.c1034 warnings_warn_explicit(PyObject *self, PyObject *args, PyObject *kwds) in warnings_warn_explicit() argument
1080 warnings_filters_mutated(PyObject *self, PyObject *Py_UNUSED(args)) in warnings_filters_mutated() argument
H A DPython-ast.c767 ast_dealloc(AST_object *self) in ast_dealloc() argument
770 PyTypeObject *tp = Py_TYPE(self); in ast_dealloc()
771 PyObject_GC_UnTrack(self); in ast_dealloc()
772 Py_CLEAR(self->dict); in ast_dealloc()
775 free_func(self); in ast_dealloc()
780 ast_traverse(AST_object *self, visitproc visit, void *arg) in ast_traverse() argument
782 Py_VISIT(Py_TYPE(self)); in ast_traverse()
783 Py_VISIT(self->dict); in ast_traverse()
788 ast_clear(AST_object *self) in ast_clear() argument
790 Py_CLEAR(self in ast_clear()
795 ast_type_init(PyObject *self, PyObject *args, PyObject *kw) ast_type_init() argument
871 ast_type_reduce(PyObject *self, PyObject *unused) ast_type_reduce() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c9 * Deviations from posix: no -n because /proc/self/wchan exists; we use -n to
163 pid_t self, match;
1691 if (TT.pgrep.self == *tb->slot) return; in match_pgrep()
1729 TT.pgrep.self = getpid(); in pgrep_main()
/third_party/toybox/toys/posix/
H A Dps.c9 * Deviations from posix: no -n because /proc/self/wchan exists; we use -n to
206 pid_t self, match;
1849 if (TT.pgrep.self == *tb->slot) return; in match_pgrep()
1887 TT.pgrep.self = getpid(); in pgrep_main()
/third_party/python/Modules/
H A Dgcmodule.c1592 gc_set_threshold(PyObject *self, PyObject *args) in gc_set_threshold() argument
1675 gc_get_referrers(PyObject *self, PyObject *args) in gc_get_referrers() argument
1708 gc_get_referents(PyObject *self, PyObject *args) in gc_get_referents() argument
/third_party/node/src/crypto/
H A Dcrypto_x509.cc483 std::unique_ptr<worker::TransferData> self) { in Deserialize()
480 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/node/src/
H A Dnode_blob.cc221 std::unique_ptr<worker::TransferData> self) { in Deserialize()
218 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
H A Dhistogram.cc353 std::unique_ptr<worker::TransferData> self) { in Deserialize()
350 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js7 var subtle = self.crypto.subtle;
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js1152 self.invokeRequest = invokeRequest;
/third_party/python/Include/cpython/
H A Dunicodeobject.h1006 PyObject *self,
/third_party/tzdata/
H A DMakefile203 # The name of a locale using the UTF-8 encoding, used during self-tests.
320 -Wimplicit-fallthrough=5 -Winit-self -Wlogical-op \
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc5784 Derived* self = static_cast<Derived*>(this); in Swap() local
5788 self->set_key(index1, get(index2), mode); in Swap()
5792 self->set_key(index2, temp[0], mode); in Swap()
5839 Derived* self = static_cast<Derived*>(this); in Rehash() local
5842 self->set_key(EntryToIndex(current) + kEntryKeyIndex, undefined, in Rehash()
6449 Derived* self = static_cast<Derived*>(this); in AddEntry() local
6450 self->set_key(Derived::EntryToIndex(entry), key); in AddEntry()
6451 self->set(Derived::EntryToValueIndex(entry), value); in AddEntry()
6452 self->ElementAdded(); in AddEntry()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp228 auto self = weak.Upgrade();
229 CHECK_NULL_VOID(self);
230 self->OnVisibleAreaChange(visible, ratio);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp810 auto getMaxFocusableCount = [](auto self, const RefPtr<FocusHub>& focusHub) -> size_t { in OnKeyEvent()
813 return std::max(focusHub->GetFocusableCount(), self(self, parentHub)); in OnKeyEvent()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js6 var ba="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};function ca(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");}var da=ca(this);
9 ea("String.prototype.includes",function(a){return a?a:function(b,c){if(null==this)throw new TypeError("The 'this' value for String.prototype.includes must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype.includes must not be a regular expression");return-1!==this.indexOf(b,c||0)}});var fa=this||self;function na(a){a.ka=void 0;a.ja=function(){return a.ka?a.ka:a.ka=new a}}
/third_party/python/Objects/
H A Dabstract.c2910 _PySequence_BytesToCharpArray(PyObject* self) in _PySequence_BytesToCharpArray() argument
2917 argc = PySequence_Size(self); in _PySequence_BytesToCharpArray()
2935 item = PySequence_GetItem(self, i); in _PySequence_BytesToCharpArray()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1191 auto self = me.lock(); in InitColdStartingWindowResource()
1192 if (!self || !self->startingWindowBg_) { in InitColdStartingWindowResource()
1195 self->startingWindowBg_.reset(); in InitColdStartingWindowResource()
3254 // reject sandbox to grant uri permission by terminate self with result in GrantUriPermission()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c521 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) in xhci_init() argument
528 sc->sc_bus.parent = self; in xhci_init()
577 device_printf(self, "%d bytes context size, %d-bit DMA\n", in xhci_init()
630 USB_GET_DMA_TAG(self), &xhci_iterate_hw_softc)) { in xhci_init()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c252 if (pthread_equal(ps, pt->self)) in lws_pthread_self_to_tsi()
/third_party/node/test/common/
H A Dwpt.js489 self.GLOBAL.isWorker = () => false;`);
/third_party/musl/
H A Dconfigure403 # generating self-referential versions of memcpy,, memmove, memcmp,
568 tryflag CFLAGS_AUTO -Winit-self
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp47 // base_type_id can also be obtained with get_type(get_type(type_id).self).
585 var.self = id; in set()

Completed in 75 milliseconds

1...<<141142143144145146147148149150>>...153