/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | MainActivity.java | 206 public void onLaunchTestOutput(View view) { in onLaunchTestOutput() 210 public void onLaunchTestInput(View view) { in onLaunchTestInput() 214 public void onLaunchTapToTone(View view) { in onLaunchTapToTone() 218 public void onLaunchRecorder(View view) { in onLaunchRecorder() 222 public void onLaunchEcho(View view) { in onLaunchEcho() 226 public void onLaunchRoundTripLatency(View view) { in onLaunchRoundTripLatency() 230 public void onLaunchManualGlitchTest(View view) { in onLaunchManualGlitchTest() 234 public void onLaunchAutoGlitchTest(View view) { onLaunchTest(AutomatedGlitchActivity.class); } in onLaunchAutoGlitchTest() 236 public void onLaunchTestDisconnect(View view) { in onLaunchTestDisconnect() 240 public void onLaunchTestDataPaths(View view) { in onLaunchTestDataPaths() [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowWindowManagerImpl.java | 68 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView() 69 views.put(realObject.getDefaultDisplay().getDisplayId(), view); in addView() local 75 public void removeView(View view) { in removeView() 76 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeView() local 81 protected void removeViewImmediate(View view) { in removeViewImmediate() 82 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeViewImmediate() local 146 void addView(View view, ViewGroup.LayoutParams layoutParams); in addView() 149 void removeView(View view); in removeView() 152 void removeViewImmediate(View view); in removeViewImmediate()
|
D | ShadowInputMethodManager.java | 57 void onPrivateCommand(View view, String action, Bundle data); in onPrivateCommand() 68 protected boolean showSoftInput(View view, int flags) { in showSoftInput() 73 protected boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput() 80 View view, int flags, ResultReceiver resultReceiver, int ignoredReason) { in showSoftInput() 202 protected void restartInput(View view) {} in restartInput() 205 protected boolean isActive(View view) { in isActive() 220 protected void focusIn(View view) {} in focusIn() 223 protected void onViewDetachedFromWindow(View view) {} in onViewDetachedFromWindow() 226 protected void displayCompletions(View view, CompletionInfo[] completions) {} in displayCompletions() 255 protected void sendAppPrivateCommand(View view, String action, Bundle data) { in sendAppPrivateCommand()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | MainActivity.java | 293 public void onClickClockSync(View view) { in onClickClockSync() 298 public void onClickTapLatency(View view) { in onClickTapLatency() 304 public void onClickScreenResponse(View view) { in onClickScreenResponse() 310 public void onClickAudio(View view) { in onClickAudio() 315 public void onClickMIDI(View view) { in onClickMIDI() 324 public void onClickDragLatency(View view) { in onClickDragLatency() 329 public void onClickAccelerometer(View view) { in onClickAccelerometer() 334 public void onClickOpenLog(View view) { in onClickOpenLog() 340 public void onClickOpenAbout(View view) { in onClickOpenAbout() 345 public void onClickOpenSettings(View view) { in onClickOpenSettings() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | browser.c | 22 WebKitWebView *view; member 91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, in view_cb_notify_estimated_load_progress() 102 static void view_cb_resource_load_starting(WebKitWebView *view, in view_cb_resource_load_starting() 114 static gboolean view_cb_decide_policy(WebKitWebView *view, in view_cb_decide_policy() 157 static void view_cb_mouse_target_changed(WebKitWebView *view, in view_cb_mouse_target_changed() 183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title() 197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() 207 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status() 220 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting() 238 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision() [all …]
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | StatsRecorderImplTest.java | 89 View view = in record_CurrentContextNotSet() local 108 View view = in record_CurrentContextSet() local 134 View view = in record_UnregisteredMeasure() local 163 View view = in record_WithAttachments_Distribution() local 183 View view = in record_WithAttachments_DistributionNoHistogram() local 203 View view = in record_WithAttachments_Count() local 268 View view = in recordTwice() local 296 View view = in record_StatsDisabled() local 317 View view = in record_StatsReenabled() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 474 auto view = literal.data<bool>(); in MaxElement() local 479 auto view = literal.data<int8>(); in MaxElement() local 483 auto view = literal.data<uint8>(); in MaxElement() local 488 auto view = literal.data<bfloat16>(); in MaxElement() local 492 auto view = literal.data<half>(); in MaxElement() local 496 auto view = literal.data<int16>(); in MaxElement() local 500 auto view = literal.data<uint16>(); in MaxElement() local 505 auto view = literal.data<float>(); in MaxElement() local 509 auto view = literal.data<int32>(); in MaxElement() local 513 auto view = literal.data<uint32>(); in MaxElement() local [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayoutInflaterTest.java | 58 ViewGroup view = inflate(R.layout.media); in testCreatesCorrectClasses() local 66 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnDefaultScreenSize() local 74 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnScreenSize() local 82 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnQualifiers() local 89 ViewGroup view = inflate(R.layout.webview_holder); in testWebView() local 99 ViewGroup view = inflate(R.layout.media); in testAddsChildren() local 116 ViewGroup view = inflate(R.layout.activity_list_item); in testInflatingConflictingSystemAndLocalViewsWorks() local 212 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor() local 218 CustomStateView view = inflate(layout.custom_layout6); in shouldConstructCustomViewsWithCustomState() local 229 CustomView view = inflate(layout.custom_layout5); in shouldConstructCustomViewsWithAttributesInResAutoNamespace() local [all …]
|
D | ShadowViewGroupTest.java | 325 View view = new View(context); in removeView_shouldRequestLayout() local 336 View view = new View(context); in removeViewAt_shouldRequestLayout() local 347 View view = new View(context); in removeAllViews_shouldRequestLayout() local 358 View view = new View(context); in addView_shouldRequestLayout() local 367 View view = new View(context); in addView_withIndex_shouldRequestLayout() local 376 View view = new View(context); in removeAllViews_shouldCallOnChildViewRemovedWithEachChild() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowInputMethodManager.java | 43 protected boolean showSoftInput(View view, int flags) { in showSoftInput() 48 protected boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput() 101 protected void restartInput(View view) {} in restartInput() 104 protected boolean isActive(View view) { in isActive() 119 protected void focusIn(View view) {} in focusIn() 122 protected void onViewDetachedFromWindow(View view) {} in onViewDetachedFromWindow() 125 protected void displayCompletions(View view, CompletionInfo[] completions) {} in displayCompletions()
|
D | ShadowWindowManagerImpl.java | 50 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView() 51 views.put(realObject.getDefaultDisplay().getDisplayId(), view); in addView() local 62 public void removeView(View view) { in removeView() 63 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeView() local
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayoutInflaterTest.java | 63 ViewGroup view = inflate(R.layout.media); in testCreatesCorrectClasses() local 71 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnDefaultScreenSize() local 79 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnScreenSize() local 87 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnQualifiers() local 94 ViewGroup view = inflate(R.layout.webview_holder); in testWebView() local 104 ViewGroup view = inflate(R.layout.media); in testAddsChildren() local 121 ViewGroup view = inflate(R.layout.activity_list_item); in testInflatingConflictingSystemAndLocalViewsWorks() local 217 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor() local 223 CustomStateView view = inflate(layout.custom_layout6); in shouldConstructCustomViewsWithCustomState() local 234 CustomView view = inflate(layout.custom_layout5); in shouldConstructCustomViewsWithAttributesInResAutoNamespace() local [all …]
|
D | ShadowViewGroupTest.java | 373 View view = new View(context); in removeView_shouldRequestLayout() local 384 View view = new View(context); in removeViewAt_shouldRequestLayout() local 395 View view = new View(context); in removeAllViews_shouldRequestLayout() local 406 View view = new View(context); in addView_shouldRequestLayout() local 415 View view = new View(context); in addView_withIndex_shouldRequestLayout() local 424 View view = new View(context); in removeAllViews_shouldCallOnChildViewRemovedWithEachChild() local 464 (view, event) -> { in requestDisallowInterceptTouchEvent_isReflected() argument 496 DrawRecordView view = new DrawRecordView(context); in draw_drawsChildren() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_cord.h | 87 TensorCord(absl::string_view view, Tensor* tensor) in TensorCord() 212 explicit CordRep(absl::string_view view) : is_inline_(true), rep_(view) {} in CordRep() 216 absl::string_view view() const { in view() function 230 absl::string_view view; member 254 _rep_union(absl::string_view view, CordRepReleaser releaser, void* arg) in _rep_union() 257 explicit _rep_union(absl::string_view view) { in _rep_union() 308 inline void TensorCord::Append(absl::string_view view, CordRepReleaser releaser, in Append() 313 inline void TensorCord::Append(absl::string_view view, Tensor* tensor) { in Append() 345 absl::string_view view, Tensor* tensor) { in NewCordRepFromTensor()
|
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExportUtilsTest.java | 172 View view = in createMetric() local 193 View view = in createMetric_WithExternalMetricDomain() local 213 View view = in createMetric_skipNullTagValue() local 235 View view = in createMetric_throwWhenTagKeysAndValuesHaveDifferentSize() local 370 View view = in createMetricDescriptor_cumulative() local 409 View view = in createMetricDescriptor_cumulative_count() local 449 View view = in createMetricDescriptor_interval() local 465 View view = in createTimeSeriesList_cumulative() local 514 View view = in createTimeSeriesList_interval() local 540 View view = in createTimeSeriesList_withCustomMonitoredResource() local
|
D | StackdriverExporterWorkerTest.java | 120 View view = in export() local 167 View view = in doNotExportForEmptyViewData() local 193 View view = in doNotExportIfFailedToRegisterView() local 249 View view = in doNotCreateMetricDescriptorForRegisteredView() local 268 View view = in doNotCreateMetricDescriptorForIntervalView() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | LimitedParallelismStressTest.kt | 39 val view = executor.limitedParallelism(targetParallelism) in <lambda>() constant 51 val view = Dispatchers.IO.limitedParallelism(targetParallelism) in <lambda>() constant 63 val view = Dispatchers.IO.limitedParallelism(targetParallelism) in <lambda>() constant 74 val view = executor.limitedParallelism(targetParallelism) in <lambda>() constant
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ui/ |
D | AdOverlayInfo.java | 56 private final View view; field in AdOverlayInfo.Builder 67 public Builder(View view, @Purpose int purpose) { in Builder() 91 public final View view; field in AdOverlayInfo 99 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo() 105 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ui/ |
D | AdOverlayInfo.java | 58 private final View view; field in AdOverlayInfo.Builder 69 public Builder(View view, @Purpose int purpose) { in Builder() 93 public final View view; field in AdOverlayInfo 103 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo() 111 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | AttributeProvider.java | 51 public abstract FileAttributeView view( in view() method in AttributeProvider 103 public abstract void set(File file, String view, String attribute, Object value, boolean create); in set() 129 protected static RuntimeException unsettable(String view, String attribute, boolean create) { in unsettable() 141 protected static void checkNotCreate(String view, String attribute, boolean create) { in checkNotCreate() 152 protected static <T> T checkType(String view, String attribute, Object value, Class<T> type) { in checkType() 166 String view, String attribute, Object value, Class<?>... expectedTypes) { in invalidType()
|
/external/cpu_features/src/ |
D | string_view.c | 21 int CpuFeatures_StringView_IndexOfChar(const StringView view, char c) { in CpuFeatures_StringView_IndexOfChar() 31 int CpuFeatures_StringView_IndexOf(const StringView view, in CpuFeatures_StringView_IndexOf() 83 char CpuFeatures_StringView_Front(const StringView view) { in CpuFeatures_StringView_Front() 89 char CpuFeatures_StringView_Back(const StringView view) { in CpuFeatures_StringView_Back() 94 StringView CpuFeatures_StringView_TrimWhitespace(StringView view) { in CpuFeatures_StringView_TrimWhitespace() 110 static int ParsePositiveNumberWithBase(const StringView view, int base) { in ParsePositiveNumberWithBase() 122 int CpuFeatures_StringView_ParsePositiveNumber(const StringView view) { in CpuFeatures_StringView_ParsePositiveNumber()
|
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 58 SkottieView view = new SkottieView(this); in populateGrid() local 65 SkottieView view = new SkottieView(this); in populateGrid() local 99 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid() local 107 private void inflateView(SkottieView view) { in inflateView() 159 private void addView(SkottieView view, int row , int column, boolean addView) { in addView() 187 SkottieView view = new SkottieView(this); in addLottie() local 253 public void onClick(View view) { in onClick()
|
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/ |
D | TesterActivity.java | 78 public void startEmptyUnary(View view) { in startEmptyUnary() 82 public void startLargeUnary(View view) { in startLargeUnary() 86 public void startClientStreaming(View view) { in startClientStreaming() 90 public void startServerStreaming(View view) { in startServerStreaming() 94 public void startPingPong(View view) { in startPingPong()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() 89 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template() 101 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | ViewInflater.java | 283 View view = inflateView(context, xml, null); in inflate() local 320 View view = buildView(context, xml, root); in inflateView() local 353 View view = viewClass(context, xml.getName()); in buildView() local 449 private LayoutParams getLayoutParams(View view, ViewGroup root) { in getLayoutParams() 479 public void setProperty(View view, String attr, String value) { in setProperty() 487 private void setProperty(View view, ViewGroup root, String attr, String value) in setProperty() 539 private void setStretchColumns(View view, String value) { in setStretchColumns() 547 private void setLayoutProperty(View view, ViewGroup root, String attr, String value) { in setLayoutProperty() 582 private void setBackground(View view, String value) { in setBackground() 605 private void setImage(View view, String value) { in setImage() [all …]
|