Home
last modified time | relevance | path

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

12345678910>>...27

/external/python/pyfakefs/docs/
Dusage.rst217 Patcher
229 Pytest
267 Unittest
285 patchfs
306 .. _modules_to_reload:
308 modules_to_reload
444 modules_to_patch
510 additional_skip_names
534 allow_root_user
541 use_known_patches
[all …]
/external/autotest/site_utils/
Ddut_status.py144 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
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
DReplaceHooks.java27 patchShouldReturnTrue1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue1()
35 patchShouldReturnTrue2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue2()
43 patchShouldReturnTrue3(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue3()
51 patchShouldReturnFalse1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse1()
62 patchShouldReturnFalse2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse2()
72 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnReversed()
80 patchShouldIncrement(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldIncrement()
88 patchShouldCallPass(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldCallPass()
96 patchIdempotent(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchIdempotent()
107 patchAbstractListGet(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchAbstractListGet()
[all …]
DInvalidHookMocks.java25 MethodHandle method, String thisObject, Object[] arguments, long hookId) {} in incorrectHookIdType()
28 private static void invalidAfterHook(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook()
32 public void invalidAfterHook2(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook2()
38 incorrectReturnType(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in incorrectReturnType()
45 invalidReplaceHook2(MethodHandle method, Integer thisObject, Object[] arguments, int hookId) { in invalidReplaceHook2()
52 invalidReplaceVoidMethod(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in invalidReplaceVoidMethod()
59 invalidReturnType(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in invalidReturnType()
67 primitiveReturnValueMustBeWrapped(MethodHandle method, String thisObject, Object[] arguments, in primitiveReturnValueMustBeWrapped()
74 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable {} in replaceOnInitWithoutReturnType()
80 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable { in replaceOnInitWithIncompatibleType()
[all …]
DAfterHooks.java29 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchFunc1()
38 patchRegisterTimesCalled(MethodHandle method, Object thisObject, Object[] arguments, int hookId, in patchRegisterTimesCalled()
49 MethodHandle method, Object thisObject, Object[] arguments, int hookId, String returnValue) { in patchGetFirstSecret()
59 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchGetSecondSecret()
70 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchStringBuilderBeforeInit()
78 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchStringBuilderInit()
DValidHookMocks.java24 MethodHandle method, String thisObject, Object[] arguments, int hookId) {} in validBeforeHook()
27 public static void validAfterHook(MethodHandle method, String thisObject, Object[] arguments, in validAfterHook()
33 validReplaceHook(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook()
42 validReplaceHook2(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook2()
/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/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/
DTraceCmpHooks.java39 integerCompare(MethodHandle method, Object alwaysNull, Object[] arguments, int hookId) { in integerCompare()
50 integerCompareTo(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompareTo()
59 longCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in longCompare()
66 longCompareTo(MethodHandle method, Long thisObject, Object[] arguments, int hookId) { in longCompareTo()
73 longCompareKt(MethodHandle method, Object alwaysNull, Object[] arguments, int hookId) { in longCompareKt()
81 equals(MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean areEqual) { in equals()
95 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean areEqual) { in genericEquals()
104 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean areEqual) { in genericStaticEquals()
117 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo()
127 contentEquals(MethodHandle method, String thisObject, Object[] arguments, int hookId, in contentEquals()
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java89 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/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java89 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/
DMethodCallExpr.java64 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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc82 absl::Span<const ShapedBuffer* const> arguments, in ExecuteOnStream()
104 absl::Span<const ShapedBuffer* const> arguments, in ExecuteAsyncOnStream()
119 std::vector<ExecutionInput> arguments, in ExecuteOnStream()
131 absl::Span<const absl::Span<const ShapedBuffer* const>> arguments) { in ExecuteOnStreams()
163 absl::Span<const ShapedBuffer* const> arguments) { in ExecuteOnStreamWrapper()
174 std::vector<ExecutionInput> arguments) { in ExecuteOnStreamWrapper()
280 absl::Span<const ShapedBuffer* const> arguments) { in ExecuteAsyncOnStreamWrapper()
291 std::vector<ExecutionInput> arguments) { in ExecuteAsyncOnStreamWrapper()
302 void Executable::MarkToBeReleasedArguments(absl::Span<ExecutionInput> arguments, in MarkToBeReleasedArguments()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc105 XlaBuilder* builder, absl::Span<GlobalData* const> arguments) { in Execute()
112 const XlaComputation& computation, absl::Span<GlobalData* const> arguments, in ExecuteAndTransfer()
124 XlaBuilder* builder, absl::Span<GlobalData* const> arguments, in ExecuteAndTransfer()
132 const XlaComputation& computation, absl::Span<GlobalData* const> arguments, in ExecuteAndTransferReference()
145 XlaBuilder* builder, absl::Span<GlobalData* const> arguments) { in ExecuteToString()
163 absl::Span<GlobalData* const> arguments) { in ComputeAndCompareR1()
171 absl::Span<GlobalData* const> arguments, const Shape* shape_with_layout) { in ComputeAndCompareLiteral()
178 absl::Span<GlobalData* const> arguments, ErrorSpec error, in ComputeAndCompareLiteral()
186 absl::Span<GlobalData* const> arguments, in ComputeAndCompareLiteralWithAllOutputLayouts()
212 absl::Span<GlobalData* const> arguments, in ComputeAndCompareLiteralWithAllInputLayouts()
[all …]
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DNewObjectExpr.java29 public abstract ImmutableList<Expr> arguments(); in arguments() method in NewObjectExpr
52 public Builder setArguments(Expr... arguments) { in setArguments()
56 public abstract Builder setArguments(List<Expr> arguments); in setArguments()
65 abstract ImmutableList<Expr> arguments(); in arguments() method in NewObjectExpr.Builder
DReferenceConstructorExpr.java36 public abstract ImmutableList<Expr> arguments(); in arguments() method in ReferenceConstructorExpr
59 public Builder setArguments(Expr... arguments) { in setArguments()
63 public abstract Builder setArguments(List<Expr> arguments); in setArguments()
70 abstract ImmutableList<Expr> arguments(); in arguments() method in ReferenceConstructorExpr.Builder
/external/icu/icu4j/main/core/src/test/java/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-code/src/test/java/org/unicode/cldr/unittest/
DDataDrivenTestHelper.java58 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine()
68 public boolean isTestLine(List<String> arguments) { in isTestLine()
75 List<String> arguments = lines.get(i); in test() local
136 List<String> arguments = SEMICOLON.splitToList(line); in load() local
171 public abstract void handle(boolean breakpoint, String commentBase, List<String> arguments); in handle()
173 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/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/autotest/site_utils/deployment/
Dinstall.py135 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/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper/
DDefaultParameterizedType.java31 private final Type[] arguments; field in DefaultParameterizedType
33 private DefaultParameterizedType(Class<?> rawType, Type... arguments) { in DefaultParameterizedType()
41 public static ParameterizedType parameterizedType(Class<?> rawType, Type... arguments) { in parameterizedType()

12345678910>>...27