Searched refs:LEVEL (Results 1 - 25 of 473) sorted by path

1234567891011>>

/external/checkpolicy/
H A Dpolicy_parse.y116 %token LEVEL
274 level_def : LEVEL identifier ':' id_comma_list ';'
276 | LEVEL identifier ';'
626 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
H A Dpolicy_scan.l125 LEVEL |
126 level { return(LEVEL); }
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DErrors.py173 LEVEL=1 # warn about all errors level 1 or higher variable
176 if level < LEVEL:
187 if level < LEVEL:
201 if level < LEVEL or message in _warn_once_seen:
/external/chromium_org/third_party/cython/src/
H A Druntests.py1698 Errors.LEVEL = 0 # show all warnings
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh624 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))
749 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, true, (LEVEL), (LEVEL_DIR), __VA_ARGS__)
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h720 #define GOOGLE_LOG(LEVEL) \
723 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
724 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
725 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
H A Dstrutil.cc297 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false)
/external/chromium_org/third_party/sqlite/src/tool/
H A Dfragck.tcl132 puts [format {LEVEL %d: %6d} $depth $pg]
/external/clang/
H A DMakefile45 LEVEL := $(CLANG_LEVEL)/../.. macro
48 include $(LEVEL)/Makefile.common
/external/clang/utils/TableGen/
H A DMakefile10 LEVEL = ../../../.. macro
17 include $(LEVEL)/Makefile.common
/external/harfbuzz_ng/src/
H A Dhb-private.hh585 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))
701 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), NULL, true, (LEVEL), (LEVEL_DIR), __VA_ARGS__)
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h50 LEVEL = 266, enumerator in enum:yytokentype
69 #define LEVEL 266 macro
H A Dpolicy_parse.y142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
312 : LEVEL {
/external/iptables/iptables/
H A Diptables-xml.c379 #define CLOSE_LEVEL(LEVEL) \
381 if (level ## LEVEL) printf("</%s>\n", \
382 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \
383 level ## LEVEL=NULL;\
386 #define OPEN_LEVEL(LEVEL,TAG) \
388 level ## LEVEL=TAG;\
389 if (leveltag ## LEVEL) {\
390 printf("%s<%s ", (leveli ## LEVEL), \
[all...]
/external/lldb/
H A DMakefile26 LEVEL := $(LLDB_LEVEL)/../.. macro
29 include $(LEVEL)/Makefile.common
/external/lldb/examples/functions/
H A DMakefile0 LEVEL = ../../test/make
18 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../test/make macro
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DMakefile0 LEVEL = ../../../../test/make
7 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../../../test/make macro
/external/lldb/examples/lookup/
H A DMakefile0 LEVEL = ../../test/make
17 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../test/make macro
/external/lldb/include/lldb/
H A DMakefile0 LEVEL = ../../../..
4 include $(LEVEL)/Makefile.common
1 LEVEL = ../../../.. macro
/external/lldb/lib/
H A DMakefile10 LEVEL := ../../.. macro
112 include $(LEVEL)/Makefile.common
/external/lldb/test/api/check_public_api_headers/
H A DMakefile0 LEVEL = ../../make
5 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../make macro
/external/lldb/test/api/multithreaded/
H A DMakefile0 LEVEL = ../../make
7 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../make macro
/external/lldb/test/benchmarks/expression/
H A DMakefile0 LEVEL = ../../make
5 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../make macro
/external/lldb/test/expression_command/call-function/
H A DMakefile0 LEVEL = ../../make
5 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../make macro
/external/lldb/test/expression_command/call-restarts/
H A DMakefile0 LEVEL = ../../make
5 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../make macro

Completed in 4324 milliseconds

1234567891011>>