Searched refs:objs (Results 1 - 25 of 56) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/
H A DMakefile20 OBJS_DIR := objs
40 .PHONY: all libraries executables clean clean-config clean-objs-dir \
H A Dandroid-configure.sh184 # 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/
H A Dandroid-rebuild.sh24 rm -rf objs &&
H A DMakefile31 OBJS_DIR := objs
47 .PHONY: all libraries executables clean clean-config clean-objs-dir \
H A Dandroid-configure.sh181 # 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
/external/qemu/distrib/
H A Dbuild-emulator.sh34 cp objs/emulator $CURDIR/emulator
H A Dupdate-audio.sh84 source=objs/libqemu-audio.a
/external/libsepol/tests/
H A DMakefile18 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/
H A DTestIDList.java44 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/
H A DQtPlatformPlugin.cpp74 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/
H A Dx509_lu.c184 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_X50
[all...]
H A Dby_dir.c424 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
425 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
/external/icu4c/test/intltest/
H A Dmsfmrgts.cpp203 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
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/
H A Dcrashes.cpp40 } objs[] = { member in namespace:rdar8605381
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java1040 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectOutputStream
1043 public TestObjectOutputStream(OutputStream out, ObjectStreamClass[] objs) throws IOException { argument
1045 this.objs = objs;
1050 objs[pos++] = osc; }
1054 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectInputStream
1057 public TestObjectInputStream(InputStream in, ObjectStreamClass[] objs) throws IOException { argument
1059 this.objs = objs;
1064 return objs[po
[all...]
/external/mksh/src/
H A DBuild.sh1584 objs=
1662 objs="$objs$sp${op}bc"
1664 objs="$objs$sp${op}o"
1670 echo "llvm-link -o - $objs | opt $optflags | llc -o mksh.s" >>Rebuild.sh
1674 lobjs=$objs
1694 OBJS_BP= $objs
1727 objs="-o $mkshexe"
1730 objs
[all...]
/external/llvm/utils/
H A DGenLibDeps.pl75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
180 foreach my $obj (@objs ) {
374 foreach my $obj (@objs) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... .osgi.service.security.TrustEngine[] getTrustEngines () Object[] objs org.eclipse.osgi.service.security. ...
/external/freetype/include/freetype/internal/
H A Dfttrace.h31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderFactory.java143 @Override public List<Object> apply(List<Optional<?>> objs) {
144 return Lists.transform(objs, OPTIONAL_TO_NULLABLE);
/external/icu4c/i18n/unicode/
H A Dchoicfmt.h404 * @param objs The array of objects to be formatted.
405 * @param cnt The size of objs.
415 virtual UnicodeString& format(const Formattable* objs,
/external/v8/test/cctest/
H A Dtest-heap.cc788 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) { argument
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[
[all...]
/external/jpeg/
H A Dltmain.sh385 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'`
1214 dlprefiles=`$echo "X$objs$dlprefiles " | $Xsed -e 's/\.lo /.o /g' -e 's/ $//'`
1542 oldobjs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'`
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh385 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'`
1214 dlprefiles=`$echo "X$objs$dlprefiles " | $Xsed -e 's/\.lo /.o /g' -e 's/ $//'`
1542 oldobjs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'`
/external/icu4c/i18n/
H A Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, argument
484 double objDouble = objs[i].getDouble(status);

Completed in 742 milliseconds

123