Home
last modified time | relevance | path

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

12345678910>>...110

/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/
H A 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 …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json5 "arguments": [ array
33 "arguments": [ array
61 "arguments": [ array
89 "arguments": [ array
117 "arguments": [ array
145 "arguments": [ array
173 "arguments": [ array
201 "arguments": [ array
229 "arguments": [ array
262 "arguments": [ array
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json5 "arguments": [ array
33 "arguments": [ array
61 "arguments": [ array
89 "arguments": [ array
117 "arguments": [ array
145 "arguments": [ array
173 "arguments": [ array
201 "arguments": [ array
229 "arguments": [ array
262 "arguments": [ array
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json5 "arguments": [ array
33 "arguments": [ array
61 "arguments": [ array
89 "arguments": [ array
117 "arguments": [ array
145 "arguments": [ array
173 "arguments": [ array
201 "arguments": [ array
229 "arguments": [ array
262 "arguments": [ array
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json5 "arguments": [ array
33 "arguments": [ array
61 "arguments": [ array
89 "arguments": [ array
117 "arguments": [ array
145 "arguments": [ array
173 "arguments": [ array
201 "arguments": [ array
229 "arguments": [ array
262 "arguments": [ array
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json5 "arguments": [ array
33 "arguments": [ array
61 "arguments": [ array
89 "arguments": [ array
117 "arguments": [ array
145 "arguments": [ array
173 "arguments": [ array
201 "arguments": [ array
229 "arguments": [ array
262 "arguments": [ array
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A 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 …]
H A Dclient_library_test_base.h451 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 …]
/aosp_15_r20/art/test/559-checker-irreducible-loop/src/
H A DMain.java24 Object[] arguments = { 42 }; in main() local
30 Object[] arguments = { 42, new Main() }; in main() local
36 Object[] arguments = { 42 }; in main() local
42 Object[] arguments = { 42, 42 }; in main() local
48 Object[] arguments = { }; in main() local
54 Object[] arguments = { 42 }; in main() local
60 Object[] arguments = { 42 }; in main() local
66 Object[] arguments = { 42 }; in main() local
72 Object[] arguments = { 0 }; in main() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A 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()
H A 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()
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/
H A DAdbUtils.java67 String arguments; field in AdbUtils.pocConfig
135 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc()
167 String pocName, ITestDevice device, int timeout, String arguments) throws Exception { in runPocNoOutput()
186 String arguments, in runPoc()
208 String arguments, in runPoc()
445 String pocName, String arguments, ITestDevice device, int timeout) throws Exception { in runPocGetExitStatus()
462 String arguments, in runPocGetExitStatus()
495 String pocName, String arguments, ITestDevice device, int timeout) throws Exception { in runPocAssertExitStatusNotVulnerable()
512 String arguments, in runPocAssertExitStatusNotVulnerable()
564 String pocName, ITestDevice device, String arguments, TombstoneUtils.Config config) in runPocAssertNoCrashes()
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DTestThread.java87 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()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DTestThread.java87 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()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityTextTraversalTest.java124 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() local
340 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverContentDescription() local
558 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverText() local
809 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local
1299 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverText() local
1550 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverEditTextWithContentDescription() local
1806 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local
2292 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverText() local
2548 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local
3034 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityParagraphOverText() local
[all …]
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp53 static bool has_compile_time_constant_arguments(const ExpressionArray& arguments) { in has_compile_time_constant_arguments()
145 static std::unique_ptr<Expression> coalesce_vector(const IntrinsicArguments& arguments, in coalesce_vector()
159 static std::unique_ptr<Expression> coalesce_pairwise_vectors(const IntrinsicArguments& arguments, in coalesce_pairwise_vectors()
177 const IntrinsicArguments& arguments, in optimize_comparison()
265 const IntrinsicArguments& arguments, in evaluate_intrinsic()
277 const IntrinsicArguments& arguments, in evaluate_intrinsic_numeric()
296 const IntrinsicArguments& arguments, in evaluate_pairwise_intrinsic()
320 const IntrinsicArguments& arguments, in evaluate_3_way_intrinsic()
444 std::unique_ptr<Expression> evaluate_length(const IntrinsicArguments& arguments) { in evaluate_length()
451 std::unique_ptr<Expression> evaluate_distance(const IntrinsicArguments& arguments) { in evaluate_distance()
[all …]
/aosp_15_r20/external/autotest/site_utils/
H A 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
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_x86_32_or_x86_64/include/berberis/intrinsics/all_to_x86_32_or_x86_64/
Dmacro_assembler-inl.h160 insn_name, asm_name, insn_siffix, type_check, parameters, arguments) \ in DEFINE_EXPAND_INSTRUCTION() argument
257 #define DEFINE_INT_INSTRUCTION(insn_name, parameters, arguments) \ argument
308 #define DEFINE_INT_INSTRUCTION(insn_name, parameters, arguments) \ argument
330 #define DEFINE_INT_INSTRUCTION(insn_name, parameters, arguments) \ argument
349 insn_name, asm_name, type_check, parameters, arguments, signed, unsigned) \ argument
432 #define DEFINE_MOVS_INSTRUCTION(insn_name, opt_check, parameters, arguments) \ argument
457 #define DEFINE_XMM_MOV_INSTRUCTION(insn_name, parameters, arguments) \ argument
476 #define DEFINE_XMM_CVT_INSTRUCTION(insn_name, parameters, arguments) \ argument
500 #define DEFINE_XMM_CVT_INSTRUCTION(insn_name, parameters, arguments) \ argument
520 #define DEFINE_XMM_CVT_INSTRUCTION(insn_name, insn_suffix, parameters, arguments) \ argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A 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()
/aosp_15_r20/external/autotest/site_utils/deployment/
H A 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
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Decp.py90 def arguments(self)-> List[str]: member in EcpP192R1Raw
169 def arguments(self)-> List[str]: member in EcpP224R1Raw
254 def arguments(self)-> List[str]: member in EcpP256R1Raw
377 def arguments(self)-> List[str]: member in EcpP384R1Raw
483 def arguments(self)-> List[str]: member in EcpP521R1Raw
555 def arguments(self): member in EcpP192K1Raw
629 def arguments(self): member in EcpP224K1Raw
705 def arguments(self): member in EcpP256K1Raw
774 def arguments(self)-> List[str]: member in EcpP255Raw
873 def arguments(self): member in EcpP448Raw

12345678910>>...110