Searched refs:argTwo (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 955 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/ |
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
|
/external/shflags/src/ |
D | shflags_test_parsing.sh | 278 _testNonFlagArgs 3 argOne argTwo arg3
|