/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
|
/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 | 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()
|
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()
|
/external/python/pyfakefs/docs/ |
D | usage.rst | 169 Patcher 181 Unittest 198 Pytest 234 patchfs 254 .. _modules_to_reload: 256 modules_to_reload 382 modules_to_patch 443 additional_skip_names 467 allow_root_user 474 use_known_patches [all …]
|
/external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
D | ReplaceHooks.java | 26 patchShouldReturnTrue1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue1() 34 patchShouldReturnTrue2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue2() 42 patchShouldReturnTrue3(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue3() 50 patchShouldReturnFalse1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse1() 61 patchShouldReturnFalse2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse2() 71 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnReversed() 79 patchShouldIncrement(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldIncrement() 87 patchShouldCallPass(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldCallPass() 95 patchIdempotent(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchIdempotent() 106 patchAbstractListGet(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchAbstractListGet()
|
D | InvalidHookMocks.java | 24 MethodHandle method, String thisObject, Object[] arguments, long hookId) {} in incorrectHookIdType() 27 private static void invalidAfterHook(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook() 31 public void invalidAfterHook2(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook2() 37 incorrectReturnType(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in incorrectReturnType() 44 invalidReplaceHook2(MethodHandle method, Integer thisObject, Object[] arguments, int hookId) { in invalidReplaceHook2() 51 invalidReturnType(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in invalidReturnType() 59 primitiveReturnValueMustBeWrapped(MethodHandle method, String thisObject, Object[] arguments, in primitiveReturnValueMustBeWrapped()
|
D | AfterHooks.java | 29 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()
|
D | ValidHookMocks.java | 24 MethodHandle method, String thisObject, Object[] arguments, int hookId) {} in validBeforeHook() 27 public static void validAfterHook(MethodHandle method, String thisObject, Object[] arguments, in validAfterHook() 31 public static void validAfterHook2(MethodHandle method, String thisObject, Object[] arguments, in validAfterHook2() 37 validReplaceHook(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook() 46 validReplaceHook2(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook2()
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/ |
D | TraceCmpHooks.java | 39 integerCompare(MethodHandle method, Object thisObject, 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() 75 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in equals() 89 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo() 100 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contentEquals() 111 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5() 125 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4() 150 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contains() [all …]
|
/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/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/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()
|
/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/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/cldr/tools/cldr-code/src/test/java/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/skia/src/sksl/ir/ |
D | SkSLChildCall.h | 24 ChildCall(int line, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() 40 ExpressionArray& arguments() { in arguments() function 44 const ExpressionArray& arguments() const { in arguments() function
|
/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/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()
|