HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 26 - 50 of 1105) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/av/include/media/stagefright/
MetaData.h 33 kKeyMIMEType = 'mime', // cstring
71 kKeyDecoderComponent = 'decC', // cstring
80 kKeyAlbum = 'albu', // cstring
81 kKeyArtist = 'arti', // cstring
82 kKeyAlbumArtist = 'aart', // cstring
83 kKeyComposer = 'comp', // cstring
84 kKeyGenre = 'genr', // cstring
85 kKeyTitle = 'titl', // cstring
86 kKeyYear = 'year', // cstring
88 kKeyAlbumArtMIME = 'alAM', // cstring
    [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)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
cstring 32 # include_next <cstring>
34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
cstring 32 # include_next <cstring>
34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
cstring 32 # include_next <cstring>
34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
cstring 32 # include_next <cstring>
34 # include _STLP_NATIVE_CPP_C_HEADER(cstring)
  /external/clang/test/Analysis/
cstring-syntax-cxx.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.cstring.BadSizeArg -analyzer-store=region -verify %s
  /external/eigen/unsupported/Eigen/
Skyline 11 #include <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
  /external/webkit/Source/WebCore/platform/text/
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);
TextCodecUserDefined.cpp 31 #include <wtf/text/CString.h>
65 static CString encodeComplexUserDefined(const UChar* characters, size_t length, UnencodableHandling handling)
88 return CString(bytes, resultLength);
91 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling)
94 CString string = CString::newUninitialized(length, bytes);
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 37 #import <wtf/text/CString.h>
112 static CString resolveSymlinksInPath(const CString& path)
129 return CString();
137 CString resolvedParentDirectory = resolveSymlinksInPath(CString(parentDirectory));
139 return CString();
144 return CString();
148 CString resolvedPath = CString::newUninitialized(resolvedPathLength, resolvedPathBuffer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp 32 #include <wtf/text/CString.h>
87 static CString getThemeIconFileName(const char* name, int size)
98 return CString(gtk_icon_info_get_filename(info.get()));
103 return CString();
106 static PassRefPtr<SharedBuffer> loadResourceSharedBuffer(CString name)
124 PassRefPtr<Image> loadImageFromFile(CString fileName)
136 CString fileName;
  /external/webkit/Source/WebCore/platform/network/
HTTPHeaderMap.cpp 82 static unsigned hash(const char* cString)
84 return CaseFoldingHash::hash(cString, strlen(cString));
87 static bool equal(const AtomicString& key, const char* cString)
89 return equalIgnoringCase(key, cString);
92 static void translate(AtomicString& location, const char* cString, unsigned /*hash*/)
94 location = AtomicString(cString);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 27 #include <wtf/text/CString.h>
67 static WTF::CString getInnerText(WebKitWebFrame*);
68 static WTF::CString dumpRenderTree(WebKitWebFrame*);
69 static WTF::CString counterValueForElementById(WebKitWebFrame*, const char* id);
72 static WTF::CString pageProperty(WebKitWebFrame*, const char* propertyName, int pageNumber);
74 static WTF::CString pageSizeAndMarginsInPixels(WebKitWebFrame*, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
80 static WTF::CString markerTextForListItem(WebKitWebFrame*, JSContextRef, JSValueRef nodeObject);

Completed in 1229 milliseconds

12 3 4 5 6 7 8 91011>>