OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_type
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/tools/aidl/
aidl_language.h
28
typedef struct
type_type
{
struct
32
}
type_type
;
typedef in typeref:struct:type_type
37
type_type
type;
53
type_type
type;
111
type_type
type;
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp
46
VariablePathComponent (const glu::VarType* type) :m_type(
TYPE_TYPE
) { m_data.type = type; }
53
bool isVariableType (void) const { return m_type ==
TYPE_TYPE
; }
64
TYPE_TYPE
,
/packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java
247
private static final byte[]
TYPE_TYPE
= new byte[] { 't' };
250
NdefRecord type = getByType(
TYPE_TYPE
, records);
/external/selinux/libsepol/tests/
test-linker-types.c
111
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
119
CU_ASSERT(type->flavor ==
TYPE_TYPE
);
test-common.c
168
if (my_flavor ==
TYPE_TYPE
) {
/external/selinux/checkpolicy/
module_compiler.c
335
typdatum->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
535
dest_typdatum->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
546
if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB :
TYPE_TYPE
) {
955
type->flavor = isattr ? TYPE_ATTRIB :
TYPE_TYPE
;
[
all
...]
policy_define.c
1324
if (type->flavor ==
TYPE_TYPE
&& !type->primary) {
[
all
...]
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
173
#define
TYPE_TYPE
0 /* regular type or alias in kernel policies */
/external/selinux/libsepol/src/
expand.c
86
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
637
if (alias->flavor ==
TYPE_TYPE
&& alias->primary)
672
if (alias->flavor ==
TYPE_TYPE
)
[
all
...]
link.c
445
if ((type->flavor ==
TYPE_TYPE
&& !type->primary)
864
* and ones with the value of their primary (
TYPE_TYPE
&& type->primary = 0)
868
|| (type->flavor ==
TYPE_TYPE
&& !type->primary))) {
[
all
...]
module_to_cil.c
[
all
...]
/external/selinux/libsepol/cil/src/
cil_binary.c
501
sepol_type->flavor =
TYPE_TYPE
;
554
sepol_alias->flavor =
TYPE_TYPE
;
[
all
...]
Completed in 1360 milliseconds