Home
last modified time | relevance | path

Searched defs:SetFloat (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs.py301 def SetFloat(self, key, value): member in SharedPrefs
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py318 def SetFloat(self, key, value): member in SharedPrefs
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp632 void CFDE_XMLInstruction::SetFloat(const FX_WCHAR* pwsAttriName, in SetFloat() function in CFDE_XMLInstruction
843 void CFDE_XMLElement::SetFloat(const FX_WCHAR* pwsAttriName, in SetFloat() function in CFDE_XMLElement
/external/pdfium/fxjs/
Dcfxjse_value.cpp123 void CFXJSE_Value::SetFloat(FX_FLOAT fFloat) { in SetFloat() function in CFXJSE_Value
/external/vixl/src/aarch64/
Dsimulator-aarch64.h526 void SetFloat(int index, T value) const { in SetFloat() function