HomeSort by relevance Sort by last modified time
    Searched refs:createFromString (Results 26 - 50 of 60) sorted by null

12 3

  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 89 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 214 WebSecurityOrigin::createFromString(
browsing_data_indexed_db_helper.cc 259 WebSecurityOrigin::createFromString(
browsing_data_local_storage_helper.cc 205 WebSecurityOrigin::createFromString(
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp 127 PassRefPtr<CanvasStyle> CanvasStyle::createFromString(const String& color, Document* document)
CanvasRenderingContext2D.cpp 738 setStrokeStyle(CanvasStyle::createFromString(color, canvas()->document()));
780 setFillStyle(CanvasStyle::createFromString(color, canvas()->document()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp 634 ScriptExecutionContext* scriptExecutionContext = assertScriptExecutionContextForOrigin(error, SecurityOrigin::createFromString(origin).get());
646 ScriptExecutionContext* scriptExecutionContext = assertScriptExecutionContextForOrigin(error, SecurityOrigin::createFromString(url).get());
658 ScriptExecutionContext* scriptExecutionContext = assertScriptExecutionContextForOrigin(error, SecurityOrigin::createFromString(url).get());
670 ScriptExecutionContext* scriptExecutionContext = assertScriptExecutionContextForOrigin(error, SecurityOrigin::createFromString(url).get());
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObject.cpp 95 if (!internalAddStringItem(ChromiumDataObjectItem::createFromString(type, data)))
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 126 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
FBOTestRS.java 125 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 140 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
SimpleModelRS.java 124 mTextAlloc = Allocation.createFromString(mRS, allocString, Allocation.USAGE_SCRIPT);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 66 mTests[index].testName = Allocation.createFromString(mRS,
MeshTest.java 69 mTests[index].testName = Allocation.createFromString(mRS,
TorusTest.java 98 mTests[index].testName = Allocation.createFromString(mRS,
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 111 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 121 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
AllocationThunker.java 468 static public Allocation createFromString(RenderScript rs,
474 android.renderscript.Allocation.createFromString(
Allocation.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSParser.cpp 217 parsedValue = SVGColor::createFromString(value->string);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
SecurityOrigin.cpp 440 PassRefPtr<SecurityOrigin> SecurityOrigin::createFromString(const String& originString)
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 336 mTextAlloc = Allocation.createFromString(mRS, "String from allocation", Allocation.USAGE_SCRIPT);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 834 RefPtr<SecurityOrigin> referrerOrigin = SecurityOrigin::createFromString(referrer);
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java     [all...]

Completed in 1727 milliseconds

12 3