/development/build/tools/ |
windows_sdk.mk | 1 # Makefile to build the Windows SDK under linux. 8 # - build a few Windows tools 9 # - mirror the linux SDK directory and patch it with the Windows tools 16 $(error Linux is required to create a Windows SDK) 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32') 31 # Windows executables. All the targets specified here are located in 55 WIN_SDK_NAME := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_NAME)) 56 WIN_SDK_DIR := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_DIR)) 65 $(info ====== [Windows SDK] $1 ======) 80 $(call winsdk-banner,Build Windows Tools [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
windows.html | 1 <div id="pageData-name" class="pageData">Windows</div> 5 Use the <code>chrome.windows</code> module 6 to interact with browser windows. 8 create, modify, and rearrange windows in the browser. 11 <img src="images/windows.png" 12 width="256" height="76" alt="Two windows, each with one tab" /> 16 To use the windows API, 46 creates a few tabs or windows from a single HTML file, 62 You can find simple examples of using the windows module in the 63 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/windows/">examples/api/windows</a [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowToken.java | 25 * Container of a set of related windows in the window manager. Often this 27 * to display windows. For nested windows, there is a WindowToken created for 41 // not be removed when all windows are removed. 50 // All of the windows associated with this token. 51 final WindowList windows = new WindowList(); field in class:WindowToken 56 // Should this token's windows be hidden? 59 // Temporary for finding which tokens no longer have visible windows. 71 // windows will be put to the bottom of the list. 82 pw.print(prefix); pw.print("windows="); pw.println(windows) [all...] |
/external/chromium/base/ |
base_paths_win.h | 9 // This file declares windows-specific path keys for the base module. 18 DIR_WINDOWS, // Windows directory, usually "c:\windows" 19 DIR_SYSTEM, // Usually c:\windows\system32"
|
/external/chromium/chrome/browser/ |
app_icon_win.h | 9 #include <windows.h>
|
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/ |
manifest.json | 5 "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.",
|
/external/chromium/googleurl/build/ |
debug.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
release.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/chromium/googleurl/third_party/icu/build/ |
using_icu.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/chromium/testing/gmock/msvc/2005/ |
gmock_config.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/icu4c/samples/layout/ |
FontMap.GDI | 4 # This is a sample FontMap file for Windows.
|
GDIGUISupport.cpp | 14 #include <windows.h>
|
/external/qemu/android/config/target-x86/ |
config.h | 10 * HAX is supported in darwin and windows host
|
/external/qemu/distrib/sdl-1.2.15/ |
README.ANDROID | 4 To build it as a static library on Linux, OS X and Windows:
|
/external/skia/bench/ |
BenchSysTimer_windows.h | 13 #include <Windows.h>
|
/external/webkit/LayoutTests/fast/encoding/ |
euckr-name-expected.txt | 1 Test for bug 25487. Even though we treat EUC-KR as windows-949, the name exposed via DOM APIs should still be EUC-KR.
|
parser-tests-90-expected.txt | 13 test 097: expected Windows-1254; used Windows-1252 16 test 099: expected Windows-1252; used Windows-1254
|
xml-charset-utf16.html | 4 <meta content="text/html; charset=windows-1251" http-equiv="Content-Type">
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
window-open-expected.txt | 1 This is a test to make sure the localStorage object for multiple windows in the same security origin share the same global storage area.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCorePGOOptimize.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCoreCG.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
WebCoreCURL.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
WebCoreQuartzCore.vsprops | 1 <?xml version="1.0" encoding="Windows-1252"?>
|
/external/webkit/Source/WebCore/manual-tests/ |
chrome-bidi-text.html | 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
newwindows.html | 14 <h1>Multiple windows...</h1>
|