/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | hlo_proto_to_graph_view_test.cc | 36 ToolOptions options1; in TEST() local 67 ToolOptions options1; in TEST() local 88 ToolOptions options1; in TEST() local 108 ToolOptions options1; in TEST() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | ISplitScreen.aidl | 88 oneway void startTasks(int taskId1, in Bundle options1, int taskId2, in Bundle options2, in startTasks() 95 oneway void startIntentAndTask(in PendingIntent pendingIntent, int userId1, in Bundle options1, in startIntentAndTask() 102 oneway void startShortcutAndTask(in ShortcutInfo shortcutInfo, in Bundle options1, int taskId, in startShortcutAndTask() 110 in ShortcutInfo shortcutInfo1, in Bundle options1, in PendingIntent pendingIntent2, in startIntents()
|
H A D | SplitScreenController.java | 564 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() 676 void startShortcutAndTask(@NonNull ShortcutInfo shortcutInfo, @Nullable Bundle options1, in startShortcutAndTask() 726 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTask() 762 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 1080 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() 1246 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() 1258 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTask() 1268 public void startShortcutAndTask(ShortcutInfo shortcutInfo, @Nullable Bundle options1, in startShortcutAndTask() 1279 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents()
|
H A D | StageCoordinator.java | 791 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, @Nullable Bundle options2, in startTasks() 822 @Nullable Bundle options1, int taskId, @Nullable Bundle options2, in startIntentAndTask() 877 void startShortcutAndTask(ShortcutInfo shortcutInfo, @Nullable Bundle options1, in startShortcutAndTask() 888 wct.startShortcut(mContext.getPackageName(), shortcutInfo, options1); in startShortcutAndTask() local 903 wct.startShortcut(mContext.getPackageName(), shortcutInfo, options1); in startShortcutAndTask() local 979 @Nullable ShortcutInfo shortcutInfo1, @Nullable Bundle options1, in startIntents() 994 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 1043 wct.startShortcut(mContext.getPackageName(), shortcutInfo1, options1); in startIntents() local 1090 PendingIntent pendingIntent2, Bundle options1, Bundle options2, in handlePippedSplitIntentsLaunch()
|
H A D | SplitScreen.java | 100 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/ |
D | FederatedComputeJobManagerTest.java | 228 TrainingOptions options1 = in testOnTrainerStartCalledFailureDueToTaskLimit() local 643 TrainingOptions options1 = in testOnTrainerStartCalled_multipleTimes_changingPopulationName() local 693 TrainingOptions options1 = in testOnTrainerStartCalled_twoJobsWithSamePopulationName() local 739 TrainingOptions options1 = in testOnTrainerStartCalled_existingTask_rescheduleCountClear() local
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/internal/ |
H A D | ApiCallContextOptionsTest.java | 83 ApiCallContextOptions options1 = in testMergeDifferentKeys() local 97 ApiCallContextOptions options1 = in testMergeDuplicateKeys() local
|
/aosp_15_r20/frameworks/base/media/java/android/media/browse/ |
H A D | MediaBrowserUtils.java | 31 public static boolean areSameOptions(Bundle options1, Bundle options2) { in areSameOptions() 51 public static boolean hasDuplicatedItems(Bundle options1, Bundle options2) { in hasDuplicatedItems()
|
/aosp_15_r20/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
H A D | BroadcastResponseStatsTest.java | 1134 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multiplePackages_multipleIds() local 1222 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multiplePackages() local 1316 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multipleIds() local 1410 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearAllCounts() local
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | CallOptionsTest.java | 114 CallOptions options1 = CallOptions.DEFAULT.withDeadline(deadline); in mutation() local 126 CallOptions options1 = CallOptions.DEFAULT.withExecutor(executor); in mutateExecutor() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastRecordTest.java | 844 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup() local 865 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingKey() local 910 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingFilter() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 1007 public void startTasks(int taskId1, Bundle options1, int taskId2, Bundle options2, in startTasks() 1020 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, Bundle options1, in startIntentAndTask() 1035 @Nullable ShortcutInfo shortcutInfo1, Bundle options1, PendingIntent pendingIntent2, in startIntents() 1050 public void startShortcutAndTask(ShortcutInfo shortcutInfo, Bundle options1, int taskId, in startShortcutAndTask()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitSelectStateController.java | 438 final ActivityOptions options1 = ActivityOptions.makeBasic(); in launchTasks() local 532 final ActivityOptions options1 = ActivityOptions.makeBasic(); in launchExistingSplitPair() local 553 final ActivityOptions options1 = ActivityOptions.makeBasic(); in launchInitialAppFullscreen() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | ConfigurationTest.java | 699 CommandOptions options1 = new CommandOptions(); in testDumpChangedOption() local 732 CommandOptions options1 = new CommandOptions(); in testDumpChangedOption_structure() local
|
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/ |
H A D | StubConfigTest.java | 89 CallOptions options1 = stub.getCallOptions(); in testStubCallOptionsPopulatedToNewCall() local
|
/aosp_15_r20/frameworks/libs/modules-utils/javatests/com/android/modules/expresslog/ |
D | UniformOptionsTest.java | 33 Histogram.UniformOptions options1 = new Histogram.UniformOptions(1, 100, 1000); in testGetBinsCount() local
|
D | ScaledRangeOptionsTest.java | 34 Histogram.ScaledRangeOptions options1 = new Histogram.ScaledRangeOptions(1, 100, 100, 2); in testGetBinsCount() local
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
H A D | BitmapFactoryTest.java | 50 Options options1 = new Options(); in testDecodeByteArray1() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | Diff.java | 88 final HashMap<String, String> options1 = new HashMap<>(dict1.mOptions.mAttributes); in diffHeaders() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Tests/ |
H A D | MetalDelegateTests.swift | 82 var options1 = MetalDelegate.Options() in testEquatable() variable
|
H A D | InterpreterTests.swift | 249 var options1 = Interpreter.Options() in testEquatable() variable
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_flags_test.cc | 35 static const char *options1 = variable
|
/aosp_15_r20/system/core/libstats/expresslog/tests/ |
H A D | Histogram_test.cpp | 26 const std::shared_ptr<Histogram::UniformOptions> options1( in TEST() local
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VoipCallMonitorTest.java | 184 ForegroundServiceDelegationOptions options1 = optionsCaptor1.getValue(); in testMonitorForTwoCallsOnDifferentHandle() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SafeActivityOptions.java | 234 @Nullable ActivityOptions mergeActivityOptions(@Nullable ActivityOptions options1, in mergeActivityOptions()
|