/external/adhd/scripts/audio_tuning/frontend/ |
D | google_drive_picker.js | 14 var picker = new Picker({ 21 var Picker = function(options) { class 31 Picker.prototype.onPickerApiLoaded = function() { 36 Picker.prototype.open = function(){ 45 Picker.prototype.authenticate = function(callback) { 56 Picker.prototype.showFilePicker = function() { 68 Picker.prototype.onFilePicked = function(data) { 78 Picker.prototype.onFileGet = function(file) {
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | PickFirstBalancerFactory.java | 73 helper.updateBalancingState(CONNECTING, new Picker(PickResult.withSubchannel(subchannel))); in handleResolvedAddressGroups() 88 helper.updateBalancingState(TRANSIENT_FAILURE, new Picker(PickResult.withError(error))); in handleNameResolutionError() 106 picker = new Picker(PickResult.withNoResult()); in handleSubchannelState() 109 picker = new Picker(PickResult.withSubchannel(subchannel)); in handleSubchannelState() 112 picker = new Picker(PickResult.withError(stateInfo.getStatus())); in handleSubchannelState() 133 private static final class Picker extends SubchannelPicker { class in PickFirstBalancerFactory 136 Picker(PickResult result) { in Picker() method in PickFirstBalancerFactory.Picker
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowResourcesImpl.java | 13 public static class Picker extends ResourceModeShadowPicker<ShadowResourcesImpl> { class in ShadowResourcesImpl 15 public Picker() { in Picker() method in ShadowResourcesImpl.Picker 52 public static class Picker extends ResourceModeShadowPicker<ShadowThemeImpl> { class in ShadowResourcesImpl.ShadowThemeImpl 54 public Picker() { in Picker() method in ShadowResourcesImpl.ShadowThemeImpl.Picker
|
D | ShadowApkAssets.java | 8 public static class Picker extends ResourceModeShadowPicker<ShadowApkAssets> { class in ShadowApkAssets 10 public Picker() { in Picker() method in ShadowApkAssets.Picker
|
D | ShadowAssetInputStream.java | 33 public static class Picker extends ResourceModeShadowPicker<ShadowAssetInputStream> { class in ShadowAssetInputStream 35 public Picker() { in Picker() method in ShadowAssetInputStream.Picker
|
D | ShadowArscAssetInputStream.java | 13 import org.robolectric.shadows.ShadowAssetInputStream.Picker; 17 @Implements(value = AssetInputStream.class, shadowPicker = Picker.class)
|
D | ShadowAssetManager.java | 16 public static class Picker extends ResourceModeShadowPicker<ShadowAssetManager> { class in ShadowAssetManager 18 public Picker() { in Picker() method in ShadowAssetManager.Picker
|
D | ShadowLegacyAssetInputStream.java | 10 import org.robolectric.shadows.ShadowAssetInputStream.Picker; 13 @Implements(value = AssetInputStream.class, shadowPicker = Picker.class)
|
D | ShadowLegacyResourcesImpl.java | 37 import org.robolectric.shadows.ShadowResourcesImpl.Picker; 42 shadowPicker = Picker.class) 138 shadowPicker = ShadowResourcesImpl.ShadowThemeImpl.Picker.class)
|
D | ShadowResources.java | 268 public static class Picker extends ResourceModeShadowPicker<ShadowTheme> { class in ShadowResources.ShadowTheme 270 public Picker() { in Picker() method in ShadowResources.ShadowTheme.Picker 276 @Implements(value = Resources.Theme.class, shadowPicker = ShadowTheme.Picker.class)
|
D | ShadowArscResourcesImpl.java | 42 import org.robolectric.shadows.ShadowResourcesImpl.Picker; 48 shadowPicker = Picker.class)
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/ |
D | round_robin.cc | 153 class Picker : public SubchannelPicker { class in grpc_core::__anonf73b91c70111::RoundRobin 155 Picker(RoundRobin* parent, RoundRobinSubchannelList* subchannel_list); 185 RoundRobin::Picker::Picker(RoundRobin* parent, in Picker() function in grpc_core::__anonf73b91c70111::RoundRobin::Picker 208 RoundRobin::PickResult RoundRobin::Picker::Pick(PickArgs /*args*/) { in Pick() 326 GRPC_CHANNEL_READY, absl::Status(), absl::make_unique<Picker>(p, this)); in MaybeUpdateRoundRobinConnectivityStateLocked()
|
/external/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 44 latency_sort Picker; variable 47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
|
D | ResourcePriorityQueue.h | 59 resource_sort Picker; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 44 latency_sort Picker; variable 47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
|
D | ResourcePriorityQueue.h | 58 resource_sort Picker; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 44 latency_sort Picker; variable 47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
|
D | ResourcePriorityQueue.h | 58 resource_sort Picker; variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_cluster_impl.cc | 204 class Picker : public SubchannelPicker { class in grpc_core::__anonff2650950111::XdsClusterImplLb 206 Picker(XdsClusterImplLb* xds_cluster_impl_lb, 279 XdsClusterImplLb::Picker::Picker(XdsClusterImplLb* xds_cluster_impl_lb, in Picker() function in grpc_core::__anonff2650950111::XdsClusterImplLb::Picker 294 LoadBalancingPolicy::PickResult XdsClusterImplLb::Picker::Pick( in Pick() 464 auto drop_picker = absl::make_unique<Picker>(this, picker_); in MaybeUpdatePickerLocked() 478 auto drop_picker = absl::make_unique<Picker>(this, picker_); in MaybeUpdatePickerLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/ |
D | pick_first.cc | 111 class Picker : public SubchannelPicker { class in grpc_core::__anonbc2f1c810111::PickFirst 113 explicit Picker(RefCountedPtr<SubchannelInterface> subchannel) in Picker() function in grpc_core::__anonbc2f1c810111::PickFirst::Picker 353 absl::make_unique<Picker>(subchannel()->Ref())); in ProcessConnectivityChangeLocked() 455 absl::make_unique<Picker>(subchannel()->Ref())); in ProcessUnselectedReadyLocked()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_datetimeedit.cpp | 25 {XFA_Attribute::Picker, XFA_AttributeType::Enum,
|
/external/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 125 if (Picker(*Best, *I)) in pop()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1737 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) { in popFromQueueImpl() argument 1741 if (Picker(*Best, *I)) in popFromQueueImpl() 1751 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) { in popFromQueue() argument 1754 reverse_sort<SF> RPicker(Picker); in popFromQueue() 1759 return popFromQueueImpl(Q, Picker); in popFromQueue() 1764 SF Picker; member in __anon884f54d00211::RegReductionPriorityQueue 1775 Picker(this) {} in RegReductionPriorityQueue() 1780 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle()); in isReady() 1786 SUnit *V = popFromQueue(Queue, Picker, scheduleDAG); in pop() 1795 SF DumpPicker = Picker; in dump()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 125 if (Picker(*Best, *I)) in pop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 125 if (Picker(*Best, *I)) in pop()
|