HomeSort by relevance Sort by last modified time
    Searched defs:LaunchOptions (Results 1 - 6 of 6) 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;
  /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) {
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 615 milliseconds