Home
last modified time | relevance | path

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

/external/cronet/stable/base/win/
Diat_patch_function.cc23 RAW_PTR_EXCLUSION void* new_function; member
110 void* new_function, in InterceptImportedFunction()
182 void* new_function) { in Patch()
202 void* new_function) { in PatchFromModule()
/external/cronet/tot/base/win/
Diat_patch_function.cc23 RAW_PTR_EXCLUSION void* new_function; member
110 void* new_function, in InterceptImportedFunction()
182 void* new_function) { in Patch()
202 void* new_function) { in PatchFromModule()
/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py72 def new_function(*args, **kwargs): function
90 def new_function(*args, **kwargs): function
/external/cronet/stable/base/debug/
Dhandle_hooks_win.cc127 void* new_function, in EATPatch()
157 void* new_function, in IATPatch()
/external/cronet/tot/base/debug/
Dhandle_hooks_win.cc127 void* new_function, in EATPatch()
157 void* new_function, in IATPatch()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
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
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_function.cpp247 std::unique_ptr<opt::Function> new_function = MakeUnique<opt::Function>( in TryToAddFunction() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp247 std::unique_ptr<opt::Function> new_function = MakeUnique<opt::Function>( in TryToAddFunction() local
/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
/external/compiler-rt/lib/interception/
Dinterception_win.cc841 const char *function_name, uptr new_function, in OverrideImportedFunction()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc5318 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduce() local
5664 auto new_function = computation_->parent()->AddEmbeddedComputation( in HandleReduceWindow() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py4638 def new_function(func=b.name): function