HomeSort by relevance Sort by last modified time
    Searched defs:objs (Results 1 - 10 of 10) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/
Makefile 116 wlan-objs := $(DK_OBJS) $(OS_OBJS)
  /external/libvpx/build/make/
Makefile 90 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
91 rm -f $(CLEAN-OBJS)
157 CLEAN-OBJS += obj_int_extract
173 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
252 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),)
253 -include $(filter %.d,$(OBJS-yes:.o=.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...]
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 397 Object[] objs = { new Double(3.1415) }; local
398 String result = mf.format(objs);
  /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...]
  /frameworks/base/core/java/android/text/
Html.java 570 Object[] objs = text.getSpans(0, text.length(), kind); local
572 if (objs.length == 0) {
575 return objs[objs.length - 1];
  /external/openssl/crypto/x509/
x509_vfy.h 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
  /external/openssl/include/openssl/
x509_vfy.h 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
  /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...]

Completed in 1127 milliseconds