Home
last modified time | relevance | path

Searched refs:startNew (Results 1 – 10 of 10) sorted by relevance

/external/jdiff/src/jdiff/
DAPIComparator.java489 int startNew = newClass.methods_.indexOf(oldMethod); in compareAllMethods() local
493 startNew != -1 && startNew == endNew) { in compareAllMethods()
494 MethodAPI newMethod = (MethodAPI)(newClass.methods_.get(startNew)); in compareAllMethods()
540 int startNew = newClass.methods_.indexOf(newMethod); in compareAllMethods() local
544 startNew != -1 && startNew == endNew) { in compareAllMethods()
/external/pdfium/fxjs/xfa/
Dcjx_breakafter.h20 JS_PROP(startNew);
Dcjx_breakbefore.h20 JS_PROP(startNew);
Dcjx_break.h28 JS_PROP(startNew);
Dcjx_breakafter.cpp21 void CJX_BreakAfter::startNew(CFXJSE_Value* pValue, in startNew() function in CJX_BreakAfter
Dcjx_breakbefore.cpp21 void CJX_BreakBefore::startNew(CFXJSE_Value* pValue, in startNew() function in CJX_BreakBefore
Dcjx_break.cpp69 void CJX_Break::startNew(CFXJSE_Value* pValue, in startNew() function in CJX_Break
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp577 {0x453eaf38, L"startNew", (XFA_ATTRIBUTE_CALLBACK)&CJX_Break::startNew,
723 (XFA_ATTRIBUTE_CALLBACK)&CJX_BreakBefore::startNew,
3631 {0x453eaf38, L"startNew", (XFA_ATTRIBUTE_CALLBACK)&CJX_BreakAfter::startNew,