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_TYPE
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramInterfaceDefinitionUtil.hpp
46
VariablePathComponent (const glu::VarType* type) :m_type(
TYPE_TYPE
) { m_data.type = type; }
in VariablePathComponent()
53
bool isVariableType (void) const { return m_type ==
TYPE_TYPE
; }
in isVariableType()
64
TYPE_TYPE
,
enumerator
/third_party/selinux/libsepol/tests/
H
A
D
test-linker-types.c
112
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
in test_type_datum()
120
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
in test_type_datum()
H
A
D
test-common.c
171
if (my_flavor ==
TYPE_TYPE
) {
in test_alias_datum()
/third_party/selinux/checkpolicy/
H
A
D
module_compiler.c
396
isattr = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
in create_type()
641
dest_typdatum->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
in get_local_type()
652
if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB :
TYPE_TYPE
) {
in get_local_type()
H
A
D
policy_define.c
1410
if (type->flavor ==
TYPE_TYPE
&& !type->primary) {
in define_typebounds_helper()
/third_party/selinux/libsepol/src/
H
A
D
kernel_to_cil.c
1372
if (type && type->flavor ==
TYPE_TYPE
&& type->primary) {
in write_type_decl_rules_to_cil()
1407
if (datum->primary == 0 && datum->flavor ==
TYPE_TYPE
)
in map_count_type_aliases()
1419
if (datum->primary == 0 && datum->flavor ==
TYPE_TYPE
)
in map_type_aliases_to_strs()
1501
if (type && type->flavor ==
TYPE_TYPE
) {
in write_type_bounds_rules_to_cil()
2288
if (type_datum && type_datum->flavor ==
TYPE_TYPE
&& type_datum->primary) {
in write_role_decl_rules_to_cil()
H
A
D
kernel_to_conf.c
1355
if (type && type->flavor ==
TYPE_TYPE
&& type->primary) {
in write_type_decl_rules_to_conf()
1390
if (datum->primary == 0 && datum->flavor ==
TYPE_TYPE
)
in map_count_type_aliases()
1402
if (datum->primary == 0 && datum->flavor ==
TYPE_TYPE
)
in map_type_aliases_to_strs()
1475
if (type && type->flavor ==
TYPE_TYPE
) {
in write_type_bounds_rules_to_conf()
1598
if (!type || type->flavor !=
TYPE_TYPE
|| !type->primary) continue;
in write_type_attribute_sets_to_conf()
H
A
D
expand.c
118
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
in type_copy_callback()
672
if (alias->flavor ==
TYPE_TYPE
&& alias->primary)
in alias_copy_callback()
707
if (alias->flavor ==
TYPE_TYPE
)
in alias_copy_callback()
H
A
D
link.c
447
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
in type_copy_callback()
866
* and ones with the value of their primary (
TYPE_TYPE
&& type->primary = 0)
in alias_copy_callback()
870
|| (type->flavor ==
TYPE_TYPE
&& !type->primary))) {
in alias_copy_callback()
H
A
D
policydb_validate.c
499
case
TYPE_TYPE
:
in validate_type_datum()
H
A
D
module_to_cil.c
2258
case
TYPE_TYPE
:
in type_to_cil()
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
policydb.h
181
#define
TYPE_TYPE
0 /* regular type or alias in kernel policies */
macro
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
461
sepol_type->flavor =
TYPE_TYPE
;
in cil_type_to_policydb()
516
sepol_alias->flavor =
TYPE_TYPE
;
in cil_typealias_to_policydb()
Completed in 53 milliseconds