Searched refs:objs (Results 1 - 25 of 123) sorted by relevance

12345

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dextconf.rb7 $objs = ["protobuf.o", "defs.o", "storage.o", "message.o",
/external/freetype/
H A DMakefile29 OBJ_DIR ?= $(TOP_DIR)/objs
/external/jemalloc/
H A Dcoverage.sh8 objs=$@
10 gcov -b -p -f -o "${objdir}" ${objs}
/external/libxml2/VxWorks/
H A DMakefile54 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/python/cpython2/Modules/
H A Dld_so_aix.in123 objs="$objs $1"
139 if test -z "$objs"; then
170 #echo " -> object files: $objs"
183 #echo $makexp $expfile "$objfile" $objs
184 $makexp $expfile "$objfile" $objs
H A Dmakesetup198 objs=''
212 objs="$objs $obj"
228 yes) OBJS="$OBJS $objs";;
232 case $objs in
240 rule="$file: $objs"
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
/external/python/cpython3/Modules/
H A Dld_so_aix.in123 objs="$objs $1"
139 if test -z "$objs"; then
170 #echo " -> object files: $objs"
183 #echo $makexp $expfile "$objfile" $objs
184 $makexp $expfile "$objfile" $objs
H A Dmakesetup200 objs=''
214 objs="$objs $obj"
230 yes) OBJS="$OBJS $objs";;
238 rule="$file: $objs"
239 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
/external/selinux/libsepol/tests/
H A DMakefile18 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c))) macro
34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
35 $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit -lcurses $(LIBSEPOL) -o $@
44 rm -f $(objs) $(EXE)
/external/toolchain-utils/android_bench_suite/
H A Dfix_json.py51 objs = json.load(fout)
52 for obj in objs:
56 json.dump(objs, fout)
/external/icu/icu4c/as_is/os400/
H A Diculd.c62 char objs[4024]; local
77 objs[0]=0;
150 strcat(objs,outputdir);
151 strcat(objs,"/");
152 strncat(objs,b,nlen);
153 strcat(objs, " ");
215 objs,
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenManager.java217 private static int getTweensCount(List<BaseTween<?>> objs) { argument
219 for (int i=0, n=objs.size(); i<n; i++) {
220 BaseTween<?> obj = objs.get(i);
227 private static int getTimelinesCount(List<BaseTween<?>> objs) { argument
229 for (int i=0, n=objs.size(); i<n; i++) {
230 BaseTween<?> obj = objs.get(i);
/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
/external/jemalloc/src/
H A Dquarantine.c28 size = offsetof(quarantine_t, objs) + ((ZU(1) << lg_maxobjs) *
76 /* objs ring buffer data are contiguous. */
77 memcpy(ret->objs, &quarantine->objs[quarantine->first],
80 /* objs ring buffer data wrap around. */
85 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a
87 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b *
99 quarantine_obj_t *obj = &quarantine->objs[quarantin
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java145 Object[] objs = messageFormatter.parse(tempBuffer, status);
146 if (objs[paramArray.length] != null)
148 for (int i = 0; i < objs.length; i++) {
149 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
150 errln("Parse failed on object " + objs[i] + " at index : " + i);
181 Object[] objs = fmt.parse(str, pos);
189 if (objs != null) {
190 errln("objs should be null");
452 Object[] objs
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java142 Object[] objs = messageFormatter.parse(tempBuffer, status);
143 if (objs[paramArray.length] != null)
145 for (int i = 0; i < objs.length; i++) {
146 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) {
147 errln("Parse failed on object " + objs[i] + " at index : " + i);
178 Object[] objs = fmt.parse(str, pos);
186 if (objs != null) {
187 errln("objs should be null");
449 Object[] objs
[all...]
/external/compiler-rt/test/tsan/
H A Dunaligned_norace.cc7 uint64_t objs[8*3*3*2][3]; variable
46 uint64_t *obj = objs[0];
/external/boringssl/src/crypto/x509/
H A Dx509_lu.c192 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
193 if (ret->objs == NULL)
212 if (ret->objs)
213 sk_X509_OBJECT_free(ret->objs);
263 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
307 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name);
353 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
358 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) {
389 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
394 } else if (!sk_X509_OBJECT_push(ctx->objs, ob
[all...]
/external/swiftshader/third_party/subzero/pydir/
H A Dcrosstest.py118 objs = []
184 objs.append(obj_sz)
198 objs.append(obj_llc)
202 objs.append((
231 shellcmd([compiler] + target_params + [args.driver] + objs +
272 objs.append(obj_llc)
274 LinkNonsfi(objs, os.path.join(args.dir, args.output), args.target)
276 LinkSandbox(objs, os.path.join(args.dir, args.output), args.target)
278 LinkNative(objs, os.path.join(args.dir, args.output), args.target)
H A Dszbuild.py110 def LinkSandbox(objs, exe, target, verbose=True):
134 objs +
149 def LinkNonsfi(objs, exe, target, verbose=True):
170 objs +
185 def LinkNative(objs, exe, target, verbose=True):
210 objs +
459 objs = [obj_partial]
461 objs.append(
465 LinkNative(objs, exe, args.target, args.verbose)
/external/freetype/src/tools/ftrandom/
H A DMakefile5 OBJ_DIR ?= $(TOP_DIR)/objs
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp206 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); local
207 //if(objs[7/*params.length*/] != NULL)
216 Formattable obj = objs[i];
245 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
247 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
252 delete [] objs;
704 Formattable *objs = 0; local
712 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
715 objs
747 Formattable *objs = mf->parse(forParsing, pp, count); local
844 Formattable *objs = mf->parse(texts[i], pp, count); local
887 Formattable objs [] = { local
[all...]
/external/jemalloc/test/unit/
H A Dprof_reset.c157 void *objs[OBJ_RING_BUF_COUNT]; local
159 memset(objs, 0, sizeof(objs));
174 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
187 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
/external/chromium-trace/catapult/devil/devil/utils/
H A Dparallelizer.py67 def __init__(self, objs):
68 self._orig_objs = objs
69 self._objs = objs
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dparallelizer.py67 def __init__(self, objs):
68 self._orig_objs = objs
69 self._objs = objs

Completed in 649 milliseconds

12345