/external/webkit/Source/WebCore/platform/network/ |
FormDataBuilder.h | 39 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name); 40 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false); 42 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType); 46 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value); 47 static void encodeStringAsFormData(Vector<char>&, const CString&);
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
CString.cpp | 28 #include "CString.h" 34 CString::CString(const char* str) 42 CString::CString(const char* str, size_t length) 47 void CString::init(const char* str, size_t length) 63 char* CString::mutableData() 71 CString CString::newUninitialized(size_t length, char*& characterBuffer) 76 CString result [all...] |
/external/stlport/stlport/stl/ |
_cstring.h | 21 # include_next <cstring> 23 # include _STLP_NATIVE_CPP_C_HEADER(cstring) 31 # include <using/cstring>
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstring.h | 21 # include_next <cstring> 23 # include _STLP_NATIVE_CPP_C_HEADER(cstring) 31 # include <using/cstring>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cstring.h | 21 # include_next <cstring> 23 # include _STLP_NATIVE_CPP_C_HEADER(cstring) 31 # include <using/cstring>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cstring.h | 21 # include_next <cstring> 23 # include _STLP_NATIVE_CPP_C_HEADER(cstring) 31 # include <using/cstring>
|
/external/webkit/Source/WebCore/html/ |
FormDataList.h | 27 #include <wtf/text/CString.h> 36 Item(const WTF::CString& data) : m_data(data) { } 39 const WTF::CString& data() const { return m_data; } 43 WTF::CString m_data; 54 void appendData(const String& key, const CString& value) 74 void appendString(const CString&);
|
/frameworks/base/include/media/stagefright/ |
MetaData.h | 32 kKeyMIMEType = 'mime', // cstring 66 kKeyDecoderComponent = 'decC', // cstring 73 kKeyAlbum = 'albu', // cstring 74 kKeyArtist = 'arti', // cstring 75 kKeyAlbumArtist = 'aart', // cstring 76 kKeyComposer = 'comp', // cstring 77 kKeyGenre = 'genr', // cstring 78 kKeyTitle = 'titl', // cstring 79 kKeyYear = 'year', // cstring 81 kKeyAlbumArtMIME = 'alAM', // cstring [all...] |
/external/webkit/Source/WebCore/platform/text/ |
LineEnding.cpp | 36 #include <wtf/text/CString.h> 43 virtual void copy(const CString&) = 0; 49 CStringBuffer(CString& buffer) 58 m_buffer = CString::newUninitialized(size, ptr); 62 virtual void copy(const CString& source) 67 const CString& buffer() const { return m_buffer; } 70 CString m_buffer; 88 virtual void copy(const CString& source) 97 void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffer) 152 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) [all...] |
Base64.h | 31 #include <wtf/text/CString.h> 40 void base64Encode(const CString&, Vector<char>&, bool insertLFs = false); 43 String base64Encode(const CString&, bool insertLFs = false); 54 inline void base64Encode(const CString& in, Vector<char>& out, bool insertLFs) 64 inline String base64Encode(const CString& in, bool insertLFs)
|
LineEnding.h | 41 CString normalizeLineEndingsToCRLF(const CString& from); 44 void normalizeLineEndingsToCR(const CString& from, Vector<char>& result); 47 void normalizeLineEndingsToLF(const CString& from, Vector<char>& result); 51 void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
|
/external/stlport/test/unit/ |
cstring_header_test.cpp | 8 #include <cstring>
|
/ndk/tests/device/test-gnustl-full/unit/ |
cstring_header_test.cpp | 8 #include <cstring>
|
/ndk/tests/device/test-stlport/unit/ |
cstring_header_test.cpp | 8 #include <cstring>
|
/external/webkit/Source/WebCore/platform/cf/ |
FileSystemCF.cpp | 34 #import <wtf/text/CString.h> 38 CString fileSystemRepresentation(const String& path) 43 return CString(); 48 CString string = CString::newUninitialized(size, buffer); 51 LOG_ERROR("Failed to get filesystem representation to create CString from cfString"); 52 return CString();
|
/external/llvm/unittests/ADT/ |
TwineTest.cpp | 61 EXPECT_EQ("(Twine cstring:\"hi\" empty)", 63 EXPECT_EQ("(Twine cstring:\"hi\" empty)", 67 EXPECT_EQ("(Twine cstring:\"a\" cstring:\"b\")", 71 EXPECT_EQ("(Twine rope:(Twine cstring:\"a\" cstring:\"b\") cstring:\"c\")", 73 EXPECT_EQ("(Twine cstring:\"a\" rope:(Twine cstring:\"b\" cstring:\"c\"))" [all...] |
/external/stlport/stlport/ |
cstring | 32 # include_next <cstring> 34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
|
/ndk/sources/cxx-stl/stlport/stlport/ |
cstring | 32 # include_next <cstring> 34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
cstring | 32 # include_next <cstring> 34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
cstring | 32 # include_next <cstring> 34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
|
/external/webkit/Source/WebCore/platform/gtk/ |
FileSystemGtk.cpp | 33 #include <wtf/text/CString.h> 54 CString fileSystemRepresentation(const String& path) 70 CString filename = fileSystemRepresentation(string); 82 CString filename = fileSystemRepresentation(path); 93 CString filename = fileSystemRepresentation(path); 104 CString filename = fileSystemRepresentation(path); 114 CString filename = fileSystemRepresentation(path); 129 CString filename = fileSystemRepresentation(path); 153 CString filename = fileSystemRepresentation(path); 172 CString tmpFilename = fileSystemRepresentation(pathName) [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginDebug.h | 31 #include <wtf/text/CString.h> 42 CString prettyNameForNPNVariable(NPNVariable variable); 43 CString prettyNameForNPPVariable(NPPVariable variable, void* value); 44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
|
/external/webkit/Source/WebCore/wml/ |
WMLPostfieldElement.h | 41 // Encode name() and value() in a CString using the passed encoding 42 void encodeData(const TextEncoding&, CString& name, CString& value);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebpluginprivate.h | 24 #include <wtf/text/CString.h> 39 CString name; 40 CString description;
|
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMCString.cpp | 26 #include <wtf/text/CString.h> 48 WTF::CString::newUninitialized(length, newData).buffer(); 87 WebDOMCString::WebDOMCString(const WTF::CString& s) 94 WebDOMCString& WebDOMCString::operator=(const WTF::CString& s) 100 WebDOMCString::operator WTF::CString() const
|