Home
last modified time | relevance | path

Searched refs:LEVEL (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/clang/test/Index/
Dcomplete-modules.m7 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
8 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
11 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
/external/mdnsresponder/mDNSShared/
DDebugServices.h261 #define DebugExtractTaskLevelInterruptLevel( LEVEL ) \ argument
262 ( ( ( LEVEL ) & kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
264 #define DebugExtractTaskLevelInterruptDepth( LEVEL ) \ argument
265 ( ( ( LEVEL ) & kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )
1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument
1210 #define dlogv( LEVEL, FORMAT, LIST ) argument
1220 #define dlogmem( LEVEL, PTR, SIZE ) \ argument
1221 …DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL…
1223 #define dlogmem( LEVEL, PTR, SIZE ) argument
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument
[all …]
/external/swiftshader/third_party/LLVM/bindings/
DMakefile10 LEVEL := .. macro
12 include $(LEVEL)/Makefile.config
16 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/
DMakefile9 LEVEL=../.. macro
11 include $(LEVEL)/Makefile.config
15 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/
DMakefile9 LEVEL=../.. macro
11 include $(LEVEL)/Makefile.config
15 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/
DMakefile9 LEVEL = .. macro
11 include $(LEVEL)/Makefile.config
16 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/Transforms/
DMakefile10 LEVEL = ../.. macro
13 include $(LEVEL)/Makefile.config
20 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/tools/gold/
DMakefile10 LEVEL = ../.. macro
18 include $(LEVEL)/Makefile.config
31 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DMakefile10 LEVEL = ../../.. macro
14 include $(LEVEL)/Makefile.config
38 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/runtime/
DMakefile10 LEVEL = .. macro
11 include $(LEVEL)/Makefile.config
29 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/
DMakefile10 LEVEL = ../../.. macro
12 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
/external/iptables/iptables/
Diptables-xml.c380 #define CLOSE_LEVEL(LEVEL) \ in do_rule_part() argument
382 if (level ## LEVEL) printf("</%s>\n", \ in do_rule_part()
383 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \ in do_rule_part()
384 level ## LEVEL=NULL;\ in do_rule_part()
387 #define OPEN_LEVEL(LEVEL,TAG) \ in do_rule_part() argument
389 level ## LEVEL=TAG;\ in do_rule_part()
390 if (leveltag ## LEVEL) {\ in do_rule_part()
391 printf("%s<%s ", (leveli ## LEVEL), \ in do_rule_part()
392 (leveltag ## LEVEL));\ in do_rule_part()
394 } else printf("%s<%s ", (leveli ## LEVEL), (level ## LEVEL)); \ in do_rule_part()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
DMakefile10 LEVEL := ../../.. macro
12 include $(LEVEL)/Makefile.config
39 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/examples/
DMakefile9 LEVEL=.. macro
11 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
/external/protobuf/src/google/protobuf/stubs/
Dlogging.h144 #define GOOGLE_LOG(LEVEL) \ argument
147 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
149 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
177 #define GOOGLE_DLOG(LEVEL) GOOGLE_LOG_IF(LEVEL, false) argument
/external/swiftshader/third_party/LLVM/tools/edis/
DMakefile10 LEVEL = ../.. macro
19 include $(LEVEL)/Makefile.config
33 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DMakefile10 LEVEL = ../.. macro
11 include $(LEVEL)/Makefile.config
26 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/tools/lto/
DMakefile10 LEVEL = ../.. macro
18 include $(LEVEL)/Makefile.config
26 include $(LEVEL)/Makefile.common
/external/valgrind/helgrind/tests/
Dt2t.c5 #define LEVEL 100 macro
11 static Level level[LEVEL];
42 if (clo_level > LEVEL) { in doit()
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL); in doit()
/external/swiftshader/third_party/LLVM/tools/
DMakefile10 LEVEL := .. macro
39 include $(LEVEL)/Makefile.config
78 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/projects/sample/tools/
DMakefile6 LEVEL=.. macro
13 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/projects/sample/lib/sample/
DMakefile6 LEVEL=../.. macro
16 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DMakefile10 LEVEL = ../../.. macro
13 include $(LEVEL)/Makefile.common

12345678910