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

/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/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.cpp74 QObjectList objs = QPluginLoader::staticInstances(); local
75 for (int i = 0; i < objs.size(); ++i) {
76 m_plugin = qobject_cast<QWebKitPlatformPlugin*>(objs[i]);
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestIDList.java44 Map<Integer, Object> objs = new HashMap<Integer, Object>(); field in class:TestIDList.StateCol
60 objs.put(id, new Object());
67 Set<Integer> keys = objs.keySet();
71 System.out.println(keysArr[i]+" => "+objs.get(keysArr[i]).hashCode());
118 Object val = state.objs.get(i);
145 for (Map.Entry<Integer, Object> entry : state.objs.entrySet()){
/external/clang/test/SemaCXX/
H A Dcrashes.cpp40 } objs[] = { member in namespace:rdar8605381
/external/libvpx/build/make/
H A DMakefile173 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/icu4c/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/icu4c/i18n/
H A Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, argument
484 double objDouble = objs[i].getDouble(status);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java1040 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectOutputStream
1043 public TestObjectOutputStream(OutputStream out, ObjectStreamClass[] objs) throws IOException { argument
1045 this.objs = objs;
1050 objs[pos++] = osc; }
1054 private ObjectStreamClass[] objs; field in class:ObjectInputStreamTest.TestObjectInputStream
1057 public TestObjectInputStream(InputStream in, ObjectStreamClass[] objs) throws IOException { argument
1059 this.objs = objs;
1064 return objs[po
[all...]
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.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/v8/test/cctest/
H A Dtest-heap.cc788 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) { argument
794 if (*objs[i] == obj) {
809 Handle<Object> objs[objs_count]; local
813 objs[next_objs_index++] = FACTORY->NewJSArray(10);
814 objs[next_objs_index++] = FACTORY->NewJSArray(10, FAST_ELEMENTS, TENURED);
817 objs[next_objs_index++] =
819 objs[next_objs_index++] =
827 objs[next_objs_index++] =
832 objs[next_objs_index++] = Handle<Map>(HeapObject::cast(*objs[
[all...]
/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/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 1162 milliseconds