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_NOT
(Results
1 - 13
of
13
) sorted by relevance
/third_party/selinux/libsepol/tests/
H
A
D
debug.c
46
case
COND_NOT
:
in display_expr()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
conditional.h
49
#define
COND_NOT
2 /* !bool */
macro
/third_party/selinux/libsepol/src/
H
A
D
conditional.c
228
case
COND_NOT
:
in cond_evaluate_expr()
367
if (e->expr_type ==
COND_NOT
) {
in cond_normalize_expr()
H
A
D
policydb_validate.c
974
case
COND_NOT
:
in validate_cond_expr()
H
A
D
module_to_cil.c
1292
case
COND_NOT
: op = "not"; break;
in cond_expr_to_cil()
1303
num_params = curr->expr_type ==
COND_NOT
? 1 : 2;
in cond_expr_to_cil()
H
A
D
kernel_to_cil.c
55
case
COND_NOT
: op = "not"; num_params = 1; break;
in cond_expr_to_str()
H
A
D
kernel_to_conf.c
54
case
COND_NOT
: op = "!"; num_params = 1; break;
in cond_expr_to_str()
/third_party/selinux/checkpolicy/test/
H
A
D
dispol.c
202
case
COND_NOT
:
in display_expr()
H
A
D
dismod.c
405
case
COND_NOT
:
in display_expr()
/third_party/selinux/checkpolicy/
H
A
D
policy_parse.y
379
{ $$ = define_cond_expr(
COND_NOT
, $2, 0);
H
A
D
checkpolicy.c
318
case
COND_NOT
:
in display_expr()
H
A
D
policy_define.c
3950
expr = define_cond_expr(
COND_NOT
, expr, 0);
in define_conditional()
3961
case
COND_NOT
:
in define_conditional()
4056
case
COND_NOT
:
in define_cond_expr()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
2167
op->expr_type =
COND_NOT
;
in __cil_cond_expr_to_sepol_expr_helper()
2273
case
COND_NOT
:
in __cil_validate_cond_expr()
Completed in 29 milliseconds