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

<<41424344454647484950>>

  /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 64 # If we are cross-compiling Windows binaries on Linux
66 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/bluetooth/glib/glib/
gwin32.h 74 * etc. This function gets the current thread locale from Windows and
106 /* As of GLib 2.14 we only support NT-based Windows */
  /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>
  /external/chromium/webkit/glue/
user_agent.cc 83 "Windows NT %d.%d%s",
134 mimic_windows ? "Windows " : kUserAgentPlatform,
  /external/clang/test/Unit/
lit.cfg 24 # Propagate the temp directory. Windows requires this because it uses \Windows\
  /external/icu4c/common/
umutex.c 55 # include <windows.h>
77 * Windows has no equivalent statically initialized mutex or CRITICAL SECION.
80 * CRITICAL_SECTION, then use a Windows InterlockedCompareAndExchange to
88 * on a POSIX machine, debugging may be easier on Windows.
176 * For Windows, it will be lazily instantiated on first use.
201 * directly using the system (Posix or Windows) APIs. See u_setMutexFunctions().
240 U_ASSERT(m->recursionCount == 1); /* Recursion detection works on Windows. */
241 /* Assertion failure on non-Windows indicates a */

Completed in 2340 milliseconds

<<41424344454647484950>>