Searched refs:argTwo (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 850 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/ |
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
|