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

1 2

  /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 180 # platform build tree and copy them into objs/lib/ automatically, unless
267 mkdir -p objs/lib
279 cp $GLES_LIB objs/lib
442 # create the objs directory that is going to contain all generated files
445 mkdir -p objs
551 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/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...]
by_dir.c 424 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/
msfmrgts.cpp 201 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); local
202 //if(objs[7/*params.length*/] != NULL)
211 Formattable obj = objs[i];
240 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
242 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
247 delete [] objs;
699 Formattable *objs = 0; local
707 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
710 objs = mf->parse(formatted, pp, count)
742 Formattable *objs = mf->parse(forParsing, pp, count); local
839 Formattable *objs = mf->parse(texts[i], pp, count); local
882 Formattable objs [] = { local
    [all...]
  /external/clang/test/SemaCXX/
crashes.cpp 40 } objs[] = { member in namespace:rdar8605381
  /ndk/build/core/
setup-abi.mk 44 TARGET_OBJS := $(TARGET_OUT)/objs-debug
46 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/icu4c/i18n/unicode/
choicfmt.h 493 * @param objs The array of objects to be formatted.
494 * @param cnt The size of objs.
504 virtual UnicodeString& format(const Formattable* objs,
  /external/freetype/include/freetype/internal/
fttrace.h 31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
  /external/llvm/utils/
GenLibDeps.pl 75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
182 foreach my $obj (@objs ) {
376 foreach my $obj (@objs) {
  /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, 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...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 156 private void printRow(PrintStream ps, String format, Object...objs) {
157 ps.println(String.format(format, objs));
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 228 public void removeAll(List<Object> objs) {
232 for (Object o : objs) {
  /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/icu4c/i18n/
choicfmt.cpp 673 ChoiceFormat::format(const Formattable* objs,
686 double objDouble = objs[i].getDouble(status);

Completed in 747 milliseconds

1 2