/external/v4l-utils/utils/dvb/ |
D | dvbv5-scan.c | 59 struct arguments { struct 60 char *confname, *lnb_name, *output, *demux_dev; 61 unsigned adapter, n_adapter, adapter_fe, adapter_dmx, frontend, demux, get_detected, get_nit; 62 int lna, lnb, sat_number, freq_bpf; 63 unsigned diseqc_wait, dont_add_new_freqs, timeout_multiply; 64 unsigned other_nit; 65 enum dvb_file_formats input_format, output_format; 66 const char *cc; 69 unsigned n_status_lines;
|
D | dvbv5-zap.c | 86 struct arguments { struct 87 char *confname, *lnb_name, *output, *demux_dev, *dvr_dev, *dvr_fname; 88 char *filename, *dvr_pipe; 89 unsigned adapter, frontend, demux, get_detected, get_nit; 90 int lna, lnb, sat_number; 91 unsigned diseqc_wait, silent, verbose, frontend_only, freq_bpf; 92 unsigned timeout, dvr, rec_psi, exit_after_tuning; 93 unsigned n_apid, n_vpid, extra_pids, all_pids; 94 enum dvb_file_formats input_format, output_format; 95 unsigned traffic_monitor, low_traffic, non_human, port; [all …]
|
D | dvb-format-convert.c | 50 struct arguments { struct 71 struct arguments *args = state->input; in parse_opt() argument
|
/external/python/pyfakefs/docs/ |
D | usage.rst | 227 Patcher 239 Pytest 277 Unittest 295 patchfs 316 .. _modules_to_reload: 318 modules_to_reload 456 modules_to_patch 526 additional_skip_names 551 allow_root_user 558 use_known_patches [all …]
|
/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/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
D | ReplaceHooks.java | 27 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 …]
|
D | InvalidHookMocks.java | 25 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 …]
|
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() 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/ |
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/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/ |
D | TraceCmpHooks.java | 39 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/ |
D | TestThread.java | 87 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception { in callAndAssertReturns() 98 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments) in callAndAssertReturns() 110 public void callAndAssertReturns(int expected, String methodName, Object... arguments) in callAndAssertReturns() 123 Class<? extends Throwable> expected, String methodName, Object... arguments) in callAndAssertThrows() 137 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception { in callAndAssertBlocks() 188 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() 212 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() 216 private Method getMethod(String methodName, Object... arguments) throws Exception { in getMethod() 263 final Object[] arguments; field in TestThread.Request 265 Request(String methodName, Object[] arguments) { in Request()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | TestThread.java | 87 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception { in callAndAssertReturns() 98 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments) in callAndAssertReturns() 110 public void callAndAssertReturns(int expected, String methodName, Object... arguments) in callAndAssertReturns() 123 Class<? extends Throwable> expected, String methodName, Object... arguments) in callAndAssertThrows() 137 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception { in callAndAssertBlocks() 188 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() 212 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() 216 private Method getMethod(String methodName, Object... arguments) throws Exception { in getMethod() 263 final Object[] arguments; field in TestThread.Request 265 Request(String methodName, Object[] arguments) { in Request()
|
/external/coreboot/Documentation/drivers/ |
D | smmstorev2.md | 127 #### - SMMSTORE_CMD_INIT_DEPRECATED = 4 131 #### - SMMSTORE_CMD_RAW_READ = 5 152 #### - SMMSTORE_CMD_RAW_WRITE = 6 173 #### - SMMSTORE_CMD_RAW_CLEAR = 7 190 #### Security
|
D | smmstore.md | 70 #### - SMMSTORE_CMD_CLEAR = 1 75 #### - SMMSTORE_CMD_READ = 2 95 #### - SMMSTORE_CMD_APPEND = 3 120 #### Security
|
/external/v4l-utils/utils/ir-ctl/ |
D | ir-ctl.c | 94 struct arguments { struct 95 char *device; 96 bool features; 97 bool receive; 98 bool verbose; 99 bool mode2; 100 struct keymap *keymap; 101 struct send *send; 102 bool oneshot; 103 char *savetofile; [all …]
|
/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 | 82 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/ |
D | client_library_test_base.cc | 105 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/pytorch/torch/csrc/lazy/ts_backend/ |
D | ts_node_lowering.cpp | 22 const std::vector<torch::jit::NamedValue>& arguments, in LowerBuiltin() 29 const std::vector<torch::jit::NamedValue>& arguments, in LowerBuiltin() 37 const std::vector<torch::jit::NamedValue>& arguments, in LowerTSBuiltin() 73 std::vector<torch::jit::NamedValue> arguments; in Lower() local 84 std::vector<torch::jit::NamedValue> arguments; in Lower() local 106 std::vector<torch::jit::NamedValue> arguments; in Lower() local
|
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/ |
D | NewObjectExpr.java | 29 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
|