Searched refs:argOne (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 626 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs() local 627 if (ValueIsNull(pThis, argOne.get())) { in Abs() 632 double dValue = ValueToDouble(pThis, argOne.get()); in Abs() 954 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Mod() local 956 if (argOne->IsNull() || argTwo->IsNull()) { in Mod() 962 double dDividend = ExtractDouble(pThis, argOne.get(), &argOneResult); in Mod() 990 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Round() local 991 if (argOne->IsNull()) { in Round() 997 double dValue = ExtractDouble(pThis, argOne.get(), &dValueRet); in Round() 1210 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num() local [all …]
|
/external/shflags/src/ |
D | shflags_test_parsing.sh | 273 _testNonFlagArgs 1 argOne 278 _testNonFlagArgs 3 argOne argTwo arg3 284 _testNonFlagArgs 3 argOne 'arg two' 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
|