Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/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.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()
DFrameBufferOzone.cpp19 …FrameBufferOzone::FrameBufferOzone(intptr_t display, intptr_t window, int width, int height) : Fra… in FrameBufferOzone()
51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, … in createFrameBuffer()
DFrameBufferWin.cpp39 HWND window = windowOverride ? windowOverride : windowHandle; in updateBounds() local
75 sw::FrameBuffer *createFrameBuffer(void *display, HWND 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.cpp328 void RenderActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
334 void RenderActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
340 void RenderActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
345 void RenderActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
/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
Dwindow_generator.cc40 void WindowGenerator::Hanning(int length, float* window) { in Hanning()
50 float* window) { in KaiserBesselDerived()
/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/skia/tools/viewer/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
/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/skia/experimental/FileReaderApp/
DFileReaderAppDelegate.h11 SkNSWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.h12 UIWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPad/
DAppDelegate_iPad.h12 UIWindow *window; variable
/external/skia/experimental/iOSSampleApp/iPad/
DAppDelegate_iPad.h13 UIWindow* window; variable

12345678910>>...13