/frameworks/base/core/tests/coretests/src/android/app/ |
TranslucentFancyActivity.java | 30 * allowing windows underneath to show through, with a fancy 61 // Have the system blur any windows behind this one.
|
/ndk/sources/cxx-stl/stlport/src/ |
stlport.rc | 5 #include <windows.h> 9 /* On some evc3/evc4 targets the windows.h doesn't include winver.h or doesn't
|
/sdk/build/ |
patch_windows_sdk.sh | 40 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \ 41 -I $WIN_OUT_DIR/host/windows-x86 \
|
/external/chromium/base/win/ |
event_trace_provider.h | 5 // Declaration of a Windows event trace provider class, to allow using 6 // Windows Event Tracing for logging transport and control. 11 #include <windows.h> 77 // Trace provider with Event Tracing for Windows. The trace provider 88 // will be the name registered with Event Tracing for Windows (ETW). 96 // Registers the trace provider with Event Tracing for Windows.
|
/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.h | 36 // windows changes to match. 58 // OVERVIEW_MODE is the mode where the toplevel windows are hidden 60 // snapshot windows are shown and actively updated by this 113 // Show the snapshot windows, saving current tab selections. 116 // Hide the snapshot windows. When |cancelled| is true, then the 117 // tab selections that were saved when the snapshot windows were
|
/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.cc | 29 // (e.g. at 0xFFFFx0xFFFF) then on Windows Vista it will not paint even if it 111 // Windows screws up the alpha channel on all text it draws, and so we need 136 // The capture window must be layered so that Windows generates a backing 138 // the window is not layered, because it is off-screen Windows does not 141 // that supports having child windows (variable alpha layered windows do not
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 44 "dir-listing-ls-20", // TODO(phajdan.jr): should use windows-1251 encoding. 45 "dir-listing-ls-21", // TODO(phajdan.jr): should use windows-1251 encoding. 46 "dir-listing-ls-22", // TODO(phajdan.jr): should use windows-1251 encoding. 54 "dir-listing-ls-27", // windows-1251 63 "dir-listing-windows-1", 64 "dir-listing-windows-2",
|
/external/dbus/tools/ |
dbus-launch-win.c | 28 #include <windows.h> 57 /* TODO (tl): This Windows version of dbus-launch is curretly rather 71 * Additional on windows the session bus starting in not integrated 73 * In fact (at least for kde on windows) the session bus is autostarted 127 /* Windows CE has a different interpretation of cmdline: Start with argv[1]. */ 133 /* Windows CE has a different interpretation of cmdline: Start with argv[1]. */
|
/external/libmtp/ |
README.windows.txt | 1 This file was created by James Ravenscroft <ravenscroftj@gmail.com> as a direct revision of Farooq Zaman's work with LibMTP on Windows.
7 1.0 Compilation of LibMTP on Windows 2000/XP/NT
9 LibMTP currently compiles under Windows using MingW/MSys. The source relies upon the __WIN32__ macro which is defined by MinGW by default.
12 LibMTP currently depends on LibUSB and libiconv. There are currently projects that port both of these libraries to Windows. Binary files can be
28 2.0 LibUSB and Driver Issues for Windows
31 Unfortunately, Windows does not have abstract USB support and depends upon specific drivers for each and every device you use. Fortunately,
|
/external/llvm/lib/Support/Windows/ |
system_error.inc | 1 //===- llvm/Support/Win32/system_error.inc - Windows error_code --*- C++ -*-===// 10 // This file provides the Windows specific implementation of the error_code 16 //=== WARNING: Implementation here must contain only generic Windows code that 17 //=== is guaranteed to work on *all* Windows variants. 20 #include <windows.h> 61 // Windows system -> posix_errno decode table ---------------------------//
|
/external/quake/quake/src/QW/scitech/include/ |
debug.h | 29 * __WINDOWS__ Compiling for Windows
30 * __WINDOWS16__ Compiling for 16 bit Windows (__MSDOS__ also defined)
31 * __WINDOWS32__ Compiling for 32 bit Windows
32 * __WIN386__ Compiling for Watcom C++ Win386 extended Windows
253 /* Includes Windows headers, as they define TRUE and FALSE */
261 #include <windows.h>
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
DEBUG.H | 29 * __WINDOWS__ Compiling for Windows
30 * __WINDOWS16__ Compiling for 16 bit Windows (__MSDOS__ also defined)
31 * __WINDOWS32__ Compiling for 32 bit Windows
32 * __WIN386__ Compiling for Watcom C++ Win386 extended Windows
253 /* Includes Windows headers, as they define TRUE and FALSE */
261 #include <windows.h>
|
/external/webkit/Tools/MiniBrowser/mac/ |
AppDelegate.m | 213 NSArray* windows = [NSApp windows]; 214 for (NSWindow* window in windows) { 228 NSArray* windows = [NSApp windows]; 229 for (NSWindow* window in windows) {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 218 // Check that this machine's data is not included in the foreign windows. 295 ASSERT_EQ(1U, foreign_sessions[0]->windows.size()); 296 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs.size()); 297 ASSERT_EQ(1U, foreign_sessions[0]->windows[0]->tabs[0]->navigations.size()); 299 ASSERT_EQ(1, foreign_sessions[0]->windows[0]->selected_tab_index); 300 ASSERT_EQ(1, foreign_sessions[0]->windows[0]->type); 301 ASSERT_EQ(13, foreign_sessions[0]->windows[0]->tabs[0]->tab_visual_index); 303 foreign_sessions[0]->windows[0]->tabs[0]->current_navigation_index); 304 ASSERT_TRUE(foreign_sessions[0]->windows[0]->tabs[0]->pinned); 306 foreign_sessions[0]->windows[0]->tabs[0]->extension_app_id) [all...] |
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 38 #include <windows.h> 69 // Windows CE doesn't have a current directory. You should not use 70 // the current directory in tests on Windows CE, but this at least 73 // Windows CE doesn't define INVALID_FILE_ATTRIBUTES 87 // Windows CE doesn't have a current directory, so we just return 116 // On Windows platform, '\' is the path separator, otherwise it is '/'. 125 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 144 // On Windows platform, uses \ as the separator rather than /. 159 // On Windows, uses \ as the separator rather than / [all...] |
/frameworks/base/docs/html/tools/extras/ |
oem-usb.jd | 10 <li><a href="#Win7">Windows 7</a></li> 11 <li><a href="#WinXp">Windows XP</a></li> 12 <li><a href="#WinVista">Windows Vista</a></li> 26 <p>If you are developing on Windows and would like to connect an Android-powered device 50 driver, based on your version of Windows and whether you're installing for the first time 60 <li><a href="#Win7">Windows 7</a></li> 61 <li><a href="#WinXp">Windows XP</a></li> 62 <li><a href="#WinVista">Windows Vista</a></li> 74 <h3 id="Win7">Windows 7</h3> 77 <p>To install the Android USB driver on Windows 7 for the first time:</p [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.proxy.html | 174 Chrome allows using different proxy settings for regular windows and incognito 175 windows. The following example illustrates the behavior. Assume that no policy 177 regular windows <b>(R)</b> and proxy settings for incognito windows <b>(I)</b>. 183 and incognito windows.</li> 185 windows. Regular windows use the proxy settings determined by the lower layers 188 used for regular and incognito windows.</li> 195 <b>(I)</b>, the settings of regular windows can be defined by more recently 206 apply to regular and incognito windows [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 90 // On Windows platform, uses \ as the separator rather than /. 98 // On Windows, uses \ as the separator rather than /. 119 // On Windows platform, uses \ as the separator, other platforms use /. 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 133 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does 135 // On Windows platform, '\' is the path separator, otherwise it is '/'. 153 // exist. Not named "CreateDirectory" because that's a macro on Windows. 169 // Returns true if pathname describes a root directory. (Windows has one 193 // On Windows this method also replaces the alternate path separator '/' with 200 // the FilePath. On Windows, for example, both '/' and '\' are valid pat [all...] |
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 90 // On Windows platform, uses \ as the separator rather than /. 98 // On Windows, uses \ as the separator rather than /. 119 // On Windows platform, uses \ as the separator, other platforms use /. 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 133 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does 135 // On Windows platform, '\' is the path separator, otherwise it is '/'. 153 // exist. Not named "CreateDirectory" because that's a macro on Windows. 169 // Returns true if pathname describes a root directory. (Windows has one 193 // On Windows this method also replaces the alternate path separator '/' with 200 // the FilePath. On Windows, for example, both '/' and '\' are valid pat [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 90 // On Windows platform, uses \ as the separator rather than /. 98 // On Windows, uses \ as the separator rather than /. 119 // On Windows platform, uses \ as the separator, other platforms use /. 127 // On Windows platform, '\' is the path separator, otherwise it is '/'. 133 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does 135 // On Windows platform, '\' is the path separator, otherwise it is '/'. 153 // exist. Not named "CreateDirectory" because that's a macro on Windows. 169 // Returns true if pathname describes a root directory. (Windows has one 193 // On Windows this method also replaces the alternate path separator '/' with 200 // the FilePath. On Windows, for example, both '/' and '\' are valid pat [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
CurrentTime.cpp | 36 #if OS(WINDOWS) 38 // Windows is first since we want to use hires timers, despite USE(CF) 42 #include <windows.h> 74 #if OS(WINDOWS) 209 // As per Windows documentation for FILETIME, copy the resulting FILETIME structure to a 211 // prevent alignment faults on 64-bit Windows). 216 // Windows file times are in 100s of nanoseconds. 253 // Note: GTK on Windows will pick up the PLATFORM(WIN) implementation above which provides 254 // better accuracy compared with Windows implementation of g_get_current_time: 256 // Non-Windows GTK builds could use gettimeofday() directly but for the sake of consistency lets use GTK function [all...] |
ThreadSpecific.h | 30 /* Thread local storage is implemented by using either pthread API or Windows 35 * @ In Windows native implementation, the destructor function will be called 52 #elif OS(WINDOWS) 53 #include <windows.h> 58 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS) 73 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS) 87 #if USE(PTHREADS) || PLATFORM(QT) || PLATFORM(GTK) || OS(WINDOWS) 113 #elif OS(WINDOWS) 207 #elif OS(WINDOWS) 292 #elif OS(WINDOWS) [all...] |
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseDiffWithMockFiles.pl | 117 diffName => "SVN: Patch with Windows line endings and IndexPath has Unix line endings", 131 diffName => "SVN: Patch with Windows line endings and IndexPath has Windows line endings", 145 diffName => "SVN: Patch with Unix line endings and IndexPath has Windows line endings", 173 diffName => "SVN: Patch with Windows line endings and nonexistent IndexPath", 203 diffName => "Git: Patch with Windows line endings and IndexPath has Unix line endings", 216 diffName => "Git: Patch with Windows line endings and IndexPath has Windows line endings", 229 diffName => "Git: Patch with Unix line endings and IndexPath has Windows line endings", 256 diffName => "Git: Patch with Windows line endings and nonexistent IndexPath" [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
tabs_api.html | 13 chrome.windows.getCurrent(function(currentWindow) { 15 chrome.windows.getLastFocused(function(focusedWindow) { 27 chrome.windows.getAll({ populate: true }, function(windowList) { 143 chrome.windows.onCreated.addListener(function(createInfo) { 144 appendToLog('windows.onCreated -- window: ' + createInfo.id); 148 chrome.windows.onFocusChanged.addListener(function(windowId) { 150 appendToLog('windows.onFocusChanged -- window: ' + windowId); 154 chrome.windows.onRemoved.addListener(function(windowId) { 155 appendToLog('windows.onRemoved -- window: ' + windowId); 224 chrome.windows.create(args) [all...] |
/development/ndk/platforms/android-3/include/ |
zconf.h | 68 #if defined(_WINDOWS) && !defined(WINDOWS) 69 # define WINDOWS 76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 201 #if defined(WINDOWS) || defined(WIN32) 222 # include <windows.h> 224 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
|