Searched defs:enumerate (Results 1 - 11 of 11) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java63 void enumerate () throws IOException; method in interface:IPathEnumerator
75 public void enumerate () throws IOException method in class:IPathEnumerator.Factory.PathEnumerator
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp185 void NPObjectMessageReceiver::enumerate(bool& returnValue, Vector<NPIdentifierData>& identifiersData) function in class:WebKit::NPObjectMessageReceiver
187 if (!NP_CLASS_STRUCT_VERSION_HAS_ENUM(m_npObject->_class) || !m_npObject->_class->enumerate) {
195 returnValue = m_npObject->_class->enumerate(m_npObject, &identifiers, &identifierCount);
H A DNPObjectProxy.cpp220 bool NPObjectProxy::enumerate(NPIdentifier** identifiers, uint32_t* identifierCount) function in class:WebKit::NPObjectProxy
337 return toNPObjectProxy(npObject)->enumerate(identifiers, identifierCount);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp231 bool NPJSObject::enumerate(NPIdentifier** identifiers, uint32_t* identifierCount) function in class:WebKit::NPJSObject
376 return toNPJSObject(npObject)->enumerate(identifiers, identifierCount);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h308 NPEnumerationFunctionPtr enumerate; member in struct:NPClass
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp71 bool WebBindings::enumerate(NPP npp, NPObject* object, NPIdentifier** identifier, uint32_t* identifierCount) function in class:WebKit::WebBindings
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp172 bool enumerate(const Value *V1, const Value *V2);
367 if (!enumerate(GEP1->getOperand(i), GEP2->getOperand(i)))
377 bool FunctionComparator::enumerate(const Value *V1, const Value *V2) { function in class:FunctionComparator
423 if (!enumerate(F1I, F2I))
431 if (!enumerate(GEP1->getPointerOperand(), GEP2->getPointerOperand()))
445 if (!enumerate(OpF1, OpF2))
498 if (!enumerate(f1i, f2i))
517 if (!enumerate(F1BB, F2BB) || !compare(F1BB, F2BB))
/external/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java1050 Enumeration<Integer> enumer = enumerate();
1062 Enumeration<Integer> enumer = enumerate(1);
1082 Enumeration<Integer> enumer = enumerate(1, 2, 3);
1134 private static Enumeration<Integer> enumerate(Integer... ints) { method in class:IteratorsTest
/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h171 NPN_EnumerateProcPtr enumerate; member in struct:_NPNetscapeFuncs
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp608 void enumerate();
2032 QTest::newRow("enumerate all")
2052 void tst_QWebFrame::enumerate() function in class:tst_QWebFrame
2063 // enumerate in script
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 297 milliseconds