Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1680 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod() local
1681 if (argOne->IsNull() || argTwo->IsNull()) { in Mod()
1689 double dDivisor = ExtractDouble(pThis, argTwo.get(), &argTwoResult); in Mod()
1730 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round() local
1731 if (argTwo->IsNull()) { in Round()
1737 double dPrecision = ExtractDouble(pThis, argTwo.get(), &dPrecisionRet); in Round()
2590 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr() local
2592 if (ValueIsNull(pThis, argOne.get()) || ValueIsNull(pThis, argTwo.get()) || in Apr()
2599 double nPayment = ValueToDouble(pThis, argTwo.get()); in Apr()
2643 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in CTerm() local
[all …]
/external/shflags/
Dshflags_parsing_test.sh250 testMultipleNonFlagArgs() { _testNonFlagArgs 3 argOne argTwo arg3; }
/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