HomeSort by relevance Sort by last modified time
    Searched refs:win (Results 51 - 75 of 1289) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ncurses.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]
  /external/chromium/base/
sys_info_win.cc 13 #include "base/win/windows_version.h"
19 return win::OSInfo::GetInstance()->processors();
56 win::OSInfo* os_info = win::OSInfo::GetInstance();
57 win::OSInfo::VersionNumber version_number = os_info->version_number();
60 win::OSInfo::ServicePack service_pack = os_info->service_pack();
95 return win::OSInfo::GetInstance()->allocation_granularity();
102 win::OSInfo* os_info = win::OSInfo::GetInstance();
  /external/chromium/base/win/
wrapped_window_proc.cc 5 #include "base/win/wrapped_window_proc.h"
11 base::win::WinProcExceptionFilter s_exception_filter = NULL;
16 namespace win { namespace in namespace:base
31 } // namespace win
  /external/chromium_org/ash/host/
root_window_host_factory_win.cc 9 #include "base/win/windows_version.h"
22 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
  /external/chromium_org/content/browser/
browser_process_sub_thread.h 14 namespace win { namespace in namespace:base
50 scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
power_save_blocker_win.cc 11 #include "base/win/scoped_handle.h"
12 #include "base/win/windows_version.h"
25 base::win::GetVersion() < base::win::VERSION_WIN8) {
48 base::win::ScopedHandle handle(PowerCreateRequestFn(&context));
61 base::win::ScopedHandle request_handle(handle);
66 base::win::GetVersion() < base::win::VERSION_WIN8) {
129 base::win::ScopedHandle handle_;
136 if (base::win::GetVersion() < base::win::VERSION_WIN7
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 7 #include "base/win/scoped_bstr.h"
8 #include "base/win/scoped_comptr.h"
9 #include "base/win/scoped_variant.h"
33 base::win::ScopedComPtr<IAccessible> content_accessible(
39 base::win::ScopedComPtr<IDispatch> textfield_dispatch;
40 base::win::ScopedComPtr<IAccessible> textfield_accessible;
41 base::win::ScopedVariant child_index(1);
47 base::win::ScopedBstr name;
48 base::win::ScopedVariant childid_self(CHILDID_SELF);
53 base::win::ScopedBstr value
    [all...]
  /external/chromium_org/win8/metro_driver/
secondary_tile.h 9 #include "base/win/metro.h"
17 const base::win::MetroPinUmaResultCallback& callback);
25 const base::win::MetroPinUmaResultCallback& callback);
  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 27 def EVT_JET_STATUS(win, func):
28 win.Connect(-1, -1, EVT_JET_STATUS_ID, func)
  /hardware/libhardware/tests/hwc/
util.h 34 void cnw_destroy(struct CNativeWindow *win);
35 void cnw_info(struct CNativeWindow *win,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.h 28 EglWindowSurface(EglDisplay *dpy, EGLNativeWindowType win,EglConfig* config,unsigned width,unsigned int height);
32 static bool alreadyAssociatedWithConfig(EGLNativeWindowType win);
  /external/chromium_org/chrome/browser/metrics/
time_ticks_experiment_win.cc 11 #include "base/win/windows_version.h"
48 base::win::OSInfo* info = base::win::OSInfo::GetInstance();
50 base::win::VERSION_WIN_LAST);
90 info->version(), base::win::VERSION_WIN_LAST);
96 base::win::VERSION_WIN_LAST);
108 info->version(), base::win::VERSION_WIN_LAST);
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service_win.cc 8 #include "base/win/metro.h"
21 base::win::MetroCancelNotification cancel_metro_notification =
22 reinterpret_cast<base::win::MetroCancelNotification>(GetProcAddress(
23 base::win::GetMetroModule(), "CancelNotification"));
34 base::win::MetroNotification display_metro_notification =
35 reinterpret_cast<base::win::MetroNotification>(GetProcAddress(
36 base::win::GetMetroModule(), "DisplayNotification"));
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
setup_gl.m 29 NSWindow *win = (NSWindow *)nsWindowPtr;
30 [[win contentView] addSubview:glView];
31 [win makeKeyAndOrderFront:nil];
  /external/opencv/cv/src/
cvcornersubpix.cpp 45 int count, CvSize win, CvSize zeroZone,
63 int win_w = win.width * 2 + 1, win_h = win.height * 2 + 1;
86 if( win.width <= 0 || win.height <= 0 )
132 coeff = 1. / (win.width * win.width);
135 for( i = -win.width, k = 0; i <= win.width; i++, k++ )
140 if( win.width == win.height
    [all...]
  /external/chromium_org/sandbox/win/src/
app_container_test.cc 12 #include "base/win/scoped_handle.h"
13 #include "base/win/windows_version.h"
14 #include "sandbox/win/src/sync_policy_test.h"
27 base::win::ScopedHandle event(CreateEvent(NULL, FALSE, FALSE, name.c_str()));
36 base::win::ScopedHandle file;
71 if (base::win::OSInfo::GetInstance()->version() < base::win::VERSION_WIN8)
77 base::win::ScopedHandle handle(CreateTaggedEvent(L"test", capability));
95 if (base::win::OSInfo::GetInstance()->version() < base::win::VERSION_WIN8
    [all...]
  /external/chromium_org/base/win/
metro.cc 5 #include "base/win/metro.h"
9 #include "base/win/scoped_comptr.h"
10 #include "base/win/windows_version.h"
13 namespace win { namespace in namespace:base
75 if (base::win::GetVersion() >= base::win::VERSION_WIN8)
120 if (base::win::GetVersion() < base::win::VERSION_VISTA)
155 typedef base::win::MetroLaunchType (*GetLaunchType)(
156 base::win::MetroPreviousExecutionState* previous_state)
    [all...]
message_window_unittest.cc 8 #include "base/win/message_window.h"
31 win::MessageWindow window;
37 win::MessageWindow window;
44 win::MessageWindow window;
53 win::MessageWindow window;
56 HWND hwnd = win::MessageWindow::FindWindow(name);
  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 38 get_window_pos( Display *disp, Window win, int *px, int *py )
42 XTranslateCoordinates( disp, win, DefaultRootWindow(disp), 0, 0, px, py, &child );
47 set_window_pos(Display *disp, Window win, int x, int y)
67 XMoveWindow(disp, win, x + xAdjust, y + yAdjust);
69 get_window_pos(disp, win, &xNew, &yNew);
75 XMoveWindow(disp, win, x + xAdjust, y + yAdjust );
110 Window win = XCreateWindow( dpy, local
116 XMapWindow(dpy, win);
118 set_window_pos(dpy, win, X11_wmXPos, X11_wmYPos);
119 return NativeWindowType(win);
125 Window win = (Window)_win; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_publisher_win.cc 14 #include "base/win/registry.h"
15 #include "base/win/scoped_bstr.h"
16 #include "base/win/scoped_comptr.h"
17 #include "base/win/scoped_variant.h"
27 std::vector< base::win::ScopedComPtr<IChromeHistoryIndexer> >* indexers) {
28 for (base::win::RegistryKeyIterator r_iter(root, path); r_iter.Valid();
33 base::win::ScopedComPtr<IChromeHistoryIndexer> indexer;
103 base::win::ScopedVariant time(var_time, VT_DATE);
104 base::win::ScopedBstr url(ASCIIToWide(page_data.url.spec()).c_str());
105 base::win::ScopedBstr html(page_data.html)
    [all...]
  /external/chromium_org/media/audio/win/
audio_unified_win.h 17 #include "base/win/scoped_co_mem.h"
18 #include "base/win/scoped_comptr.h"
19 #include "base/win/scoped_handle.h"
246 base::win::ScopedComPtr<IMMDevice> endpoint_render_device_;
247 base::win::ScopedComPtr<IMMDevice> endpoint_capture_device_;
251 base::win::ScopedComPtr<IAudioClient> audio_output_client_;
252 base::win::ScopedComPtr<IAudioClient> audio_input_client_;
256 base::win::ScopedComPtr<IAudioRenderClient> audio_render_client_;
260 base::win::ScopedComPtr<IAudioCaptureClient> audio_capture_client_;
264 base::win::ScopedHandle capture_event_
    [all...]
audio_low_latency_output_win.h 105 #include "base/win/scoped_co_mem.h"
106 #include "base/win/scoped_com_initializer.h"
107 #include "base/win/scoped_comptr.h"
108 #include "base/win/scoped_handle.h"
237 base::win::ScopedComPtr<IMMDeviceEnumerator> device_enumerator_;
241 base::win::ScopedComPtr<IAudioClient> audio_client_;
245 base::win::ScopedComPtr<IAudioRenderClient> audio_render_client_;
249 base::win::ScopedHandle audio_samples_render_event_;
252 base::win::ScopedHandle stop_render_event_;
  /external/chromium_org/chrome/installer/util/
wmi.cc 10 #include "base/win/scoped_bstr.h"
11 #include "base/win/scoped_comptr.h"
12 #include "base/win/scoped_variant.h"
16 using base::win::ScopedVariant;
22 base::win::ScopedComPtr<IWbemLocator> wmi_locator;
28 base::win::ScopedComPtr<IWbemServices> wmi_services_r;
29 hr = wmi_locator->ConnectServer(base::win::ScopedBstr(L"ROOT\\CIMV2"),
58 base::win::ScopedBstr b_class_name(class_name.c_str());
59 base::win::ScopedBstr b_method_name(method_name.c_str());
60 base::win::ScopedComPtr<IWbemClassObject> class_object
    [all...]

Completed in 1695 milliseconds

1 23 4 5 6 7 8 91011>>