Home
last modified time | relevance | path

Searched refs:argTwo (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp850 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod() local
851 if (argOne->IsNull() || argTwo->IsNull()) { in Mod()
859 FX_DOUBLE dDivisor = ExtractDouble(pThis, argTwo.get(), &argTwoResult); in Mod()
900 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round() local
901 if (argTwo->IsNull()) { in Round()
907 FX_DOUBLE dPrecision = ExtractDouble(pThis, argTwo.get(), &dPrecisionRet); in Round()
2349 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr() local
2351 if (ValueIsNull(pThis, argOne.get()) || ValueIsNull(pThis, argTwo.get()) || in Apr()
2358 FX_DOUBLE nPayment = ValueToDouble(pThis, argTwo.get()); in Apr()
2403 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm() local
[all …]
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod() argument
DMethodsImpl.java232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod() argument
/external/shflags/src/
Dshflags_test_parsing.sh278 _testNonFlagArgs 3 argOne argTwo arg3