Home
last modified time | relevance | path

Searched defs:some_function (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/mako/test/
Dmodule_to_import.py1 def some_function(): function
/aosp_15_r20/external/bazelbuild-rules_cc/examples/custom_toolchain/
H A Dbuildme.cc2 int some_function() { in some_function() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
H A Dshapes_for_arguments.py37 def some_function(self, x): member in TestModule
H A Ddebug_info.py29 def some_function(self, x, y): member in TestModule
H A Dbasic.py52 def some_function(self, x): member in TestModule
H A Dexported_python_args.py26 def some_function(self, x): member in TestModule
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dfunc_invoke_and_crash.cpp15 static int some_function() { in some_function() function
Dtest_info_sources.cpp17 static int some_function() { in some_function() function
/aosp_15_r20/external/bcc/tests/python/
H A Ddummy.cc5 static __attribute__((noinline)) int some_function(int x, int y) { in some_function() function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py217 def some_function(): function