Home
last modified time | relevance | path

Searched refs:new_function (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Diat_patch_function.cc23 RAW_PTR_EXCLUSION void* new_function; member
79 sizeof(iat->u1.Function) == sizeof(intercept_information->new_function), in InterceptEnumCallback()
84 &(iat->u1.Function), &(intercept_information->new_function), in InterceptEnumCallback()
85 sizeof(intercept_information->new_function)); in InterceptEnumCallback()
112 void* new_function, in InterceptImportedFunction() argument
116 !new_function) { in InterceptImportedFunction()
130 new_function, in InterceptImportedFunction()
188 void* new_function) { in Patch() argument
196 function_name, new_function); in Patch()
209 void* new_function) { in PatchFromModule() argument
[all …]
H A Diat_patch_function.h52 void* new_function);
58 void* new_function);
/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
185 SetUniqueGraphFunctionName("new_function", &library, new_function); in TEST()
188 ContainsGraphFunctionWithName(new_function->signature().name(), library)); in TEST()
218 FunctionDef* new_function = library.add_function(); in TEST() local
219 SetUniqueGraphFunctionName("new_function", &library, new_function); in TEST()
222 FindGraphFunctionWithName(new_function->signature().name(), library), -1); in TEST()
276 FunctionDef* new_function = library.add_function(); in TEST() local
277 SetUniqueGraphFunctionName("new_function", &library, new_function); in TEST()
281 EXPECT_NE(new_function->signature().name(), in TEST()
/aosp_15_r20/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py72 def new_function(*args, **kwargs): function
87 return new_function
90 def new_function(*args, **kwargs): function
93 return new_function
/aosp_15_r20/external/cronet/base/debug/
H A Dhandle_hooks_win.cc127 void* new_function, in EATPatch() argument
149 base::checked_cast<DWORD>(reinterpret_cast<uintptr_t>(new_function) - in EATPatch()
157 void* new_function, in IATPatch() argument
166 new_function)) { in IATPatch()
/aosp_15_r20/external/pytorch/test/quantization/ao_migration/
H A Dcommon.py27 new_function = getattr(new_location, fn_name)
28 assert old_function == new_function, f"Functions don't match: {fn_name}"
29 assert hash(old_function) == hash(new_function), (
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff_wrappers.cpp85 repr::FunctionIR new_function = *newp_; in DumpDiff() local
87 ReplaceTypeIdsWithTypeNames(new_types_, &new_function); in DumpDiff()
88 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function, in DumpDiff()
/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
261 new_function->AddParameter(InstructionFromMessage( in TryToAddFunction()
300 new_function->AddBasicBlock(std::move(block)); in TryToAddFunction()
311 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
313 ir_context->AddFunction(std::move(new_function)); in TryToAddFunction()
/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
261 new_function->AddParameter(InstructionFromMessage( in TryToAddFunction()
300 new_function->AddBasicBlock(std::move(block)); in TryToAddFunction()
311 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
313 ir_context->AddFunction(std::move(new_function)); in TryToAddFunction()
/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
261 new_function->AddParameter(InstructionFromMessage( in TryToAddFunction()
300 new_function->AddBasicBlock(std::move(block)); in TryToAddFunction()
311 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
313 ir_context->AddFunction(std::move(new_function)); in TryToAddFunction()
/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
276 if (old_function == nullptr || new_function == nullptr) { in ConvertFunctionDiffIR()
281 *new_function = ConvertFunctionIR(function_diff_ir->GetNewFunction()); in ConvertFunctionDiffIR()
/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() argument
347 new_function_(new_function), in FunctionDiffIR()
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.h42 const char *function_name, uptr new_function,
H A Dinterception_win.cc841 const char *function_name, uptr new_function, in OverrideImportedFunction() argument
898 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Ditem.rs47 let sig = FnSignature::new_function(item.sig, args.clone(), docstring)?; in new()
/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/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc5318 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduce() local
5326 reduce->dimensions(), new_function)); in HandleReduce()
5664 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduceWindow() local
5673 reduce_window->window(), new_function)); in HandleReduceWindow()
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dclinic.rst1128 module.class.new_function [as c_basename] = module.class.existing_function
1130 Docstring for new_function goes here.
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dpfor.py4638 def new_function(func=b.name): function
4642 new_branches.append(new_function)