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:COND_BOOL
(Results
1 - 16
of
16
) sorted by relevance
/third_party/selinux/libsepol/tests/
H
A
D
test-linker-cond-map.c
104
bools[0].expr_type =
COND_BOOL
;
in base_cond_tests()
114
bools[0].expr_type =
COND_BOOL
;
in base_cond_tests()
132
bools[0].expr_type =
COND_BOOL
;
in module_cond_tests()
142
bools[0].expr_type =
COND_BOOL
;
in module_cond_tests()
154
bools[0].expr_type =
COND_BOOL
;
in module_cond_tests()
156
bools[1].expr_type =
COND_BOOL
;
in module_cond_tests()
H
A
D
debug.c
43
case
COND_BOOL
:
in display_expr()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
conditional.h
48
#define
COND_BOOL
1 /* plain bool */
macro
/third_party/selinux/libsepol/src/
H
A
D
conditional.c
127
if (cur_a->expr_type ==
COND_BOOL
) {
in cond_expr_equal()
222
case
COND_BOOL
:
in cond_evaluate_expr()
389
case
COND_BOOL
:
in cond_normalize_expr()
H
A
D
policydb_validate.c
967
case
COND_BOOL
:
in validate_cond_expr()
H
A
D
kernel_to_cil.c
45
if (curr->expr_type ==
COND_BOOL
) {
in cond_expr_to_str()
H
A
D
kernel_to_conf.c
44
if (curr->expr_type ==
COND_BOOL
) {
in cond_expr_to_str()
H
A
D
link.c
1525
if (cur_expr->expr_type !=
COND_BOOL
)
in copy_cond_list()
H
A
D
module_to_cil.c
1274
if (curr->expr_type ==
COND_BOOL
) {
in cond_expr_to_cil()
H
A
D
expand.c
2900
if (cur_expr->expr_type !=
COND_BOOL
)
in discard_tunables()
/third_party/selinux/checkpolicy/test/
H
A
D
dispol.c
198
case
COND_BOOL
:
in display_expr()
H
A
D
dismod.c
401
case
COND_BOOL
:
in display_expr()
/third_party/selinux/checkpolicy/
H
A
D
policy_parse.y
400
{ $$ = define_cond_expr(
COND_BOOL
,0, 0);
H
A
D
checkpolicy.c
314
case
COND_BOOL
:
in display_expr()
H
A
D
policy_define.c
3980
case
COND_BOOL
:
in define_conditional()
4037
if (expr_type ==
COND_BOOL
) {
in define_cond_expr()
4103
case
COND_BOOL
:
in define_cond_expr()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
2125
(*head)->expr_type =
COND_BOOL
;
in __cil_cond_item_to_sepol_expr()
2266
case
COND_BOOL
:
in __cil_validate_cond_expr()
Completed in 39 milliseconds