/external/autotest/site_utils/ |
D | dut_status.py | 144 def _include_status(status, arguments): argument 165 def _print_host_summaries(history_list, arguments): argument 204 def _print_hosts(history_list, arguments): argument 230 def _validate_time_range(arguments): argument 264 def _get_host_histories(afe, arguments): argument 299 def _validate_host_list(afe, arguments): argument 340 def _validate_format_options(arguments): argument 362 def _validate_command(afe, arguments): argument
|
D | test_that.py | 69 def validate_arguments(arguments): argument 193 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument 252 def _main_for_local_run(argv, arguments): argument 335 def _main_for_lab_run(argv, arguments): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | MathRuntimeException.java | 53 private final Object[] arguments; field in MathRuntimeException 64 public MathRuntimeException(final String pattern, final Object ... arguments) { in MathRuntimeException() 76 public MathRuntimeException(final Localizable pattern, final Object ... arguments) { in MathRuntimeException() 106 final String pattern, final Object ... arguments) { in MathRuntimeException() 121 final Localizable pattern, final Object ... arguments) { in MathRuntimeException() 136 final Object ... arguments) { in buildMessage() 231 final Object ... arguments) { in createArithmeticException() 244 final Object ... arguments) { in createArithmeticException() 275 … final Object ... arguments) { in createArrayIndexOutOfBoundsException() 288 … final Object ... arguments) { in createArrayIndexOutOfBoundsException()
|
D | FunctionEvaluationException.java | 72 String pattern, Object ... arguments) { in FunctionEvaluationException() 85 Localizable pattern, Object ... arguments) { in FunctionEvaluationException() 99 String pattern, Object ... arguments) { in FunctionEvaluationException() 112 Localizable pattern, Object ... arguments) { in FunctionEvaluationException() 152 Object ... arguments) { in FunctionEvaluationException() 167 Object ... arguments) { in FunctionEvaluationException() 183 Object ... arguments) { in FunctionEvaluationException() 198 Object ... arguments) { in FunctionEvaluationException()
|
D | MathConfigurationException.java | 47 public MathConfigurationException(String pattern, Object ... arguments) { in MathConfigurationException() 58 public MathConfigurationException(Localizable pattern, Object ... arguments) { in MathConfigurationException() 78 public MathConfigurationException(Throwable cause, String pattern, Object ... arguments) { in MathConfigurationException() 90 public MathConfigurationException(Throwable cause, Localizable pattern, Object ... arguments) { in MathConfigurationException()
|
D | ConvergenceException.java | 50 public ConvergenceException(String pattern, Object ... arguments) { in ConvergenceException() 61 public ConvergenceException(Localizable pattern, Object ... arguments) { in ConvergenceException() 83 public ConvergenceException(Throwable cause, String pattern, Object ... arguments) { in ConvergenceException() 95 public ConvergenceException(Throwable cause, Localizable pattern, Object ... arguments) { in ConvergenceException()
|
D | MathException.java | 52 private final Object[] arguments; field in MathException 72 public MathException(String pattern, Object ... arguments) { in MathException() 84 public MathException(Localizable pattern, Object ... arguments) { in MathException() 114 public MathException(Throwable rootCause, String pattern, Object ... arguments) { in MathException() 128 public MathException(Throwable rootCause, Localizable pattern, Object ... arguments) { in MathException()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | TestThread.java | 89 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception { in callAndAssertReturns() 100 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments) in callAndAssertReturns() 112 public void callAndAssertReturns(int expected, String methodName, Object... arguments) in callAndAssertReturns() 125 Class<? extends Throwable> expected, String methodName, Object... arguments) in callAndAssertThrows() 139 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception { in callAndAssertBlocks() 190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() 214 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() 218 private Method getMethod(String methodName, Object... arguments) throws Exception { in getMethod() 265 final Object[] arguments; field in TestThread.Request 267 Request(String methodName, Object[] arguments) { in Request()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | TestThread.java | 89 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception { in callAndAssertReturns() 100 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments) in callAndAssertReturns() 112 public void callAndAssertReturns(int expected, String methodName, Object... arguments) in callAndAssertReturns() 125 Class<? extends Throwable> expected, String methodName, Object... arguments) in callAndAssertThrows() 139 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception { in callAndAssertBlocks() 190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() 214 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() 218 private Method getMethod(String methodName, Object... arguments) throws Exception { in getMethod() 265 final Object[] arguments; field in TestThread.Request 267 Request(String methodName, Object[] arguments) { in Request()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | MethodCallExpr.java | 64 private NodeList<Expression> arguments; field in MethodCallExpr 70 public MethodCallExpr(String name, Expression... arguments) { in MethodCallExpr() 82 …c MethodCallExpr(final Expression scope, final String name, final NodeList<Expression> arguments) { in MethodCallExpr() 86 …ope, final NodeList<Type> typeArguments, final String name, final NodeList<Expression> arguments) { in MethodCallExpr() 90 …thodCallExpr(final Expression scope, final SimpleName name, final NodeList<Expression> arguments) { in MethodCallExpr() 95 … final NodeList<Type> typeArguments, final SimpleName name, final NodeList<Expression> arguments) { in MethodCallExpr() 103 … Expression scope, NodeList<Type> typeArguments, SimpleName name, NodeList<Expression> arguments) { in MethodCallExpr() 140 public MethodCallExpr setArguments(final NodeList<Expression> arguments) { in setArguments()
|
D | ObjectCreationExpr.java | 70 private NodeList<Expression> arguments; field in ObjectCreationExpr 86 …pr(final Expression scope, final ClassOrInterfaceType type, final NodeList<Expression> arguments) { in ObjectCreationExpr() 91 …OrInterfaceType type, final NodeList<Type> typeArguments, final NodeList<Expression> arguments, fi… in ObjectCreationExpr() 99 …pe, ClassOrInterfaceType type, NodeList<Type> typeArguments, NodeList<Expression> arguments, NodeL… in ObjectCreationExpr() 169 public ObjectCreationExpr setArguments(final NodeList<Expression> arguments) { in setArguments()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | executable.cc | 83 absl::Span<const ShapedBuffer* const> arguments, in ExecuteOnStream() 105 absl::Span<const ShapedBuffer* const> arguments, in ExecuteAsyncOnStream() 120 std::vector<ExecutionInput> arguments, in ExecuteOnStream() 132 absl::Span<const absl::Span<const ShapedBuffer* const>> arguments) { in ExecuteOnStreams() 164 absl::Span<const ShapedBuffer* const> arguments) { in ExecuteOnStreamWrapper() 175 std::vector<ExecutionInput> arguments) { in ExecuteOnStreamWrapper() 281 absl::Span<const ShapedBuffer* const> arguments) { in ExecuteAsyncOnStreamWrapper() 292 std::vector<ExecutionInput> arguments) { in ExecuteAsyncOnStreamWrapper() 303 void Executable::MarkToBeReleasedArguments(absl::Span<ExecutionInput> arguments, in MarkToBeReleasedArguments()
|
/external/skia/src/sksl/ir/ |
D | SkSLFunctionCall.h | 25 ExpressionArray arguments) in FunctionCall() 48 ExpressionArray& arguments() { in arguments() function 52 const ExpressionArray& arguments() const { in arguments() function
|
D | SkSLExternalFunctionCall.h | 25 ExternalFunctionCall(int offset, const ExternalFunction* function, ExpressionArray arguments) in ExternalFunctionCall() 30 ExpressionArray& arguments() { in arguments() function 34 const ExpressionArray& arguments() const { in arguments() function
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | client_library_test_base.cc | 106 XlaBuilder* builder, absl::Span<GlobalData* const> arguments) { in Execute() 113 const XlaComputation& computation, absl::Span<GlobalData* const> arguments, in ExecuteAndTransfer() 125 XlaBuilder* builder, absl::Span<GlobalData* const> arguments, in ExecuteAndTransfer() 133 const XlaComputation& computation, absl::Span<GlobalData* const> arguments, in ExecuteAndTransferReference() 146 XlaBuilder* builder, absl::Span<GlobalData* const> arguments) { in ExecuteToString() 164 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR1() 172 absl::Span<GlobalData* const> arguments, const Shape* shape_with_layout) { in ComputeAndCompareLiteral() 179 absl::Span<GlobalData* const> arguments, ErrorSpec error, in ComputeAndCompareLiteral() 187 absl::Span<GlobalData* const> arguments, in ComputeAndCompareLiteralWithAllOutputLayouts() 212 absl::Span<GlobalData* const> arguments, in ComputeAndCompareLiteralWithAllInputLayouts() [all …]
|
D | client_library_test_base.h | 451 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR0() 460 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR0() 476 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR1() 485 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR1() 501 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR2() 511 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR2() 528 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR3() 538 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR3() 555 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR4() 565 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR4() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/ |
D | ListeningConnector.java | 84 String startListening(Map<String,? extends Connector.Argument> arguments) in startListening() 97 void stopListening(Map<String,? extends Connector.Argument> arguments) in stopListening() 115 VirtualMachine accept(Map<String,? extends Connector.Argument> arguments) in accept()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | DataDrivenTestHelper.java | 60 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() 71 public boolean isTestLine(List<String> arguments) { in isTestLine() 78 List<String> arguments = lines.get(i); in test() local 139 List<String> arguments = SEMICOLON.splitToList(line); in load() local 165 abstract public void handle(boolean breakpoint, String commentBase, List<String> arguments); in handle() 167 public void handleParams(String comment, List<String> arguments) { in handleParams()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DataDrivenTestHelper.java | 63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() 74 public boolean isTestLine(List<String> arguments) { in isTestLine() 81 List<String> arguments = lines.get(i); in test() local 145 List<String> arguments = SEMICOLON.splitToList(line); in load() local 179 …public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments); in handle() 181 public void handleParams(String comment, List<String> arguments) { in handleParams()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DataDrivenTestHelper.java | 62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() 73 public boolean isTestLine(List<String> arguments) { in isTestLine() 80 List<String> arguments = lines.get(i); in test() local 144 List<String> arguments = SEMICOLON.splitToList(line); in load() local 178 …public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments); in handle() 180 public void handleParams(String comment, List<String> arguments) { in handleParams()
|
/external/autotest/site_utils/deployment/ |
D | install.py | 135 def _get_upload_log_path(arguments): argument 179 def _update_build(afe, report_log, arguments): argument 337 def _get_afe_host(afe, hostname, host_attrs, arguments): argument 418 def _create_host_for_installation(host, arguments): argument 439 def _install_test_image(host, arguments): argument 496 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument 553 def _install_dut(arguments, host_attr_dict, hostname): argument 614 def _report_results(afe, report_log, hostnames, results, arguments): argument 822 def install_duts(arguments): argument
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/ |
D | FragmentController.java | 29 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() 33 …static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent, Bundle arguments) { in of() 42 …> FragmentController<F> of(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in of() 47 Intent intent, Bundle arguments) { in of() 55 …private FragmentController(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in FragmentController() 60 Intent intent, Bundle arguments) { in FragmentController()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | ExplicitConstructorInvocationStmt.java | 65 private NodeList<Expression> arguments; field in ExplicitConstructorInvocationStmt 71 …tionStmt(final boolean isThis, final Expression expression, final NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt() 76 …guments, final boolean isThis, final Expression expression, final NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt() 84 …eList<Type> typeArguments, boolean isThis, Expression expression, NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt() 121 public ExplicitConstructorInvocationStmt setArguments(final NodeList<Expression> arguments) { in setArguments()
|
/external/robolectric-shadows/shadows/androidx/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/ |
D | FragmentController.java | 29 F fragment, Class<? extends FragmentActivity> activityClass, Bundle arguments) { in FragmentController() 37 Bundle arguments) { in FragmentController() 75 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of() 100 F fragment, Intent intent, Bundle arguments) { in of() 126 F fragment, Class<? extends FragmentActivity> activityClass, Bundle arguments) { in of() 144 Bundle arguments) { in of()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodInterceptor.java | 47 Object[] arguments, in doIntercept() 60 Object[] arguments, in doIntercept() 105 @AllArguments Object[] arguments, in interceptSuperCallable() 124 @AllArguments Object[] arguments) throws Throwable { in interceptAbstract()
|