OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kw_is
(Results
1 - 2
of
2
) sorted by null
/system/core/init/
ueventd_parser.cpp
53
#define
kw_is
(kw, type) (keyword_info[kw].flags & (type))
macro
185
if (
kw_is
(kw, SECTION)) {
187
} else if (
kw_is
(kw, OPTION)) {
init_parser.cpp
73
#define
kw_is
(kw, type) (keyword_info[kw].flags & (type))
macro
411
if (
kw_is
(kw, SECTION)) {
852
if (!
kw_is
(kw, COMMAND)) {
995
if (!
kw_is
(kw, COMMAND)) {
Completed in 49 milliseconds