Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowTest.java39 Window window = activity.getWindow(); in getFlag_shouldReturnWindowFlags() local
51 Window window = activity.getWindow(); in getSystemFlag_isFalseByDefault() local
61 Window window = activity.getWindow(); in getSystemFlag_shouldReturnFlagsSetViaAddSystemFlags() local
73 Window window = activity.getWindow(); in getSystemFlag_callingAddSystemFlagsShouldNotOverrideExistingFlags() local
87 Window window = activity.getWindow(); in getSystemFlag_shouldReturnFlagsSetViaAddPrivateFlags() local
100 Window window = activity.getWindow(); in getSystemFlag_callingAddPrivateFlagsShouldNotOverrideExistingFlags() local
113 Window window = activity.getWindow(); in getTitle_shouldReturnWindowTitle() local
121 Window window = activity.getWindow(); in getBackgroundDrawable_returnsSetDrawable() local
133 Window window = activity.getWindow(); in getSoftInputMode_returnsSoftInputMode() local
166 Window window = activityController.get().getWindow(); in reportOnFrameMetricsAvailable_notifiesListeners() local
[all …]
/external/flac/src/libFLAC/
Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
84 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
145 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel()
[all …]
/external/mesa3d/include/android_stub/system/
Dwindow.h578 static inline int native_window_set_usage(struct ANativeWindow* window, uint64_t usage) { in native_window_set_usage()
615 struct ANativeWindow* window, in native_window_set_crop()
626 struct ANativeWindow* window, in native_window_set_buffer_count()
646 struct ANativeWindow* window, in native_window_set_buffers_geometry()
667 struct ANativeWindow* window, in native_window_set_buffers_dimensions()
692 struct ANativeWindow* window, in native_window_set_buffers_user_dimensions()
706 struct ANativeWindow* window, in native_window_set_buffers_format()
725 struct ANativeWindow* window, in native_window_set_buffers_data_space()
743 struct ANativeWindow* window, in native_window_set_buffers_smpte2086_metadata()
761 struct ANativeWindow* window, in native_window_set_buffers_cta861_3_metadata()
[all …]
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java75 public static void addVisibilityFlag(final Window window, final int flag) { in addVisibilityFlag()
94 public static void removeVisibilityFlag(final Window window, final int flag) { in removeVisibilityFlag()
105 public static void addImmersiveFlagsToDecorView(final Window window, final int vis) { in addImmersiveFlagsToDecorView()
116 public static void removeImmersiveFlagsFromDecorView(final Window window, final int vis) { in removeImmersiveFlagsFromDecorView()
138 final Window window = dialog.getWindow(); in hideSystemBars() local
163 public static void hideSystemBars(final Window window) { in hideSystemBars()
184 public static void showSystemBars(final Window window, final Context context) { in showSystemBars()
215 public static void setBackButtonVisible(final Window window, final boolean visible) { in setBackButtonVisible()
248 private static void temporarilyDisableDialogFocus(final Window window) { in temporarilyDisableDialogFocus()
305 private static void getDecorView(Window window, OnDecorViewInstalledListener callback) { in getDecorView()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.cc30 Window window; in MakeWindow() local
43 Window window; in MakeWindow() local
91 string ToString(const Window& window) { in ToString()
138 bool HasStride(const Window& window) { in HasStride()
147 bool HasPadding(const Window& window) { in HasPadding()
156 bool HasSymmetricPadding(const Window& window) { in HasSymmetricPadding()
170 bool HasNegativePadding(const Window& window) { in HasNegativePadding()
176 bool HasBaseDilation(const Window& window) { in HasBaseDilation()
185 bool HasWindowDilation(const Window& window) { in HasWindowDilation()
194 bool HasWindowReversal(const Window& window) { in HasWindowReversal()
[all …]
/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList() local
165 [&sources, &pid_itr_map](CFDictionaryRef window) { in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
264 if (GetWindowRef(id, [&on_screen](CFDictionaryRef window) { in IsWindowOnScreen()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
285 if (GetWindowRef(id, [&title](CFDictionaryRef window) { in GetWindowTitle()
293 std::string GetWindowOwnerName(CFDictionaryRef window) { in GetWindowOwnerName()
305 if (GetWindowRef(id, [&owner_name](CFDictionaryRef window) { in GetWindowOwnerName()
[all …]
/external/angle/src/tests/gl_tests/
DPbufferTest.cpp58 EGLWindow *window = getEGLWindow(); in testSetUp() local
100 EGLWindow *window = getEGLWindow(); in testTearDown() local
107 EGLWindow *window = getEGLWindow(); in recreatePbufferInSrgbColorspace() local
147 EGLWindow *window = getEGLWindow(); in TEST_P() local
182 EGLWindow *window = getEGLWindow(); in TEST_P() local
234 EGLWindow *window = getEGLWindow(); in TEST_P() local
306 EGLWindow *window = getEGLWindow(); in TEST_P() local
414 EGLWindow *window = getEGLWindow(); in TEST_P() local
438 EGLWindow *window = getEGLWindow(); in TEST_P() local
DPixmapTest.cpp42 EGLWindow *window = getEGLWindow(); in testSetUp() local
95 EGLWindow *window = getEGLWindow(); in testTearDown() local
118 EGLWindow *window = getEGLWindow(); in TEST_P() local
158 EGLWindow *window = getEGLWindow(); in TEST_P() local
213 EGLWindow *window = getEGLWindow(); in TEST_P() local
DImageTest.cpp375 EGLWindow *window = getEGLWindow(); in createEGLImage2DTextureSource() local
414 EGLWindow *window = getEGLWindow(); in createEGLImageCubemapTextureSource() local
449 EGLWindow *window = getEGLWindow(); in createEGLImage3DTextureSource() local
485 EGLWindow *window = getEGLWindow(); in createEGLImageRenderbufferSource() local
732 EGLWindow *window = getEGLWindow(); in createEGLImageAndroidHardwareBufferSource() local
767 EGLWindow *window = getEGLWindow(); in createEGLImageANWBClientBufferSource() local
1248 EGLWindow *window = getEGLWindow(); in TEST_P() local
1370 EGLWindow *window = getEGLWindow(); in TEST_P() local
1846 EGLWindow *window = getEGLWindow(); in Source2DTarget2D_helper() local
1877 EGLWindow *window = getEGLWindow(); in TEST_P() local
[all …]
DD3DTextureTest.cpp84 EGLWindow *window = getEGLWindow(); in testSetUp() local
147 EGLWindow *window = getEGLWindow(); in createD3D11PBuffer() local
200 EGLWindow *window = getEGLWindow(); in createPBuffer() local
233 EGLWindow *window = getEGLWindow(); in valid() local
326 EGLWindow *window = getEGLWindow(); in TEST_P() local
376 EGLWindow *window = getEGLWindow(); in TEST_P() local
452 EGLWindow *window = getEGLWindow(); in TEST_P() local
555 EGLWindow *window = getEGLWindow(); in TEST_P() local
710 EGLWindow *window = getEGLWindow(); in TEST_P() local
735 EGLWindow *window = getEGLWindow(); in TEST_P() local
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-window.hpp47 struct window struct
49 typedef rxu::decay_t<T> source_value_type;
50 typedef observable<source_value_type> value_type;
52 struct window_values
63 window_values initial;
65 window(int count, int skip) in window() argument
71 struct window_observer : public window_values
127 auto operator()(Subscriber dest) const in operator ()()
138 auto window(AN&&... an) in window() function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java77 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
115 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
155 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
188 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
226 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
264 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
308 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
344 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
387 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
421 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/ComputeLibrary/src/core/CL/
DICLKernel.h102 …onst ICLArray<T> *array, const Strides &strides, unsigned int num_dimensions, const Window &window) in add_1D_array_argument()
112 void add_1D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_1D_tensor_argument()
123 …_1D_tensor_argument_if(bool cond, unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_1D_tensor_argument_if()
136 void add_2D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_2D_tensor_argument()
147 …_2D_tensor_argument_if(bool cond, unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_2D_tensor_argument_if()
160 void add_3D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_3D_tensor_argument()
170 void add_4D_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window) in add_4D_tensor_argument()
221 virtual void run(const Window &window, cl::CommandQueue &queue) in run()
233 virtual void run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) in run_op()
376 …onst ICLArray<T> *array, const Strides &strides, unsigned int num_dimensions, const Window &window) in add_array_argument()
/external/libkmsxx/kmscube/
Dcube-wl.cpp16 struct window { struct
19 struct wl_egl_window* egl_window; argument
44 struct window* window = (struct window*)data; in shell_surface_configure() local
57 static void create_window(struct window* window, int32_t width, int32_t height) in create_window()
66 static void delete_window(struct window* window) in delete_window()
83 struct window window; in main_wl() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java76 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
112 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
150 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
181 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
217 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
255 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
299 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
335 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
378 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
412 Timeline.Window window = timeline.getWindow(0, new Timeline.Window()); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/angle/samples/multi_window/
DMultiWindow.cpp59 window window; in initialize() local
81 for (auto &window : mWindows) in initialize() local
100 for (auto &window : mWindows) in step() local
116 OSWindow *window = windowRecord.osWindow; in draw() local
133 OSWindow *window = windowRecord.osWindow; in draw() local
185 struct window struct in MultiWindowSample
187 OSWindow *osWindow;
188 EGLSurface surface;
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp230 struct window { struct
231 struct list_head link; /* link in the global list of windows */ argument
232 struct list_head parent_link; /* link in parent window list of children */ argument
234 struct list_head children_windows; /* list of children windows */ argument
242 void (*display)(struct window*); argument
243 void (*destroy)(struct window*); argument
354 struct shader_window *window = (struct shader_window *) win; in display_shader_window() local
369 struct shader_window *window = (struct shader_window *) win; in destroy_shader_window() local
378 struct shader_window *window = xtzalloc(*window); in new_shader_window() local
412 struct urb_window *window = (struct urb_window *) win; in display_urb_window() local
[all …]
/external/mesa3d/src/imgui/
Dimgui.cpp2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); in SetCursorPosYAndSetupDummyPrevLine() local
2288 ImGuiWindow* window = g.CurrentWindow; in RenderText() local
2314 ImGuiWindow* window = g.CurrentWindow; in RenderTextWrapped() local
2366 ImGuiWindow* window = g.CurrentWindow; in RenderTextClipped() local
2376 ImGuiWindow* window = g.CurrentWindow; in RenderFrame() local
2389 ImGuiWindow* window = g.CurrentWindow; in RenderFrameBorder() local
2436 ImGuiWindow* window = g.CurrentWindow; in RenderBullet() local
2443 ImGuiWindow* window = g.CurrentWindow; in RenderCheckMark() local
2465 ImGuiWindow* window = g.CurrentWindow; in RenderNavHighlight() local
2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow()
[all …]
/external/lzma/CPP/7zip/UI/Explorer/
DMyMessages.cpp14 void ShowErrorMessage(HWND window, LPCWSTR message) in ShowErrorMessage()
19 void ShowErrorMessageHwndRes(HWND window, UINT resID) in ShowErrorMessageHwndRes()
29 void ShowErrorMessageDWORD(HWND window, DWORD errorCode) in ShowErrorMessageDWORD()
34 void ShowLastErrorMessage(HWND window) in ShowLastErrorMessage()
/external/deqp/framework/platform/android/
DtcuAndroidWindow.cpp35 Window::Window (ANativeWindow* window) in Window()
129 Window* const window = *winIter; in ~WindowRegistry() local
141 void WindowRegistry::addWindow (ANativeWindow* window) in addWindow()
151 Window* const window = m_windows[ndx]; in destroyWindow() local
175 Window* const window = m_windows[ndx]; in tryAcquireWindow() local
188 Window* const window = m_windows[ndx]; in garbageCollect() local
DtcuAndroidNativeActivity.cpp64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowCreatedCallback()
69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowResizedCallback()
74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowRedrawNeededCallback()
79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowDestroyedCallback()
173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
178 void NativeActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
183 void NativeActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
188 void NativeActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DIGCKernel.cpp41 void arm_compute::enqueue(IGCKernel &kernel, const Window &window, const gles::NDRange &lws) in enqueue()
82 …unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window) in add_tensor_argument()
122 …unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window) in add_1D_tensor_argument()
127 …unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window) in add_2D_tensor_argument()
132 …unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window) in add_3D_tensor_argument()
/external/ComputeLibrary/src/core/CL/kernels/
DCLMemsetKernel.cpp39 Window *window) in configure()
46 Window *window) in configure()
84 …MemsetKernel::validate(const ITensorInfo *tensor, const PixelValue &constant_value, Window *window) in validate()
95 void CLMemsetKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowTest.java29 Window window = activity.getWindow(); in getFlag_shouldReturnWindowFlags() local
41 Window window = activity.getWindow(); in getTitle_shouldReturnWindowTitle() local
49 Window window = activity.getWindow(); in getBackgroundDrawable_returnsSetDrawable() local
61 Window window = activity.getWindow(); in getSoftInputMode_returnsSoftInputMode() local
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py147 def appendwindow(self, wid, window): argument
156 def do_about(self, id, item, window, event): argument
294 def do_inSysWindow(self, partcode, window, event): argument
298 def do_inDesk(self, partcode, window, event): argument
302 def do_inMenuBar(self, partcode, window, event): argument
315 def do_rawmenu(self, id, item, window, event): argument
321 def do_menu(self, id, item, window, event): argument
327 def do_unknownpartcode(self, partcode, window, event): argument
335 def do_unknownwindow(self, partcode, window, event): argument
533 def dispatch(self, id, item, window, event): argument
[all …]

12345678910>>...41