HomeSort by relevance Sort by last modified time
    Searched defs:resultString (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 129 String resultString;
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
139 String resultString;
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalReceiver.java 35 String resultString = LaunchpadActivity.RECEIVER_LOCAL;
37 resultString = "Successfully registered, but expected it to fail";
42 //resultString = "This is the correct behavior but not yet implemented";
43 resultString = LaunchpadActivity.RECEIVER_LOCAL;
46 resultString = "Successfully bound to service, but expected it to fail";
58 //resultString = "This is the correct behavior but not yet implemented";
59 resultString = LaunchpadActivity.RECEIVER_LOCAL;
70 data.writeString(resultString);
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetSettings.java 66 final String resultString = settings.getString(getPreferenceKey(widgetId), null);
67 final Uri result = resultString == null ? null : Uri.parse(resultString);
  /packages/apps/Phone/tests/src/com/android/phone/tests/
OtaspTestActivity.java 94 String resultString;
97 resultString = "User skipped!";
100 resultString = "Success!";
103 resultString = "FAILURE";
106 resultString = "Unexpected code: " + resultCode;
109 Log.i(LOG_TAG, " - result: " + resultString);
110 mResult.setText(resultString);
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 331 String resultString = String::adopt(result);
336 resultString.replace(0xE5E5, ideographicSpace);
338 return resultString;
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 267 String resultString = String::adopt(result);
274 resultString.replace(0xE5E5, ideographicSpace);
276 return resultString;
  /external/icu4c/common/
uprops.cpp 133 const UChar *resultString;
134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
ucase.c     [all...]
  /external/icu4c/test/intltest/
convtest.cpp     [all...]
regextst.cpp     [all...]
  /external/icu4c/i18n/
rematch.cpp     [all...]
  /external/icu4c/test/cintltst/
reapits.c 651 UChar resultString[40];
658 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
659 TEST_ASSERT_STRING("345", resultString, TRUE);
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 501 String resultString;
509 if (result.getString(scriptState, resultString))
510 cstr = resultString.utf8();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 750 String resultString;
751 result.getString(scriptState, resultString);
755 if (resultString.isNull())
763 plugin->didEvaluateJavaScript(request->requestID(), decodeURLEscapeSequences(request->request().url()), resultString);
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 949 QString resultString;
951 resultString = dumpFramesAsText(mainFrame);
953 resultString = mainFrame->renderTreeDump();
954 resultString += dumpFrameScrollPosition(mainFrame);
956 if (!resultString.isEmpty()) {
958 fprintf(stdout, "%s", resultString.toUtf8().constData());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 608 String resultString = source.substring(0, replaceIndex);
609 resultString = resultString + replacement;
610 resultString =
611 resultString
613 return resultString;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 722 BSTR resultString = 0;
729 resultString = SysAllocStringLen(result.data(), result.size());
749 framePrivate->renderTreeAsExternalRepresentation(gLayoutTestController->isPrinting(), &resultString);
752 if (!resultString)
755 unsigned stringLength = SysStringLen(resultString);
756 int bufferSize = ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, 0, 0, 0, 0);
758 ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, buffer, bufferSize + 1, 0, 0);
785 SysFreeString(resultString);
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 927 milliseconds