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

<<51525354555657585960>>

  /external/llvm/lib/Support/Windows/
Path.inc 19 #include "Windows.h"
23 // We need to undo a macro defined in Windows.h, otherwise we won't compile:
27 // Windows happily accepts either forward or backward slashes, though any path
34 // in Unix, Windows has a rather complicated notion of a root path and this
236 // FIXME: the following set of functions don't map to Windows very well.
239 // This is the only notion that that Windows has of a root directory. Nothing
247 // Generic form of C:\Windows\System32
261 // Generic form of C:\Windows
268 assert(0 && "Failed to get windows directory");
320 // FIXME: the above set of functions don't map to Windows very well
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 79 windows|windows-*) RET="windows";;
93 windows|*-x86) RET=x86;;
106 windows|*-x86|*-arm|*-mips) RET=32;;
123 windows|windows-x86) RET=i586-pc-mingw32msvc;;
124 windows-x86_64) RET=x86_64-w64-mingw32;;
565 windows|windows-x86
    [all...]
  /external/chromium/base/
process_util.h 15 #include <windows.h>
56 // definitions for the standard Windows access masks.
144 // Converts a PID to a process handle. On Windows the handle is opened
162 // same as Windows' GetProcessId(), but works on versions of Windows before
215 // cmdline = "c:\windows\explorer.exe" -foo "c:\bar\"
361 // GetExitCodeProcess() on Windows. |exit_code| may be NULL if the
371 // a failure. On Windows |exit_code| is always filled. Returns true on success,
395 // on Mac and Windows it can be any process.
481 // On Windows
    [all...]
base_paths_win.cc 7 #include <windows.h>
106 // On Windows, unit tests execute two levels deep from the source root.
  /external/stlport/
configure.bat 4 REM * configure.bat for setting up compiling STLport under Windows
13 echo STLport Configuration Tool for Windows
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
130 echo win95 Windows 95 compatible
131 echo win98 Windows 98 and up to Windows XP excluded
132 echo winxp Windows XP or later (default)
295 echo Setting compiler: Microsoft Visual C++ .NET 2005 for Windows CE
319 echo Setting compiler: Microsoft Visual C++ .NET 2008 for Windows CE
442 echo Setting platform: Windows 9
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 106 * 1. Uses windows-1252 encoding, and en-dash recoded appropriately (\u2013 / =96)
111 "=?windows-1252?Q?=5BReminder=5D_test_=40_Fri_Mar_20_10=3A30am_=96_11am_=28andro?=" +
113 "=?windows-1252?Q?id=2Etr=40gmail=2Ecom=29?=";
121 "=?windows-1252?Q=5B?=";
123 "=?windows-1252Q?=5B?=";
125 "=?windows-1252?=";
127 "=?windows-1252";
437 * valid when decoded from UTF-8 bytes into Windows-1252 (so that
444 // What you get if you encode to UTF-8 (\xe2\x98\xba) and reencode with Windows-1252
459 p.setHeader(MimeHeader.HEADER_CONTENT_TYPE, "text/html; charset=windows-1252")
    [all...]
  /build/core/combo/
select.mk 81 # If we are cross-compiling Windows binaries on Linux
83 ifeq ($(HOST_OS)-$(BUILD_OS),windows-linux)
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 60 * Windows Device Context. They must be defined in platform-specific
69 #include <windows.h>
  /external/bison/lib/
dup2.c 34 /* Get declarations of the native Windows API functions. */
36 # include <windows.h>
  /external/bison/m4/
nocrash.m4 83 /* Avoid a crash on native Windows. */
85 #include <windows.h>
  /external/chromium/base/debug/
stack_trace_unittest.cc 18 // Always fails on Windows: crbug.com/32070
79 // This is the fall-through case; it used to cover Windows.
  /external/chromium/base/files/
file_path_watcher.h 23 // than on Windows or Linux. FilePathWatcher on Linux and Windows will detect
  /external/chromium/base/threading/
platform_thread_win.cc 62 // on the Windows thread pool, etc. For some background on the difference:
130 // TODO(willchan): Enable this check once I can get it to work for Windows
  /external/chromium/base/win/
event_trace_consumer.h 5 // Declaration of a Windows event trace consumer base class.
10 #include <windows.h>
win_util.h 26 #include <windows.h>
56 // NOTE: The EnableLUA registry flag, which is ignored on Windows XP
  /external/chromium/chrome/browser/
process_singleton_mac.cc 28 // On Windows, when the user re-opens the application from the shell (e.g. an
60 // Windows tries NotifyOtherProcess() first.
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 16 // Informal protocol implemented by windows that need to be informed explicitly
83 // pages have long used to show web content above windowed plugins on Windows
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 69 // On Windows, we check for drag end in IDropSource::QueryContinueDrag which
71 // event to happen after the "drop" event. Since Windows calls these two
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.h 27 // activate any other browser windows. So the dialog being shown should
42 // windows disabled by the presence of an app modal dialog. This forces
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 33 // TODO(mirandac): This function will also separate windows by profile in a
40 // Use local state for windows that have no explicit profile.
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc 123 // unlike windows gtk has no notion of child windows that are hidden along
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 12 // opened windows.
16 // monitor information from Windows.
  /external/chromium/chrome/common/extensions/docs/static/
notifications.html 14 <img src="images/notification-windows.png"
16 alt="Notifications on Microsoft Windows"/>
  /external/chromium/net/base/
listen_socket.h 103 // Pass any value in case of Windows, because in Windows
  /external/chromium/net/http/
http_auth_handler_ntlm.h 12 // We use NTLM_SSPI for Windows, and NTLM_PORTABLE for other platforms.
21 #include <windows.h>

Completed in 549 milliseconds

<<51525354555657585960>>