HomeSort by relevance Sort by last modified time
    Searched defs:AR (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
24 $(AR) rc lib$@ $(OBJS)
  /external/libyuv/files/
winarm.mk 9 AR=lib
42 $(AR) $(ARFLAGS) /OUT:$@ $(LOCAL_OBJ_FILES)
  /external/rmi4utils/rmidevice/
Makefile 2 AR ?= ar
18 $(AR) crv $(STATIC_LIBNAME) $^
  /external/tpm2/
Makefile 9 AR ?= $(CROSS_COMPILE)ar
316 @echo " AR $(notdir $@)"
317 $(Q)$(AR) scr $@ $^
  /external/bzip2/
Makefile 19 AR=ar
48 $(AR) cq libbz2.a $(OBJS)
  /external/compiler-rt/make/
options.mk 34 AR := ar
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
makefile 56 AR = ppc-morphos-ar rc
294 $(AR) $@ $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
  /external/zlib/src/contrib/delphi/
zlibd32.mak 12 AR = tlib
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
  /external/zlib/src/contrib/pascal/
zlibd32.mak 12 AR = tlib
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
  /hardware/ti/omap4-aah/domx/make/
start.mk 97 AR := $(CROSS)ar
  /hardware/ti/omap4xxx/domx/make/
start.mk 97 AR := $(CROSS)ar
  /external/compiler-rt/make/platform/
clang_mingw.mk 6 AR ?= ar
darwin_bni.mk 13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
clang_macho_embedded.mk 36 AR := $(call XCRun,ar)
  /external/regex-re2/
Makefile 16 AR=ar
173 $(AR) $(ARFLAGS) obj/libre2.a $(OFILES)
177 $(AR) $(ARFLAGS) obj/dbg/libre2.a $(DOFILES)
  /external/srtp/crypto/
Makefile 97 ifndef AR
98 AR=ar
104 $(AR) cr libcryptomodule.a $(cryptobj)
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 527 AvailabilityResult AR = D->getAvailability();
529 AR = std::max(AR, cast<Decl>(D->getDeclContext())->getAvailability());
530 return AR;
  /external/clang/unittests/AST/
CommentParser.cpp 122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
123 if (!AR)
124 return AR;
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
144 if (!AR)
145 return AR;
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
167 if (!AR)
168 return AR;
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC)
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 30 static final String AR = "AR";
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 506 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S);
507 if (AR && AR->getLoop() == L)
LoopUtils.cpp 669 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PhiScev);
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/unittests/IR/
PassManagerTest.cpp 138 if (TestFunctionAnalysis::Result *AR =
140 AnalyzedInstrCount += AR->InstructionCount;
143 TestFunctionAnalysis::Result &AR = AM->getResult<TestFunctionAnalysis>(F);
144 AnalyzedInstrCount += AR.InstructionCount;
  /external/libogg/win32/
Makefile 69 AR = ar
  /external/clang/lib/AST/
DeclBase.cpp 492 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
495 if (AR == AR_Unavailable)
498 if (AR > Result) {
499 Result = AR;
    [all...]

Completed in 1131 milliseconds

1 2 3