HomeSort by relevance Sort by last modified time
    Searched full:windows (Results 801 - 825 of 6054) sorted by null

<<31323334353637383940>>

  /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/libvpx/libvpx/third_party/googletest/src/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. */
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 33 // If not -1, windows are shown with this state.
121 // Windows lies to us about the position of the minimize button before a
151 // active on the users desktop, then none of the windows contained in the
216 // App panel windows draw their own frame.
220 // We don't theme popup or app windows, so regardless of whether or not a
221 // theme is active for normal browser windows, we don't want to use the custom
270 // For popup and app windows we want to use the default margins.
  /external/chromium/sdch/open-vcdiff/src/
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. */
  /external/open-vcdiff/src/zlib/
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. */
  /external/qemu/distrib/sdl-1.2.15/
Borland.html 17 programs using either Borland <a href="#bcbwin">C++ Builder 5, 6 for Windows</a>,
29 <h3> <b><a name="bcbwin"></a> Using Borland C++ Builder 5, 6 for Windows </b>
67 NOTE :</b> The C++ Builder for Windows project format, is not compatible
96 that use SDL and SDL.dll must be placed some where the Windows dynamic
98 path, C:\WINDOWS\SYSTEM).
108 into the project ( very neat actually, Windows should do this sort of thing
110 <b>NOTE :</b>&nbsp;The C++ Builder for Windows project format, is not
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.c 9 WINDOWS CE: There is a collection of Windows CE functions to simulate
10 semaphores using only a mutex and an event. As Windows CE events cannot
32 #include <windows.h>
45 /* Semaphore for use with Windows CE that does not support them directly.
101 /* Windows CE equivalent to ReleaseSemaphore. */
136 /* Windows CE semaphore equivalent of WaitForSingleObject. */
  /external/qemu/distrib/zlib-1.2.3/
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. */
  /external/stlport/stlport/stl/config/
_evc.h 14 // old-fashioned Windows CE SDK (see stl_wince.h)
33 # error No support for Windows CE below 3.0!
36 // This is defined for all platforms using Windows CE
39 /* All Windows CE versions up to at least version 5 are little-endian, even
95 // Use wide-string interface of windows native functions (CreateFile...).
322 * defined in kfuncs.h, since we then can avoid including <windows.h> at all.
330 // Notice: windows.h isn't included here anymore; all needed defines are in
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 14 // old-fashioned Windows CE SDK (see stl_wince.h)
33 # error No support for Windows CE below 3.0!
36 // This is defined for all platforms using Windows CE
39 /* All Windows CE versions up to at least version 5 are little-endian, even
95 // Use wide-string interface of windows native functions (CreateFile...).
322 * defined in kfuncs.h, since we then can avoid including <windows.h> at all.
330 // Notice: windows.h isn't included here anymore; all needed defines are in
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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. */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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. */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/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. */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/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. */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/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. */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/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. */

Completed in 2569 milliseconds

<<31323334353637383940>>