/third_party/typescript/tests/cases/compiler/ |
D | symbolObserverMismatchingPolyfillsWorkTogether.ts | 4 readonly observer: symbol; property 7 readonly observer: unique symbol; property
|
D | classMergedWithInterfaceMultipleBasesNoError.ts | 8 readonly observer = this.handleIntersection; property in extends
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | stats-collector.cc | 26 void StatsCollector::RegisterObserver(AllocationObserver* observer) { in RegisterObserver() 33 void StatsCollector::UnregisterObserver(AllocationObserver* observer) { in UnregisterObserver() 83 ForAllAllocationObservers([this](AllocationObserver* observer) { in AllocatedObjectSizeSafepointImpl() 142 ForAllAllocationObservers([this](AllocationObserver* observer) { in NotifyMarkingCompleted() 291 ForAllAllocationObservers([size](AllocationObserver* observer) { in NotifyAllocatedMemory() 305 ForAllAllocationObservers([size](AllocationObserver* observer) { in NotifyFreedMemory()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Observer.h | 86 ObserverBindingBase(ObserverInterface *observer, SubjectIndex subjectIndex) in ObserverBindingBase() 114 ANGLE_INLINE void addObserver(ObserverBindingBase *observer) in addObserver() 120 ANGLE_INLINE void removeObserver(ObserverBindingBase *observer) in removeObserver()
|
D | Observer_unittest.cpp | 32 ObserverClass observer; in TEST() local
|
D | Observer.cpp | 61 ObserverBinding::ObserverBinding(ObserverInterface *observer, SubjectIndex index) in ObserverBinding()
|
D | Buffer.cpp | 405 const ContentsObserver &observer = mContentsObservers[observerIndex]; in getContentsObserverIndex() local 439 for (const ContentsObserver &observer : mContentsObservers) in onContentsChange() local
|
D | RefCountObject.h | 281 SubjectBindingPointer(angle::ObserverInterface *observer, angle::SubjectIndex index) in SubjectBindingPointer()
|
/third_party/node/test/parallel/ |
D | test-performanceobserver.js | 34 const observer = new PerformanceObserver(common.mustNotCall()); constant 63 const observer = constant
|
/third_party/node/deps/v8/src/heap/ |
D | spaces.cc | 225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() 229 void Space::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver() 336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() 347 AllocationObserver* observer) { in RemoveAllocationObserver()
|
D | allocation-observer.cc | 13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() 43 void AllocationCounter::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver()
|
/third_party/node/test/fixtures/wpt/performance-timeline/ |
D | idlharness.any.js | 20 self.observer = new PerformanceObserver(resolve); variable in self
|
D | po-takeRecords.any.js | 5 const observer = new PerformanceObserver(function (entryList, observer) { argument
|
/third_party/node/test/fixtures/wpt/user-timing/ |
D | supported-usertiming-types.any.js | 26 new PerformanceObserver(function (list, observer) { argument
|
/third_party/skia/modules/skottie/tests/ |
D | Expression.cpp | 247 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local 347 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local
|
/third_party/node/deps/v8/src/compiler/ |
D | node-observer.cc | 18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving()
|
D | node-observer.h | 93 NodeObserver* observer; member
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-register-allocator.h | 98 void set_observer(Observer* observer) { observer_ = observer; } in set_observer()
|
/third_party/typescript/tests/baselines/reference/ |
D | classMergedWithInterfaceMultipleBasesNoError.js | 9 readonly observer = this.handleIntersection; field in AnonymousClasscb09c81d0101
|
/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.h | 91 void set_observer(CodeEventObserver* observer) { observer_ = observer; } in set_observer()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGNode.cpp | 127 forEachInvalObserver([&](Node* observer) { in invalidate()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
D | tracing-controller.cc | 347 v8::TracingController::TraceStateObserver* observer) { in AddTraceStateObserver() 358 v8::TracingController::TraceStateObserver* observer) { in RemoveTraceStateObserver()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_telephony_observer.js | 39 const observer = { variable
|
/third_party/skia/modules/skottie/src/ |
D | SkottiePriv.h | 154 auto observer = builder->fPropertyObserver.get(); in AutoPropertyTracker() local
|
/third_party/node/deps/v8/src/codegen/ |
D | optimized-compilation-info.h | 128 void SetNodeObserver(compiler::NodeObserver* observer) { in SetNodeObserver()
|