HomeSort by relevance Sort by last modified time
    Searched full:objs (Results 151 - 175 of 383) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libpng/scripts/
makefile.bc32 52 OBJS = \
129 $(LIBNAME): $(OBJS)
makefile.bor 61 OBJS = \
136 $(LIBNAME): $(OBJS)
makefile.so9 77 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
81 OBJSDLL = $(OBJS:.o=.pic.o)
90 libpng.a: $(OBJS)
91 $(AR_RC) $@ $(OBJS)
133 $(OLDSOVER): $(OBJS)
makefile.solaris 73 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
77 OBJSDLL = $(OBJS:.o=.pic.o)
86 libpng.a: $(OBJS)
87 $(AR_RC) $@ $(OBJS)
130 $(OLDSOVER): $(OBJS)
makefile.solaris-x86 73 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
77 OBJSDLL = $(OBJS:.o=.pic.o)
86 libpng.a: $(OBJS)
87 $(AR_RC) $@ $(OBJS)
130 $(OLDSOVER): $(OBJS)
makefile.32sunu 76 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
80 OBJSDLL = $(OBJS:.o=.pic.o)
89 libpng.a: $(OBJS)
90 $(AR_RC) $@ $(OBJS)
makefile.64sunu 76 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
80 OBJSDLL = $(OBJS:.o=.pic.o)
89 libpng.a: $(OBJS)
90 $(AR_RC) $@ $(OBJS)
makefile.cygwin 113 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
117 OBJSDLL = $(OBJS:.o=.pic.o)
162 $(STATLIB): $(OBJS)
163 ar rc $@ $(OBJS)
makefile.elf 88 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
92 OBJSDLL = $(OBJS:.o=.pic.o)
101 libpng.a: $(OBJS)
102 $(AR_RC) $@ $(OBJS)
makefile.gcmmx 100 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
104 OBJSDLL = $(OBJS:.o=.pic.o)
113 libpng.a: $(OBJS)
114 $(AR_RC) $@ $(OBJS)
makefile.hpgcc 84 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
88 OBJSDLL = $(OBJS:.o=.pic.o)
97 libpng.a: $(OBJS)
98 $(AR_RC) $@ $(OBJS)
makefile.linux 80 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
84 OBJSDLL = $(OBJS:.o=.pic.o)
93 libpng.a: $(OBJS)
94 $(AR_RC) $@ $(OBJS)
makefile.mingw 113 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
117 OBJSDLL = $(OBJS:.o=.pic.o)
163 $(STATLIB): $(OBJS)
164 $(AR) rc $@ $(OBJS)
makefile.nommx 80 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
84 OBJSDLL = $(OBJS:.o=.pic.o)
93 libpng.a: $(OBJS)
94 $(AR_RC) $@ $(OBJS)
  /external/libvpx/libvpx/build/make/
Makefile 94 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
95 rm -f $(CLEAN-OBJS)
192 CLEAN-OBJS += obj_int_extract
208 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
308 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),)
309 -include $(filter %.d,$(OBJS-yes:.o=.d))
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 436 SmallVector<const Value *, 4> Objs;
439 if (getUnderlyingObjects(MI, Objs)) {
440 for (SmallVectorImpl<const Value *>::const_iterator I = Objs.begin();
441 I != Objs.end(); ++I)
473 SmallVector<Value *, 4> Objs;
474 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
476 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end();
  /external/mesa3d/docs/
GL3.txt 50 Texture buffer objs (GL_ARB_texture_buffer_object) DONE for OpenGL 3.1 contexts (i965)
52 Uniform buffer objs (GL_ARB_uniform_buffer_object) DONE (i965)
  /external/bzip2/
Makefile 30 OBJS= blocksort.o \
46 libbz2.a: $(OBJS)
48 $(AR) cq libbz2.a $(OBJS)
  /external/chromium_org/chrome/tools/
history-viz.py 113 def ClusterBy(objs, pred):
117 dictionary mapping pred(obj) -> all objs with the same pred(obj)."""
119 for obj in objs:
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 323 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}]
325 for (var i in objs) {
326 var obj = objs[i]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
  /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/freetype/include/freetype/internal/
fttrace.h 31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 95 OBJS = \
  /external/lzma/CPP/7zip/UI/Console/
makefile 92 OBJS = \

Completed in 1041 milliseconds

1 2 3 4 5 67 8 91011>>