Home
last modified time | relevance | path

Searched defs:float (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dapp_test.py112 self, summary_file: str, check_entries: List[Tuple[str, float, float]]): argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h99 … /*longValue*/, ::std::vector<int64_t>* /*longArray*/, float /*floatValue*/, ::std::vector<float>* in LogThis() argument
/system/extras/simpleperf/scripts/
Dreport_html.py211 def limit_percents(self, min_func_limit: float, min_callchain_percent: float,
381 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]):
687 def limit_percents(self, min_func_percent: float, min_callchain_percent: float):
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h310 ::android::binder::Status RepeatFloat(float /*token*/, float* /*_aidl_return*/) override { in RepeatFloat() argument
343 …::std::vector<float>& /*input*/, ::std::vector<float>* /*repeated*/, ::std::vector<float>* /*_aidl… in ReverseFloat()
/system/update_engine/scripts/
Dupdate_device.py354 def adb(self, command, timeout_seconds: float = None):
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp452 …_longValue*/, std::vector<int64_t>* /*in_longArray*/, float /*in_floatValue*/, std::vector<float>* in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp4175 ::ndk::ScopedAStatus ITestServiceDefault::RepeatFloat(float /*in_token*/, float* /*_aidl_return*/) { in RepeatFloat() argument
4230 …copedAStatus ITestServiceDefault::ReverseFloat(const std::vector<float>& /*in_input*/, std::vector… in ReverseFloat()
/system/tools/aidl/tests/
Daidl_test_service.cpp817 int32_t, vector<int32_t>*, int64_t, vector<int64_t>*, float, in LogThis() argument
818 vector<float>*, double, vector<double>*, const String16&, in LogThis()