Searched defs:objs (Results 1 - 25 of 29) sorted by relevance

12

/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/jemalloc/include/jemalloc/internal/
H A Dquarantine.h25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */ member in struct:quarantine_s
/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/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DMakefile241 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/libvpx/libvpx/build/make/
H A DMakefile222 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, argument
484 double objDouble = objs[i].getDouble(status);
/external/chromium_org/third_party/icu/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/clang/test/SemaCXX/
H A Dcrashes.cpp40 } objs[] = { member in namespace:rdar8605381
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, argument
484 double objDouble = objs[i].getDouble(status);
/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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... .osgi.service.security.TrustEngine[] getTrustEngines () Object[] objs org.eclipse.osgi.service.security. ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
1372 objs[i] = obj_data;
1393 CV_CALL( icvCalcEigenObjects_8u32fR( nObjects, (void*) objs, obj_step,
1397 cvFree( &objs );
1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
1429 objs[i] = obj_data;
1432 (void*) objs,
1444 cvFree( &objs );
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h185 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/external/openssl/crypto/x509/
H A Dx509_vfy.h187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/external/openssl/include/openssl/
H A Dx509_vfy.h187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc905 static int ObjectsFoundInHeap(Heap* heap, Handle<Object> objs[], int size) { argument
911 if (*objs[i] == obj) {
928 Handle<Object> objs[objs_count]; local
932 objs[next_objs_index++] = factory->NewJSArray(10);
933 objs[next_objs_index++] = factory->NewJSArray(10,
938 objs[next_objs_index++] = factory->NewStringFromStaticChars("abcdefghij");
939 objs[next_objs_index++] =
947 objs[next_objs_index++] = factory->NewStringFromAsciiChecked(str, TENURED);
951 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[
[all...]
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 499 milliseconds

12