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:GENERIC_ALL
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_fence.cpp
128
screen->dev->OpenSharedHandleByName((LPCWSTR)name,
GENERIC_ALL
, &handle_to_close);
in d3d12_open_fence()
H
A
D
d3d12_resource.cpp
44
#ifndef
GENERIC_ALL
46
#define
GENERIC_ALL
0x10000000L
macro
438
screen->dev->OpenSharedHandleByName((LPCWSTR)handle->name,
GENERIC_ALL
, &d3d_handle_to_close);
in d3d12_resource_from_handle()
661
GENERIC_ALL
,
in d3d12_resource_get_handle()
local
848
screen->dev->OpenSharedHandleByName((LPCWSTR) handle->name,
GENERIC_ALL
, &d3d_handle_to_close);
in d3d12_memobj_create_from_handle()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
sd.c
231
ace->mask =
GENERIC_ALL
;
in init_root_sd()
274
ace->mask =
GENERIC_ALL
;
in init_root_sd()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
acls.c
760
|| (poldace->mask & (
GENERIC_ALL
| GENERIC_READ
in ntfs_inherit_acl()
767
/* reencode
GENERIC_ALL
*/
in ntfs_inherit_acl()
768
if (pnewace->mask &
GENERIC_ALL
) {
in ntfs_inherit_acl()
769
pnewace->mask &= ~
GENERIC_ALL
;
in ntfs_inherit_acl()
912
if ((poldace->mask & (
GENERIC_ALL
| GENERIC_READ
in ntfs_inherit_acl()
3759
if ((pace->mask & (
GENERIC_ALL
| WRITE_OWNER))
in ntfs_build_permissions_posix()
3772
if (!(pace->mask & (WRITE_OWNER |
GENERIC_ALL
))
in ntfs_build_permissions_posix()
3857
if (pace->mask & (WRITE_OWNER |
GENERIC_ALL
))
in ntfs_build_permissions_posix()
3930
if ((pace->mask &
GENERIC_ALL
)
in ntfs_build_permissions_posix()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
layout.h
1614
GENERIC_ALL
= const_cpu_to_le32(0x10000000),
enumerator
Completed in 15 milliseconds