Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DMainActivity.java200 public void onLaunchTestOutput(View view) { in onLaunchTestOutput()
206 public void onLaunchTestInput(View view) { in onLaunchTestInput()
212 public void onLaunchTapToTone(View view) { in onLaunchTapToTone()
218 public void onLaunchRecorder(View view) { in onLaunchRecorder()
224 public void onLaunchEcho(View view) { in onLaunchEcho()
230 public void onLaunchRoundTripLatency(View view) { in onLaunchRoundTripLatency()
236 public void onLaunchManualGlitchTest(View view) { in onLaunchManualGlitchTest()
242 public void onLaunchAutoGlitchTest(View view) { in onLaunchAutoGlitchTest()
248 public void onLaunchTestDisconnect(View view) { in onLaunchTestDisconnect()
254 public void onUseCallbackClicked(View view) { in onUseCallbackClicked()
[all …]
DRecorderActivity.java63 public void onStartRecording(View view) { in onStartRecording()
75 public void onStopRecordPlay(View view) { in onStopRecordPlay()
82 public void onStartPlayback(View view) { in onStartPlayback()
DTestDisconnectActivity.java209 public void onCancel(View view) { in onCancel()
215 public void onStopAudioTest(View view) { in onStopAudioTest()
221 public void onStartDisconnectTest(View view) { in onStartDisconnectTest()
228 public void onStopDisconnectTest(View view) { in onStopDisconnectTest()
241 public void onFailTest(View view) { in onFailTest()
245 public void onSkipTest(View view) { in onSkipTest()
250 public void onShareResult(View view) { in onShareResult()
DStreamConfigurationView.java283 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected()
308 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
320 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
334 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
347 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
362 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainValidationTests.cpp73 void CheckTextureViewIsError(wgpu::TextureView view) { in CheckTextureViewIsError()
78 void CheckTextureViewIsDestroyed(wgpu::TextureView view) { in CheckTextureViewIsDestroyed()
83 void CheckTextureViewIsValid(wgpu::TextureView view) { in CheckTextureViewIsValid()
88 void CheckTextureView(wgpu::TextureView view, bool errorAtFinish, bool errorAtSubmit) { in CheckTextureView()
112 wgpu::TextureView view = swapchain.GetCurrentTextureView(); in TEST_P() local
179 wgpu::TextureView view; in TEST_P() local
204 wgpu::TextureView view = swapchain.GetCurrentTextureView(); in TEST_P() local
216 wgpu::TextureView view = swapchain.GetCurrentTextureView(); in TEST_P() local
260 wgpu::TextureView view = swapchain.GetCurrentTextureView(); in TEST_P() local
284 wgpu::TextureView view = swapchain.GetCurrentTextureView(); in TEST_P() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser.c53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress()
63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status()
72 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting()
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
114 static gboolean view_cb_download_requested(WebKitWebView *view, in view_cb_download_requested()
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link()
140 static void view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, in view_cb_title_changed()
155 WebKitWebView *view; in hs20_web_browser() local
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dbad-buffers-and-views.any.js13 const view = new Uint8Array([1, 2, 3]); constant
36 const view = new Uint8Array([4, 5, 6]); constant
90 const view = new Uint8Array([4, 5, 6]); constant
106 const view = new Uint8Array(); constant
119 const view = new Uint8Array(new ArrayBuffer(10), 0, 0); constant
163 const view = new Uint8Array([1, 2, 3]); constant
179 const view = new Uint8Array(); constant
194 const view = new Uint8Array(c.byobRequest.view.buffer, 0, 0); constant
209 const view = c.byobRequest.view.subarray(1, 2); constant
226 const view = c.byobRequest.view.subarray(1, 1); constant
[all …]
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java58 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()
/third_party/rust/crates/io-lifetimes/tests/
Dapi.rs19 let view = filelike.as_filelike_view::<std::fs::File>(); in use_file() localVariable
23 let view = unsafe { in use_file() localVariable
40 let view = socketlike.as_socketlike_view::<std::net::TcpStream>(); in use_socket() localVariable
44 let view = unsafe { in use_socket() localVariable
61 let view = filelike.as_filelike_view::<std::fs::File>(); in from_file() localVariable
74 let view = socketlike.as_socketlike_view::<std::net::TcpStream>(); in from_socket() localVariable
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c38 default_template(struct pipe_sampler_view *view, in default_template()
86 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template()
98 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
/third_party/typescript/tests/cases/compiler/
DsubclassThisTypeAssignable01.ts15 view(this: State, vnode: Vnode<Attrs, State>): number; method
20 view(vnode: Vnode<A, this>): number; method
25 view(v: Vnode<MyAttrs>) { return 0; } method in C
DsubclassThisTypeAssignable02.ts17 view(this: State, vnode: Vnode<Attrs, State>): number; method
22 view(vnode: Vnode<A, this>): number; method
27 view(v: Vnode<MyAttrs, C>) { return 0; } method in C
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c77 struct nv50_tic_entry *view; in gm107_create_texture_view() local
241 const struct pipe_image_view *view) in gm107_create_texture_view_from_image()
290 struct nv50_tic_entry *view; in gf100_create_texture_view() local
792 struct pipe_sampler_view *view, in nve4_create_texture_handle()
846 view_bound(struct nvc0_context *nvc0, struct pipe_sampler_view *view) { in view_bound()
864 struct pipe_sampler_view *view = &entry->pipe; in nve4_delete_texture_handle() local
907 nvc0_get_surface_dims(const struct pipe_image_view *view, in nvc0_get_surface_dims()
943 nvc0_mark_image_range_valid(const struct pipe_image_view *view) in nvc0_mark_image_range_valid()
956 const struct pipe_image_view *view, in nve4_set_surface_info()
1082 const struct pipe_image_view *view, uint64_t address, in nvc0_set_surface_info()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c50 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_cleanup_tss_binding() local
65 struct svga_hw_view_state *view; member
80 struct svga_hw_view_state *view, in emit_tex_binding_unit()
190 struct svga_hw_view_state *view = queue.bind[i].view; in update_tss_binding() local
249 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_reemit_tss_bindings() local
262 struct svga_hw_view_state *view = &svga->state.hw_draw.views[unit]; in svga_reemit_tss_bindings() local
/third_party/node/test/parallel/
Dtest-whatwg-readablebytestream-bad-buffers-and-views.js13 const view = new Uint8Array(new ArrayBuffer(10), 0, 0); constant
38 const view = new Uint8Array([1, 2, 3]); constant
62 const view = new Uint8Array(); constant
79 const view = new Uint8Array(new ArrayBuffer(10), 0, 0); constant
/third_party/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts43 const view = this; constant
75 view.updateSelection(firstSelect); method in CodeView
144 const view = this; constant
236 const view = this; constant
272 const view = this; constant
Dgraph-view.ts65 const view = this; constant
142 view.state.selection = new MySelection(nodeToStringKey, nodeOriginToStringKey); property in GraphView
207 const view = this; constant
316 const view = this; constant
332 const view = this; constant
549 const view = this; constant
705 const view = this; constant
945 const view = this; constant
953 const view = this; constant
/third_party/typescript/tests/baselines/reference/
DsubclassThisTypeAssignable01.js24 view(v: Vnode<MyAttrs>) { return 0; } method in C
37 C.prototype.view = function (v) { return 0; }; method in C
DsubclassThisTypeAssignable02.js24 view(v: Vnode<MyAttrs, C>) { return 0; } method in C
42 C.prototype.view = function (v) { return 0; }; method in C
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp93 TextureView* view = ToBackend(GetBindingAsTextureView(bindingIndex)); in BindGroup() local
116 TextureView* view = ToBackend(GetBindingAsTextureView(bindingIndex)); in BindGroup() local
143 TextureView* view = ToBackend(textureViews[0].Get()); in BindGroup() local
/third_party/node/test/fixtures/wpt/encoding/
DencodeInto.any.js89 const view = new Uint8Array(buffer, destinationOffset, destinationLength); constant
150 view = new Uint8Array(buffer); constant
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c59 struct pipe_sampler_view *view) in get_sampler_view_reference()
88 struct pipe_sampler_view *view, in st_texture_set_sampler_view()
647 struct pipe_sampler_view *view = sv->view; in st_get_texture_sampler_view_from_stobj() local
671 struct pipe_sampler_view *view = in st_get_texture_sampler_view_from_stobj() local
701 struct pipe_sampler_view *view = sv->view; in st_get_buffer_sampler_view_from_stobj() local
747 struct pipe_sampler_view *view = in st_get_buffer_sampler_view_from_stobj() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c138 struct pipe_sampler_view *view = NULL; in llvmpipe_set_sampler_views() local
204 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in llvmpipe_create_sampler_view() local
259 struct pipe_sampler_view *view) in llvmpipe_sampler_view_destroy()
293 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in prepare_shader_sampling() local
437 struct pipe_sampler_view *view = views[i]; in llvmpipe_cleanup_stage_sampling() local
465 struct pipe_image_view *view = i < num ? &views[i] : NULL; in prepare_shader_images() local
604 struct pipe_image_view *view = &views[i]; in llvmpipe_cleanup_stage_images() local
/third_party/node/lib/internal/webstreams/
Dutil.js104 function ArrayBufferViewGetBuffer(view) { argument
108 function ArrayBufferViewGetByteLength(view) { argument
112 function ArrayBufferViewGetByteOffset(view) { argument
116 function cloneAsUint8Array(view) { argument
142 function isViewedArrayBufferDetached(view) { argument

12345678910>>...18