HomeSort by relevance Sort by last modified time
    Searched full:windows (Results 26 - 50 of 5808) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/tsan/
tsan.bat 2 "%~dp0\ia32\bin\pin.exe" -p32 "%~dp0\ia32\bin\pin.exe" -follow_execv -t "%~dp0\x86-windows-ts_pin.dll" -short_name %*
tsan_mt.bat 2 "%~dp0\ia32\bin\pin.exe" -p32 "%~dp0\ia32\bin\pin.exe" -follow_execv -t "%~dp0\x86-windows-ts_pinmt.dll" -short_name %*
  /external/webkit/LayoutTests/fast/encoding/
meta-charset.html 3 <meta charset=windows-1255>
meta-in-script-expected.txt 2 PASS: windows-1255
mismatched-end-tag-expected.txt 1 PASS: windows-1255
tag-name-digit-expected.txt 2 PASS: windows-1255
  /external/webkit/LayoutTests/platform/android-v8/fast/encoding/
meta-in-script-expected.txt 2 PASS: windows-1255
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreCF.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
JavaScriptCoreCFLite.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/Source/WebCore/WebCore.vcproj/
WebCoreCFNetwork.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
WebCorePthreads.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeCFLite.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/Tools/TestWebKitAPI/Configurations/
TestWebKitAPICFLite.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
TestWebKitAPICFNetwork.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
TestWebKitAPICoreFoundation.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
TestWebKitAPIInjectedBundleCommon.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/Tools/WebKitTestRunner/Configurations/
WebKitTestRunnerCFLite.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
WebKitTestRunnerCoreFoundation.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
WebKitTestRunnerCoreGraphics.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/Tools/record-memory-win/
record-memory-win-common.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/webkit/WebKitLibraries/win/tools/vsprops/
release.vsprops 1 <?xml version="1.0" encoding="Windows-1252"?>
  /external/icu4c/common/
wintz.h 21 * \brief C API: Utilities for dealing w/ Windows time zones.
25 /* Forward declarations for Windows types... */
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Platform.java 6 * Microsoft Windows 32 bit
11 * Microsoft Windows 64 bit
  /external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.html 8 chrome.windows.getCurrent(getWindows);
19 chrome.windows.getAll({"populate" : true}, moveTabs);
22 function moveTabs(windows) {
23 var numWindows = windows.length;
27 var win = windows[i];
45 // Set up a click handler so that we can merge all the windows.
  /development/host/windows/usb/api/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
63 #include <windows.h>
    [all...]

Completed in 401 milliseconds

12 3 4 5 6 7 8 91011>>