Searched refs:argTwo (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1680 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/ |
D | shflags_parsing_test.sh | 250 testMultipleNonFlagArgs() { _testNonFlagArgs 3 argOne argTwo arg3; }
|
/external/mockito/src/test/java/org/mockitousage/ |
D | IMethods.java | 123 String simpleMethod(String argOne, Integer argTwo); in simpleMethod() argument
|
D | MethodsImpl.java | 232 public String simpleMethod(String argOne, Integer argTwo) { in simpleMethod() argument
|