/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | remove_block_reduction_opportunity_finder.cpp | 32 for (auto* function : GetTargetFunctions(context, target_function)) { in GetAvailableOpportunities() local 44 opt::IRContext* context, opt::Function* function, in IsBlockValidOpportunity()
|
D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 41 for (auto* function : GetTargetFunctions(context, target_function)) { in GetAvailableOpportunities() local 62 opt::Function* function, opt::IRContext* context) const { in GetOpportunitiesForDominatingInst()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/ |
H A D | TracePropagation.java | 40 final AsyncFunction<I, O> function) { in propagateAsyncFunction() 50 public static <I, O> Function<I, O> propagateFunction(final Function<I, O> function) { in propagateFunction()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/reduce/ |
H A D | remove_block_reduction_opportunity_finder.cpp | 32 for (auto* function : GetTargetFunctions(context, target_function)) { in GetAvailableOpportunities() local 44 opt::IRContext* context, opt::Function* function, in IsBlockValidOpportunity()
|
H A D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 41 for (auto* function : GetTargetFunctions(context, target_function)) { in GetAvailableOpportunities() local 62 opt::Function* function, opt::IRContext* context) const { in GetOpportunitiesForDominatingInst()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
H A D | NoParamAssertionsTest.kt | 14 …val function: (ThreadLocal<Int>, Int) -> ThreadContextElement<Int> = ThreadLocal<Int>::asContextEl… in testNoReceiverAssertion() constant 22 …val function: (ThreadLocal<Any>, Any) -> ThreadContextElement<Any> = ThreadLocal<Any>::asContextEl… in testNoParamAssertion() constant
|
/aosp_15_r20/external/vixl/examples/aarch64/ |
H A D | check-bounds.cc | 65 Instruction* function, in run_function() 95 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | operand_to_dominating_id_reduction_opportunity_finder.cpp | 41 for (auto* function : GetTargetFunctions(context, target_function)) { in GetAvailableOpportunities() local 62 opt::Function* function, opt::IRContext* context) const { in GetOpportunitiesForDominatingInst()
|
/aosp_15_r20/external/autotest/server/ |
H A D | server_job.py | 630 def _make_parallel_wrapper(self, function, machines, log): argument 657 def parallel_simple(self, function, machines, log=True, timeout=None, argument 683 def parallel_on_machines(self, function, machines, timeout=None): argument 1062 def _run_group(self, name, subdir, function, *args, **dargs): argument 1085 def run_group(self, function, *args, **dargs): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/ |
D | throw_exception_test.cpp | 44 char const * const * function=boost::get_error_info<boost::throw_function>(x); in boost_throw_exception_test() local 64 char const * const * function=boost::get_error_info<boost::throw_function>(x); in boost_throw_exception_test() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
H A D | tf_cpurt_passes.cc | 239 mlir::FuncOp function = getFunction(); in runOnFunction() local 266 mlir::FuncOp function = getFunction(); in runOnFunction() local 470 mlir::FuncOp function = getFunction(); in runOnFunction() local 546 mlir::FuncOp function = getFunction(); in runOnFunction() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | write_at.hpp | 291 asio_handler_invoke(Function& function, in asio_handler_invoke() 306 asio_handler_invoke(const Function& function, in asio_handler_invoke() 529 asio_handler_invoke(Function& function, in asio_handler_invoke() 541 asio_handler_invoke(const Function& function, in asio_handler_invoke()
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFGradientShader.cpp | 471 SkDynamicMemoryWStream* function) { in linearCode() 484 SkDynamicMemoryWStream* function) { in radialCode() 508 SkDynamicMemoryWStream* function) { in twoPointConicalCode() 621 SkDynamicMemoryWStream* function) { in sweepCode()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 377 …SparseShaderIntrinsicsInstanceStorage(Context &context, const SpirVFunction function, const ImageT… in SparseShaderIntrinsicsInstanceStorage() 593 …SparseShaderIntrinsicsInstanceFetch(Context &context, const SpirVFunction function, const ImageTyp… in SparseShaderIntrinsicsInstanceFetch() 617 …SparseShaderIntrinsicsInstanceRead(Context &context, const SpirVFunction function, const ImageType… in SparseShaderIntrinsicsInstanceRead()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/ |
H A D | SimpleCurveFitter.java | 33 private final ParametricUnivariateFunction function; field in SimpleCurveFitter 50 ParametricUnivariateFunction function, double[] initialGuess, int maxIter) { in SimpleCurveFitter()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | JSONPObject.java | 38 public JSONPObject(String function, Object value) { in JSONPObject() 42 public JSONPObject(String function, Object value, JavaType asType) in JSONPObject()
|
/aosp_15_r20/external/mesa3d/src/glx/apple/ |
H A D | apple_glx_log.c | 48 void _apple_glx_log(int level, const char *file, const char *function, in _apple_glx_log() 70 void _apple_glx_vlog(int level, const char *file, const char *function, in _apple_glx_vlog()
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/ |
H A D | Memoizer.java | 90 public Memoizer(final Function<I, O> function) { in Memoizer() 103 public Memoizer(final Function<I, O> function, final boolean recalculate) { in Memoizer()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/util/ |
H A D | ArrayMapPerfTest.java | 77 BiFunction<Integer, Integer, Integer> function = (k, v) -> 2 * v; in testReplaceAll_Small() local 92 BiFunction<Integer, Integer, Integer> function = (k, v) -> 2 * v; in testReplaceAll_Large() local
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/experimental/public/ |
H A D | saved_model_api.h | 133 TF_ConcreteFunction* function = TF_GetSavedModelConcreteFunction( in GetConcreteFunction() local 143 TF_SignatureDefFunction* function = TF_GetSavedModelSignatureDefFunction( in GetSignatureDefFunction() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 1148 TFunction* TParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool… in handleFunctionDeclarator() 1231 …ntermAggregate* TParseContext::handleFunctionDefinition(const TSourceLoc& loc, TFunction& function) in handleFunctionDefinition() 1329 TIntermTyped* TParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInterm… in handleFunctionCall() 1733 const TFunction& function) in handleBuiltInFunctionCall() 1815 void TParseContext::computeBuiltinPrecisions(TIntermTyped& node, const TFunction& function) in computeBuiltinPrecisions() 1978 TIntermTyped* TParseContext::handleLengthMethod(const TSourceLoc& loc, TFunction* function, TInterm… in handleLengthMethod() 2041 void TParseContext::addInputArgumentConversions(const TFunction& function, TIntermNode*& arguments)… in addInputArgumentConversions() argument 2079 TIntermTyped* TParseContext::addOutputArgumentConversions(const TFunction& function, TIntermAggrega… in addOutputArgumentConversions() argument 3634 bool TParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function,… in constructorError() 3995 bool TParseContext::constructorTextureSamplerError(const TSourceLoc& loc, const TFunction& function) in constructorTextureSamplerError() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | custom_call_target_registry.h | 76 #define XLA_REGISTER_CUSTOM_CALL_TARGET(function, platform) \ argument 84 #define XLA_CPU_REGISTER_CUSTOM_CALL_TARGET(function) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/assert/test/ |
D | assert_test.cpp | 80 void boost::assertion_failed(char const * expr, char const * function, char const * file, long line) in assertion_failed() 90 void boost::assertion_failed_msg(char const * expr, char const * msg, char const * function, in assertion_failed_msg()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | vector_dce.cpp | 35 bool VectorDCE::VectorDCEFunction(Function* function) { in VectorDCEFunction() 41 void VectorDCE::FindLiveComponents(Function* function, in FindLiveComponents() 313 Function* function, const VectorDCE::LiveComponentMap& live_components) { in RewriteInstructions()
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/ |
H A D | ir_dumper.cpp | 196 static void AddFunctionParameters(JsonObject &function, in AddFunctionParameters() 210 JsonObject &function, const CFunctionLikeIR *cfunction_like_ir) { in AddFunctionParametersAndSetReturnType() 223 JsonObject function; in ConvertFunctionIR() local
|