Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/external/ImageMagick/MagickCore/
Ddisplay.c105 #define MaxColors MagickMin((ssize_t) windows->visual_info->colormap_size,256L)
1806 XResourceInfo *resource_info,XWindows *windows,Image *image, in XAnnotateEditImage() argument
1908 (void) CloneString(&windows->command.name,"Annotate"); in XAnnotateEditImage()
1909 windows->command.data=4; in XAnnotateEditImage()
1910 (void) XCommandWidget(display,windows,AnnotateMenu,(XEvent *) NULL); in XAnnotateEditImage()
1911 (void) XMapRaised(display,windows->command.id); in XAnnotateEditImage()
1912 XClientMessage(display,windows->image.id,windows->im_protocols, in XAnnotateEditImage()
1913 windows->im_update_widget,CurrentTime); in XAnnotateEditImage()
1917 XQueryPosition(display,windows->image.id,&x,&y); in XAnnotateEditImage()
1918 (void) XSelectInput(display,windows->image.id, in XAnnotateEditImage()
[all …]
Danimate.c371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand() argument
418 XFileBrowserWidget(display,windows,"Animate",filenames); in XMagickCommand()
447 XSetCursorState(display,windows,MagickTrue); in XMagickCommand()
448 XCheckRefreshWindows(display,windows); in XMagickCommand()
469 XSetCursorState(display,windows,MagickFalse); in XMagickCommand()
491 (void) FormatLocaleString(windows->image.name,MagickPathExtent, in XMagickCommand()
500 (void) CopyMagickString(windows->image.name,title,MagickPathExtent); in XMagickCommand()
503 status=XStringListToTextProperty(&windows->image.name,1,&window_name); in XMagickCommand()
506 XSetWMName(display,windows->image.id,&window_name); in XMagickCommand()
543 status=XSaveImage(display,resource_info,windows,*image,exception); in XMagickCommand()
[all …]
Dwidget.c1316 *windows; in XScreenEvent() local
1318 windows=(XWindows *) data; in XScreenEvent()
1319 if (event->xany.window == windows->popup.id) in XScreenEvent()
1322 windows->popup.mapped=MagickTrue; in XScreenEvent()
1324 windows->popup.mapped=MagickFalse; in XScreenEvent()
1327 if (event->xany.window == windows->widget.id) in XScreenEvent()
1330 windows->widget.mapped=MagickTrue; in XScreenEvent()
1332 windows->widget.mapped=MagickFalse; in XScreenEvent()
1352 if (event->xexpose.window == windows->image.id) in XScreenEvent()
1354 XRefreshWindow(display,&windows->image,event); in XScreenEvent()
[all …]
Dxwindow.c258 *windows; in DestroyXResources() local
261 windows=XSetWindows((XWindows *) ~0); in DestroyXResources()
262 if ((windows == (XWindows *) NULL) || (windows->display == (Display *) NULL)) in DestroyXResources()
265 magick_windows[number_windows++]=(&windows->context); in DestroyXResources()
266 magick_windows[number_windows++]=(&windows->group_leader); in DestroyXResources()
267 magick_windows[number_windows++]=(&windows->backdrop); in DestroyXResources()
268 magick_windows[number_windows++]=(&windows->icon); in DestroyXResources()
269 magick_windows[number_windows++]=(&windows->image); in DestroyXResources()
270 magick_windows[number_windows++]=(&windows->info); in DestroyXResources()
271 magick_windows[number_windows++]=(&windows->magnify); in DestroyXResources()
[all …]
/external/skia/third_party/libsdl/win/
Dsdl_win.gypi17 '<(src_dir)/src/joystick/windows/SDL_mmjoystick.c',
18 '<(src_dir)/src/joystick/windows/SDL_xinputjoystick.c',
19 '<(src_dir)/src/joystick/windows/SDL_dinputjoystick.c',
20 '<(src_dir)/src/joystick/windows/SDL_windowsjoystick.c',
24 '<(src_dir)/src/core/windows/SDL_xinput.c',
25 '<(src_dir)/src/core/windows/SDL_windows.c',
52 '<(src_dir)/src/power/windows/SDL_syspower.c',
55 '<(src_dir)/src/timer/windows/SDL_systimer.c',
59 '<(src_dir)/src/thread/windows/SDL_systhread.c',
60 '<(src_dir)/src/thread/windows/SDL_syssem.c',
[all …]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
DNSEC.py33 def __init__(self, rdclass, rdtype, next, windows): argument
36 self.windows = windows
41 for (window, bitmap) in self.windows:
71 windows = []
78 windows.append((window, ''.join(bitmap[0:octets])))
86 windows.append((window, ''.join(bitmap[0:octets])))
87 return cls(rdclass, rdtype, next, windows)
93 for (window, bitmap) in self.windows:
102 windows = []
117 windows.append((window, bitmap))
[all …]
DNSEC3.py55 next, windows): argument
62 self.windows = windows
71 for (window, bitmap) in self.windows:
110 windows = []
117 windows.append((window, ''.join(bitmap[0:octets])))
125 windows.append((window, ''.join(bitmap[0:octets])))
126 return cls(rdclass, rdtype, algorithm, flags, iterations, salt, next, windows)
138 for (window, bitmap) in self.windows:
157 windows = []
172 windows.append((window, bitmap))
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_unittest.cc44 WindowCapturer::WindowList windows; in TEST_F() local
45 EXPECT_TRUE(capturer_->GetWindowList(&windows)); in TEST_F()
48 for (WindowCapturer::WindowList::iterator it = windows.begin(); in TEST_F()
49 it != windows.end(); ++it) { in TEST_F()
62 WindowCapturer::WindowList windows; in TEST_F() local
64 EXPECT_TRUE(capturer_->GetWindowList(&windows)); in TEST_F()
67 for (WindowCapturer::WindowList::iterator it = windows.begin(); in TEST_F()
68 it != windows.end(); ++it) { in TEST_F()
Dmouse_cursor_monitor_unittest.cc96 WindowCapturer::WindowList windows; in TEST_F() local
97 EXPECT_TRUE(window_capturer->GetWindowList(&windows)); in TEST_F()
100 for (size_t i = 0; i < windows.size(); ++i) { in TEST_F()
106 DesktopCaptureOptions::CreateDefault(), windows[i].id)); in TEST_F()
/external/webrtc/webrtc/modules/video_capture/
DBUILD.gn114 "windows/device_info_ds.cc",
115 "windows/device_info_ds.h",
116 "windows/device_info_mf.cc",
117 "windows/device_info_mf.h",
118 "windows/help_functions_ds.cc",
119 "windows/help_functions_ds.h",
120 "windows/sink_filter_ds.cc",
121 "windows/sink_filter_ds.h",
122 "windows/video_capture_ds.cc",
123 "windows/video_capture_ds.h",
[all …]
Dvideo_capture.gypi99 'windows/device_info_ds.cc',
100 'windows/device_info_ds.h',
101 'windows/device_info_mf.cc',
102 'windows/device_info_mf.h',
103 'windows/help_functions_ds.cc',
104 'windows/help_functions_ds.h',
105 'windows/sink_filter_ds.cc',
106 'windows/sink_filter_ds.h',
107 'windows/video_capture_ds.cc',
108 'windows/video_capture_ds.h',
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DMyCar.java24 private Map<String, Integer> windows; field in MyCar
43 return windows; in getWindows()
46 public void setWindows(Map<String, Integer> windows) { in setWindows() argument
47 this.windows = windows; in setWindows()
/external/v8/tools/gyp/test/actions-multiple/src/
Dactions.gyp39 # Allows the test to run without hermetic cygwin on windows.
54 # Allows the test to run without hermetic cygwin on windows.
69 # Allows the test to run without hermetic cygwin on windows.
84 # Allows the test to run without hermetic cygwin on windows.
111 # Allows the test to run without hermetic cygwin on windows.
127 # Allows the test to run without hermetic cygwin on windows.
143 # Allows the test to run without hermetic cygwin on windows.
159 # Allows the test to run without hermetic cygwin on windows.
180 # Allows the test to run without hermetic cygwin on windows.
195 # Allows the test to run without hermetic cygwin on windows.
[all …]
/external/autotest/client/deps/graphics/graphics_test_extension/
Dbackground.js6 chrome.windows.create(
10 chrome.windows.update(win.id, {state: "fullscreen"});
25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
29 chrome.windows.update(sender.tab.windowId, message.updateInfo);
46 chrome.windows.update(sender.tab.windowId, {
51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js11 chrome.windows.getAll(null, function(windows) { argument
12 preexisting_windows = windows;
38 chrome.windows.remove(preexisting_windows[i].id);
68 chrome.windows.create({'url': 'about:blank'}, function (win) {
75 setTimeout(chrome.windows.remove, task.duration / time_ratio, win.id);
79 chrome.windows.create({'url': 'about:blank'}, function (win) {
98 chrome.windows.remove(win_id);
/external/google-breakpad/src/common/
Dcommon.gyp171 'windows/common_windows.gyp',
172 'windows/dia_util.cc',
173 'windows/dia_util.h',
174 'windows/guid_string.cc',
175 'windows/guid_string.h',
176 'windows/http_upload.cc',
177 'windows/http_upload.h',
178 'windows/omap.cc',
179 'windows/omap.h',
180 'windows/omap_internal.h',
[all …]
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc485 } windows[] = { in LayoutConnectUI() local
495 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator; in LayoutConnectUI()
497 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) { in LayoutConnectUI()
498 CalculateWindowSizeForText(windows[i].wnd, windows[i].text, in LayoutConnectUI()
499 &windows[i].width, &windows[i].height); in LayoutConnectUI()
500 total_width += windows[i].width; in LayoutConnectUI()
507 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) { in LayoutConnectUI()
508 size_t top = y - (windows[i].height / 2); in LayoutConnectUI()
509 ::MoveWindow(windows[i].wnd, static_cast<int>(x), static_cast<int>(top), in LayoutConnectUI()
510 static_cast<int>(windows[i].width), in LayoutConnectUI()
[all …]
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt122 …WINDOWS # The Microsoft code page identifier number is specified by windows-*. The rest ar…
149 windows-65001 { WINDOWS* }
182 windows-1201 { WINDOWS* }
205 windows-1200 { WINDOWS* }
310 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* }
350 …# windows-28591 { WINDOWS* } # This has odd behavior because it has the Euro update, which isn't c…
367 windows-20127 { WINDOWS* }
371 gb18030 { IANA* } ibm-1392 { IBM* } windows-54936 { WINDOWS* } GB18030 { MIME* }
387 windows-28592 { WINDOWS* }
401 windows-28593 { WINDOWS* }
[all …]
/external/v8/tools/gyp/test/actions/src/
Dactions.gyp33 # Allows the test to run without hermetic cygwin on windows.
51 # Allows the test to run without hermetic cygwin on windows.
64 # Allows the test to run without hermetic cygwin on windows.
77 # Allows the test to run without hermetic cygwin on windows.
94 # Allows the test to run without hermetic cygwin on windows.
108 # Allows the test to run without hermetic cygwin on windows.
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp1000 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0… in createDestroyObjects() local
1027 else if (windows.size() > 5 && ((m_types & TYPE_WINDOW) != 0)) in createDestroyObjects()
1057 …else if (windows.size() < 3 && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TYPE_SINGLE_WINDOW) =… in createDestroyObjects()
1062 …else if (windows.empty() && (m_hasWindow == 0) && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TY… in createDestroyObjects()
1071 if (!create && windows.empty()) in createDestroyObjects()
1119 windows.push_back(std::make_pair(window, surface)); in createDestroyObjects()
1146 windows.push_back(std::make_pair(window, surface)); in createDestroyObjects()
1227 const int windowNdx = rnd.getInt(0, (int)(windows.size()-1)); in createDestroyObjects()
1229 … ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows[windowNdx].second… in createDestroyObjects()
1231 EGLU_CHECK_CALL(egl, destroySurface(m_display, windows[windowNdx].second)); in createDestroyObjects()
[all …]
/external/mesa3d/src/gallium/targets/egl-static/
DSConscript48 if env['platform'] == 'windows':
70 # manually add LIBPREFIX on windows
71 glapi_name = 'glapi' if env['platform'] != 'windows' else 'libglapi'
78 # manually add LIBPREFIX on windows
79 openvg_name = 'OpenVG' if env['platform'] != 'windows' else 'libOpenVG'
/external/google-breakpad/src/client/windows/
Dbreakpad_client.gyp58 '<(DEPTH)/common/windows/guid_string.cc',
59 '<(DEPTH)/common/windows/guid_string.h',
60 '<(DEPTH)/common/windows/http_upload.cc',
61 '<(DEPTH)/common/windows/http_upload.h',
62 '<(DEPTH)/common/windows/string_utils.cc',
/external/clang/test/Rewriter/
Drewrite-nested-property-in-blocks.mm1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
3 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensio…
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary …
/external/compiler-rt/make/platform/
Dclang_mingw.mk21 CFLAGS.builtins-x86_64 := -target x86_64-windows-gnu $(CFLAGS)
22 CFLAGS.builtins-i386 := -target i686-windows-gnu $(CFLAGS)
23 CFLAGS.builtins-arm := -target armv7-windows-gnu $(CFLAGS)
/external/v8/tools/gyp/test/win/linker-flags/
Dsubsystem.gyp25 'sources': ['subsystem-windows.cc'],
35 'sources': ['subsystem-windows.cc'],
67 'sources': ['subsystem-windows.cc'],

12345678910>>...30