/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | FunctionEvaluationException.java | 38 private double[] argument; field in FunctionEvaluationException 46 public FunctionEvaluationException(double argument) { in FunctionEvaluationException() 58 public FunctionEvaluationException(double[] argument) { in FunctionEvaluationException() 71 public FunctionEvaluationException(double argument, in FunctionEvaluationException() 84 public FunctionEvaluationException(double argument, in FunctionEvaluationException() 98 public FunctionEvaluationException(double[] argument, in FunctionEvaluationException() 111 public FunctionEvaluationException(double[] argument, in FunctionEvaluationException() 124 public FunctionEvaluationException(Throwable cause, double argument) { in FunctionEvaluationException() 136 public FunctionEvaluationException(Throwable cause, double[] argument) { in FunctionEvaluationException() 151 double argument, String pattern, in FunctionEvaluationException() [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | module.hpp | 56 struct argument { struct 57 enum type { 69 enum ext_type { 74 enum semantic { 82 argument(enum type type, size_t size, in argument() argument 90 argument(enum type type, size_t size) : in argument() function 95 argument() : type(scalar), size(0), in argument() argument 99 type type; 100 size_t size; 101 size_t target_size; [all …]
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | CapturingArgumentsTest.java | 66 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_allow_assertions_on_captured_argument() local 79 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_allow_assertions_on_all_captured_arguments() local 93 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_allow_assertions_on_last_argument() local 121 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_allow_assertions_on_captured_null() local 135 ArgumentCaptor<List<Person>> argument = ArgumentCaptor.forClass(List.class); in should_allow_construction_of_captor_for_parameterized_type_in_a_convenient_way() local 142 ArgumentCaptor<List<?>> argument = ArgumentCaptor.forClass(ArrayList.class); in should_allow_construction_of_captor_for_a_more_specific_type() local 149 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_allow_capturing_for_stubbing() local 162 ArgumentCaptor<String> argument = ArgumentCaptor.forClass(String.class); in should_capture_when_stubbing_only_when_entire_invocation_matches() local 175 ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class); in should_say_something_smart_when_misused() local 200 ArgumentCaptor<Integer> argument = ArgumentCaptor.forClass(Integer.class); in should_capture_int_by_creating_captor_with_primitive_wrapper() local [all …]
|
/external/boringssl/src/tool/ |
D | internal.h | 61 struct argument { struct 68 std::vector<std::string> &args, const struct argument *templates); argument
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 45 public function EmptyCall(\Grpc\Testing\PBEmpty $argument, 59 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, 75 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument, 90 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument, 144 public function UnimplementedCall(\Grpc\Testing\PBEmpty $argument,
|
D | EchoTestServiceClient.php | 39 public function Echo(\Grpc\Testing\EchoRequest $argument, 62 public function ResponseStream(\Grpc\Testing\EchoRequest $argument, 85 public function Unimplemented(\Grpc\Testing\EchoRequest $argument,
|
D | ReconnectServiceClient.php | 43 public function Start(\Grpc\Testing\ReconnectParams $argument, 56 public function Stop(\Grpc\Testing\PBEmpty $argument,
|
D | MetricsServiceClient.php | 47 public function GetAllGauges(\Grpc\Testing\EmptyMessage $argument, 61 public function GetGauge(\Grpc\Testing\GaugeRequest $argument,
|
D | WorkerServiceClient.php | 74 public function CoreCount(\Grpc\Testing\CoreRequest $argument, 88 public function QuitWorker(\Grpc\Testing\PBVoid $argument,
|
D | ServiceAClient.php | 50 public function MethodA1(\Grpc\Testing\Request $argument, 78 public function MethodA3(\Grpc\Testing\Request $argument,
|
D | BenchmarkServiceClient.php | 43 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, 83 public function StreamingFromServer(\Grpc\Testing\SimpleRequest $argument,
|
/external/mockito/src/test/java/org/mockito/internal/matchers/text/ |
D | MatcherToStringTest.java | 16 public boolean matches(Object argument) { in matches() 22 public boolean matches(Object argument) { in matches() 31 public boolean matches(Object argument) { in matches()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 40 void *IncrementerThread(void *argument) { in IncrementerThread() 56 void *argument) { in Callback() 73 CallbackArgument argument; in TEST() local 111 void *AdvancedIncrementerThread(void *argument) { in AdvancedIncrementerThread() 143 void *argument) { in AdvancedCallback() 166 AdvancedCallbackArgument argument; in TEST() local 193 void *argument) { in SegvCallback()
|
D | sanitizer_stoptheworld_testlib.cc | 35 void *argument) { in Callback() 39 void *SuspenderThread(void *argument) { in SuspenderThread()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | FormatUtils.cpp | 18 UString MyFormatNew(const UString &format, const UString &argument) in MyFormatNew() 25 UString MyFormatNew(UINT resourceID, const UString &argument) in MyFormatNew()
|
/external/v8/src/inspector/ |
D | v8-function-call.cc | 54 void V8FunctionCall::appendArgument(const String16& argument) { in appendArgument() 58 void V8FunctionCall::appendArgument(int argument) { in appendArgument() 62 void V8FunctionCall::appendArgument(bool argument) { in appendArgument()
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
D | CapturingMatcher.java | 27 public boolean matches(Object argument) { in matches() 57 public void captureFrom(Object argument) { in captureFrom()
|
/external/desugar/java/com/google/devtools/common/options/ |
D | OptionsParsingException.java | 29 public OptionsParsingException(String message, String argument) { in OptionsParsingException() 38 public OptionsParsingException(String message, String argument, Throwable throwable) { in OptionsParsingException()
|
/external/mockito/src/main/java/org/mockito/internal/invocation/ |
D | TypeSafeMatching.java | 23 public boolean apply(ArgumentMatcher matcher, Object argument) { in apply() 33 private static boolean isCompatible(ArgumentMatcher<?> argumentMatcher, Object argument) { in isCompatible()
|
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
D | TypeSafeMatchingTest.java | 118 public boolean matches(Integer argument) { in matchesWithSubTypeExtendingGenericClass() 134 public boolean matches(Integer argument) { in dontMatchesWithSubTypeExtendingGenericClass() 153 public boolean matches(T argument) { in passEveryArgumentTypeIfNoBridgeMethodWasGenerated()
|
/external/gptfdisk/ |
D | gptcl.cc | 485 int GPTDataCL::BuildMBR(char* argument, int isHybrid) { in BuildMBR() 532 int CountColons(char* argument) { in CountColons() 542 uint64_t GetInt(const string & argument, int itemNum) { in GetInt() 553 string GetString(string argument, int itemNum) { in GetString()
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | InterceptorTest.php | 67 SimpleRequest $argument, 97 $argument, 116 $argument, 172 $argument, 192 $argument,
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaFinderProxy.java | 111 Object argument = arguments[i]; in bindQueryNamedParameters() local 120 jpaQuery.setParameter(named.value(), argument); in bindQueryNamedParameters() local 123 jpaQuery.setParameter(named.value(), argument); in bindQueryNamedParameters() local 135 Object argument = arguments[i]; in bindQueryRawParameters() local
|
/external/python/cpython2/Lib/ |
D | sched.py | 46 def enterabs(self, time, priority, action, argument): argument 57 def enter(self, delay, priority, action, argument): argument
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | CompareMatcherTest.java | 113 public boolean matches(Integer argument) { in matchesWithSubTypeExtendingGenericClass() 126 public boolean matches(T argument) { in matchesWithSubTypeGenericMethod()
|