Searched defs:LIB (Results 1 - 5 of 5) sorted by relevance

/external/openssl/ssl/
H A DMakefile21 LIB=$(TOP)/libssl.a macro
59 $(AR) $(LIB) $(LIBOBJ)
60 $(RANLIB) $(LIB) || echo Never mind.
/external/proguard/build/
H A Dmakefile9 LIB = $(PROGUARD_HOME)/lib macro
29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
34 jar -uf $(LIB)/proguard.jar \
65 -rm -fr $(CLASSES) $(LIB)
73 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
78 $(CLASSES) $(LIB):
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java244 return isClass ? Files.newFile (m_outDir, CLASSES) : Files.newFile (m_outDir, LIB);
271 protected static final String LIB = "lib"; field in class:InstrProcessor
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h1080 LoopInfoBase<BlockT, LoopT> &LIB) {
1081 assert((Blocks.empty() || LIB[getHeader()] == this) &&
1084 assert(LIB[NewBB] == 0 && "BasicBlock already in the loop!");
1089 LIB.BBMap[NewBB] = L;
1079 addBasicBlockToLoop(BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LIB) argument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 417 milliseconds