Searched defs:argTwo (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 850 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod() local 900 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round() local 2349 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr() local 2403 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm() local 2435 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in FV() local 2476 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in IPmt() local 2576 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Pmt() local 2611 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PPmt() local 2669 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in PV() local 2704 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Rate() local [all …]
|
/external/mockito/src/test/java/org/mockitousage/ |
D | IMethods.java | 123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod()
|
D | MethodsImpl.java | 232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod()
|