Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h32 …t, ::std::vector<int32_t>*, int64_t, ::std::vector<int64_t>*, float, ::std::vector<float>*, double… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h193 ::android::binder::Status RepeatFloat(float, float*) override { in RepeatFloat() argument
226 …tatus ReverseFloat(const ::std::vector<float>&, ::std::vector<float>*, ::std::vector<float>*) over… in ReverseFloat()
/system/extras/simpleperf/scripts/
Dreport_html.py209 def limit_percents(self, min_func_limit: float, min_callchain_percent: float,
379 def cut_edge(self, min_limit: float, hit_func_ids: Set[int]):
689 def limit_percents(self, min_func_percent: float, min_callchain_percent: float):
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp453 …_longValue*/, std::vector<int64_t>* /*in_longArray*/, float /*in_floatValue*/, std::vector<float>* in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
DILoggableInterface.cpp453 …_longValue*/, std::vector<int64_t>* /*in_longArray*/, float /*in_floatValue*/, std::vector<float>* in LogThis() argument
/system/update_engine/scripts/
Dupdate_device.py353 def adb(self, command, timeout_seconds: float = None):
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3256 ::ndk::ScopedAStatus ITestServiceDefault::RepeatFloat(float /*in_token*/, float* /*_aidl_return*/) { in RepeatFloat() argument
3311 …copedAStatus ITestServiceDefault::ReverseFloat(const std::vector<float>& /*in_input*/, std::vector… in ReverseFloat()
/system/tools/aidl/tests/
Daidl_test_service.cpp666 int32_t, vector<int32_t>*, int64_t, vector<int64_t>*, float, in LogThis() argument
667 vector<float>*, double, vector<double>*, const String16&, in LogThis()