Searched refs:opts1 (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SafeActivityOptionsTest.java | 38 final ActivityOptions opts1 = ActivityOptions.makeBasic(); in testMerge() local 39 opts1.setLaunchDisplayId(5); in testMerge() 42 final SafeActivityOptions options = new SafeActivityOptions(opts1); in testMerge() 43 final ActivityOptions result = options.mergeActivityOptions(opts1, opts2); in testMerge()
|
/aosp12/bionic/libc/bionic/ |
H A D | mntent.cpp | 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; in getmntent_r() local 46 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1, in getmntent_r() 58 buf[opts1] = '\0'; in getmntent_r()
|