Searched refs:LIPO (Results 1 – 25 of 156) sorted by relevance
1234567
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | help-error-messages.test | 1 # 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/ |
D | iosbuild.sh | 83 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/ |
D | iosbuild.sh | 30 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/ |
D | iosbuild.sh | 31 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/ |
D | AppleBI.mk | 77 $(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 $@
|
D | options.mk | 45 LIPO := lipo
|
D | config.mk | 22 LIPO := lipo
|
D | lib_info.mk | 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | Makefile.in | 142 LIPO = @LIPO@
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 100 LIPO = @LIPO@
|
/external/speex/ti/speex_C55_test/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/VS2003/tests/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/VS2008/tests/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/ti/speex_C54_test/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/libexif/binary/ |
D | Makefile.in | 123 LIPO = @LIPO@
|
/external/speex/symbian/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/libogg/include/ogg/ |
D | Makefile.in | 105 LIPO = @LIPO@
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
D | Makefile.in | 142 LIPO = @LIPO@
|
/external/speex/win32/VS2005/libspeexdsp/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/libspeexdsp/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/ti/speex_C64_test/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/VS2003/libspeexdsp/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/VS2008/libspeexdsp/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/speex/win32/VS2005/tests/ |
D | Makefile.in | 158 LIPO = @LIPO@
|
/external/libexif/m4m/ |
D | Makefile.in | 123 LIPO = @LIPO@
|
1234567