Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 433) 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/bart/bart/sched/
DSchedAssert.py131 def getResidency(self, level, node, window=None, percent=False): argument
194 window=None, argument
262 def _relax_switch_window(self, series, direction, window): argument
320 window, argument
368 def getRuntime(self, window=None, percent=False): argument
403 window=None, argument
447 def getPeriod(self, window=None, align="start"): argument
486 window=None, argument
528 def getDutyCycle(self, window): argument
548 def assertDutyCycle(self, expected_value, operator, window): argument
[all …]
Dfunctions.py107 def sanitize_asymmetry(series, window=None): argument
151 def csum(series, window=None, filter_gaps=False): argument
199 def first_cpu(series, window=None): argument
219 def last_cpu(series, window=None): argument
240 def select_window(series, window): argument
260 def residency_sum(series, window=None): argument
313 def first_time(series, value, window=None): argument
340 def period(series, align="start", window=None): argument
384 def last_time(series, value, window=None): argument
581 def trace_event(series, window=None): argument
DSchedMultiAssert.py230 def getCPUBusyTime(self, level, node, window=None, percent=False): argument
268 def generate_events(self, level, window=None): argument
281 def plot(self, level="cpu", window=None, xlim=None): argument
/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()
155 bool HasNegativePadding(const Window& window) { in HasNegativePadding()
162 bool HasBaseDilation(const Window& window) { in HasBaseDilation()
171 bool HasWindowDilation(const Window& window) { in HasWindowDilation()
180 bool HasWindowReversal(const Window& window) { in HasWindowReversal()
189 bool HasDilation(const Window& window) { in HasDilation()
[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/swiftshader/src/Main/
DFrameBufferAndroid.cpp24 inline int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer) in dequeueBuffer()
33 inline int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in queueBuffer()
42 inline int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) in cancelBuffer()
51 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid()
143 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()
DtcuAndroidRenderActivity.cpp355 void RenderActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
361 void RenderActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
367 void RenderActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
372 void RenderActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
/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/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/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/common_audio/
Dwindow_generator_unittest.cc20 float window[7]; in TEST() local
53 float window[7]; in TEST() local
/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/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/cpython3/Lib/idlelib/
Dwindows.py10 def add(self, window): argument
14 def delete(self, window): argument
75 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()
/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/bart/bart/thermal/
DThermalAssert.py40 def getThermalResidency(self, temp_range, window, percent=False): argument
90 window, argument

12345678910>>...18