| /ndk/sources/host-tools/make-3.81/ |
| Makefile.ami | 120 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \ 156 make: $(objs) $(GLOB) 157 $(CC) Link $(LDFLAGS) $(objs) Lib $(GLOB) $(LOADLIBES) To make.new 270 $(objs): config.h
|
| makefile.vms | 91 objs = commands.obj,job.obj,dir.obj,file.obj,misc.obj,hash.obj,\ 108 make.exe: $(objs)
|
| NMakefile | 76 OBJS = \ 107 $(OUTDIR)/make.exe: $(OUTDIR) $(OBJS) 109 $(LDFLAGS) $(LIBS) $(OBJS)
|
| SMakefile | 126 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \ 162 make: $(objs) glob/glob.lib 163 $(CC) Link $(LDFLAGS) $(objs) $(LOADLIBES) To make.new
|
| /external/kernel-headers/original/linux/ |
| slab.h | 38 #define SLAB_RED_ZONE 0x00000400UL /* Red zone objs in a cache */ 40 #define SLAB_HWCACHE_ALIGN 0x00002000UL /* align objs on a h/w cache lines */
|
| /ndk/docs/text/ |
| NDK-BUILD.text | 80 NDK are now stored in different directories (e.g. obj/local/<abi>/objs and 81 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
|
| /packages/apps/Settings/src/com/android/settings/deviceinfo/ |
| MiscFilesHandler.java | 228 public void removeAll(List<Object> objs) { 232 for (Object o : objs) {
|
| /external/qemu/ |
| android-configure.sh | 181 # platform build tree and copy them into objs/lib/ automatically, unless 297 mkdir -p objs/lib 309 cp $GLES_LIB objs/lib 472 # create the objs directory that is going to contain all generated files 475 mkdir -p objs 586 config_h=objs/config-host.h
|
| INSTALL | 99 The emulator binary is located into objs/emulator, you can strip it and
|
| /external/e2fsprogs/e2fsck/ |
| Makefile.in | 64 OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \ 116 e2fsck: $(OBJS) $(DEPLIBS) 118 $(Q) $(LD) $(ALL_LDFLAGS) -o e2fsck $(OBJS) $(LIBS) 120 e2fsck.static: $(OBJS) $(STATIC_DEPLIBS) 122 $(Q) $(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS)
|
| /external/llvm/utils/ |
| GenLibDeps.pl | 75 my @objs = grep(/LLVM.*\.o$/,sort(@files)); 180 foreach my $obj (@objs ) { 374 foreach my $obj (@objs) {
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| pyclbr.py | 330 objs = dict.values() 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0), 333 for obj in objs:
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| pyclbr.py | 330 objs = dict.values() 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0), 333 for obj in objs:
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
| SerializationStressTest3.java | 55 * This method is not answering it the objs is equal. It is 131 * This method is not answering it the objs is equal. It is 160 * This method is not answering it the objs is equal. Is is 190 * This method is not answering it the objs is equal. Is is 218 * This method is not answering it the objs is equal. Is is 247 * This method is not answering it the objs is equal. Is is 275 * This method is not answering it the objs is equal. Is is 304 * This method is not answering it the objs is equal. It is [all...] |
| /external/e2fsprogs/lib/blkid/ |
| Makefile.in | 21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \ 191 $(OBJS): subdirs $(HFILES_IN)
|
| /external/e2fsprogs/lib/e2p/ |
| Makefile.in | 19 OBJS= feature.o fgetflags.o fsetflags.o fgetversion.o fsetversion.o \ 112 $(OBJS): subdirs
|
| /external/e2fsprogs/lib/uuid/ |
| Makefile.in | 19 OBJS= clear.o \ 188 $(OBJS): subdirs uuid.h
|
| /frameworks/native/libs/binder/ |
| Parcel.cpp | [all...] |
| /external/v8/test/cctest/ |
| test-heap.cc | 788 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) { 794 if (*objs[i] == obj) { 809 Handle<Object> objs[objs_count]; local 813 objs[next_objs_index++] = FACTORY->NewJSArray(10); 814 objs[next_objs_index++] = FACTORY->NewJSArray(10, FAST_ELEMENTS, TENURED); 817 objs[next_objs_index++] = 819 objs[next_objs_index++] = 827 objs[next_objs_index++] = 832 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map()) [all...] |
| /external/chromium_org/tools/gyp/pylib/gyp/generator/ |
| make.py | 554 """Return true if the file is compilable (should be in OBJS).""" 725 # Actions must come first, since they can generate more OBJs for use below. [all...] |
| /external/dropbear/libtommath/ |
| makefile.shared | 83 objs: $(OBJECTS)
|
| /external/lzma/CPP/7zip/Bundles/Alone7z/ |
| makefile | 172 OBJS = \
|
| /external/lzma/CPP/7zip/Bundles/Format7zR/ |
| makefile | 112 OBJS = \
|
| /frameworks/base/core/java/android/text/ |
| Html.java | 595 Object[] objs = text.getSpans(0, text.length(), kind); local 597 if (objs.length == 0) { 600 return objs[objs.length - 1];
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_weakref.py | [all...] |