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

1 2

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
makefile.26 28 bcmsdh_driver-objs = $(BCMSDHOFILES)
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
makefile.26 29 bcm4329-objs = $(DHDOFILES)
32 dhd-objs = $(DHDOFILES)
  /external/qemu/
Makefile 21 OBJS_DIR := objs
36 .PHONY: all libraries executables clean clean-config clean-objs-dir \
android-configure.sh 320 # create the objs directory that is going to contain all generated files
323 mkdir -p objs
404 config_h=objs/config-host.h
  /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
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 345 * @param objs array of classes to print the names
349 void appendArrayType(StringBuilder sb, Class[] objs) {
350 if (objs.length > 0) {
351 appendArrayType(sb, objs[0]);
352 for (int i = 1; i < objs.length; i++) {
354 appendArrayType(sb, objs[i]);
365 * @param objs array of classes to print the names
369 void appendArrayGenericType(StringBuilder sb, Type[] objs) {
370 if (objs.length > 0) {
371 appendGenericType(sb, objs[0])
    [all...]
  /external/qemu/distrib/
build-emulator.sh 34 cp objs/emulator $CURDIR/emulator
update-audio.sh 84 source=objs/libqemu-audio.a
  /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);
  /dalvik/tools/
gclog.py 85 objs = unfloat12((value >> 12) & 0xfff)
88 return ( freed, footprint, allowed, objs, bytes )
108 objs = unfloat12((value >> 12) & 0xfff)
111 return ( soft_limit, actual, allowed, objs, bytes )
157 print "+ freed=%d foot=%d allow=%d objs=%d bytes=%d" % \
159 print "+ soft=%d act=%d allow=%d objs=%d bytes=%d" % \
  /external/chromium/third_party/icu/source/test/intltest/
msfmrgts.cpp 200 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); local
201 //if(objs[7/*params.length*/] != NULL)
210 Formattable obj = objs[i];
239 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
241 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
246 delete [] objs;
698 Formattable *objs = 0; local
706 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
709 objs = mf->parse(formatted, pp, count)
741 Formattable *objs = mf->parse(forParsing, pp, count); local
838 Formattable *objs = mf->parse(texts[i], pp, count); local
881 Formattable objs [] = { local
    [all...]
  /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...]
  /ndk/build/core/
setup-abi.mk 34 TARGET_OBJS := $(TARGET_OUT)/objs-debug
36 TARGET_OBJS := $(TARGET_OUT)/objs
  /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/v8/test/cctest/
test-heap.cc 745 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) {
751 if (*objs[i] == obj) {
766 Handle<Object> objs[objs_count]; local
770 objs[next_objs_index++] = Factory::NewJSArray(10);
771 objs[next_objs_index++] = Factory::NewJSArray(10, TENURED);
774 objs[next_objs_index++] =
776 objs[next_objs_index++] =
784 objs[next_objs_index++] =
789 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[0])->map())
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
choicfmt.h 490 * @param objs The array of objects to be formatted.
491 * @param cnt The size of objs.
501 virtual UnicodeString& format(const Formattable* objs,
  /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) */
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 103 private void printRow(PrintStream ps, String format, Object...objs) {
104 ps.println(String.format(format, objs));
  /system/wlan/ti/sta_dk_4_0_4_32/
Makefile 116 wlan-objs := $(DK_OBJS) $(OS_OBJS)
  /external/libvpx/
examples.mk 130 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
139 $(call objs,$($(notdir $(bin)).SRCS)) \
148 CLEAN-OBJS += $(GEN_EXAMPLES)
233 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
  /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/chromium/third_party/icu/source/i18n/
choicfmt.cpp 673 ChoiceFormat::format(const Formattable* objs,
686 double objDouble = objs[i].getDouble(status);

Completed in 1351 milliseconds

1 2