/aosp_15_r20/external/cronet/base/win/ |
H A D | iat_patch_function.cc | 23 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 D | iat_patch_function.h | 52 void* new_function); 58 void* new_function);
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | graph_utils_test.cc | 184 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/ |
D | timeout_decorator.py | 72 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 D | handle_hooks_win.cc | 127 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 D | common.py | 27 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 D | abi_diff_wrappers.cpp | 85 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/ |
D | transformation_add_function.cpp | 247 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 D | transformation_add_function.cpp | 247 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 D | transformation_add_function.cpp | 247 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 D | ir_diff_dumper.cpp | 275 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 D | ir_diff_representation.h | 344 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 D | interception_win.h | 42 const char *function_name, uptr new_function,
|
H A D | interception_win.cc | 841 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/ |
D | item.rs | 47 let sig = FnSignature::new_function(item.sig, args.clone(), docstring)?; in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | fnsig.rs | 34 pub(crate) fn new_function( in new_function() method
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | algebraic_simplifier.cc | 5318 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/ |
D | clinic.rst | 1128 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 D | pfor.py | 4638 def new_function(func=b.name): function 4642 new_branches.append(new_function)
|