Searched defs:argOne (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 519 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs() local 849 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod() local 885 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round() local 1119 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num() local 1140 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num() local 2348 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Apr() local 2402 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in CTerm() local 2434 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in FV() local 2475 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IPmt() local 2575 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Pmt() 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()
|