Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/external/autotest/site_utils/
Ddut_status.py140 def _include_status(status, arguments): argument
161 def _print_host_summaries(history_list, arguments): argument
200 def _print_hosts(history_list, arguments): argument
226 def _validate_time_range(arguments): argument
259 def _get_host_histories(afe, arguments): argument
294 def _validate_host_list(afe, arguments): argument
335 def _validate_format_options(arguments): argument
357 def _validate_command(afe, arguments): argument
Dtest_that.py56 def validate_arguments(arguments): argument
177 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
236 def _main_for_local_run(argv, arguments): argument
307 def _main_for_lab_run(argv, arguments): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathRuntimeException.java53 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()
275final Object ... arguments) { in createArrayIndexOutOfBoundsException()
288final Object ... arguments) { in createArrayIndexOutOfBoundsException()
DFunctionEvaluationException.java72 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()
DMathConfigurationException.java47 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()
DConvergenceException.java50 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()
DMathException.java52 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/
DTestThread.java90 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception { in callAndAssertReturns()
101 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments) in callAndAssertReturns()
113 public void callAndAssertReturns(int expected, String methodName, Object... arguments) in callAndAssertReturns()
126 String methodName, Object... arguments) throws Exception { in callAndAssertThrows()
139 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception { in callAndAssertBlocks()
191 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest()
215 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod()
219 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/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DListeningConnector.java84 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DMethodCallExpr.java62 private NodeList<Expression> arguments; field in MethodCallExpr
68 public MethodCallExpr(String name, Expression... arguments) { in MethodCallExpr()
80 …c MethodCallExpr(final Expression scope, final String name, final NodeList<Expression> arguments) { in MethodCallExpr()
84 …thodCallExpr(final Expression scope, final SimpleName name, final NodeList<Expression> arguments) { in MethodCallExpr()
89 … final NodeList<Type> typeArguments, final SimpleName name, final NodeList<Expression> arguments) { in MethodCallExpr()
97 … Expression scope, NodeList<Type> typeArguments, SimpleName name, NodeList<Expression> arguments) { in MethodCallExpr()
134 public MethodCallExpr setArguments(final NodeList<Expression> arguments) { in setArguments()
DObjectCreationExpr.java67 private NodeList<Expression> arguments; field in ObjectCreationExpr
83 …pr(final Expression scope, final ClassOrInterfaceType type, final NodeList<Expression> arguments) { in ObjectCreationExpr()
88 …OrInterfaceType type, final NodeList<Type> typeArguments, final NodeList<Expression> arguments, fi… in ObjectCreationExpr()
96 …pe, ClassOrInterfaceType type, NodeList<Type> typeArguments, NodeList<Expression> arguments, NodeL… in ObjectCreationExpr()
166 public ObjectCreationExpr setArguments(final NodeList<Expression> arguments) { in setArguments()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDataDrivenTestHelper.java63 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/
DDataDrivenTestHelper.java62 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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DDataDrivenTestHelper.java60 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/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc106 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 …]
Dclient_library_test_base.h420 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR0()
429 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR0()
445 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR1()
454 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR1()
470 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR2()
480 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR2()
497 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR3()
507 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR3()
524 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR4()
534 absl::Span<GlobalData* const> arguments, ErrorSpec error) { in ComputeAndCompareR4()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DFragmentController.java29 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/v8/src/objects/
Darguments-inl.h31 FixedArray* SloppyArgumentsElements::arguments() { in arguments() function
35 void SloppyArgumentsElements::set_arguments(FixedArray* arguments) { in set_arguments()
72 FixedArray* arguments = FixedArray::cast(parameters->get(1)); in GetSloppyArgumentsLength() local
/external/autotest/site_utils/deployment/
Dinstall.py131 def _get_upload_log_path(arguments): argument
173 def _update_build(afe, report_log, arguments): argument
403 def _get_afe_host(afe, hostname, host_attrs, arguments): argument
480 def _create_host_for_installation(host, arguments): argument
500 def _install_test_image(host, arguments): argument
541 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument
592 def _install_dut(arguments, host_attr_dict, hostname): argument
846 def install_duts(arguments): argument
/external/v8/src/wasm/
Dwasm-result.cc81 va_list arguments; in TypeError() local
88 va_list arguments; in RangeError() local
95 va_list arguments; in CompileError() local
102 va_list arguments; in LinkError() local
109 va_list arguments; in RuntimeError() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixVisitorException.java38 public MatrixVisitorException(final String pattern, final Object[] arguments) { in MatrixVisitorException()
48 public MatrixVisitorException(final Localizable pattern, final Object[] arguments) { in MatrixVisitorException()
DMatrixIndexException.java41 public MatrixIndexException(final String pattern, final Object ... arguments) { in MatrixIndexException()
51 public MatrixIndexException(final Localizable pattern, final Object ... arguments) { in MatrixIndexException()
/external/setupcompat/main/aidl/com/google/android/setupcompat/
DISetupCompatService.aidl26 oneway void validateActivity(String screenName, in Bundle arguments) = 0; in validateActivity()
28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric()
/external/robolectric-shadows/shadows/androidx/fragment/src/main/java/org/robolectric/shadows/androidx/fragment/
DFragmentController.java29 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DExplicitConstructorInvocationStmt.java64 private NodeList<Expression> arguments; field in ExplicitConstructorInvocationStmt
70 …tionStmt(final boolean isThis, final Expression expression, final NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt()
75 …guments, final boolean isThis, final Expression expression, final NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt()
83 …eList<Type> typeArguments, boolean isThis, Expression expression, NodeList<Expression> arguments) { in ExplicitConstructorInvocationStmt()
134 public ExplicitConstructorInvocationStmt setArguments(final NodeList<Expression> arguments) { in setArguments()

12345678910>>...17