Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp626 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs() local
954 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod() local
990 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round() local
1210 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num() local
1229 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num() local
2233 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in Apr() local
2286 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in CTerm() local
2317 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in FV() local
2358 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IPmt() local
2458 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()