OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_names
(Results
1 - 9
of
9
) sorted by null
/external/libsepol/src/
constraint.c
32
if ((expr->
type_names
= malloc(sizeof(*expr->
type_names
))) == NULL) {
35
type_set_init(expr->
type_names
);
43
type_set_destroy(expr->
type_names
);
44
free(expr->
type_names
);
write.c
897
type_set_write(e->
type_names
, fp)) ||
900
type_set_write(e->
type_names
, fp))) {
[
all
...]
expand.c
392
if (map_ebitmap(&expr->
type_names
->types,
393
&new_expr->
type_names
->types,
395
ERR(NULL, "Failed to map
type_names
->types");
403
type_names
,
[
all
...]
services.c
223
types = &e->
type_names
->types;
[
all
...]
policydb.c
[
all
...]
/external/libsepol/include/sepol/policydb/
constraint.h
59
struct type_set *
type_names
;
member in struct:constraint_expr
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc
113
ModelTypeNameMap
type_names
;
local
119
type_names
[it.Get()] = kDataTypeNames[i];
121
return
type_names
;
145
ModelTypeNameMap
type_names
= GetSelectableTypeNameMap();
local
147
for (ModelTypeNameMap::const_iterator it =
type_names
.begin();
148
it !=
type_names
.end(); ++it) {
359
ModelTypeNameMap
type_names
= GetSelectableTypeNameMap();
local
360
for (ModelTypeNameMap::const_iterator it =
type_names
.begin();
361
it !=
type_names
.end(); ++it) {
[
all
...]
/system/media/camera/docs/
metadata_model.py
286
type_names
= [tp.name for tp in self.types if tp.name == tp]
287
if not
type_names
:
[
all
...]
/external/checkpolicy/
policy_define.c
[
all
...]
Completed in 695 milliseconds