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:CEXPR_DOMBY
(Results
1 - 8
of
8
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
constraint.h
56
#define
CEXPR_DOMBY
4 /* domby */
macro
/third_party/selinux/checkpolicy/
H
A
D
policy_parse.y
649
{ $$ =
CEXPR_DOMBY
; }
/third_party/selinux/libsepol/src/
H
A
D
services.c
538
case
CEXPR_DOMBY
:
in constraint_expr_eval_reason()
605
case
CEXPR_DOMBY
:
in constraint_expr_eval_reason()
H
A
D
policydb_validate.c
295
case
CEXPR_DOMBY
:
in validate_constraint_nodes()
H
A
D
kernel_to_cil.c
146
case
CEXPR_DOMBY
: op = "domby"; break;
in constraint_expr_to_str()
H
A
D
kernel_to_conf.c
144
case
CEXPR_DOMBY
: op = "domby"; break;
in constraint_expr_to_str()
H
A
D
module_to_cil.c
1739
case
CEXPR_DOMBY
: op = "domby"; break;
in constraint_expr_to_string()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
2780
op->op =
CEXPR_DOMBY
;
in __cil_constrain_expr_to_sepol_expr_helper()
Completed in 24 milliseconds