Home
last modified time | relevance | path

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

12345678910>>...18

/external/flac/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/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java76 public static void addVisibilityFlag(final Window window, final int flag) { in addVisibilityFlag()
95 public static void removeVisibilityFlag(final Window window, final int flag) { in removeVisibilityFlag()
106 public static void addImmersiveFlagsToDecorView(final Window window, final int vis) { in addImmersiveFlagsToDecorView()
117 public static void removeImmersiveFlagsFromDecorView(final Window window, final int vis) { in removeImmersiveFlagsFromDecorView()
139 final Window window = dialog.getWindow(); in hideSystemBars() local
164 public static void hideSystemBars(final Window window) { in hideSystemBars()
185 public static void showSystemBars(final Window window, final Context context) { in showSystemBars()
216 public static void setBackButtonVisible(final Window window, final boolean visible) { in setBackButtonVisible()
249 private static void temporarilyDisableDialogFocus(final Window window) { in temporarilyDisableDialogFocus()
306 private static void getDecorView(Window window, OnDecorViewInstalledListener callback) { in getDecorView()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dwindow_util.cc30 Window window; in MakeWindow() local
77 string ToString(const Window& window) { in ToString()
122 bool HasStride(const Window& window) { in HasStride()
131 bool HasPadding(const Window& window) { in HasPadding()
140 bool HasSymmetricPadding(const Window& window) { in HasSymmetricPadding()
154 bool HasNegativePadding(const Window& window) { in HasNegativePadding()
160 bool HasBaseDilation(const Window& window) { in HasBaseDilation()
169 bool HasWindowDilation(const Window& window) { in HasWindowDilation()
178 bool HasWindowReversal(const Window& window) { in HasWindowReversal()
187 bool AllOrNoneReversed(const Window& window) { in AllOrNoneReversed()
[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/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/libkmsxx/kmscube/
Dcube-wl.cpp16 struct window { struct
19 struct wl_egl_window *egl_window; argument
45 struct window *window = (struct window*)data; in shell_surface_configure() local
59 static void create_window(struct window *window, int32_t width, int32_t height) in create_window()
68 static void delete_window(struct window *window) in delete_window()
85 struct window window; in main_wl() local
/external/swiftshader/src/WSI/
DFrameBufferAndroid.cpp23 inline int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer) in dequeueBuffer()
32 inline int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in queueBuffer()
41 inline int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in cancelBuffer()
50 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid()
142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer()
/external/swiftshader/src/Main/
DFrameBufferAndroid.cpp23 inline int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer) in dequeueBuffer()
32 inline int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in queueBuffer()
41 inline int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in cancelBuffer()
50 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid()
142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer()
/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()
DtcuAndroidTestActivity.cpp62 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated()
67 void TestThread::onWindowDestroyed (ANativeWindow* window) in onWindowDestroyed()
72 void TestThread::onWindowResized (ANativeWindow* window) in onWindowResized()
/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
DShadowCursorWindowTest.java17 CursorWindow window = new CursorWindow("name"); in shouldCreateWindowWithName() local
23 CursorWindow window = new CursorWindow("name"); in shouldFillWindowWithCursor() 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 …]
/external/webrtc/webrtc/common_audio/
Dwindow_generator_unittest.cc20 float window[7]; in TEST() local
53 float window[7]; in TEST() local
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm5 - (id) window; // expected-note {{using}} method
10 - (Base *) window; // expected-note {{also found}} method
/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc38 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in IsWindowMinimized() local
54 CFDictionaryRef window) { in IsWindowFullScreen()
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowTitle() local
109 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowOwnerPid() local
145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in FindFullScreenWindowWithSamePidAndTitle() local
Dwindow_list_utils.cc31 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList() local
48 WindowCapturer::Window window; in GetWindowList() local
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java58 public SystemNavBarMixin(@NonNull TemplateLayout layout, @Nullable Window window) { in SystemNavBarMixin()
169 public void hideSystemBars(final Window window) { in hideSystemBars()
188 public void showSystemBars(final Window window, final Context context) { in showSystemBars()
/external/skia/tools/sk_app/android/
DWindow_android.cpp15 Window_android* window = new Window_android(); in CreateNativeWindow() local
47 void Window_android::initDisplay(ANativeWindow* window) { in initDisplay()
/external/skqp/tools/sk_app/android/
DWindow_android.cpp15 Window_android* window = new Window_android(); in CreateNativeWindow() local
47 void Window_android::initDisplay(ANativeWindow* window) { in initDisplay()
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp81 void TestThread::onWindowCreated(ANativeWindow* window) in onWindowCreated()
86 void TestThread::onWindowDestroyed(ANativeWindow* window) in onWindowDestroyed()
91 void TestThread::onWindowResized(ANativeWindow* window) in onWindowResized()
/external/python/cpython2/Lib/idlelib/
DWindowList.py9 def add(self, window): argument
13 def delete(self, window): argument
73 def update_windowlist_registry(self, window): argument
/external/python/cpython3/Lib/idlelib/
Dwindow.py11 def add(self, window): argument
15 def delete(self, window): argument
76 def update_windowlist_registry(self, window): argument
/external/tensorflow/tensorflow/core/kernels/
Dspectrogram.cc29 void GetPeriodicHann(int window_length, std::vector<double>* window) { in GetPeriodicHann()
40 std::vector<double> window; in Initialize() local
45 bool Spectrogram::Initialize(const std::vector<double>& window, in Initialize()

12345678910>>...18