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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
invalid-ar.l 2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-uni
    [all...]
  /external/vixl/tools/
cross_build_gcc.sh 35 export AR=$1ar
45 if [ ! -x "`which $AR`" ]; then
46 echo "Error: $AR does not exist or is not executable."
  /external/v8/tools/
cross_build_gcc.sh 36 export AR=$1ar
47 if [ ! -x "$AR" ]; then
48 echo "Error: $AR does not exist or is not executable."
  /external/ImageMagick/config/
ar-lib 4 me=ar-lib
84 # binutils ar, at least for MinGW.
95 $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 $
    [all...]
  /external/libnetfilter_conntrack/build-aux/
ar-lib 4 me=ar-lib
84 # binutils ar, at least for MinGW.
95 $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 $
    [all...]
  /external/pcre/dist2/
ar-lib 4 me=ar-lib
84 # binutils ar, at least for MinGW.
95 $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 $
    [all...]
  /external/elfutils/src/
Makefile.am 38 elfcmp objdump ranlib strings ar unstrip stack elfcompress
178 AR=$(bindir)/`echo ar | sed '$(transform)'`; \
179 sed -e "s,[@]UNSTRIP[@],$$UNSTRIP,g" -e "s,[@]AR[@],$$AR,g" \
make-debug-archive.in 16 AR=${AR:-@AR@}
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp 51 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
54 if (AR->getLoop() == L)
55 return AR->isAffine() ||
57 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
61 return isInteresting(AR->getStart(), I, L, SE, LI) &&
62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
242 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
243 if (AR->getLoop() == L)
244 return AR;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 23 if {[which $AR] == 0} then {
24 perror "$AR does not exist"
29 # send_user "Version [binutil_version $AR]"
34 global AR
38 set testname "ar long file names"
81 set got [binutils_run $AR "rc $dest $file1 $file2"]
96 set got [binutils_run $AR "rc $dest $file1 $file2"]
106 set got [binutils_run $AR "t $dest"]
118 set exec_output [binutils_run $AR "x $dest"]
183 global AR
    [all...]
  /external/iproute2/lib/
Makefile 18 $(AR) rcs $@ $(NLOBJ)
21 $(AR) rcs $@ $(UTILOBJ) $(ADDLIB)
  /external/rmi4utils/rmidevice/
Makefile 2 AR ?= ar
18 $(AR) crv $(STATIC_LIBNAME) $^
  /external/icu/icu4c/source/config/
pkgdataMakefile.in 34 @echo AR=$(AR) >> $(OUTPUTFILE)
  /external/icu/icu4c/source/data/
pkgdataMakefile.in 34 @echo AR=$(AR) >> $(OUTPUTFILE)
  /external/icu/icu4c/source/extra/uconv/
pkgdataMakefile.in 35 @echo AR=$(AR) >> $(OUTPUTFILE)
  /external/icu/icu4c/source/test/testdata/
pkgdataMakefile.in 35 @echo AR=$(AR) >> $(OUTPUTFILE)
  /external/wpa_supplicant_8/src/eap_server/
Makefile 19 $(AR) crT $@ $?
  /external/wpa_supplicant_8/src/eapol_auth/
Makefile 14 $(AR) crT $@ $?
  /external/wpa_supplicant_8/src/eapol_supp/
Makefile 16 $(AR) crT $@ $?
  /external/wpa_supplicant_8/src/l2_packet/
Makefile 14 $(AR) crT $@ $?
  /external/wpa_supplicant_8/src/radius/
Makefile 21 $(AR) crT $@ $?
  /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/llvm/lib/Analysis/
IVUsers.cpp 56 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
59 if (AR->getLoop() == L)
60 return AR->isAffine() ||
62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
66 return isInteresting(AR->getStart(), I, L, SE, LI) &&
67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
338 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
339 if (AR->getLoop() == L)
340 return AR;
    [all...]
  /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/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

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 91011>>