HomeSort by relevance Sort by last modified time
    Searched defs:windows (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
mksyscall.go 5 package windows package
reparse_windows.go 5 package windows package
security_windows.go 5 package windows package
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
mksyscall.go 5 package windows package
reparse_windows.go 5 package windows package
security_windows.go 5 package windows package
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/windows/
win.go 1 package windows package
6 #include <windows.h>
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/windows/
win.go 1 package windows package
6 #include <windows.h>
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_unittest.cc 42 // Verify that we can enumerate windows.
44 WindowCapturer::WindowList windows; local
45 EXPECT_TRUE(capturer_->GetWindowList(&windows));
48 for (WindowCapturer::WindowList::iterator it = windows.begin();
49 it != windows.end(); ++it) {
56 // TODO(sergeyu): Currently this test just looks at the windows that already
58 // is no easy cross-platform way to create new windows (potentially we could
62 WindowCapturer::WindowList windows; local
64 EXPECT_TRUE(capturer_->GetWindowList(&windows));
67 for (WindowCapturer::WindowList::iterator it = windows.begin()
    [all...]
  /external/v8/tools/
dumpcpp-driver.js 30 'windows': WindowsCppEntriesProvider,
29 'unix': UnixCppEntriesProvider, property in class:entriesProviders
tickprocessor-driver.js 54 'windows': WindowsCppEntriesProvider,
53 'unix': UnixCppEntriesProvider, property in class:entriesProviders
  /external/skia/src/gpu/
GrWindowRectsState.h 21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode)
23 , fWindows(windows) {
28 const GrWindowRectangles& windows() const { return fWindows; } function in class:GrWindowRectsState
36 void set(const GrWindowRectangles& windows, Mode mode) {
38 fWindows = windows;
GrWindowRectangles.h 51 Rec(const SkIRect* windows, int numWindows) {
53 memcpy(fData, windows, sizeof(SkIRect) * numWindows);
86 SkIRect* windows; local
89 windows = result.fRec->fData;
91 windows = result.fLocalWindows;
94 windows[i] = this->data()[i].makeOffset(dx, dy);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
MyCar.java 24 private Map<String, Integer> windows; field in class:MyCar
43 return windows;
46 public void setWindows(Map<String, Integer> windows) {
47 this.windows = windows;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 27 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
204 /// operating system calls in the platform's normal way. For example, on Windows
214 /// on Windows all '/' are converted to '\'.
219 /// @brief Replaces backslashes with slashes if Windows.
222 /// @result The result of replacing backslashes with forward slashes if Windows.
235 /// c:/hello => c: (on Windows, on other platforms nothing)
353 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 23 private static boolean windows; field in class:OS
29 windows = "Windows".startsWith(osName);
49 return windows;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 78 // The windows tab hides the property tab, so let's bring the property
82 IWorkbenchWindow[] windows = local
84 for (IWorkbenchWindow currentWindow : windows) {
103 // The windows tab hides the tree tab, so let's bring the tree tab
106 IWorkbenchWindow[] windows = local
108 for (IWorkbenchWindow window : windows) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowStateTests.java 154 // Make windows visible
158 // Windows without flags (FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM) can't be IME targets
171 // Make windows invisible
193 final LinkedList<WindowState> windows = new LinkedList(); local
196 windows.addLast(w);
200 // getWindow should have returned candidate windows in z-order.
201 assertEquals(aboveSubPanelChild, windows.pollFirst());
202 assertEquals(subPanelChild, windows.pollFirst());
203 assertEquals(attachedDialogChild, windows.pollFirst());
204 assertEquals(root, windows.pollFirst())
    [all...]

Completed in 1073 milliseconds

1 2 3 4 5 6