Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp955 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Mod() local
956 if (argOne->IsNull() || argTwo->IsNull()) { in Mod()
964 double dDivisor = ExtractDouble(pThis, argTwo.get(), &argTwoResult); in Mod()
1005 std::unique_ptr<CFXJSE_Value> argTwo = args.GetValue(1); in Round() local
1006 if (argTwo->IsNull()) { in Round()
1012 double dPrecision = ExtractDouble(pThis, argTwo.get(), &dPrecisionRet); in Round()
2234 std::unique_ptr<CFXJSE_Value> argTwo = GetSimpleValue(pThis, args, 1); in Apr() local
2236 if (ValueIsNull(pThis, argOne.get()) || ValueIsNull(pThis, argTwo.get()) || in Apr()
2243 double nPayment = ValueToDouble(pThis, argTwo.get()); in Apr()
2287 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