HomeSort by relevance Sort by last modified time
    Searched refs:objs (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/jpeg/
ltmain.sh 385 objs=
556 objs="$objs $arg"
856 if test -n "$objs"; then
857 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1
1087 if test -n "$objs"; then
1104 reload_objs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'`
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 385 objs=
556 objs="$objs $arg"
856 if test -n "$objs"; then
857 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1
1087 if test -n "$objs"; then
1104 reload_objs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'`
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 673 ChoiceFormat::format(const Formattable* objs,
686 double objDouble = objs[i].getDouble(status);
  /external/chromium_org/tools/win/split_link/
split_link.py 319 objs = GetLibObjList(input_file)
321 for obj in objs:
336 '%s, %s matched a lib, but no objs' % (lib_spec, obj_spec))
374 Log('%d sub .objs added to part %d' % (len(part), i))
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 468 ChoiceFormat::format(const Formattable* objs,
484 double objDouble = objs[i].getDouble(status);
  /external/opencv/cvaux/src/
cveigenobjects.cpp 1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 601 Object[] objs = text.getSpans(0, text.length(), kind); local
603 if (objs.length == 0) {
606 return objs[objs.length - 1];
  /external/chromium_org/v8/test/mjsunit/es6/
symbols.js 354 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}]
356 for (var i in objs) {
357 var obj = objs[i]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 235 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
247 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) \
326 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
libs.mk 30 CLEAN-OBJS += $$(BUILD_PFX)$(1) $(2).S
39 OBJS-yes += $$(BUILD_PFX)$(2).o
40 CLEAN-OBJS += $$(BUILD_PFX)$(1)
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
56 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
207 CLEAN-OBJS += libvpx_srcs.txt
237 CLEAN-OBJS += vpx.def
267 LIBVPX_OBJS=$(call objs,$(CODEC_SRCS))
268 OBJS-$(BUILD_LIBVPX) += $(LIBVPX_OBJS)
301 CLEAN-OBJS += libvpx.ve
    [all...]
  /external/libvpx/libvpx/
examples.mk 238 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
250 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) \
329 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
libs.mk 30 CLEAN-OBJS += $$(BUILD_PFX)$(1) $(2).S
39 OBJS-yes += $$(BUILD_PFX)$(2).o
40 CLEAN-OBJS += $$(BUILD_PFX)$(1)
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
56 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
207 CLEAN-OBJS += libvpx_srcs.txt
237 CLEAN-OBJS += vpx.def
267 LIBVPX_OBJS=$(call objs,$(CODEC_SRCS))
268 OBJS-$(BUILD_LIBVPX) += $(LIBVPX_OBJS)
301 CLEAN-OBJS += libvpx.ve
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 238 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
250 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) \
329 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
libs.mk 30 CLEAN-OBJS += $$(BUILD_PFX)$(1) $(2).S
39 OBJS-yes += $$(BUILD_PFX)$(2).o
40 CLEAN-OBJS += $$(BUILD_PFX)$(1)
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
56 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
207 CLEAN-OBJS += libvpx_srcs.txt
237 CLEAN-OBJS += vpx.def
267 LIBVPX_OBJS=$(call objs,$(CODEC_SRCS))
268 OBJS-$(BUILD_LIBVPX) += $(LIBVPX_OBJS)
301 CLEAN-OBJS += libvpx.ve
    [all...]
  /ndk/build/core/
build-all.mk 35 clean clean-objs-dir \
  /external/qemu/android/build/
common.sh 549 local out_dir=${1:-objs}
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 567 """Return true if the file is compilable (should be in OBJS)."""
738 # Actions must come first, since they can generate more OBJs for use below.
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 165 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
179 objs[0] = args;
181 objs[i] = 0;
200 objs[i] = PyTuple_GET_ITEM(args, i);
203 objs[l] = 0;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.h 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
  /external/libunwind/aux/
ltmain.sh 785 objs=
1247 *) objs="$objs $arg" ;;
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st

Completed in 2328 milliseconds

1 23 4 5 6