Home
last modified time | relevance | path

Searched refs:_window (Results 1 – 23 of 23) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h58 HWND _window;
60 CWindow(HWND newWindow = NULL): _window(newWindow){}; in _window() function
63 _window = newWindow;
66 operator HWND() const { return _window; } in HWND()
67 void Attach(HWND newWindow) { _window = newWindow; } in Attach()
70 HWND window = _window; in Detach()
71 _window = NULL; in Detach()
75 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); } in Foreground()
77 HWND GetParent() const { return ::GetParent(_window); } in GetParent()
78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect()
[all …]
DWindow.cpp57 _window = ::CreateWindowW(className, windowName, in Create()
60 return (_window != NULL); in Create()
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
78 return (_window != NULL); in CreateEx()
138 int len = GetWindowTextLengthW(_window); in GetText()
143 int len2 = GetWindowTextW(_window, p, len + 1); in GetText()
/external/lzma/CPP/Windows/Control/
DListView.h26 ListView_SetUnicodeFormat(_window, TRUE); in SetUnicodeFormat()
30 bool DeleteAllItems() { return BOOLToBool(ListView_DeleteAllItems(_window)); } in DeleteAllItems()
31 …bool DeleteColumn(int columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)… in DeleteColumn()
33 … columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_window, columnIndex, col… in InsertColumn()
35 …nt, const int *columns) { return BOOLToBool(ListView_SetColumnOrderArray(_window, count, columns))… in SetColumnOrderArray()
47 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem()
49 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem()
63 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem()
65 UINT GetSelectedCount() const { return ListView_GetSelectedCount(_window); } in GetSelectedCount()
66 int GetItemCount() const { return ListView_GetItemCount(_window); } in GetItemCount()
[all …]
DCommandBar.h22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
23 return (_window != NULL); in Create()
33 …bool AddAdornments(DWORD dwFlags) { return BOOLToBool(::CommandBar_AddAdornments(_window, dwFlags,… in AddAdornments()
34 …ages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap,… in AddBitmap()
35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar()
36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu()
37 int Height() { return CommandBar_Height(_window); } in Height()
38 …yle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, d… in InsertComboBox()
39 …ORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, i… in InsertMenubar()
40 … pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, … in InsertMenubarEx()
[all …]
DDialog.h18 { return GetDlgItem(_window, itemID); } in GetItem()
32 { return BOOLToBool(SetDlgItemText(_window, itemID, s)); } in SetItemText()
43 { return GetDlgItemText(_window, itemID, string, maxCount); } in GetItemText()
55 { return BOOLToBool(SetDlgItemInt(_window, itemID, value, BoolToBOOL(isSigned))); } in SetItemInt()
59 value = GetDlgItemInt(_window, itemID, &result, BoolToBOOL(isSigned)); in GetItemInt()
64 { return GetNextDlgGroupItem(_window, control, BoolToBOOL(previous)); } in GetNextGroupItem()
66 { return GetNextDlgTabItem(_window, control, BoolToBOOL(previous)); } in GetNextTabItem()
69 { return BOOLToBool(MapDialogRect(_window, rect)); } in MapRect()
72 { return BOOLToBool(IsDialogMessage(_window, message)); } in IsMessage()
75 { return SendDlgItemMessage(_window, itemID, message, wParam, lParam); } in SendItemMessage()
[all …]
DStatusBar.h15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != 0; } in Create()
25 { return (_window = ::CreateStatusWindowW(style, text, hwndParent, id)) != 0; } in Create()
DWindow2.cpp127 return DefWindowProcW(_window, message, wParam, lParam); in DefProc()
130 return DefWindowProc(_window, message, wParam, lParam); in DefProc()
/external/libopus/celt/
Dmdct.h86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
88 _window, _overlap, _shift, \
96 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
98 _window, _overlap, _shift, \
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
104 clt_mdct_forward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
106 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
107 clt_mdct_backward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
/external/webrtc/examples/objc/AppRTCMobile/mac/
DAPPRTCAppDelegate.m20 NSWindow* _window;
34 _window = [[NSWindow alloc] initWithContentRect:windowRect
38 _window.delegate = self;
39 [_window makeKeyAndOrderFront:self];
40 [_window makeMainWindow];
43 [_window setContentView:[_viewController view]];
/external/libopus/celt/arm/
Dmdct_arm.h52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
53 clt_mdct_forward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
54 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
55 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDAppDelegate.m21 UIWindow *_window;
32 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
33 [_window makeKeyAndVisible];
39 _window.rootViewController = root;
/external/webrtc/test/ios/
Dtest_support.mm44 UIWindow *_window; field
55 _window = [[UIWindow alloc] initWithFrame:bounds];
56 [_window setBackgroundColor:[UIColor whiteColor]];
57 [_window makeKeyAndVisible];
63 [_window addSubview:label];
67 [_window setRootViewController:[[UIViewController alloc] init]];
/external/webrtc/examples/objcnativeapi/objc/
DNADAppDelegate.m20 @synthesize window = _window;
24 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
25 [_window makeKeyAndVisible];
28 _window.rootViewController = viewController;
/external/deqp/framework/platform/ios/
DtcuIOSAppDelegate.m30 @synthesize window = _window;
91 [_window release];
/external/clang/test/CodeGenObjC/
Ddebug-info-crash-2.m15 @synthesize window = _window;
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-crash-2.m15 @synthesize window = _window;
/external/llvm-project/clang/test/SemaObjC/
Derr-ivar-access-in-class-method.m20 @synthesize window = _window;
/external/clang/test/SemaObjC/
Derr-ivar-access-in-class-method.m20 @synthesize window = _window;
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleAppDelegate.m19 @synthesize window = _window;
/external/python/cpython2/Doc/library/
Dframework.rst199 .. _window-objects:
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test284 OBJC2_32BIT_EXE: name 0x4e2f _window
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Dmacho-objc-meta-data.test285 OBJC2_32BIT_EXE: name 0x4e2f _window
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2402 … | `ArraySlice<int64>` | The set of dimensions in `updates` shape that are _window dimensions_.
2403 `inserted_window_dims` | `ArraySlice<int64>` | The set of _window dimensions_ that must be …