Home
last modified time | relevance | path

Searched refs:LIPO (Results 1 – 25 of 156) sorted by relevance

1234567

/external/llvm-project/llvm/test/tools/llvm-lipo/
Dhelp-error-messages.test1 # RUN: llvm-lipo -h | FileCheck --check-prefix=LIPO-USAGE %s
2 # RUN: llvm-lipo --help | FileCheck --check-prefix=LIPO-USAGE %s
4 # RUN: llvm-lipo -version | FileCheck --check-prefix=LIPO-VERSION %s
5 # RUN: llvm-lipo --version | FileCheck --check-prefix=LIPO-VERSION %s
7 # RUN: not llvm-lipo 2>&1 | FileCheck --check-prefix=LIPO-USAGE %s
8 # RUN: not llvm-lipo -abcabc 2>&1 | FileCheck --check-prefix=LIPO-UNKNOWN-ARG %s
9 # RUN: not llvm-lipo --abcabc 2>&1 | FileCheck --check-prefix=LIPO-UNKNOWN-ARG %s
17 # LIPO-USAGE: USAGE: llvm-lipo
18 # LIPO-UNKNOWN-ARG: unknown argument '{{-+}}abcabc'
19 # LIPO-VERSION: {{ version }}
/external/libwebm/
Diosbuild.sh83 readonly LIPO="$(xcrun -sdk iphoneos${SDK} -find lipo)"
137 LIPO=${LIPO}
206 eval ${LIPO} -create ${LIBLIST} -output "${OUTDIR}/${TARGETDIR}/WebM" ${devnull}
/external/libaom/libaom/build/cmake/
Diosbuild.sh30 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
158 local targets_built=$(${LIPO} -info ${FRAMEWORK_LIB})
215 ${LIPO} -create ${lib_list} -output ${FRAMEWORK_DIR}/AOM
367 LIPO=${LIPO}
/external/libvpx/libvpx/build/make/
Diosbuild.sh31 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
158 local targets_built=$(${LIPO} -info ${FRAMEWORK_LIB})
215 ${LIPO} -create ${lib_list} -output ${FRAMEWORK_DIR}/VPX
367 LIPO=${LIPO}
/external/compiler-rt/make/
DAppleBI.mk77 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
98 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
113 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
130 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
Doptions.mk45 LIPO := lipo
Dconfig.mk22 LIPO := lipo
Dlib_info.mk59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
/external/libcap-ng/libcap-ng-0.7/m4/
DMakefile.in142 LIPO = @LIPO@
/external/libogg/doc/libogg/
DMakefile.in100 LIPO = @LIPO@
/external/speex/ti/speex_C55_test/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/VS2003/tests/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/VS2008/tests/
DMakefile.in158 LIPO = @LIPO@
/external/speex/ti/speex_C54_test/
DMakefile.in158 LIPO = @LIPO@
/external/libexif/binary/
DMakefile.in123 LIPO = @LIPO@
/external/speex/symbian/
DMakefile.in158 LIPO = @LIPO@
/external/libogg/include/ogg/
DMakefile.in105 LIPO = @LIPO@
/external/libcap-ng/libcap-ng-0.7/docs/
DMakefile.in142 LIPO = @LIPO@
/external/speex/win32/VS2005/libspeexdsp/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/libspeexdsp/
DMakefile.in158 LIPO = @LIPO@
/external/speex/ti/speex_C64_test/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/VS2003/libspeexdsp/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/VS2008/libspeexdsp/
DMakefile.in158 LIPO = @LIPO@
/external/speex/win32/VS2005/tests/
DMakefile.in158 LIPO = @LIPO@
/external/libexif/m4m/
DMakefile.in123 LIPO = @LIPO@

1234567