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

1234

/external/jemalloc/
H A Dcoverage.sh8 objs=$@
10 gcov -b -p -f -o "${objdir}" ${objs}
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/
H A Dsprites.js6 var objs;
13 objs = [];
23 objs.push(obj);
26 for (var i = 0, len = objs.length; i < len; ++i) {
27 var obj = objs[i];
/external/qemu/distrib/sdl-1.2.15/
H A DMakefile20 OBJS_DIR := objs
40 .PHONY: all libraries executables clean clean-config clean-objs-dir \
H A Dandroid-configure.sh184 # 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
/external/jemalloc/src/
H A Dquarantine.c31 quarantine = (quarantine_t *)imalloc(offsetof(quarantine_t, objs) +
60 /* objs ring buffer data are contiguous. */
61 memcpy(ret->objs, &quarantine->objs[quarantine->first],
64 /* objs ring buffer data wrap around. */
69 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a
71 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b *
82 quarantine_obj_t *obj = &quarantine->objs[quarantin
[all...]
/external/libsepol/tests/
H A DMakefile18 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)
/external/qemu/
H A DMakefile31 OBJS_DIR := objs
46 .PHONY: all libraries executables clean clean-config clean-objs-dir \
H A Dandroid-rebuild.sh17 OUT_DIR=objs
69 rm -rf objs
/external/chromium_org/build/android/pylib/utils/
H A Dparallelizer.py67 def __init__(self, objs):
68 assert (objs is not None and len(objs) > 0), (
70 self._orig_objs = objs
71 self._objs = objs
/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];
H A Dunaligned_race.cc10 volatile uint64_t objs[8*2*(2 + 4 + 8)][2]; variable
109 volatile uint64_t *obj = objs[0];
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_lu.c184 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_X50
[all...]
/external/openssl/crypto/x509/
H A Dx509_lu.c184 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_X50
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFrameNode.java198 Object[] objs = new Object[l.size()];
199 for (int i = 0; i < objs.length; ++i) {
204 objs[i] = o;
206 return objs;
H A DMethodNode.java382 private Object[] getLabelNodes(final Object[] objs) { argument
383 Object[] nodes = new Object[objs.length];
384 for (int i = 0; i < objs.length; ++i) {
385 Object o = objs[i];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp201 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
742 Formattable *objs = mf->parse(forParsing, pp, count); local
839 Formattable *objs = mf->parse(texts[i], pp, count); local
882 Formattable objs [] = { local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp203 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
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/qemu/distrib/
H A Dupdate-audio.sh84 source=objs/libqemu-audio.a
H A Dpackage-release.sh147 rm -rf objs/*
148 run scp $HOST:$DST_DIR/$PKG_FILE_PREFIX/qemu/objs/emulator* objs/
149 run scp -r $HOST:$DST_DIR/$PKG_FILE_PREFIX/qemu/objs/lib objs/lib
384 UNCHECKED_FILES=$(git ls-files -o -x objs/ -x images/emulator_icon.o)
437 cp -rfp qemu/objs/emulator* bin/ &&
485 run cp -p objs/emulator* "$TEMP_PKG_DIR"/tools
486 if [ -d "objs/lib" ]; then
489 run2 cp -rp objs/li
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m216 old.objs = {};
366 for n=1:length(old.objs)
367 set(old.objs{n}, old.prop{n}, old.values{n});
407 function outData = LocalPushOldData(inData, objs, prop, values)
408 outData.objs = {inData.objs{:}, objs};
480 outData.objs = {inData.objs{:}, inArray};
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dprivate.js302 var objs = [{}, [], Object.create(null), Object(1), new Map, function(){}]
304 for (var i in objs) {
305 var obj = objs[i]
/external/llvm/utils/
H A DGenLibDeps.pl75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
180 foreach my $obj (@objs ) {
374 foreach my $obj (@objs) {
/external/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h407 * @param objs The array of objects to be formatted.
408 * @param cnt The size of objs.
418 virtual UnicodeString& format(const Formattable* objs,
/external/chromium_org/chrome/tools/
H A Dhistory-viz.py113 def ClusterBy(objs, pred):
117 dictionary mapping pred(obj) -> all objs with the same pred(obj)."""
119 for obj in objs:

Completed in 993 milliseconds

1234