HomeSort by relevance Sort by last modified time
    Searched refs:LaunchOptions (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.h 54 struct LaunchOptions {
63 static PassRefPtr<ProcessLauncher> create(Client* client, const LaunchOptions& launchOptions)
65 return adoptRef(new ProcessLauncher(client, launchOptions));
77 ProcessLauncher(Client*, const LaunchOptions& launchOptions);
88 const LaunchOptions m_launchOptions;
ProcessLauncher.cpp 40 ProcessLauncher::ProcessLauncher(Client* client, const LaunchOptions& launchOptions)
42 , m_launchOptions(launchOptions)
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java 54 Script.LaunchOptions sc = new Script.LaunchOptions();
  /frameworks/base/graphics/java/android/renderscript/
Script.java 154 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
349 public static final class LaunchOptions {
365 * @return LaunchOptions
367 public LaunchOptions setX(int xstartArg, int xendArg) {
383 * @return LaunchOptions
385 public LaunchOptions setY(int ystartArg, int yendArg) {
401 * @return LaunchOptions
403 public LaunchOptions setZ(int zstartArg, int zendArg) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 261 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
471 public static final class LaunchOptions {
487 * @return LaunchOptions
489 public LaunchOptions setX(int xstartArg, int xendArg) {
505 * @return LaunchOptions
507 public LaunchOptions setY(int ystartArg, int yendArg) {
523 * @return LaunchOptions
525 public LaunchOptions setZ(int zstartArg, int zendArg) {
ScriptCThunker.java 96 android.support.v8.renderscript.Script.LaunchOptions sc) {
97 android.renderscript.Script.LaunchOptions lo = null;
99 lo = new android.renderscript.Script.LaunchOptions();
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 100 ProcessLauncher::LaunchOptions launchOptions;
101 launchOptions.processType = ProcessLauncher::WebProcess;
105 launchOptions.architecture = ProcessLauncher::LaunchOptions::MatchCurrentArchitecture;
106 launchOptions.executableHeap = false;
108 m_processLauncher = ProcessLauncher::create(this, launchOptions);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 60 ProcessLauncher::LaunchOptions launchOptions;
61 launchOptions.processType = ProcessLauncher::PluginProcess;
63 launchOptions.architecture = pluginInfo.pluginArchitecture;
64 launchOptions.executableHeap = PluginProcessProxy::pluginNeedsExecutableHeap(pluginInfo);
67 m_processLauncher = ProcessLauncher::create(this, launchOptions);
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 237 if (architecture == LaunchOptions::MatchCurrentArchitecture)
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 74 milliseconds