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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
mksyscall.go 5 package windows package
psapi_windows.go 5 package windows package
reparse_windows.go 5 package windows package
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
mksyscall.go 5 package windows package
psapi_windows.go 5 package windows package
reparse_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;
  /external/skqp/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;
  /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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
203 /// operating system calls in the platform's normal way. For example, on Windows
213 /// on Windows all '/' are converted to '\'.
218 /// @brief Replaces backslashes with slashes if Windows.
221 /// @result The result of replacing backslashes with forward slashes if Windows.
234 /// c:/hello => c: (on Windows, on other platforms nothing)
352 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
203 /// operating system calls in the platform's normal way. For example, on Windows
213 /// on Windows all '/' are converted to '\'.
218 /// @brief Replaces backslashes with slashes if Windows.
221 /// @result The result of replacing backslashes with forward slashes if Windows.
234 /// c:/hello => c: (on Windows, on other platforms nothing)
352 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
203 /// operating system calls in the platform's normal way. For example, on Windows
213 /// on Windows all '/' are converted to '\'.
218 /// @brief Replaces backslashes with slashes if Windows.
221 /// @result The result of replacing backslashes with forward slashes if Windows.
234 /// c:/hello => c: (on Windows, on other platforms nothing)
352 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
203 /// operating system calls in the platform's normal way. For example, on Windows
213 /// on Windows all '/' are converted to '\'.
218 /// @brief Replaces backslashes with slashes if Windows.
221 /// @result The result of replacing backslashes with forward slashes if Windows.
234 /// c:/hello => c: (on Windows, on other platforms nothing)
352 /// (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.
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
203 /// operating system calls in the platform's normal way. For example, on Windows
213 /// on Windows all '/' are converted to '\'.
218 /// @brief Replaces backslashes with slashes if Windows.
221 /// @result The result of replacing backslashes with forward slashes if Windows.
234 /// c:/hello => c: (on Windows, on other platforms nothing)
352 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.

Completed in 1537 milliseconds

1 2 3 4 5 6 7