HomeSort by relevance Sort by last modified time
    Searched full:to_string (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
boolean-001.js 25 var TO_STRING = Boolean.prototype.toString;
29 s.toString = TO_STRING;
  /external/stlport/test/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >();
70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
74 CPPUNIT_ASSERT( b2.to_string() == "1000100010001" );
sstream_test.cpp 474 string to_string( const T& v ) function
483 CPPUNIT_CHECK( to_string<int>(-1) == "-1" );
484 CPPUNIT_CHECK( to_string<long>(-1) == "-1" );
  /external/webkit/WebKit/android/jni/
GeolocationPermissionsBridge.cpp 30 #include "WebCoreJni.h" // For to_string
62 WebCore::String originString = to_string(env, origin);
68 WebCore::String originString = to_string(env, origin);
74 WebCore::String originString = to_string(env, origin);
WebSettings.cpp 267 s->setStandardFontFamily(to_string(env, str));
270 s->setFixedFontFamily(to_string(env, str));
273 s->setSansSerifFontFamily(to_string(env, str));
276 s->setSerifFontFamily(to_string(env, str));
279 s->setCursiveFontFamily(to_string(env, str));
282 s->setFantasyFontFamily(to_string(env, str));
285 s->setDefaultTextEncodingName(to_string(env, str));
288 WebFrame::getWebFrame(pFrame)->setUserAgent(to_string(env, str));
332 WebCore::String path = to_string(env, str);
364 WebCore::DatabaseTracker::tracker().setDatabaseDirectoryPath(to_string(env, str))
    [all...]
JavaBridge.cpp 213 WebCore::String ret = to_string(env, string);
239 directories.append(to_string(env, dir));
253 WebCore::String path = to_string(env, ret);
286 list.append(to_string(env, keyStrength));
304 WebCore::String ret = to_string(env, key);
364 String type = to_string(env, javatype);
365 String subtype = to_string(env, javasubtype);
389 directories.append(to_string(env, dir));
418 namesSet.add(to_string(env, name));
431 packageNotifier().addPackageName(to_string(env, packageName))
    [all...]
WebIconDatabase.cpp 140 WebCore::String pathStr = to_string(env, path);
161 WebCore::String urlStr = to_string(env, url);
172 WebCore::String urlStr = to_string(env, url);
181 WebCore::String urlStr = to_string(env, url);
WebStorage.cpp 75 WebCore::String originStr = to_string(env, origin);
83 WebCore::String originStr = to_string(env, origin);
105 WebCore::String originStr = to_string(env, origin);
112 WebCore::String originStr = to_string(env, origin);
WebCoreResourceLoader.cpp 145 WebCore::String valStr = to_string(env, val);
147 response->setHTTPHeaderField(to_string(env, key), valStr);
159 WebCore::KURL kurl(WebCore::ParsedURLString, to_string(env, url));
163 mimeTypeStr = to_string(env, mimeType);
167 encodingStr = to_string(env, encoding);
175 WebCore::String status = to_string(env, statusText);
254 WebCore::KURL url(WebCore::KURL(WebCore::ParsedURLString, to_string(env, baseUrl)),
255 to_string(env, redirectTo));
293 to_string(env, failingUrl), to_string(env, description)))
    [all...]
MIMETypeRegistry.cpp 54 String result = android::to_string(env, (jstring) mimeType);
MockGeolocation.cpp 63 String messageString = to_string(env, message);
WebCoreJni.cpp 61 WebCore::String to_string(JNIEnv* env, jstring str) function in namespace:android
WebCoreJni.h 73 WebCore::String to_string(JNIEnv* env, jstring str);
WebCoreFrameBridge.cpp 833 return to_string(env, ret);
    [all...]
WebViewCore.cpp     [all...]
  /external/opencore/oscl/unit_test/test/src/
point.h 95 //just here to demonstrate to_string
96 virtual std::string to_string(void) const function in class:point
  /external/opencore/oscl/unit_test/src/
stringable.h 26 virtual _STRING to_string(void) const = 0;
  /frameworks/base/tools/localize/
XMLHandler.cpp 251 return to_string(nspaces, "");
274 result += child->to_string(nspaces, indent);
338 XMLNode::to_string(const XMLNamespaceMap& nspaces, const string& indent) const function in class:XMLNode
XMLHandler.h 107 string to_string(const XMLNamespaceMap& nspaces, const string& indent) const;
  /external/v8/src/
builtins.h 159 V(TO_STRING, 0) \
objects-debug.cc 151 Oddball::cast(this)->to_string()->Print();
835 VerifyHeapPointer(to_string());
    [all...]
  /external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp 121 PositionError::create(PositionError::POSITION_UNAVAILABLE, android::to_string(env, message));
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ubitset.h 93 inline string to_string (void) const
uspecial.h 149 return (os << v.to_string());
  /external/stlport/stlport/stl/
_bitset.h 568 basic_string<_CharT, _Traits, _Alloc> to_string() const { function in class:bitset
574 string to_string() const { function in class:bitset

Completed in 2187 milliseconds

1 2