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

  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 33 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
35 DE_UNREF(application && launchOptions);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
RefocusFilterd1new.java 187 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
188 launchOptions.setX(0, 1);
189 launchOptions.setY(0, buffers.inputImage.getHeight());
193 buffers.inAllocation, launchOptions);
257 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
258 launchOptions.setX(0, 1)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 175 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
176 launchOptions.setX(0, 1);
177 launchOptions.setY(0, buffers.inputImage.getHeight());
181 buffers.inAllocation, launchOptions);
235 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
236 launchOptions.setX(0, 1)
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDAppDelegate.m 25 didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
RefocusFilterd1new.java 161 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
162 launchOptions.setX(0, 1);
163 launchOptions.setY(0, buffers.inputImage.getHeight());
167 buffers.inAllocation, launchOptions);
232 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
233 launchOptions.setX(0, 1)
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
RefocusFilterF32.java 154 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
155 launchOptions.setX(0, 1);
156 launchOptions.setY(0, buffers.inputImage.getHeight());
160 buffers.inAllocation, launchOptions);
214 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
215 launchOptions.setX(0, 1)
    [all...]
  /external/walt/ios/WALT/
WALTAppDelegate.m 31 willFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 294 Bundle launchOptions; // ActivityOptions
351 mContext.startActivity(intent, opts.launchOptions);
502 info.launchOptions = activityOptions;

Completed in 159 milliseconds