Searched refs:AR (Results 1 - 25 of 208) sorted by relevance

123456789

/external/vixl/tools/
H A Dcross_build_gcc.sh35 export AR=$1ar
45 if [ ! -x "$AR" ]; then
46 echo "Error: $AR does not exist or is not executable."
/external/chromium_org/v8/tools/
H A Dcross_build_gcc.sh36 export AR=$1ar
47 if [ ! -x "$AR" ]; then
48 echo "Error: $AR does not exist or is not executable."
/external/iproute2/lib/
H A DMakefile10 $(AR) rcs $@ $(NLOBJ)
13 $(AR) rcs $@ $(UTILOBJ) $(ADDLIB)
/external/pcre/dist/
H A Dar-lib95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
121 AR=$1
135 AR="$AR $1"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
262 $AR
[all...]
/external/elfutils/0.153/src/
H A DMakefile.am175 AR=$(bindir)/`echo ar | sed '$(transform)'`; \
176 sed -e "s,@UNSTRIP@,$$UNSTRIP,g" -e "s,@AR@,$$AR,g" \
H A Dmake-debug-archive.in16 AR=${AR:-@AR@}
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/chromium_org/third_party/libvpx/
H A Dunpack_lib_posix.sh52 elif [ -n "$AR" ]; then
53 ar=$AR
/external/chromium_org/third_party/icu/source/config/
H A DpkgdataMakefile.in32 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/data/
H A DpkgdataMakefile.in32 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/extra/uconv/
H A DpkgdataMakefile.in33 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/test/testdata/
H A DpkgdataMakefile.in33 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/icu/icu4c/source/config/
H A DpkgdataMakefile32 @echo AR=$(AR) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in32 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/icu/icu4c/source/data/
H A DpkgdataMakefile32 @echo AR=$(AR) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in32 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/icu/icu4c/source/extra/uconv/
H A DpkgdataMakefile33 @echo AR=$(AR) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in33 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/icu/icu4c/source/test/testdata/
H A DpkgdataMakefile33 @echo AR=$(AR) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in33 @echo AR=$(AR) >> $(OUTPUTFILE)
/external/wpa_supplicant_8/hostapd/src/radius/
H A DMakefile20 $(AR) crT $@ $?
/external/wpa_supplicant_8/src/radius/
H A DMakefile20 $(AR) crT $@ $?
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A DMakefile20 $(AR) crT $@ $?
/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/Analysis/
H A DIVUsers.cpp52 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
55 if (AR->getLoop() == L)
56 return AR->isAffine() ||
58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
62 return isInteresting(AR->getStart(), I, L, SE, LI) &&
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
325 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
326 if (AR->getLoop() == L)
327 return AR;
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Darm-fm-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)

Completed in 436 milliseconds

123456789