Home
last modified time | relevance | path

Searched refs:Picker (Results 1 – 25 of 37) sorted by relevance

12

/external/adhd/scripts/audio_tuning/frontend/
Dgoogle_drive_picker.js14 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/
DPickFirstBalancerFactory.java73 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/
DShadowResourcesImpl.java13 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
DShadowApkAssets.java8 public static class Picker extends ResourceModeShadowPicker<ShadowApkAssets> { class in ShadowApkAssets
10 public Picker() { in Picker() method in ShadowApkAssets.Picker
DShadowAssetInputStream.java33 public static class Picker extends ResourceModeShadowPicker<ShadowAssetInputStream> { class in ShadowAssetInputStream
35 public Picker() { in Picker() method in ShadowAssetInputStream.Picker
DShadowArscAssetInputStream.java13 import org.robolectric.shadows.ShadowAssetInputStream.Picker;
17 @Implements(value = AssetInputStream.class, shadowPicker = Picker.class)
DShadowAssetManager.java16 public static class Picker extends ResourceModeShadowPicker<ShadowAssetManager> { class in ShadowAssetManager
18 public Picker() { in Picker() method in ShadowAssetManager.Picker
DShadowLegacyAssetInputStream.java10 import org.robolectric.shadows.ShadowAssetInputStream.Picker;
13 @Implements(value = AssetInputStream.class, shadowPicker = Picker.class)
DShadowLegacyResourcesImpl.java37 import org.robolectric.shadows.ShadowResourcesImpl.Picker;
42 shadowPicker = Picker.class)
138 shadowPicker = ShadowResourcesImpl.ShadowThemeImpl.Picker.class)
DShadowResources.java268 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)
DShadowArscResourcesImpl.java42 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/
Dround_robin.cc153 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/
DLatencyPriorityQueue.h44 latency_sort Picker; variable
47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
DResourcePriorityQueue.h59 resource_sort Picker; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h44 latency_sort Picker; variable
47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
DResourcePriorityQueue.h58 resource_sort Picker; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h44 latency_sort Picker; variable
47 LatencyPriorityQueue() : Picker(this) { in LatencyPriorityQueue()
DResourcePriorityQueue.h58 resource_sort Picker; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc204 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/
Dpick_first.cc111 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/
Dcxfa_datetimeedit.cpp25 {XFA_Attribute::Picker, XFA_AttributeType::Enum,
/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp125 if (Picker(*Best, *I)) in pop()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1737 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/
DLatencyPriorityQueue.cpp125 if (Picker(*Best, *I)) in pop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp125 if (Picker(*Best, *I)) in pop()

12