Searched refs:strData (Results 1 - 9 of 9) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
H A DMessage.h96 * @param[in] strData the string to write
98 void writeString(const std::string &strData);
102 * @param[out] strData the string to read to
104 void readString(std::string &strData);
108 * @param[in] strData the string to get the size from
110 size_t getStringSize(const std::string &strData) const;
H A DMessage.cpp86 void CMessage::writeString(const string &strData) argument
89 uint32_t size = static_cast<uint32_t>(strData.length());
94 writeData(strData.c_str(), size);
97 void CMessage::readString(string &strData) argument
114 strData = string.data();
117 size_t CMessage::getStringSize(const string &strData) const
120 return strData.length() + sizeof(uint32_t);
/external/jcommander/src/test/java/com/beust/jcommander/internal/
H A DDefaultConsoleTest.java41 void setData(final String strData) { argument
42 data = strData.getBytes();
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFContext.cpp48 DataExtractor strData(getStringSection(), isLittleEndian(), 0);
51 while (const char *s = strData.getCStr(&offset)) {
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp195 DataExtractor strData(getStringSection(), isLittleEndian(), 0);
198 while (const char *s = strData.getCStr(&offset)) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 209 milliseconds