Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/test/intltest/
Dmsfmrgts.cpp203 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local
701 Formattable *objs = 0; in Test4118592() local
744 Formattable *objs = mf->parse(forParsing, pp, count); in Test4118594() local
841 Formattable *objs = mf->parse(texts[i], pp, count); in Test4120552() local
884 Formattable objs [] = { in Test4142938() local
/external/libsepol/tests/
DMakefile18 objs := $(patsubst %.c,%.o,$(wildcard *.c)) macro
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtPlatformPlugin.cpp74 QObjectList objs = QPluginLoader::staticInstances(); in loadStaticallyLinkedPlugin() local
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestIDList.java44 Map<Integer, Object> objs = new HashMap<Integer, Object>(); field in TestIDList.StateCol
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java1040 private ObjectStreamClass[] objs; field in ObjectInputStreamTest.TestObjectOutputStream
1043 … public TestObjectOutputStream(OutputStream out, ObjectStreamClass[] objs) throws IOException { in TestObjectOutputStream()
1054 private ObjectStreamClass[] objs; field in ObjectInputStreamTest.TestObjectInputStream
1057 public TestObjectInputStream(InputStream in, ObjectStreamClass[] objs) throws IOException { in TestObjectInputStream()
1070 ObjectStreamClass[] objs = new ObjectStreamClass[1000]; in test_readObject_replacedClassDescriptor() local
/external/clang/test/SemaCXX/
Dcrashes.cpp40 } objs[] = { variable
/external/libvpx/build/make/
DMakefile173 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro
/external/icu4c/i18n/
Dchoicfmt.cpp468 ChoiceFormat::format(const Formattable* objs, in format()
/external/opencv/cvaux/src/
Dcveigenobjects.cpp1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local
1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); in cvCalcEigenObjects() local
/external/v8/test/cctest/
Dtest-heap.cc788 static int ObjectsFoundInHeap(Handle<Object> objs[], int size) { in ObjectsFoundInHeap()
809 Handle<Object> objs[objs_count]; in TEST() local