Searched defs:LEVEL (Results 451 - 465 of 465) sorted by relevance

<<111213141516171819

/external/llvm/utils/unittest/googletest/
H A DMakefile10 LEVEL := ../../.. macro
12 include $(LEVEL)/Makefile.config
42 include $(LEVEL)/Makefile.common
/external/clang/
H A DMakefile45 LEVEL := $(CLANG_LEVEL)/../.. macro
48 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/lookup/
H A DMakefile0 LEVEL = ../../test/make
17 include $(LEVEL)/Makefile.rules
1 LEVEL = ../../test/make macro
/external/llvm/docs/
H A DMakefile10 LEVEL := .. macro
37 include $(LEVEL)/Makefile.common
128 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
132 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" \
/external/llvm/tools/lto/
H A DMakefile10 LEVEL := ../.. macro
18 include $(LEVEL)/Makefile.common
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentOptions.java49 public static final String LEVEL = "level"; field in class:AgentOptions
/external/lldb/lib/
H A DMakefile10 LEVEL := ../../.. macro
112 include $(LEVEL)/Makefile.common
/external/llvm/
H A DMakefile10 LEVEL := . macro
44 include $(LEVEL)/Makefile.config
/external/llvm/cmake/modules/
H A DMakefile10 LEVEL = ../.. macro
14 include $(LEVEL)/Makefile.common
/external/llvm/tools/llvm-config/
H A DMakefile10 LEVEL := ../.. macro
26 include $(LEVEL)/Makefile.common
/external/llvm/tools/llvm-shlib/
H A DMakefile10 LEVEL := ../.. macro
20 include $(LEVEL)/Makefile.config
32 include $(LEVEL)/Makefile.common
/external/valgrind/helgrind/tests/
H A Dt2t.c5 #define LEVEL 100 macro
11 static Level level[LEVEL];
42 if (clo_level > LEVEL) {
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h50 LEVEL = 266, enumerator in enum:yytokentype
69 #define LEVEL 266 macro
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 454 milliseconds

<<111213141516171819