Home
last modified time | relevance | path

Searched refs:simple_function (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/examples/bindgen/
H A Dmain.rs3 fn simple_function() -> i64 { in simple_function() function
4 unsafe { simple_bindgen::simple_function() } in simple_function()
15 simple_function(), in main()
25 assert_eq!(1337, super::simple_function()); in do_the_test()
/aosp_15_r20/external/pigweed/pw_bloat/examples/
H A DBUILD.gn31 pw_executable("simple_function") {
32 sources = [ "simple_function.cc" ]
49 target = ":simple_function"
H A DBUILD.bazel35 name = "simple_function",
36 srcs = ["simple_function.cc"],
/aosp_15_r20/external/eigen/bench/btl/generic_bench/init/
H A Dinit_function.hh23 double simple_function(int index) in simple_function() function
28 double simple_function(int index_i, int index_j) in simple_function() function
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/console_tools/
H A Dfunctions_test.py40 def simple_function(): function
44 functions.format_function_help(simple_function),
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dorigin_info_test.py62 test_fn = basic_definitions.simple_function
103 test_fn = basic_definitions.simple_function
159 test_fn = basic_definitions.simple_function
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bindgen/simple/
H A Dsimple.cc3 EXTERN_C const int64_t simple_function() { return 1337; } in simple_function() function
H A Dsimple.h14 EXTERN_C const int64_t simple_function();
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/testing/
H A Dbasic_definitions.py18 def simple_function(x): function
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp333 TEST_F(MCJITCAPITest, simple_function) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
H A Dlimitations.md777 def simple_function():
782 inspect.findsource(simple_function)