Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java293 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/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsRecorderImplTest.java89 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
DViewManagerImplTest.java138 View view = createCumulativeView(); in testRegisterAndGetCumulativeView() local
213 View view = createCumulativeView(); in allowRegisteringSameViewTwice() local
302 View view = createCumulativeView(VIEW_NAME, measure, aggregation, Arrays.asList(KEY)); in testRecordCumulative() local
411 View view = in testRecordInterval() local
479 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(KEY)); in getViewDoesNotClearStats() local
541 View view = in testRecordIntervalMultipleTagValues() local
663 ViewData view = viewManager.getView(VIEW_NAME); in testRecord_MeasureNotMatch() local
840 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, noHistogram, Arrays.asList(KEY)); in testGetCumulativeViewDataWithEmptyBucketBoundaries() local
861 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in testGetCumulativeViewDataWithoutBucketBoundaries() local
883 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in registerRecordAndGetView_StatsDisabled() local
[all …]
/external/wpa_supplicant_8/src/utils/
Dbrowser.c22 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputMethodManager.java43 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()
DShadowWindowManagerImpl.java50 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-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java57 ViewGroup view = inflate(R.layout.media); in testCreatesCorrectClasses() local
65 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnDefaultScreenSize() local
73 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnScreenSize() local
81 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnQualifiers() local
88 ViewGroup view = inflate(R.layout.webview_holder); in testWebView() local
98 ViewGroup view = inflate(R.layout.media); in testAddsChildren() local
115 ViewGroup view = inflate(R.layout.activity_list_item); in testInflatingConflictingSystemAndLocalViewsWorks() local
211 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor() local
217 CustomStateView view = inflate(layout.custom_layout6); in shouldConstructCustomViewsWithCustomState() local
228 CustomView view = inflate(layout.custom_layout5); in shouldConstructCustomViewsWithAttributesInResAutoNamespace() local
[all …]
DShadowViewGroupTest.java325 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/tensorflow/tensorflow/core/kernels/
Dtensor_cord.h87 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/
DStackdriverExportUtilsTest.java172 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
DStackdriverExporterWorkerTest.java120 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/cpu_features/src/
Dstring_view.c21 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()
Dstack_line_reader.c82 static LineResult CreateLineResult(bool eof, bool full_line, StringView view) { in CreateLineResult()
91 static LineResult CreateEOFLineResult(StringView view) { in CreateEOFLineResult()
95 static LineResult CreateTruncatedLineResult(StringView view) { in CreateTruncatedLineResult()
99 static LineResult CreateValidLineResult(StringView view) { in CreateValidLineResult()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c38 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/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java61 SkottieView view = new SkottieView(this); in populateGrid() local
69 SkottieView view = new SkottieView(this); in populateGrid() local
103 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid() local
111 private void inflateView(SkottieView view) { in inflateView()
163 private void addView(SkottieView view, int row , int column, boolean addView) { in addView()
192 SkottieView view = new SkottieView(this); in addLottie() local
250 public void onClick(View view) { in onClick()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java61 SkottieView view = new SkottieView(this); in populateGrid() local
69 SkottieView view = new SkottieView(this); in populateGrid() local
103 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid() local
111 private void inflateView(SkottieView view) { in inflateView()
163 private void addView(SkottieView view, int row , int column, boolean addView) { in addView()
192 SkottieView view = new SkottieView(this); in addLottie() local
250 public void onClick(View view) { in onClick()
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DTesterActivity.java78 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/opencensus-java/api/src/main/java/io/opencensus/stats/
DViewManager.java36 public abstract void registerView(View view); in registerView()
49 public abstract ViewData getView(View.Name view); in getView()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java283 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 …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DAccessibilityUtil.java59 public static List<AccessibilityViewCheckResult> checkViewIfCheckingEnabled(View view) { in checkViewIfCheckingEnabled()
75 public static List<AccessibilityViewCheckResult> checkView(View view) { in checkView()
96 public static boolean passesAccessibilityChecksIfEnabled(View view) { in passesAccessibilityChecksIfEnabled()
175 private static List<AccessibilityViewCheckResult> checkView(View view, in checkView()
/external/opencensus-java/contrib/grpc_metrics/src/test/java/io/opencensus/contrib/grpc/metrics/
DRpcViewsTest.java102 public void registerView(View view) { in registerView()
103 registeredViews.put(view.getName(), view); in registerView() local
108 public ViewData getView(View.Name view) { in getView()
/external/autotest/frontend/client/src/autotest/tko/
DDBColumnSelector.java11 public DBColumnSelector(String view) { in DBColumnSelector()
15 public DBColumnSelector(String view, boolean canUseSinglePoint) { in DBColumnSelector()
/external/python/cpython2/Objects/
Dmemoryobject.c34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf()
45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf()
76 Py_buffer view; in PyMemoryView_FromObject() local
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) in _indirect_copy_nd()
244 Py_buffer *view; in PyMemoryView_GetContiguous() local
408 Py_buffer view; in memory_tobytes() local
426 Py_buffer *view = &(mem->view); in memory_tolist() local
514 Py_buffer *view = &(self->view); in memory_item() local
562 Py_buffer *view; in memory_subscript() local
632 Py_buffer *view = &(self->view); in memory_ass_sub() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c78 struct nv50_tic_entry *view; in gm107_create_texture_view() local
242 const struct pipe_image_view *view) in gm107_create_texture_view_from_image()
291 struct nv50_tic_entry *view; in gf100_create_texture_view() local
794 struct pipe_sampler_view *view, in nve4_create_texture_handle()
848 view_bound(struct nvc0_context *nvc0, struct pipe_sampler_view *view) { in view_bound()
866 struct pipe_sampler_view *view = &entry->pipe; in nve4_delete_texture_handle() local
909 nvc0_get_surface_dims(const struct pipe_image_view *view, in nvc0_get_surface_dims()
945 nvc0_mark_image_range_valid(const struct pipe_image_view *view) in nvc0_mark_image_range_valid()
958 const struct pipe_image_view *view, in nve4_set_surface_info()
1084 const struct pipe_image_view *view, uint64_t address, in nvc0_set_surface_info()
[all …]
/external/libchrome/ipc/
Dmessage_mojom_traits.cc14 IPC::MessageView& view) { in buffer()
21 IPC::MessageView& view) { in handles()

12345678910>>...23