/external/boringssl/src/crypto/obj/ |
D | objects.go | 196 objs := &objects{ 201 objs.byNID[0] = object{ 208 objs.nameToNID["undef"] = 0 335 nid = len(objs.byNID) 336 objs.byNID = append(objs.byNID, object{}) 339 objs.byNID[nid] = obj 340 objs.nameToNID[obj.name] = nid 350 return objs, nil 353 func writeNumbers(path string, objs *objects) error { 360 for nid, obj := range objs.byNID { [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegressionTest.java | 138 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local 139 if (objs[paramArray.length] != null) in Test4031438() 141 for (int i = 0; i < objs.length; i++) { in Test4031438() 142 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438() 143 errln("Parse failed on object " + objs[i] + " at index : " + i); in Test4031438() 174 Object[] objs = fmt.parse(str, pos); in Test4052223() local 182 if (objs != null) { in Test4052223() 445 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local 448 if (objs == null) logln(" null"); in Test4118592() 449 else logln(" " + objs[0]); in Test4118592() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 139 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() local 140 if (objs[paramArray.length] != null) in Test4031438() 142 for (int i = 0; i < objs.length; i++) { in Test4031438() 143 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438() 144 errln("Parse failed on object " + objs[i] + " at index : " + i); in Test4031438() 175 Object[] objs = fmt.parse(str, pos); in Test4052223() local 183 if (objs != null) { in Test4052223() 446 Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() local 449 if (objs == null) logln(" null"); in Test4118592() 450 else logln(" " + objs[0]); in Test4118592() [all …]
|
/external/libxml2/VxWorks/ |
D | Makefile | 54 mkdir -p objs 58 lib$(NAME).so : init $(patsubst %.o, objs/%.o, $(OBJS)) 59 $(CC) $(FLAGS) $(LIB_LDFLAGS) -shared -o $@ $(patsubst %.o, objs/%.o, $(OBJS)) 61 (NAME).out : init $(patsubst %.o, objs/%.o, $(OBJS)) 62 $(CC) $(FLAGS) -o $@ $(patsubst %.o, objs/%.o, $(OBJS)) 64 objs/%.o: src/%.c 68 rm -fR *.so objs
|
/external/jemalloc/src/ |
D | quarantine.c | 28 size = offsetof(quarantine_t, objs) + ((ZU(1) << lg_maxobjs) * in quarantine_init() 77 memcpy(ret->objs, &quarantine->objs[quarantine->first], in quarantine_grow() 85 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a in quarantine_grow() 87 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b * in quarantine_grow() 99 quarantine_obj_t *obj = &quarantine->objs[quarantine->first]; in quarantine_drain_one() 147 quarantine_obj_t *obj = &quarantine->objs[offset]; in quarantine()
|
/external/icu/icu4c/as_is/os400/ |
D | iculd.c | 62 char objs[4024]; in main() local 77 objs[0]=0; in main() 150 strcat(objs,outputdir); in main() 151 strcat(objs,"/"); in main() 152 strncat(objs,b,nlen); in main() 153 strcat(objs, " "); in main() 215 objs, in main()
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 193 ret->objs = sk_X509_OBJECT_new(x509_object_cmp); in X509_STORE_new() 194 if (ret->objs == NULL) in X509_STORE_new() 213 if (ret->objs) in X509_STORE_new() 214 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new() 264 sk_X509_OBJECT_pop_free(vfy->objs, cleanup); in X509_STORE_free() 308 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name); in X509_STORE_get_by_subject() 354 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_cert() 359 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) { in X509_STORE_add_cert() 390 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_crl() 395 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) { in X509_STORE_add_crl() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 206 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local 216 Formattable obj = objs[i]; in Test4031438() 247 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i); in Test4031438() 252 delete [] objs; in Test4031438() 704 Formattable *objs = 0; in Test4118592() local 715 objs = mf->parse(formatted, pp, count); in Test4118592() 719 if (objs == NULL) in Test4118592() 723 if(objs[0].getType() == Formattable::kString) in Test4118592() 724 logln((UnicodeString)" " + objs[0].getString(temp)); in Test4118592() 726 …logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592() [all …]
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenManager.java | 217 private static int getTweensCount(List<BaseTween<?>> objs) { in getTweensCount() argument 219 for (int i=0, n=objs.size(); i<n; i++) { in getTweensCount() 220 BaseTween<?> obj = objs.get(i); in getTweensCount() 227 private static int getTimelinesCount(List<BaseTween<?>> objs) { in getTimelinesCount() argument 229 for (int i=0, n=objs.size(); i<n; i++) { in getTimelinesCount() 230 BaseTween<?> obj = objs.get(i); in getTimelinesCount()
|
/external/selinux/libsepol/tests/ |
D | Makefile | 18 objs := $(patsubst %.c,%.o,$(wildcard *.c)) macro 34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL) 35 $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit -lcurses $(LIBSEPOL) -o $@ 44 rm -f $(objs) $(EXE)
|
/external/libcups/filter/ |
D | interpret.c | 69 _cups_ps_obj_t *objs; /* Objects in stack */ member 734 if (!push_stack(st, st->objs + n)) in copy_stack() 752 free(st->objs); in delete_stack() 866 for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++) in error_stack() 884 return (push_stack(st, st->objs + n)); in index_stack() 903 if ((st->objs = calloc(32, sizeof(_cups_ps_obj_t))) == NULL) in new_stack() 924 return (st->objs + st->num_objs); in pop_stack() 948 if ((temp = realloc(st->objs, (size_t)st->alloc_objs * in push_stack() 952 st->objs = temp; in push_stack() 956 temp = st->objs + st->num_objs; in push_stack() [all …]
|
/external/jemalloc/test/unit/ |
D | prof_reset.c | 157 void *objs[OBJ_RING_BUF_COUNT]; in thd_start() local 159 memset(objs, 0, sizeof(objs)); in thd_start() 174 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start() 187 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 367 %objs = alloca [2 x i8*], align 16 372 %objs.begin = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 374 store i8* %call1, i8** %objs.begin, align 8 375 %objs.elt = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 1 377 store i8* %call1, i8** %objs.elt 388 %gep = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 2 396 %objs_ptr = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 445 %objs = alloca [2 x i8*], align 16 451 %objs.begin = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 453 store i8* %call1, i8** %objs.begin, align 8 [all …]
|
/external/jemalloc/ |
D | coverage.sh | 8 objs=$@ 10 gcov -b -p -f -o "${objdir}" ${objs}
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | access.py | 207 for objs in tgts.values(): 208 for av in objs.values(): 221 for objs in tgts.values(): 222 l += len(objs)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | parallelizer.py | 67 def __init__(self, objs): argument 68 self._orig_objs = objs 69 self._objs = objs
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | parallelizer.py | 67 def __init__(self, objs): argument 68 self._orig_objs = objs 69 self._objs = objs
|
/external/compiler-rt/test/tsan/ |
D | unaligned_norace.cc | 7 uint64_t objs[8*3*3*2][3]; variable 46 uint64_t *obj = objs[0]; in Test()
|
D | unaligned_race.cc | 7 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable 106 volatile uint64_t *obj = objs[0]; in Test()
|
/external/zlib/src/ |
D | Makefile.in | 158 -@mkdir objs 2>/dev/null || test -d objs 159 $(CC) $(SFLAGS) -DPIC -c -o objs/$*.o $< 160 -@mv objs/$*.o $@ 167 -@rmdir objs 250 rm -rf objs
|
/external/swiftshader/third_party/LLVM/utils/ |
D | GenLibDeps.pl | 75 my @objs = grep(/LLVM.*\.o$/,sort(@files)); 182 foreach my $obj (@objs ) { 376 foreach my $obj (@objs) {
|
/external/llvm/utils/ |
D | GenLibDeps.pl | 75 my @objs = grep(/LLVM.*\.o$/,sort(@files)); 178 foreach my $obj (@objs ) { 372 foreach my $obj (@objs) {
|
/external/libvpx/libvpx/ |
D | tools.mk | 46 OBJS-$(NOT_MSVS) += $(call objs,$(ALL_SRCS)) 53 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) -lm)))
|
/external/pdfium/core/fxcrt/ |
D | cfx_retain_ptr_unittest.cpp | 229 PseudoRetainable objs[2]; in TEST() local 230 CFX_RetainPtr<PseudoRetainable> obj1_ptr(&objs[0]); in TEST() 231 CFX_RetainPtr<PseudoRetainable> obj2_ptr(&objs[1]); in TEST()
|
/external/jemalloc/include/jemalloc/internal/ |
D | quarantine.h | 25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member
|