Home
last modified time | relevance | path

Searched defs:new_function (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Diat_patch_function.cc23 RAW_PTR_EXCLUSION void* new_function; member
112 void* new_function, in InterceptImportedFunction()
188 void* new_function) { in Patch()
209 void* new_function) { in PatchFromModule()
/aosp_15_r20/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py72 def new_function(*args, **kwargs): function
90 def new_function(*args, **kwargs): function
/aosp_15_r20/external/cronet/base/debug/
H A Dhandle_hooks_win.cc127 void* new_function, in EATPatch()
157 void* new_function, in IATPatch()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils_test.cc184 FunctionDef* new_function = library.add_function(); in TEST() local
218 FunctionDef* new_function = library.add_function(); in TEST() local
276 FunctionDef* new_function = library.add_function(); in TEST() local
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff_wrappers.cpp85 repr::FunctionIR new_function = *newp_; in DumpDiff() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp247 std::unique_ptr<opt::Function> new_function = MakeUnique<opt::Function>( in TryToAddFunction() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_function.cpp247 std::unique_ptr<opt::Function> new_function = MakeUnique<opt::Function>( in TryToAddFunction() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_diff_representation.h344 FunctionDiffIR(const FunctionIR *old_function, const FunctionIR *new_function, in FunctionDiffIR()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_function.cpp247 std::unique_ptr<opt::Function> new_function = MakeUnique<opt::Function>( in TryToAddFunction() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/
H A Dir_diff_dumper.cpp275 abi_dump::FunctionDecl *new_function = function_diff.mutable_new_(); in ConvertFunctionDiffIR() local
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dfnsig.rs34 pub(crate) fn new_function( in new_function() method
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc841 const char *function_name, uptr new_function, in OverrideImportedFunction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc5318 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduce() local
5664 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduceWindow() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dpfor.py4638 def new_function(func=b.name): function