Searched refs:keyword (Results 1 – 15 of 15) sorted by relevance
/system/core/init/ |
D | keyword_map.h | 44 auto& keyword = args[0]; in FindFunction() local 47 auto function_info_it = map().find(keyword); in FindFunction() 49 return Error() << StringPrintf("Invalid keyword '%s'", keyword.c_str()); in FindFunction() 57 return Error() << StringPrintf("%s requires %zu argument%s", keyword.c_str(), min_args, in FindFunction() 64 keyword.c_str(), min_args, min_args > 1 ? "s" : ""); in FindFunction() 67 keyword.c_str(), min_args, max_args); in FindFunction()
|
D | README.md | 275 /vendor. The last service definition that init parses with this keyword is the service definition 328 > Provide a timeout after which point the service will be killed. The oneshot keyword is respected 630 The import keyword is not a command, but rather its own section, 826 2) All commands map to a valid keyword and the argument count is within the correct range.
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 23 const char *keyword = "self"; in read_typeset() local 24 size_t keyword_size = strlen(keyword), len; in read_typeset() 100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) { in read_typeset() 379 const char *keyword = "neverallow"; in check_neverallows() local 380 size_t keyword_size = strlen(keyword), len; in check_neverallows() 401 if (len != keyword_size || strncmp(start, keyword, keyword_size)) in check_neverallows()
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 155 *errorMsg = identifier + " is a HIDL keyword " 160 *errorMsg = identifier + " is a C++ keyword " 165 *errorMsg = identifier + " is a Java keyword " 231 %token<void> ENUM "keyword `enum`" 232 %token<void> EXTENDS "keyword `extends`" 234 %token<void> GENERATES "keyword `generates`" 236 %token<void> IMPORT "keyword `import`" 239 %token<void> INTERFACE "keyword `interface`" 240 %token<str> PACKAGE "keyword `package`" 242 %token<void> STRUCT "keyword `struct`" [all …]
|
/system/extras/boottime_tools/io_analysis/ |
D | check_io_trace.py | 181 keyword = argv[1] 183 trace = Trace(keyword)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/tools/aidl/ |
D | aidl_language_y.yy | 123 * aforementioned keyword tokens.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 101 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/private/ |
D | seapp_contexts | 101 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/media/audio_utils/ |
D | Doxyfile | 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 312 # of private inheritance when no explicit protection keyword is present.
|
D | Doxyfile.orig | 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 312 # of private inheritance when no explicit protection keyword is present.
|
/system/chre/pal/doc/ |
D | Doxyfile | 233 # This tag can be used to specify a number of word-keyword mappings (TCL only). 323 # of private inheritance when no explicit protection keyword is present.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 233 # This tag can be used to specify a number of word-keyword mappings (TCL only). 323 # of private inheritance when no explicit protection keyword is present.
|