Searched defs:AR (Results 1 - 25 of 45) sorted by relevance

12

/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe macro
/external/sonivox/arm-wt-22k/lib_src/
H A Darm-wt-22k_lib.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe macro
24 $(AR) rc lib$@ $(OBJS)
/external/libyuv/files/
H A Dwinarm.mk9 AR=lib macro
42 $(AR) $(ARFLAGS) /OUT:$@ $(LOCAL_OBJ_FILES)
/external/rmi4utils/rmidevice/
H A DMakefile2 AR ?= ar macro
18 $(AR) crv $(STATIC_LIBNAME) $^
/external/tpm2/
H A DMakefile9 AR ?= $(CROSS_COMPILE)ar macro
316 @echo " AR $(notdir $@)"
317 $(Q)$(AR) scr $@ $^
/external/bzip2/
H A DMakefile19 AR=ar macro
48 $(AR) cq libbz2.a $(OBJS)
/external/compiler-rt/make/
H A Doptions.mk34 AR := ar macro
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak12 AR = tlib macro
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak12 AR = tlib macro
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
/external/compiler-rt/make/platform/
H A Dclang_mingw.mk6 AR ?= ar macro
H A Ddarwin_bni.mk13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false") macro
H A Dclang_macho_embedded.mk36 AR := $(call XCRun,ar) macro
/external/regex-re2/
H A DMakefile16 AR=ar macro
173 $(AR) $(ARFLAGS) obj/libre2.a $(OFILES)
177 $(AR) $(ARFLAGS) obj/dbg/libre2.a $(DOFILES)
/external/srtp/crypto/
H A DMakefile97 ifndef AR
98 AR=ar macro
104 $(AR) cr libcryptomodule.a $(cryptobj)
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java30 static final String AR = "AR"; field in class:RegionCode
/external/llvm/lib/IR/
H A DPass.cpp102 void Pass::setResolver(AnalysisResolver *AR) { argument
104 Resolver = AR;
H A DLegacyPassManager.cpp525 AnalysisResolver *AR = AnalysisPass->getResolver(); local
526 assert(AR && "Expected analysis resolver to exist.");
527 unsigned APDepth = AR->getPMDataManager().getDepth();
681 AnalysisResolver *AR = new AnalysisResolver(*DM); local
682 P->setResolver(AR);
990 AnalysisResolver *AR = new AnalysisResolver(*this); local
991 P->setResolver(AR);
1100 AnalysisResolver *AR = P->getResolver(); local
1101 assert(AR && "Analysis Resolver is not set");
1102 AR
1391 AnalysisResolver *AR = new AnalysisResolver(*FPM); local
1460 AnalysisResolver *AR = FP->getResolver(); local
[all...]
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp138 if (TestFunctionAnalysis::Result *AR =
140 AnalyzedInstrCount += AR->InstructionCount;
143 TestFunctionAnalysis::Result &AR = AM->getResult<TestFunctionAnalysis>(F); local
144 AnalyzedInstrCount += AR.InstructionCount;
/external/clang/unittests/AST/
H A DCommentParser.cpp122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); local
123 if (!AR)
124 return AR;
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); local
144 if (!AR)
145 return AR;
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); local
167 if (!AR)
168 return AR;
191 ::testing::AssertionResult AR local
237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); local
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); local
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); local
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); local
329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); local
349 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); local
368 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); local
390 ::testing::AssertionResult AR = HasHTMLStartTagAt(C, Idx, HST, TagName); local
422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); local
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); local
447 ::testing::AssertionResult AR = HasChildCount(PC, 1); local
453 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text); local
467 ::testing::AssertionResult AR = GetChildAt(C, Idx, VBC); local
497 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, local
518 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, local
546 ::testing::AssertionResult AR = HasVerbatimBlockAt(C, Traits, Idx, VBC, Name, local
577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp506 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S); local
507 if (AR && AR->getLoop() == L)
H A DLoopUtils.cpp669 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); local
670 if (!AR) {
675 assert(AR->getLoop()->getHeader() == Phi->getParent() &&
678 Phi->getIncomingValueForBlock(AR->getLoop()->getLoopPreheader());
679 const SCEV *Step = AR->getStepRecurrence(*SE);
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp165 static std::error_code checkOffset(MemoryBufferRef M, ArrayRef<T> AR) { argument
166 return checkOffset(M, uintptr_t(AR.data()), (uint64_t)AR.size() * sizeof(T));
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp527 AvailabilityResult AR = D->getAvailability(); local
529 AR = std::max(AR, cast<Decl>(D->getDeclContext())->getAvailability());
530 return AR;
/external/libogg/win32/
H A DMakefile69 AR = ar macro
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp337 auto *AR = dyn_cast<SCEVAddRecExpr>(S); local
338 if (!AR)
341 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE);

Completed in 1193 milliseconds

12