Home
last modified time | relevance | path

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

/external/cronet/base/win/
Diat_patch_function.cc24 RAW_PTR_EXCLUSION void* new_function; member
84 sizeof(iat->u1.Function) == sizeof(intercept_information->new_function), in InterceptEnumCallback()
89 &(iat->u1.Function), &(intercept_information->new_function), in InterceptEnumCallback()
90 sizeof(intercept_information->new_function)); in InterceptEnumCallback()
117 void* new_function, in InterceptImportedFunction() argument
121 !new_function) { in InterceptImportedFunction()
135 new_function, in InterceptImportedFunction()
193 void* new_function) { in Patch() argument
201 function_name, new_function); in Patch()
214 void* new_function) { in PatchFromModule() argument
[all …]
Diat_patch_function.h53 void* new_function);
59 void* new_function);
/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
/external/cronet/base/debug/
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()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
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()
/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()
296 new_function->AddBasicBlock(std::move(block)); in TryToAddFunction()
306 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
308 ir_context->AddFunction(std::move(new_function)); in TryToAddFunction()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/swiftshader/third_party/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()
/external/compiler-rt/lib/interception/
Dinterception_win.h42 const char *function_name, uptr new_function,
Dinterception_win.cc841 const char *function_name, uptr new_function, in OverrideImportedFunction() argument
898 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
/external/tensorflow/tensorflow/compiler/xla/service/
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()
/external/python/cpython3/Doc/howto/
Dclinic.rst1114 module.class.new_function [as c_basename] = module.class.existing_function
1116 Docstring for new_function goes here.
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py4638 def new_function(func=b.name): function
4642 new_branches.append(new_function)