Home
last modified time | relevance | path

Searched defs:options1 (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dhlo_proto_to_graph_view_test.cc36 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 DISplitScreen.aidl88 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 DSplitScreenController.java564 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 DStageCoordinator.java791 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 DSplitScreen.java100 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/
DFederatedComputeJobManagerTest.java228 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 DApiCallContextOptionsTest.java83 ApiCallContextOptions options1 = in testMergeDifferentKeys() local
97 ApiCallContextOptions options1 = in testMergeDuplicateKeys() local
/aosp_15_r20/frameworks/base/media/java/android/media/browse/
H A DMediaBrowserUtils.java31 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 DBroadcastResponseStatsTest.java1134 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 DCallOptionsTest.java114 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 DBroadcastRecordTest.java844 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/
DSystemUiProxy.java1007 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/
DSplitSelectStateController.java438 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/
DConfigurationTest.java699 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 DStubConfigTest.java89 CallOptions options1 = stub.getCallOptions(); in testStubCallOptionsPopulatedToNewCall() local
/aosp_15_r20/frameworks/libs/modules-utils/javatests/com/android/modules/expresslog/
DUniformOptionsTest.java33 Histogram.UniformOptions options1 = new Histogram.UniformOptions(1, 100, 1000); in testGetBinsCount() local
DScaledRangeOptionsTest.java34 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 DBitmapFactoryTest.java50 Options options1 = new Options(); in testDecodeByteArray1() local
/aosp_15_r20/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDiff.java88 final HashMap<String, String> options1 = new HashMap<>(dict1.mOptions.mAttributes); in diffHeaders() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Tests/
H A DMetalDelegateTests.swift82 var options1 = MetalDelegate.Options() in testEquatable() variable
H A DInterpreterTests.swift249 var options1 = Interpreter.Options() in testEquatable() variable
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_flags_test.cc35 static const char *options1 = variable
/aosp_15_r20/system/core/libstats/expresslog/tests/
H A DHistogram_test.cpp26 const std::shared_ptr<Histogram::UniformOptions> options1( in TEST() local
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVoipCallMonitorTest.java184 ForegroundServiceDelegationOptions options1 = optionsCaptor1.getValue(); in testMonitorForTwoCallsOnDifferentHandle() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java234 @Nullable ActivityOptions mergeActivityOptions(@Nullable ActivityOptions options1, in mergeActivityOptions()

1234567