Home
last modified time | relevance | path

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

12345678910>>...16

/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()
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()
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()
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/v8/src/wasm/
Dwasm-result.cc51 va_list arguments; in TypeError() local
59 va_list arguments; in RangeError() local
68 va_list arguments; in CompileError() local
77 va_list arguments; in LinkError() local
86 va_list arguments; in RuntimeError() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc79 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in Execute()
87 tensorflow::gtl::ArraySlice<GlobalData*> arguments, in ExecuteAndTransfer()
100 tensorflow::gtl::ArraySlice<GlobalData*> arguments, in ExecuteAndTransfer()
109 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ExecuteOrDie()
115 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ExecuteAndTransferOrDie()
121 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ExecuteToString()
139 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR1()
147 tensorflow::gtl::ArraySlice<GlobalData*> arguments, in ComputeAndCompareLiteral()
155 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error, in ComputeAndCompareLiteral()
164 tensorflow::gtl::ArraySlice<GlobalData*> arguments, in ComputeAndCompareLiteralWithAllOutputLayouts()
[all …]
Dclient_library_test_base.h420 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR0()
430 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error) { in ComputeAndCompareR0()
446 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR1()
456 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error) { in ComputeAndCompareR1()
472 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR2()
482 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error) { in ComputeAndCompareR2()
498 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR3()
508 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error) { in ComputeAndCompareR3()
524 tensorflow::gtl::ArraySlice<GlobalData*> arguments) { in ComputeAndCompareR4()
534 tensorflow::gtl::ArraySlice<GlobalData*> arguments, ErrorSpec error) { in ComputeAndCompareR4()
/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/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/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DFragmentController.java30 public static <F extends Fragment> FragmentController<F> of(F fragment, Bundle arguments) { in of()
34 …static <F extends Fragment> FragmentController<F> of(F fragment, Intent intent, Bundle arguments) { in of()
43 …> FragmentController<F> of(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in of()
48 Intent intent, Bundle arguments) { in of()
56 …private FragmentController(F fragment, Class<? extends Activity> activityClass, Bundle arguments) { in FragmentController()
61 Intent intent, Bundle arguments) { in FragmentController()
/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()
DInvalidMatrixException.java43 public InvalidMatrixException(final String pattern, final Object ... arguments) { in InvalidMatrixException()
53 public InvalidMatrixException(final Localizable pattern, final Object ... arguments) { in InvalidMatrixException()
/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()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockMethodInterceptor.java47 Object[] arguments, in doIntercept()
60 Object[] arguments, in doIntercept()
105 @AllArguments Object[] arguments, in interceptSuperCallable()
124 @AllArguments Object[] arguments) throws Throwable { in interceptAbstract()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClassChecker.java48 public static BenchmarkClassChecker create(List<String> arguments) { in create()
58 private BenchmarkClassChecker(List<String> arguments) { in BenchmarkClassChecker()
/external/proguard/src/proguard/
DArgumentWordReader.java34 private final String[] arguments; field in ArgumentWordReader
52 public ArgumentWordReader(String[] arguments, File baseDir) in ArgumentWordReader()
/external/libchrome/base/strings/
Dstring_util_posix.h25 const char* format, va_list arguments) { in vsnprintf()
30 const wchar_t* format, va_list arguments) { in vswprintf()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DEnumConstantDeclaration.java58 private NodeList<Expression> arguments; field in EnumConstantDeclaration
71 …ation(NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<Expression> arguments, NodeL… in EnumConstantDeclaration()
79 …ange, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<Expression> arguments, NodeL… in EnumConstantDeclaration()
115 public EnumConstantDeclaration setArguments(final NodeList<Expression> arguments) { in setArguments()

12345678910>>...16