/aosp12/art/test/559-checker-irreducible-loop/src/ |
H A D | Main.java | 27 Object[] arguments = { 42 }; in main() local 33 Object[] arguments = { 42, new Main() }; in main() local 39 Object[] arguments = { 42 }; in main() local 45 Object[] arguments = { 42 }; in main() local 51 Object[] arguments = { }; in main() local 57 Object[] arguments = { 42 }; in main() local 63 Object[] arguments = { 42 }; in main() local
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
H A D | avbuffer_queue_producer_stub.cpp | 42 uint32_t code, MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() 53 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnGetQueueSize() 64 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnSetQueueSize() 75 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnRequestBuffer() 93 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnPushBuffer() 105 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnReturnBuffer() 117 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnAttachBuffer() 134 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnDetachBuffer() 145 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnSetBufferFilledListener() 158 MessageParcel& arguments, MessageParcel& reply, MessageOption& option) in OnRemoveBufferFilledListener() [all …]
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue_producer.cpp | 218 int32_t BufferQueueProducer::GetProducerInitInfoRemote(MessageParcel &arguments, in GetProducerInitInfoRemote() 621 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in GetTransformRemote() 636 int32_t BufferQueueProducer::SetTransformHintRemote(MessageParcel &arguments, in SetTransformHintRemote() 646 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in GetTransformHintRemote() 671 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in GetSurfaceSourceTypeRemote() 687 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in SetSurfaceAppFrameworkTypeRemote() 696 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in GetSurfaceAppFrameworkTypeRemote() 712 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in SetHdrWhitePointBrightnessRemote() 721 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in SetSdrWhitePointBrightnessRemote() 730 MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in AcquireLastFlushedBufferRemote() [all …]
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_producer_test.cpp | 303 MessageParcel arguments; variable 345 MessageParcel arguments; variable 364 MessageParcel arguments; variable 424 MessageParcel arguments; variable 443 MessageParcel arguments; variable 462 MessageParcel arguments; variable 481 MessageParcel arguments; variable 500 MessageParcel arguments; variable 520 MessageParcel arguments; variable 538 MessageParcel arguments; variable [all …]
|
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
H A D | MemoryUsageInstrumentation.java | 26 private Bundle arguments; field in MemoryUsageInstrumentation 29 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | DataLoaderParams.java | 42 @NonNull String arguments) { in forStreaming() 56 @NonNull ComponentName componentName, @NonNull String arguments) { in forIncremental() 62 @NonNull String arguments) { in DataLoaderParams()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/ |
H A D | FocusAreaTest.java | 141 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_legacy() local 198 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_new() local 261 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeShortcut_programmatic() local 444 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache() local 498 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache() local 541 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2() local 574 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget() local 632 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget2() local 657 Bundle arguments = new Bundle(); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget3() local 751 Bundle arguments = new Bundle(); in testClearFocusAreaHistoryWhenRotating_clear() local [all …]
|
/aosp12/art/test/565-checker-irreducible-loop/src/ |
H A D | Main.java | 27 Object[] arguments = { 42, 31L }; in main() local 33 Object[] arguments = { 42, 31L }; in main() local
|
/aosp12/art/test/588-checker-irreducib-lifetime-hole/src/ |
H A D | Main.java | 27 Object[] arguments = { 42 }; in main() local 32 Object[] arguments = { 42 }; in main() local
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_producer_listener.h | 38 MessageParcel arguments; in OnBufferReleased() local 55 MessageParcel arguments; in OnBufferReleasedWithFence() local 84 int32_t OnRemoteRequest(uint32_t code, MessageParcel &arguments, in OnRemoteRequest() 113 GSError OnBufferReleasedWithFenceRemote(MessageParcel& arguments) in OnBufferReleasedWithFenceRemote()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/ |
H A D | HandheldSpecialAppAccessFragment.java | 49 Bundle arguments = new Bundle(); in newInstance() local 59 Bundle arguments = getArguments(); in onCreate() local
|
H A D | HandheldSpecialAppAccessPreferenceFragment.java | 55 Bundle arguments = new Bundle(); in newInstance() local 65 Bundle arguments = getArguments(); in onCreate() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/ |
H A D | HandheldDefaultAppFragment.java | 53 Bundle arguments = new Bundle(); in newInstance() local 64 Bundle arguments = getArguments(); in onCreate() local
|
H A D | HandheldDefaultAppPreferenceFragment.java | 59 Bundle arguments = new Bundle(); in newInstance() local 70 Bundle arguments = getArguments(); in onCreate() local
|
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
H A D | Dicttool.java | 103 private static Command getCommand(final String[] arguments) { in getCommand() 119 private static int execute(final String[] arguments) { in execute() 132 public static void main(final String[] arguments) { in main()
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeProvider.java | 220 int virtualViewId, AccessibilityNodeInfo info, String extraDataKey, Bundle arguments) { in addExtraDataToAccessibilityNodeInfo() 237 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/privacy/ |
H A D | ManageMicPermissionsPreferenceControllerTest.java | 135 Map<String, Object> arguments = new HashMap<>(); in getSummary_whenLocationAppCountIsOne_shouldShowSingularString() local 153 Map<String, Object> arguments = new HashMap<>(); in getSummary_whenLocationAppCountIsGreaterThanOne_shouldShowPluralString() local 178 Map<String, Object> arguments = new HashMap<>(); in getSummary_multipleUsers_addsAppCounts() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/ |
H A D | DefaultAppConfirmationDialogFragment.java | 51 Bundle arguments = new Bundle(); in newInstance() local 76 Bundle arguments = getArguments(); in onCreate() local
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/ |
H A D | AutoSpecialAppAccessFragment.java | 46 Bundle arguments = new Bundle(); in newInstance() local 56 Bundle arguments = getArguments(); in onCreate() local
|
H A D | AutoDefaultAppFragment.java | 53 Bundle arguments = new Bundle(); in newInstance() local 64 Bundle arguments = getArguments(); in onCreate() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | CustomTestRunner.java | 26 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/multidex/instrumentation/src/com/android/test/runner/ |
H A D | MultiDexTestRunner.java | 34 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/ |
H A D | MultiDexAndroidJUnitRunner.java | 27 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/ |
H A D | MultiDexAndroidJUnitRunner.java | 11 public void onCreate(Bundle arguments) { in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityDetailsSettingsFragment.java | 100 final Bundle arguments = new Bundle(); in getSystemAccessibilitySettingsLaunchArguments() local 142 private void openSubSettings(@NonNull String destination, @Nullable Bundle arguments) { in openSubSettings() 228 LaunchFragmentArguments(@NonNull String destination, @Nullable Bundle arguments) { in LaunchFragmentArguments()
|