Home
last modified time | relevance | path

Searched defs:doubleString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DIBinderRpcTest.aidl19 @utf8InCpp String doubleString(@utf8InCpp String str); in doubleString() method
H A DbinderSafeInterfaceTest.cpp346 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BpSafeInterfaceTest
480 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BnSafeInterfaceTest
H A DbinderRpcTestCommon.h327 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() function
/aosp_15_r20/external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/
H A DLiteralTools.java328 public static double parseDouble(String doubleString) { in parseDouble()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DUnitConverter.java1898 String doubleString = showRational2(rational, " = ", " ≅ "); in showRational() local
1904 String doubleString = showRational2(rational, "", approximatePrefix); in showRational() local
1909 String doubleString = ""; in showRational2() local
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
H A Dlib.rs67 fn doubleString(&self, _s: &str) -> Result<String, Status> { in doubleString() method
/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
H A Dmain.rs74 fn doubleString(&self, s: &str) -> Result<String, Status> { in doubleString() method