/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
D | NumberPicker.java | 159 updateView(); in setRange() 178 updateView(); in setRange() 183 updateView(); in setCurrent() 223 updateView(); in changeCurrent() 232 private void updateView() { in updateView() method in NumberPicker 253 updateView(); in validateCurrentView() 271 updateView(); in validateInput()
|
/external/perfetto/ui/src/components/widgets/ |
D | vega_view.ts | 213 this.updateView(); 222 this.updateView(); 243 private updateView() { 349 this.updateView();
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | DualScaleXYPlotExampleActivity.java | 148 updateView(); in onResume() 152 private void updateView() { in updateView() method in DualScaleXYPlotExampleActivity 198 updateView(); in onClick()
|
/external/google-cloud-java/java-contact-center-insights/samples/snippets/generated/com/google/cloud/contactcenterinsights/v1/contactcenterinsights/updateview/ |
D | SyncUpdateViewViewFieldmask.java | 40 View response = contactCenterInsightsClient.updateView(view, updateMask); in syncUpdateViewViewFieldmask()
|
D | SyncUpdateView.java | 44 View response = contactCenterInsightsClient.updateView(request); in syncUpdateView()
|
/external/sdk-platform-java/test/integration/goldens/logging/samples/snippets/generated/main/java/com/google/cloud/logging/v2/configservicev2/updateview/ |
D | SyncUpdateView.java | 44 LogView response = configClient.updateView(request); in syncUpdateView()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 233 void updateView( 273 void updateView( 309 void updateView( 349 void updateView( 389 void updateView( 429 void updateView(
|
D | sglrReferenceContext.cpp | 445 m_emptyTex1D.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 453 m_emptyTex2D.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 465 m_emptyTexCube.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 474 m_emptyTex2DArray.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 483 m_emptyTex3D.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 493 m_emptyTexCubeArray.updateView(tcu::Sampler::MODE_LAST); in ReferenceContext() 4737 tex->updateView(depthStencilMode); in drawWithReference() 4757 tex->updateView(depthStencilMode); in drawWithReference() 4777 tex->updateView(depthStencilMode); in drawWithReference() 4797 tex->updateView(depthStencilMode); in drawWithReference() [all …]
|
/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
D | ContactCenterInsightsClient.java | 4927 public final View updateView(View view, FieldMask updateMask) { in updateView() method in ContactCenterInsightsClient 4930 return updateView(request); in updateView() 4959 public final View updateView(UpdateViewRequest request) { in updateView() method in ContactCenterInsightsClient
|
/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/cloud/logging/v2/ |
D | MockConfigServiceV2Impl.java | 285 public void updateView(UpdateViewRequest request, StreamObserver<LogView> responseObserver) { in updateView() method in MockConfigServiceV2Impl
|
D | ConfigClient.java | 1119 public final LogView updateView(UpdateViewRequest request) { in updateView() method in ConfigClient
|
D | ConfigClientTest.java | 816 LogView actualResponse = client.updateView(request); in updateViewTest() 844 client.updateView(request); in updateViewExceptionTest()
|
/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/ |
D | MockContactCenterInsightsImpl.java | 816 public void updateView(UpdateViewRequest request, StreamObserver<View> responseObserver) { in updateView() method in MockContactCenterInsightsImpl
|
D | ContactCenterInsightsClientHttpJsonTest.java | 3509 View actualResponse = client.updateView(view, updateMask); in updateViewTest() 3544 client.updateView(view, updateMask); in updateViewExceptionTest()
|
D | ContactCenterInsightsClientTest.java | 3065 View actualResponse = client.updateView(view, updateMask); in updateViewTest() 3088 client.updateView(view, updateMask); in updateViewExceptionTest()
|
/external/google-cloud-java/java-contact-center-insights/grpc-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
D | ContactCenterInsightsGrpc.java | 2439 default void updateView( in updateView() method 3102 public void updateView( in updateView() method in ContactCenterInsightsGrpc.ContactCenterInsightsStub 3627 public com.google.cloud.contactcenterinsights.v1.View updateView( in updateView() method in ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub 4193 updateView(com.google.cloud.contactcenterinsights.v1.UpdateViewRequest request) { in updateView() method in ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub 4480 serviceImpl.updateView( in invoke()
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 19777 -// updateView recreates the view with the given options. 19781 -func (s *Session) updateView(ctx context.Context, view *View, options *source.Options) (*View, err… 19793 - panic("updateView called after View was already shut down") 23237 - newView, err := s.updateView(ctx, v, options)
|