Home
last modified time | relevance | path

Searched defs:overload (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DCharacterPerfTest.java84 public void timeIsSpace(CharacterSet characterSet, Overload overload) { in timeIsSpace()
105 public void timeDigit(CharacterSet characterSet, Overload overload) { in timeDigit()
125 public void timeGetNumericValue(CharacterSet characterSet, Overload overload) { in timeGetNumericValue()
145 public void timeIsDigit(CharacterSet characterSet, Overload overload) { in timeIsDigit()
165 public void timeIsIdentifierIgnorable(CharacterSet characterSet, Overload overload) { in timeIsIdentifierIgnorable()
185 public void timeIsJavaIdentifierPart(CharacterSet characterSet, Overload overload) { in timeIsJavaIdentifierPart()
205 public void timeIsJavaIdentifierStart(CharacterSet characterSet, Overload overload) { in timeIsJavaIdentifierStart()
225 public void timeIsLetter(CharacterSet characterSet, Overload overload) { in timeIsLetter()
245 public void timeIsLetterOrDigit(CharacterSet characterSet, Overload overload) { in timeIsLetterOrDigit()
265 public void timeIsLowerCase(CharacterSet characterSet, Overload overload) { in timeIsLowerCase()
[all …]
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c122 enum overload_type overload; member
154 enum overload_type overload) in allocate_function_from_predefined()
169 const char *name, enum overload_type overload) in dxil_get_function()
188 const char *name, enum overload_type overload) in dxil_add_function()
199 enum overload_type overload, int *idx) in get_type_from_string()
237 enum overload_type overload, in dxil_alloc_func_with_rettype()
276 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, in dxil_alloc_func()
H A Dnir_to_dxil.c633 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, in emit_unary_call()
656 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, in emit_binary_call()
678 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, in emit_tertiary_call()
703 emit_quaternary_call(struct ntd_context *ctx, enum overload_type overload, in emit_quaternary_call()
816 enum overload_type overload, in emit_raw_bufferload_call()
839 enum overload_type overload) in emit_bufferload_call()
858 enum overload_type overload, in emit_raw_bufferstore_call()
885 enum overload_type overload) in emit_bufferstore_call()
908 enum overload_type overload) in emit_textureload_call()
932 enum overload_type overload) in emit_texturestore_call()
[all …]
H A Ddxil_enums.c189 const char *dxil_overload_suffix( enum overload_type overload) in dxil_overload_suffix()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesRandomness.cpp357 #define RANDOM_INPLACE_BATCH_RULE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
373 #define RANDOM_BATCH_RULE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
383 #define RANDOM_INPLACE_BATCH_RULE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
393 #define RANDINT_BATCH_RULE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
398 #define RAND_TWO_LEADING_SCALARS_BATCH_RULE(op, overload) \ in TORCH_LIBRARY_IMPL() argument
407 #define RANDPERM_BATCH_RULE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
417 #define UNARY_POINTWISE_RANDOM2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
422 #define UNARY_POINTWISE_RANDOM_LEADING_FLOAT(op, overload) \ in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesBinaryOps.cpp313 #define BINARY_RANDOM_POINTWISE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
321 #define BINARY_POINTWISE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
325 #define UNARY_POINTWISE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
329 #define UNARY_SCALAR_POINTWISE2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesHelper.h62 #define VMAP_SUPPORT2(op, overload, batch_rule) \ argument
66 #define OP_DECOMPOSE2(op, overload) m.impl(#op"."#overload, static_cast<decltype(&ATEN_FN2(op, ove… argument
H A DVmapModeRegistrations.cpp39 #define UNSUPPORTED_RANDOM2(op, overload) \ argument
45 #define NYI_RANDOM2(op, overload) \ argument
H A DBatchRulesLinearAlgebra.cpp651 #define LINALG_CHECK_MATRIX_UNARY_BATCH_RULE2(fn, overload, num_out) SINGLE_ARG(\ argument
676 #define LINALG_STRING_CONST2(fn, overload, op_name) \ argument
683 #define LINALG_STRING_CONST2(fn, overload, op_name) \ argument
694 #define LINALG_CHECK_MATRIX_UNARY_ONE_OUT2(fn, overload, op_name) \ argument
H A DBatchRulesIndexing.cpp14 #define OP_DECOMPOSE2(op, overload) m.impl(#op"."#overload, static_cast<decltype(&ATEN_FN2(op, ove… argument
H A DBatchRulesDecompositions.cpp19 #define OP_DECOMPOSE2(op, overload) m.impl(#op"."#overload, static_cast<decltype(&ATEN_FN2(op, ove… argument
H A DBatchRulesUnaryOps.cpp66 #define UNARY_POINTWISE_ALL2(op, overload) \ in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp14 template <class F1, class F2> struct overload : F1, F2 { struct
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() argument
32 template <class F1, class F2> struct overload : F1, F2 { struct
35 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() argument
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DgetByName.kt28 fun overload(a: Int) = "Overload" in lib1MemberFun() method in lib1.Foo
29 fun overload() = "Overload" in lib1MemberFun() method
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorMeta.h28 #define TORCH_META_FUNC2(name, overload) \ argument
37 #define TORCH_PRECOMPUTE_META_FUNC2(name, overload) \ argument
43 #define TORCH_PRECOMPUTE_STRUCT2(name, overload) \ argument
/aosp_15_r20/external/tink/python/tink/cc/pybind/
H A Dpython_file_object_adapter.cc44 pybind11::function overload = pybind11::get_overload( in Write() local
62 pybind11::function overload = pybind11::get_overload( in Close() local
80 pybind11::function overload = pybind11::get_overload( in Read() local
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Daddr-of-overloaded-fn.cu8 __host__ void overload() {} in overload() function
9 __device__ void overload() {} in overload() function
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DOperators.h50 #define ATEN_FN2(op_name, overload) at::_ops::op_name##_##overload::call argument
61 #define ATEN_OP2(op_name, overload) at::_ops::op_name##_##overload argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DNonCollectionSetters.java93 … public MethodSpec convenienceDeclaration(TypeName returnType, ConvenienceTypeOverload overload) { in convenienceDeclaration()
103 public MethodSpec fluentConvenience(TypeName returnType, ConvenienceTypeOverload overload) { in fluentConvenience()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/
H A DSyncClientInterface.java383 …cted void addConsumerMethod(List<MethodSpec> specs, MethodSpec spec, SimpleMethodOverload overload, in addConsumerMethod()
518 private String consumerBuilderJavadoc(OperationModel opModel, SimpleMethodOverload overload) { in consumerBuilderJavadoc()
/aosp_15_r20/external/dnsmasq/src/
H A Drfc2131.c1290 unsigned char *ret, *overload; in option_find() local
1359 unsigned char* overload; in dhcp_packet_size() local
1431 unsigned char* overload; in free_space() local
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Doverload_test.cc27 auto overload = Overload(a, b); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dextensions.cpp84 BOOST_AUTO_TEST_CASE(overload) in BOOST_AUTO_TEST_CASE() argument
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.h74 void setNextOverload(FunctionDeclaration* overload) { in setNextOverload()
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DCharacterBenchmark.java31 @Param private Overload overload; field in CharacterBenchmark

12345