/third_party/typescript/tests/baselines/reference/ |
D | potentiallyUncalledDecorators.types | 15 // Glimmer-style tracked API: 16 declare const tracked: PropertyDecorator & { (...watchedProperties: string[]): any; } 17 >tracked : PropertyDecorator & ((...watchedProperties: string[]) => any) 23 @tracked person; any; 24 >tracked : PropertyDecorator & ((...watchedProperties: string[]) => any) 35 @tracked('args') 36 >tracked('args') : any 37 >tracked : PropertyDecorator & ((...watchedProperties: string[]) => any)
|
D | potentiallyUncalledDecorators.symbols | 15 // Glimmer-style tracked API: 16 declare const tracked: PropertyDecorator & { (...watchedProperties: string[]): any; } 17 >tracked : Symbol(tracked, Decl(potentiallyUncalledDecorators.ts, 7, 13)) 24 @tracked person; any; 25 >tracked : Symbol(tracked, Decl(potentiallyUncalledDecorators.ts, 7, 13)) 36 @tracked('args') 37 >tracked : Symbol(tracked, Decl(potentiallyUncalledDecorators.ts, 7, 13))
|
D | potentiallyUncalledDecorators.js | 9 declare const tracked: PropertyDecorator & { (...watchedProperties: string[]): any; } 12 @tracked person; any; 17 @tracked('args') 96 tracked 104 tracked('args')
|
/third_party/grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 49 bool tracked; member 89 info->tracked = options.tracked(); in ThreadInternalsPosix() 90 if (options.tracked()) { in ThreadInternalsPosix() 141 if (arg.tracked) { in ThreadInternalsPosix() 153 if (options.tracked()) { in ThreadInternalsPosix()
|
D | thd.h | 59 Options& set_tracked(bool tracked) { in set_tracked() argument 60 tracked_ = tracked; in set_tracked() 63 bool tracked() const { return tracked_; } in tracked() function
|
/third_party/boost/boost/signals2/detail/ |
D | slot_template.hpp | 115 …BOOST_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)& track(const weak_ptr<void> &tracked) … 116 _tracked_objects.push_back(tracked); 134 …OST_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)& track_foreign(const ForeignWeakPtr &tracked, 137 _tracked_objects.push_back(detail::foreign_void_weak_ptr(tracked)); 141 …T_SIGNALS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)& track_foreign(const ForeignSharedPtr &tracked, 148 typename shared_ptr_traits<ForeignSharedPtr>::weak_type(tracked)
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.fp | 11 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale01; 12 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias01; 15 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale23; 16 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias23; 18 layout(tracked) in uniform half threshold;
|
D | GrSingleIntervalGradientColorizer.fp | 12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start; 13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
|
D | GrSweepGradientLayout.fp | 10 layout(tracked) in uniform half bias; 11 layout(tracked) in uniform half scale;
|
D | GrClampedGradientEffect.fp | 20 layout(ctype=SkPMColor4f, tracked) in uniform half4 leftBorderColor; // t < 0.0 21 layout(ctype=SkPMColor4f, tracked) in uniform half4 rightBorderColor; // t > 1.0
|
/third_party/typescript/tests/cases/compiler/ |
D | potentiallyUncalledDecorators.ts | 12 declare const tracked: PropertyDecorator & { (...watchedProperties: string[]): any; } constant 15 @tracked person; any; 20 @tracked('args')
|
/third_party/boost/boost/asio/detail/ |
D | handler_work.hpp | 67 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 74 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 320 : boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 322 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 336 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 389 : boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 391 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 405 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | handler_work.hpp | 67 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 74 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 320 : boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 322 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 336 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 389 : boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 391 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base() 405 : executor_(boost::asio::prefer(ex, execution::outstanding_work.tracked)) in handler_work_base()
|
/third_party/boost/libs/asio/example/cpp14/executors/ |
D | async_2.cpp | 20 execution::outstanding_work.tracked); in async_getline() 46 execution::outstanding_work.tracked); in async_getlines() 51 execution::outstanding_work.tracked); in async_getlines()
|
/third_party/boost/boost/beast/core/detail/ |
D | work_guard.hpp | 39 net::execution::outstanding_work.tracked)); 42 : ex_(net::prefer(exec, net::execution::outstanding_work.tracked)) in execution_work_guard()
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | work_guard.hpp | 39 net::execution::outstanding_work.tracked)); 42 : ex_(net::prefer(exec, net::execution::outstanding_work.tracked)) in execution_work_guard()
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | mouse_tracking.dart | 104 // The collection of annotations that are currently being tracked. They may or 172 // location of the mouse has changed, and only if there are tracked annotations. 184 'Unable to find annotation $annotation in tracked annotations. ' 242 // exit to all active tracked annotations, since none of them were hit. 244 // Send an exit to all tracked animations tracking this deviceId. 254 // A tracked annotation that just became active and needs to have an enter 265 // Tell any tracked annotations that weren't hit that they are no longer 314 /// Will not be updated unless there is at least one tracked annotation.
|
/third_party/python/Doc/c-api/ |
D | gcsupport.rst | 72 resized object or ``NULL`` on failure. *op* must not be tracked by the collector yet. 77 Adds the object *op* to the set of container objects tracked by the 79 valid while being tracked. This should be called once all the fields 89 The object cannot be tracked by the garbage collector if this function returns 0. 95 currently tracked by the garbage collector and 0 otherwise. 120 Remove the object *op* from the set of container objects tracked by the 122 this object to add it back to the set of tracked objects. The deallocator
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | saved_handler.hpp | 69 net::execution::outstanding_work.tracked))>::type 83 net::execution::outstanding_work.tracked)) in impl()
|
/third_party/boost/boost/beast/core/impl/ |
D | saved_handler.hpp | 69 net::execution::outstanding_work.tracked))>::type 83 net::execution::outstanding_work.tracked)) in impl()
|
/third_party/node/deps/npm/lib/utils/ |
D | funding.js | 55 function tracked (name, version) { function 114 if (tracked(name, version)) return empty()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrColorMatrixFragmentProcessor.fp | 8 layout(ctype=SkMatrix44, tracked) in uniform half4x4 m; 9 layout(ctype=SkVector4, tracked) in uniform half4 v;
|
/third_party/boost/libs/asio/example/cpp14/operations/ |
D | composed_6.cpp | 113 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in async_write_messages() 201 boost::asio::execution::outstanding_work.tracked), in async_write_messages()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/ |
D | composed_6.cpp | 102 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in operator ()() 190 boost::asio::execution::outstanding_work.tracked), in operator ()()
|
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/ |
D | composed_6.cpp | 113 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in async_write_messages() 201 boost::asio::execution::outstanding_work.tracked), in async_write_messages()
|