Home
last modified time | relevance | path

Searched defs:argTwo (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1680 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod() local
1730 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round() local
2590 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr() local
2643 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm() local
2674 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in FV() local
2715 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in IPmt() local
2815 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Pmt() local
2850 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PPmt() local
2908 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PV() local
2943 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Rate() local
[all …]
/external/mockito/src/test/java/org/mockitousage/
DMethodsImpl.java232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod()
DIMethods.java123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod()