Searched refs:windows (Results 1 – 25 of 211) sorted by relevance
123456789
/external/webkit/WebKit/chromium/src/js/ |
D | devTools.css | 18 body.platform-windows #toolbar { 22 body.platform-windows.inactive #toolbar { 139 body.platform-windows .section > .header { 144 body.platform-windows .console-group-messages .section > .header { 151 body.platform-windows #resources-filter { 155 body.platform-windows .crumbs .crumb { 159 body.platform-windows .crumbs .crumb.end { 163 body.platform-windows .crumbs .crumb.selected { 169 body.platform-windows .crumbs .crumb.selected:hover { 173 body.platform-windows .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover { [all …]
|
/external/chromium/base/allocator/ |
D | allocator.gyp | 156 '<(tcmalloc_dir)/src/windows/config.h', 157 '<(tcmalloc_dir)/src/windows/get_mangled_names.cc', 158 '<(tcmalloc_dir)/src/windows/google/tcmalloc.h', 159 '<(tcmalloc_dir)/src/windows/ia32_modrm_map.cc', 160 '<(tcmalloc_dir)/src/windows/ia32_opcode_map.cc', 161 '<(tcmalloc_dir)/src/windows/mingw.h', 162 '<(tcmalloc_dir)/src/windows/mini_disassembler.cc', 163 '<(tcmalloc_dir)/src/windows/mini_disassembler.h', 164 '<(tcmalloc_dir)/src/windows/mini_disassembler_types.h', 165 '<(tcmalloc_dir)/src/windows/override_functions.cc', [all …]
|
D | README | 7 the default windows allocator 8 the windows low-fragmentation-heap 12 The mechanism for hooking LIBCMT in windows is rather tricky. The core 13 problem is that by default, the windows library does not declare malloc and
|
/external/chromium/third_party/icu/source/data/mappings/ |
D | convrtrs.txt | 118 …WINDOWS # The Microsoft code page identifier number is specified by windows-*. The rest ar… 145 windows-65001 { WINDOWS* } 175 windows-1201 { WINDOWS* } 198 windows-1200 { WINDOWS* } 289 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* } 327 …# windows-28591 { WINDOWS* } # This has odd behavior because it has the Euro update, which isn't c… 344 windows-20127 { WINDOWS* } 348 gb18030 { IANA* } ibm-1392 { IBM* } windows-54936 { WINDOWS* } gb18030 { MIME* } 364 windows-28592 { WINDOWS* } 378 windows-28593 { WINDOWS* } [all …]
|
D | ucmlocal.mk | 48 windows-936-2000.ucm gb18030.ucm\ 49 windows-950-2000.ucm ibm-1375_P100-2007.ucm\ 51 windows-949-2000.ucm\ 52 windows-874-2000.ucm ibm-874_P100-1995.ucm\
|
D | ucmfiles.mk | 100 windows-874-2000.ucm\ 101 windows-936-2000.ucm\ 102 windows-949-2000.ucm\ 103 windows-950-2000.ucm\
|
/external/icu4c/data/mappings/ |
D | convrtrs.txt | 122 …WINDOWS # The Microsoft code page identifier number is specified by windows-*. The rest ar… 149 windows-65001 { WINDOWS* } 179 windows-1201 { WINDOWS* } 202 windows-1200 { WINDOWS* } 295 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* } 333 …# windows-28591 { WINDOWS* } # This has odd behavior because it has the Euro update, which isn't c… 350 windows-20127 { WINDOWS* } 354 gb18030 { IANA* } ibm-1392 { IBM* } windows-54936 { WINDOWS* } GB18030 { MIME* } 370 windows-28592 { WINDOWS* } 384 windows-28593 { WINDOWS* } [all …]
|
D | ucmfiles.mk | 108 windows-874-2000.ucm\ 109 windows-936-2000.ucm\ 110 windows-949-2000.ucm\ 111 windows-950-2000.ucm\
|
D | README.emoji | 50 kddi-shift_jis-2007.ucm is based on windows-932-2000.ucm. 54 docomo-shift_jis-2007.ucm is based on windows-932-2000.ucm. 58 softbank-shift_jis-2007.ucm is based on windows-932-2000.ucm.
|
/external/qemu/android/build/ |
D | common.sh | 96 OS=windows 142 cygwin-x86|windows-x86) 143 HOST_TAG=windows 228 OS=windows 229 HOST_OS=windows
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11modes.c | 952 Window tmpwin, *windows; in X11_EnterFullScreen() 995 &windows, &nwindows) && windows ) { in X11_EnterFullScreen() 997 if ( windows[nwindows-1] != FSwindow ) { in X11_EnterFullScreen() 998 tmpwin = windows[nwindows-1]; in X11_EnterFullScreen() 1000 if ( windows[i] == FSwindow ) { in X11_EnterFullScreen() 1001 SDL_memcpy(&windows[i], &windows[i+1], in X11_EnterFullScreen() 1002 (nwindows-i-1)*sizeof(windows[i])); in X11_EnterFullScreen() 1006 windows[nwindows-1] = FSwindow; in X11_EnterFullScreen() 1007 XRestackWindows(SDL_Display, windows, nwindows); in X11_EnterFullScreen() 1010 XFree(windows); in X11_EnterFullScreen()
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 32 // For non-sheet windows, handle Carbon WindowMove events so as to do the same things as -[NSWindow… 51 // Handling of miniaturization of Carbon windows via title bar double-click might not be all there. 242 …// Ignore the Carbon window activation/deactivation events that Carbon sends to its windows at app… 458 …ite the fact that NSWindow's invokes [self windowNumber], because Carbon windows won't have subvie… 461 …hat NSWindow's operates on _windowNum, because it looks like it might work on Carbon windows as is. 464 … I guess). Something has to change if we want to hook this up in Carbon windows. M.P. Warning - … 527 …ite the fact that NSWindow's invokes [self windowNumber], because Carbon windows won't have subvie… 530 …SWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows as is. 536 …SWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows as is. 561 …SWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows as is. [all …]
|
/external/webkit/WebKitTools/FindSafari/ |
D | FindSafari.rc | 10 #include "windows.h" 37 "#include ""windows.h""\r\n"
|
/external/icu4c/stubdata/ |
D | icudt44l-us.txt | 166 windows-874-2000.cnv 167 windows-936-2000.cnv 168 windows-949-2000.cnv 169 windows-950-2000.cnv
|
D | icudt44l-us-japan.txt | 161 windows-874-2000.cnv 162 windows-936-2000.cnv 163 windows-949-2000.cnv 164 windows-950-2000.cnv
|
D | icudt44l-default.txt | 223 windows-874-2000.cnv 224 windows-936-2000.cnv 225 windows-949-2000.cnv 226 windows-950-2000.cnv
|
D | icudt44l-us-euro.txt | 243 windows-874-2000.cnv 244 windows-936-2000.cnv 245 windows-949-2000.cnv 246 windows-950-2000.cnv
|
/external/webkit/WebKitTools/WebKitLauncherWin/ |
D | WebKitLauncherWin.rc | 11 #include "windows.h" 45 "#include ""windows.h""\r\n"
|
/external/bzip2/ |
D | libbz2.dsp | 54 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 55 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I38… 80 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /mach… 81 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /mach…
|
/external/qemu/ |
D | Makefile.android | 7 QEMU_HOST_TAG := windows 51 ifeq ($(HOST_OS),windows) 370 ifeq ($(HOST_OS),windows) 581 ifeq ($(HOST_OS),windows) 595 ifeq ($(HOST_OS),windows) 662 ifeq ($(HOST_OS),windows) 798 ifeq ($(HOST_OS),windows) 826 ifeq ($(HOST_OS),windows) 926 ifeq ($(HOST_OS),windows)
|
D | android-configure.sh | 110 TARGET_OS=windows 270 windows) PROBE_WINAUDIO=yes 450 windows*) CONFIG_OS=WIN32
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 451 /* Put up the blanking window (a window above all other windows) */ 521 /* The code below checks for any valid custom windows and views. If none are 634 … /* Since the blanking window covers *all* windows (even force quit) correct recovery is crucial */ 1113 we must figure out if there are any windows covering ours (including shadows). 1115 windows for their screen rectangle and window level. 1124 -On average, I suspect, most windows above ours are dock icon windows (hence optimization) 1125 -Some windows above ours are always there, and cannot move or obscure us (menu bar) 1132 -deactivated normal windows use activated normal 1139 /* Cache the dock icon windows */ 1143 CGSWindowID windows[kMaxWindows]; [all …]
|
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | TestNetscapePlugin.rc | 10 #include "windows.h" 37 "#include ""windows.h""\r\n"
|
/external/libpng/contrib/visupng/ |
D | VisualPng.dsp | 58 …ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 59 …ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 92 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I… 93 …e32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I…
|
/external/webkit/WebKitTools/WinLauncher/ |
D | WinLauncher.rc | 11 #include "windows.h" 98 "#include ""windows.h""\r\n"
|
123456789