Searched defs:argOne (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1351 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs() local 1679 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod() local 1715 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round() local 1933 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num() local 1952 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num() local 2589 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Apr() local 2642 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in CTerm() local 2673 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in FV() local 2714 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IPmt() local 2814 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Pmt() local [all …]
|
/external/mockito/src/test/java/org/mockitousage/ |
D | MethodsImpl.java | 232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod()
|
D | IMethods.java | 123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod()
|