HomeSort by relevance Sort by last modified time
    Searched refs:interop (Results 1 - 3 of 3) sorted by null

  /external/openssh/regress/
Makefile 6 # Interop tests are not run by default
7 interop interop-tests: t-exec-interop
148 t-exec-interop: ${INTEROP_TESTS:=.sh}
156 interop: ${INTEROP_TARGETS}
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 329 // Retrieve the native window handle via the interop layer.
330 mswr::ComPtr<ICoreWindowInterop> interop; local
331 HRESULT hr = window->QueryInterface(interop.GetAddressOf());
333 hr = interop->get_WindowHandle(&core_window_hwnd_);
    [all...]
chrome_app_view.cc 679 // Retrieve the native window handle via the interop layer.
680 mswr::ComPtr<ICoreWindowInterop> interop; local
681 HRESULT hr = window->QueryInterface(interop.GetAddressOf());
683 hr = interop->get_WindowHandle(&core_window_hwnd_);
    [all...]

Completed in 309 milliseconds