Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp519 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/
DIMethods.java123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod()
DMethodsImpl.java232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod()