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:type_set
(Results
1 - 8
of
8
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
constraint.h
30
struct
type_set
;
61
struct
type_set
*type_names;
H
A
D
policydb.h
86
typedef struct
type_set
{
struct
/third_party/selinux/libsepol/src/
H
A
D
policydb_validate.c
122
static int validate_type_set(const type_set_t *
type_set
, const validate_t *type)
in validate_type_set()
argument
124
if (validate_ebitmap(&
type_set
->types, type))
in validate_type_set()
126
if (validate_ebitmap(&
type_set
->negset, type))
in validate_type_set()
129
switch (
type_set
->flags) {
in validate_type_set()
144
static int validate_empty_type_set(const type_set_t *
type_set
)
in validate_empty_type_set()
argument
146
if (!ebitmap_is_empty(&
type_set
->types))
in validate_empty_type_set()
148
if (!ebitmap_is_empty(&
type_set
->negset))
in validate_empty_type_set()
150
if (
type_set
->flags != 0)
in validate_empty_type_set()
H
A
D
module_to_cil.c
822
struct
type_set
*ts;
in cil_print_attr_strs()
832
ts = (struct
type_set
*)set;
in cil_print_attr_strs()
918
struct
type_set
*ts1 = NULL, *ts2;
in search_attr_list()
921
ts1 = (struct
type_set
*)set;
in search_attr_list()
931
ts2 = (struct
type_set
*)node->set;
in search_attr_list()
1056
static int process_typeset(struct policydb *pdb, struct
type_set
*ts, struct list *attr_list, char ***names, unsigned int *num_names)
in process_typeset()
1093
struct
type_set
*ts;
in roletype_role_in_ancestor_to_cil()
1190
struct
type_set
*ts;
in avrule_list_to_cil()
1441
struct
type_set
*ts;
in role_trans_to_cil()
1534
struct
type_set
*t
in range_trans_to_cil()
[all...]
H
A
D
kernel_to_cil.c
184
struct
type_set
*ts = curr->type_names;
in constraint_expr_to_str()
H
A
D
kernel_to_conf.c
181
struct
type_set
*ts = curr->type_names;
in constraint_expr_to_str()
/third_party/vulkan-loader/loader/
H
A
D
debug_utils.c
624
bool
type_set
= false;
in debug_utils_ReportFlagsToAnnotFlags()
local
634
type_set
= true;
in debug_utils_ReportFlagsToAnnotFlags()
642
type_set
= true;
in debug_utils_ReportFlagsToAnnotFlags()
647
} else if (!
type_set
) {
in debug_utils_ReportFlagsToAnnotFlags()
/third_party/python/Lib/
H
A
D
functools.py
756
type_set
= set(types)
762
found.append([s for s in sub.__mro__ if s in
type_set
])
Completed in 18 milliseconds