Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 5 of 5) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
Dattribute.c9 static void retrieve_mapping(policydb_t *policydb, struct type_datum *dat, char *name, int reverse)… in retrieve_mapping()
30 static int list_attribute(policydb_t *policydb, char *name, int reverse) in list_attribute()
77 int reverse = 0; in attribute_func() local
/system/update_engine/scripts/update_payload/
Dcommon.py177 def _ObjNameIter(items, base_name, reverse=False, name_format_func=None): argument
205 def OperationIter(operations, base_name, reverse=False): argument
211 def ExtentIter(extents, base_name, reverse=False): argument
216 def SignatureIter(sigs, base_name, reverse=False): argument
/system/core/logd/
DLogKlog.cpp294 log_time LogKlog::sniffTime(const char*& buf, ssize_t len, bool reverse) { in sniffTime()
/system/media/audio_route/
Daudio_route.c786 static int audio_route_update_path(struct audio_route *ar, const char *name, bool reverse) in audio_route_update_path()
/system/core/adb/client/
Dcommandline.cpp1875 bool reverse = !strcmp(argv[0], "reverse"); in adb_commandline() local