Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ScopedHandle
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
H
A
D
WindowsSupport.h
78
class
ScopedHandle
{
class
82
ScopedHandle
(const
ScopedHandle
&other) = delete;
83
void operator=(const
ScopedHandle
&other) = delete;
85
ScopedHandle
()
in ScopedHandle()
function in llvm::ScopedHandle
88
explicit
ScopedHandle
(handle_type h)
in ScopedHandle()
function in llvm::ScopedHandle
91
~
ScopedHandle
() {
in ~ScopedHandle()
102
ScopedHandle
&operator=(handle_type h) {
in operator =()
181
typedef
ScopedHandle
<CommonHandleTraits> ScopedCommonHandle;
182
typedef
ScopedHandle
<FileHandleTrait
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H
A
D
WindowsSupport.h
92
class
ScopedHandle
{
class
96
ScopedHandle
(const
ScopedHandle
&other); // = delete;
97
void operator=(const
ScopedHandle
&other); // = delete;
99
ScopedHandle
()
in ScopedHandle()
function in ScopedHandle
102
explicit
ScopedHandle
(handle_type h)
in ScopedHandle()
function in ScopedHandle
105
~
ScopedHandle
() {
in ~ScopedHandle()
116
ScopedHandle
&operator=(handle_type h) {
in operator =()
195
typedef
ScopedHandle
<CommonHandleTraits> ScopedCommonHandle;
196
typedef
ScopedHandle
<FileHandleTrait
[all...]
/third_party/gn/src/base/win/
H
A
D
scoped_process_information.h
62
ScopedHandle
process_handle_;
63
ScopedHandle
thread_handle_;
H
A
D
scoped_process_information.cc
18
bool CheckAndDuplicateHandle(HANDLE source,
ScopedHandle
* target) {
in CheckAndDuplicateHandle()
H
A
D
scoped_handle.h
163
typedef GenericScopedHandle<HandleTraits, VerifierTraits>
ScopedHandle
;
typedef
167
// for
ScopedHandle
.
172
// tracked by the handle verifier and
ScopedHandle
is not the one closing it,
/third_party/gn/src/gn/
H
A
D
exec_process.cc
65
base::win::
ScopedHandle
scoped_out_read(out_read);
in ExecProcess()
66
base::win::
ScopedHandle
scoped_out_write(out_write);
in ExecProcess()
75
base::win::
ScopedHandle
scoped_err_read(err_read);
in ExecProcess()
76
base::win::
ScopedHandle
scoped_err_write(err_write);
in ExecProcess()
H
A
D
file_writer.h
68
base::win::
ScopedHandle
file_;
H
A
D
file_writer.cc
37
file_ = base::win::
ScopedHandle
(::CreateFile(
in Create()
/third_party/gn/src/base/files/
H
A
D
file_util_win.cc
482
win::
ScopedHandle
file_handle(
in NormalizeToNativeFilePath()
491
win::
ScopedHandle
file_map_handle(
in NormalizeToNativeFilePath()
576
win::
ScopedHandle
file(CreateFile(ToWCharT(&filename.value()), GENERIC_READ,
in ReadFile()
591
win::
ScopedHandle
file(CreateFile(ToWCharT(&filename.value()), GENERIC_WRITE,
in WriteFile()
618
win::
ScopedHandle
file(CreateFile(ToWCharT(&filename.value()),
in AppendToFile()
H
A
D
platform_file.h
25
using ScopedPlatformFile = ::base::win::
ScopedHandle
;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
RandomNumberGenerator.cpp
63
ScopedCryptContext
ScopedHandle
(hProvider);
in getRandomBytes()
Completed in 5 milliseconds