Searched refs:getStringValue (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp55 size_t size = pValue.getStringValue().length() + 1 /* '\0' */;
77 size_t str_val_len = pValue.getStringValue().length();
80 ::memcpy(pBuf, pValue.getStringValue().c_str(), str_val_len);
H A DELFAttributeValue.cpp62 if (isStringValue() && (m_StringValue != pValue.getStringValue()))
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp47 static String8 getStringValue(JNIEnv* env, jobject object, const char* fieldName);
55 static String8 getStringValue(JNIEnv* env, jstring string);
60 String8 Utility::getStringValue(JNIEnv* env, jobject object, const char* fieldName) { function in class:Utility
67 return Utility::getStringValue(env, valueString);
74 String8 Utility::getStringValue(JNIEnv* env, jstring string) { function in class:Utility
251 const String8 pathString = Utility::getStringValue(env, jpath);
299 const String8 pathString = Utility::getStringValue(env, jpath);
387 // ->installDrmEngine(uniqueId, Utility::getStringValue(env, engineFilePath));
401 Utility::getStringValue(env, drmRights, "mMimeType"),
402 Utility::getStringValue(en
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h60 const std::string &getStringValue() const function in class:mcld::ELFAttributeValue
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeReturnValuesTest.java91 public String getStringValue() { method in class:JavaBridgeReturnValuesTest.TestObject
161 executeJavaScriptAndGetStringResult("typeof testObject.getStringValue()"));
195 assertEquals("foo", executeJavaScriptAndGetStringResult("testObject.getStringValue()"));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp114 const std::string &data = pValue.getStringValue();
172 m_CPUName = pInAttr.getStringValue();
177 m_CPURawName = pInAttr.getStringValue();
351 if (out_attr.getStringValue() != pInAttr.getStringValue())
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java504 public String getStringValue(int offset) { method in class:BluetoothGattCharacteristic

Completed in 5176 milliseconds