HomeSort by relevance Sort by last modified time
    Searched refs:objs (Results 1 - 25 of 63) sorted by null

1 2 3

  /ndk/sources/host-tools/make-3.81/
build.sh.in 55 objs="ar.${OBJEXT} arscan.${OBJEXT} commands.${OBJEXT} default.${OBJEXT} dir.${OBJEXT} expand.${OBJEXT} file.${OBJEXT} function.${OBJEXT} getopt.${OBJEXT} getopt1.${OBJEXT} implicit.${OBJEXT} job.${OBJEXT} main.${OBJEXT} misc.${OBJEXT} read.${OBJEXT} remake.${OBJEXT} rule.${OBJEXT} signame.${OBJEXT} strcache.${OBJEXT} variable.${OBJEXT} version.${OBJEXT} vpath.${OBJEXT} hash.${OBJEXT} remote-${REMOTE}.${OBJEXT} ${extras} ${ALLOCA}"
58 objs="$objs glob/fnmatch.${OBJEXT} glob/glob.${OBJEXT}"
63 for file in `echo ${objs} | sed 's/\.'${OBJEXT}'/.c/g'`; do
71 srcobjs="$objs"
72 objs=
74 objs="$objs `basename $obj`"
79 $CC $CFLAGS $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
  /external/qemu/distrib/sdl-1.2.12/
Makefile 20 OBJS_DIR := objs
40 .PHONY: all libraries executables clean clean-config clean-objs-dir \
android-configure.sh 184 # create the objs directory that is going to contain all generated files
187 mkdir -p objs
234 config_h=objs/SDL_config.h
505 cat sdl-config.in | sed -f $TMPC > objs/sdl-config
506 chmod +x objs/sdl-config
518 cp -f android/build/$OS/$1 objs/$1
  /external/qemu/
android-rebuild.sh 24 rm -rf objs &&
Makefile 31 OBJS_DIR := objs
47 .PHONY: all libraries executables clean clean-config clean-objs-dir \
android-configure.sh 184 # platform build tree and copy them into objs/lib/ automatically, unless
280 mkdir -p objs/lib
292 cp $GLES_LIB objs/lib
455 # create the objs directory that is going to contain all generated files
458 mkdir -p objs
565 config_h=objs/config-host.h
  /external/qemu/distrib/
build-emulator.sh 34 cp objs/emulator $CURDIR/emulator
update-audio.sh 84 source=objs/libqemu-audio.a
  /external/libsepol/tests/
Makefile 18 objs := $(patsubst %.c,%.o,$(wildcard *.c)) macro
34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
35 $(CC) $(CFLAGS) $(CPPFLAGS) $(objs) $(parserobjs) -lfl -lcunit -lcurses $(LIBSEPOL) -o $@
44 rm -f $(objs) $(EXE)
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestIDList.java 44 Map<Integer, Object> objs = new HashMap<Integer, Object>(); field in class:TestIDList.StateCol
60 objs.put(id, new Object());
67 Set<Integer> keys = objs.keySet();
71 System.out.println(keysArr[i]+" => "+objs.get(keysArr[i]).hashCode());
118 Object val = state.objs.get(i);
145 for (Map.Entry<Integer, Object> entry : state.objs.entrySet()){
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 74 QObjectList objs = QPluginLoader::staticInstances(); local
75 for (int i = 0; i < objs.size(); ++i) {
76 m_plugin = qobject_cast<QWebKitPlatformPlugin*>(objs[i]);
  /external/openssl/crypto/x509/
x509_lu.c 184 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
205 sk_X509_OBJECT_free(ret->objs);
249 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
298 tmp=X509_OBJECT_retrieve_by_subject(ctx->objs,type,name);
353 if (X509_OBJECT_retrieve_match(ctx->objs, obj))
360 else sk_X509_OBJECT_push(ctx->objs, obj);
386 if (X509_OBJECT_retrieve_match(ctx->objs, obj))
393 else sk_X509_OBJECT_push(ctx->objs, obj);
496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt)
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 203 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); local
204 //if(objs[7/*params.length*/] != NULL)
213 Formattable obj = objs[i];
242 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
244 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
249 delete [] objs;
701 Formattable *objs = 0; local
709 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
712 objs = mf->parse(formatted, pp, count)
744 Formattable *objs = mf->parse(forParsing, pp, count); local
841 Formattable *objs = mf->parse(texts[i], pp, count); local
884 Formattable objs [] = { local
    [all...]
  /external/clang/test/SemaCXX/
crashes.cpp 40 } objs[] = { member in namespace:rdar8605381
  /gdk/build/core/
setup-abi.mk 32 TARGET_OBJS := $(TARGET_OUT)/objs-debug
34 TARGET_OBJS := $(TARGET_OUT)/objs
  /ndk/build/core/
setup-abi.mk 50 TARGET_OBJS := $(TARGET_OUT)/objs-debug
52 TARGET_OBJS := $(TARGET_OUT)/objs
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1040 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectOutputStream
1054 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectInputStream
1070 ObjectStreamClass[] objs = new ObjectStreamClass[1000]; local
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1039 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectOutputStream
1053 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectInputStream
1069 ObjectStreamClass[] objs = new ObjectStreamClass[1000]; local
    [all...]
  /external/zlib/
Makefile 70 OBJS = $(OBJC) $(OBJA)
125 libz.a: $(OBJS)
126 $(AR) $(ARFLAGS) $@ $(OBJS)
156 -@mkdir objs 2>/dev/null || test -d objs
157 $(CC) $(SFLAGS) -DPIC -c -o objs/$*.o $<
158 -@mv objs/$*.o $@
165 -@rmdir objs
247 rm -rf objs
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/freetype/include/freetype/internal/
fttrace.h 31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 143 @Override public List<Object> apply(List<Optional<?>> objs) {
144 return Lists.transform(objs, OPTIONAL_TO_NULLABLE);
  /external/llvm/utils/
GenLibDeps.pl 75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
180 foreach my $obj (@objs ) {
374 foreach my $obj (@objs) {
  /external/icu4c/i18n/unicode/
choicfmt.h 404 * @param objs The array of objects to be formatted.
405 * @param cnt The size of objs.
415 virtual UnicodeString& format(const Formattable* objs,

Completed in 524 milliseconds

1 2 3