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

1 2 3 4

  /build/kati/testcase/
static_pattern.mk 3 objs := $(patsubst ./%.cc,./%.o,$(srcs)) macro
7 out: $(objs)
9 $(objs): ./%.o: ./%.cc
  /external/compiler-rt/test/tsan/
unaligned_norace.cc 7 uint64_t objs[8*3*3*2][3]; variable
46 uint64_t *obj = objs[0];
unaligned_race.cc 7 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
106 volatile uint64_t *obj = objs[0];
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
  /external/selinux/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)
  /libcore/ojluni/src/main/java/java/security/
AlgorithmParameterGenerator.java 182 Object[] objs = Security.getImpl(algorithm, local
186 ((AlgorithmParameterGeneratorSpi)objs[0],
187 (Provider)objs[1],
235 Object[] objs = Security.getImpl(algorithm, local
239 ((AlgorithmParameterGeneratorSpi)objs[0], (Provider)objs[1],
279 Object[] objs = Security.getImpl(algorithm, local
283 ((AlgorithmParameterGeneratorSpi)objs[0], (Provider)objs[1],
AlgorithmParameters.java 191 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", local
193 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
194 (Provider)objs[1],
244 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", local
246 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
247 (Provider)objs[1],
289 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", local
291 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
292 (Provider)objs[1],
MessageDigest.java 186 Object[] objs = Security.getImpl(algorithm, "MessageDigest", local
188 if (objs[0] instanceof MessageDigest) {
189 MessageDigest md = (MessageDigest)objs[0];
190 md.provider = (Provider)objs[1];
194 new Delegate((MessageDigestSpi)objs[0], algorithm);
195 delegate.provider = (Provider)objs[1];
242 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); local
243 if (objs[0] instanceof MessageDigest) {
244 MessageDigest md = (MessageDigest)objs[0];
245 md.provider = (Provider)objs[1]
290 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
JsonUtilsTests.java 28 final Object[] objs = new Object[] { 1, "aaa", "bbb", 3 }; local
29 final List<Object> objArray = Arrays.asList(objs);
32 for (int i = 0; i < objs.length; ++i) {
33 assertEquals(objs[i], newObjArray.get(i));
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FrameNode.java 198 Object[] objs = new Object[l.size()]; local
199 for (int i = 0; i < objs.length; ++i) {
204 objs[i] = o;
206 return objs;
  /external/icu/icu4c/as_is/os400/
iculd.c 60 char objs[4024]; local
75 objs[0]=0;
148 strcat(objs,outputdir);
149 strcat(objs,"/");
150 strncat(objs,b,nlen);
151 strcat(objs, " ");
213 objs,
  /art/test/036-finalizer/src/
Main.java 139 Object[] objs = new Object[count]; local
141 objs[i] = new FinalizeCounter(i);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_document.py 111 objs = { variable in class:CloudSearchDocumentMultipleAddTest
131 for (key, obj) in self.objs.items():
138 self.assertTrue(arg['id'] in self.objs)
139 self.assertEqual(arg['version'], self.objs[arg['id']]['version'])
141 self.objs[arg['id']]['fields']['id'])
143 self.objs[arg['id']]['fields']['title'])
145 self.objs[arg['id']]['fields']['category'])
154 for (key, obj) in self.objs.items():
159 self.assertEqual(doc.adds, len(self.objs))
  /external/jemalloc/test/unit/
prof_reset.c 155 void *objs[OBJ_RING_BUF_COUNT]; local
157 memset(objs, 0, sizeof(objs));
172 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
185 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
  /art/tools/ahat/src/
InstanceUtils.java 54 Object[] objs = array.getValues(); local
55 byte[] bytes = new byte[objs.length];
56 for (int i = 0; i < objs.length; i++) {
57 Byte b = (Byte)objs[i];
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_document.py 130 objs = { variable in class:CloudSearchDocumentMultipleAddTest
148 for (key, obj) in self.objs.items():
155 self.assertTrue(arg['id'] in self.objs)
157 self.objs[arg['id']]['fields']['id'])
159 self.objs[arg['id']]['fields']['title'])
161 self.objs[arg['id']]['fields']['category'])
170 for (key, obj) in self.objs.items():
175 self.assertEqual(doc.adds, len(self.objs))
  /external/clang/test/SemaCXX/
crashes.cpp 46 } objs[] = { member in namespace:rdar8605381
  /external/libvpx/libvpx/build/make/
Makefile 93 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
94 rm -f $(CLEAN-OBJS)
243 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
344 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),)
345 -include $(filter %.d,$(OBJS-yes:.o=.d))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 94 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
95 rm -f $(CLEAN-OBJS)
206 CLEAN-OBJS += obj_int_extract
222 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
322 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),)
323 -include $(filter %.d,$(OBJS-yes:.o=.d))
  /libcore/ojluni/src/main/java/sun/security/x509/
CRLExtensions.java 150 Object[] objs = allExts.toArray(); local
152 for (int i = 0; i < objs.length; i++) {
153 if (objs[i] instanceof CertAttrSet)
154 ((CertAttrSet)objs[i]).encode(extOut);
155 else if (objs[i] instanceof Extension)
156 ((Extension)objs[i]).encode(extOut);
257 Object[] objs = otherC.toArray(); local
259 int len = objs.length;
266 if (objs[i] instanceof CertAttrSet)
267 key = ((CertAttrSet)objs[i]).getName()
    [all...]
CertificateExtensions.java 170 Object[] objs = allExts.toArray(); local
172 for (int i = 0; i < objs.length; i++) {
173 if (objs[i] instanceof CertAttrSet)
174 ((CertAttrSet)objs[i]).encode(extOut);
175 else if (objs[i] instanceof Extension)
176 ((Extension)objs[i]).encode(extOut);
307 Object[] objs = otherC.toArray(); local
309 int len = objs.length;
316 if (objs[i] instanceof CertAttrSet)
317 key = ((CertAttrSet)objs[i]).getName()
    [all...]
X509CRLEntryImpl.java 303 Object[] objs = allEntryExts.toArray(); local
305 sb.append("\n CRL Entry Extensions: " + objs.length);
306 for (int i = 0; i < objs.length; i++) {
308 Extension ext = (Extension)objs[i];
  /external/icu/icu4c/source/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegression.java 141 Object[] objs = messageFormatter.parse(tempBuffer, status); local
142 if (objs[paramArray.length] != null)
144 for (int i = 0; i < objs.length; i++) {
145 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
146 errln("Parse failed on object " + objs[i] + " at index : " + i);
176 Object[] objs = fmt.parse(str, pos); local
184 if (objs != null) {
185 errln("objs should be null");
436 Object[] objs = mf.parse(formatted, new ParsePosition(0)) local
450 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); local
497 Object[] objs = mf.parse(texts[i], pp); local
664 Map objs = messageFormatter.parseToMap(tempBuffer, status); local
701 Map objs = fmt.parseToMap(str, pos); local
753 Map objs = mf.parseToMap(null, new ParsePosition(0)); local
801 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegression.java 137 Object[] objs = messageFormatter.parse(tempBuffer, status); local
138 if (objs[paramArray.length] != null)
140 for (int i = 0; i < objs.length; i++) {
141 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
142 errln("Parse failed on object " + objs[i] + " at index : " + i);
172 Object[] objs = fmt.parse(str, pos); local
180 if (objs != null) {
181 errln("objs should be null");
432 Object[] objs = mf.parse(formatted, new ParsePosition(0)) local
446 Object[] objs = mf.parse(forParsing, new ParsePosition(0)); local
493 Object[] objs = mf.parse(texts[i], pp); local
660 Map objs = messageFormatter.parseToMap(tempBuffer, status); local
697 Map objs = fmt.parseToMap(str, pos); local
749 Map objs = mf.parseToMap(null, new ParsePosition(0)); local
797 Map objs = mf.parseToMap(forParsing, new ParsePosition(0)); local
    [all...]

Completed in 841 milliseconds

1 2 3 4