Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 1285) sorted by relevance

12345678910>>...52

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DDumpHandlerTest.kt102 val args = arrayOf("dumpable1", "dumpable3", "buffer2", "table2") in testDumpablesCanBeDumpedSelectively() constant
123 val args = arrayOf("dumpable1") in testDumpableMatchingIsBasedOnEndOfTag() constant
142 val args = arrayOf("--dump-priority", "CRITICAL") in testCriticalDump() constant
169 val args = arrayOf("--dump-priority", "NORMAL") in testNormalDump() constant
210 val args = arrayOf("buffers", "--tail", "1") in testDumpBuffers() constant
235 val args = arrayOf("dumpables") in testDumpDumpables() constant
260 val args = arrayOf("tables") in testDumpTables() constant
278 val args = arrayOf(DumpHandler.PROTO) in testDumpAllProtoDumpables() constant
290 val args = arrayOf(DumpHandler.PROTO, "protoDumpable1") in testDumpSingleProtoDumpable() constant
305 val args = arrayOf("dumpable") in testDumpTarget_selectsShortestNamedDumpable() constant
[all …]
/frameworks/native/services/inputflinger/
DInputListener.cpp67 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
71 void QueuedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
75 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
79 void QueuedInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
83 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
87 void QueuedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
91 void QueuedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
95 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
99 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
104 for (const NotifyArgs& args : mArgsQueue) { in flush() local
[all …]
DInputFilter.cpp29 AidlKeyEvent notifyKeyArgsToKeyEvent(const NotifyKeyArgs& args) { in notifyKeyArgsToKeyEvent()
56 void InputFilter::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
70 void InputFilter::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
74 void InputFilter::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
82 void InputFilter::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
86 void InputFilter::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
90 void InputFilter::notifySensor(const NotifySensorArgs& args) { in notifySensor()
94 void InputFilter::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
98 void InputFilter::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
102 void InputFilter::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
DUnwantedInteractionBlocker.cpp132 static int32_t getActionUpForPointerId(const NotifyMotionArgs& args, int32_t pointerId) { in getActionUpForPointerId()
164 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args, in removePointerIds()
215 static std::optional<NotifyMotionArgs> removeStylusPointerIds(const NotifyMotionArgs& args) { in removeStylusPointerIds()
287 const NotifyMotionArgs& args, const std::set<int32_t>& oldSuppressedPointerIds, in cancelSuppressedPointers()
346 const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
351 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
356 void UnwantedInteractionBlocker::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
375 void UnwantedInteractionBlocker::enqueueOutboundMotionLocked(const NotifyMotionArgs& args) { in enqueueOutboundMotionLocked()
380 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs& args) { in notifyMotionLocked()
394 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
[all …]
DInputProcessor.cpp70 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
127 ClassifierEvent::ClassifierEvent(const NotifyMotionArgs& args) in ClassifierEvent()
130 ClassifierEvent::ClassifierEvent(const NotifyDeviceResetArgs& args) in ClassifierEvent()
133 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::optional<NotifyArgs> args) in ClassifierEvent()
304 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
322 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
422 void InputProcessor::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
428 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
434 void InputProcessor::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
[all …]
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h41 void Amo(const typename Decoder::AmoArgs& args) { in Amo()
107 void Auipc(const typename Decoder::UpperImmArgs& args) { in Auipc()
112 void CompareAndBranch(const typename Decoder::BranchArgs& args) { in CompareAndBranch()
118 void Csr(const typename Decoder::CsrArgs& args) { in Csr()
149 void Csr(const typename Decoder::CsrImmArgs& args) { in Csr()
177 void Fcvt(const typename Decoder::FcvtFloatToFloatArgs& args) { in Fcvt()
196 void Fcvt(const typename Decoder::FcvtFloatToIntegerArgs& args) { in Fcvt()
234 void Fcvt(const typename Decoder::FcvtIntegerToFloatArgs& args) { in Fcvt()
273 void Fma(const typename Decoder::FmaArgs& args) { in Fma()
328 void Fence(const typename Decoder::FenceArgs& args) { in Fence()
[all …]
/frameworks/native/services/utils/tests/
DPriorityDumper_test.cpp63 Vector<String16> args; in TEST_F() local
69 Vector<String16> args; in TEST_F() local
76 Vector<String16> args; in TEST_F() local
84 Vector<String16> args; in TEST_F() local
94 Vector<String16> args; in TEST_F() local
104 Vector<String16> args; in TEST_F() local
114 Vector<String16> args; in TEST_F() local
124 Vector<String16> args; in TEST_F() local
134 Vector<String16> args; in TEST_F() local
145 Vector<String16> args; in TEST_F() local
[all …]
/frameworks/base/libs/incident/src/
Dincident_report.cpp43 void AIncidentReportArgs_delete(AIncidentReportArgs* args) { in AIncidentReportArgs_delete()
47 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all) { in AIncidentReportArgs_setAll()
51 void AIncidentReportArgs_setPrivacyPolicy(AIncidentReportArgs* args, int privacyPolicy) { in AIncidentReportArgs_setPrivacyPolicy()
55 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section) { in AIncidentReportArgs_addSection()
59 void AIncidentReportArgs_setReceiverPackage(AIncidentReportArgs* args, char const* pkg) { in AIncidentReportArgs_setReceiverPackage()
63 void AIncidentReportArgs_setReceiverClass(AIncidentReportArgs* args, char const* cls) { in AIncidentReportArgs_setReceiverClass()
67 void AIncidentReportArgs_addHeader(AIncidentReportArgs* args, uint8_t const* buf, size_t size) { in AIncidentReportArgs_addHeader()
73 IncidentReportArgs* args = reinterpret_cast<IncidentReportArgs*>(argp); in AIncidentReportArgs_takeReport() local
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java388 SomeArgs args = SomeArgs.obtain(); in onNotificationEnqueuedWithChannel() local
411 SomeArgs args = SomeArgs.obtain(); in onNotificationSnoozedUntilContext() local
420 SomeArgs args = SomeArgs.obtain(); in onNotificationsSeen() local
428 SomeArgs args = SomeArgs.obtain(); in onPanelRevealed() local
436 SomeArgs args = SomeArgs.obtain(); in onPanelHidden() local
443 SomeArgs args = SomeArgs.obtain(); in onNotificationVisibilityChanged() local
453 SomeArgs args = SomeArgs.obtain(); in onNotificationExpansionChanged() local
463 SomeArgs args = SomeArgs.obtain(); in onNotificationDirectReply() local
471 SomeArgs args = SomeArgs.obtain(); in onSuggestedReplySent() local
480 SomeArgs args = SomeArgs.obtain(); in onActionClicked() local
[all …]
/frameworks/native/cmds/installd/
Drun_dex2oat_test.cpp89 auto args = std::make_unique<RunDex2OatArgs>(); in MakeDefaultTestArgs() local
242 void CallRunDex2Oat(std::unique_ptr<RunDex2OatArgs> args) { in CallRunDex2Oat()
282 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
295 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
305 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
316 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
326 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
335 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
349 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
361 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
[all …]
/frameworks/base/core/java/com/android/internal/protolog/common/
DProtoLog.java50 public static void d(IProtoLogGroup group, String messageString, Object... args) { in d()
65 public static void v(IProtoLogGroup group, String messageString, Object... args) { in v()
80 public static void i(IProtoLogGroup group, String messageString, Object... args) { in i()
95 public static void w(IProtoLogGroup group, String messageString, Object... args) { in w()
110 public static void e(IProtoLogGroup group, String messageString, Object... args) { in e()
125 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf()
/frameworks/native/services/inputflinger/tests/
DPreferStylusOverTouch_test.cpp66 NotifyMotionArgs args(/*id=*/0, eventTime, /*readTime=*/0, deviceId, source, in generateMotionArgs() local
80 void assertNotBlocked(const NotifyMotionArgs& args) { assertResponse(args, {args}); } in assertNotBlocked()
82 void assertDropped(const NotifyMotionArgs& args) { assertResponse(args, {}); } in assertDropped()
84 void assertResponse(const NotifyMotionArgs& args, in assertResponse()
110 NotifyMotionArgs args; in TEST_F() local
123 NotifyMotionArgs args; in TEST_F() local
140 NotifyMotionArgs args; in TEST_F() local
167 NotifyMotionArgs args; in TEST_F() local
188 NotifyMotionArgs args; in TEST_F() local
215 NotifyMotionArgs args; in TEST_F() local
[all …]
DCursorInputMapper_test.cpp168 std::list<NotifyArgs> args = in setPointerCapture() local
181 std::list<NotifyArgs> args; in testMotionRotation() local
221 std::list<NotifyArgs> args; in TEST_F() local
266 std::list<NotifyArgs> args; in TEST_F() local
360 std::list<NotifyArgs> args; in TEST_F() local
431 std::list<NotifyArgs> args; in TEST_F() local
458 std::list<NotifyArgs> args; in TEST_F() local
488 std::list<NotifyArgs> args; in TEST_F() local
570 std::list<NotifyArgs> args = in TEST_F() local
626 std::list<NotifyArgs> args = in TEST_F() local
[all …]
DGestureConverter_test.cpp98 std::list<NotifyArgs> args = in TEST_F() local
130 std::list<NotifyArgs> args = in TEST_F() local
155 std::list<NotifyArgs> args = in TEST_F() local
214 std::list<NotifyArgs> args = in TEST_F() local
237 std::list<NotifyArgs> args = in TEST_F() local
288 std::list<NotifyArgs> args = in TEST_F() local
347 std::list<NotifyArgs> args = in TEST_F() local
401 std::list<NotifyArgs> args = in TEST_F() local
425 std::list<NotifyArgs> args = in TEST_F() local
450 std::list<NotifyArgs> args = in TEST_F() local
[all …]
DTestInputListener.cpp183 void TestInputListener::addToQueue(const NotifyArgsType& args) { in addToQueue()
191 void TestInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
195 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
199 void TestInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
203 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
207 void TestInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
211 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
215 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
219 void TestInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
223 void TestInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DUnwantedInteractionBlocker_test.cpp90 NotifyMotionArgs args(/*id=*/0, eventTime, /*readTime=*/0, DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN, in generateMotionArgs() local
138 static void assertArgs(const NotifyMotionArgs& args, int32_t action, in assertArgs()
154 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, in TEST() local
168 NotifyMotionArgs args = in TEST() local
181 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_DOWN, in TEST() local
195 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, in TEST() local
207 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_DOWN, in TEST() local
222 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_DOWN, in TEST() local
234 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, POINTER_1_UP, in TEST() local
246 NotifyMotionArgs args = generateMotionArgs(/*downTime=*/0, /*eventTime=*/0, MOVE, in TEST() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DPriorityDumpTest.java76 final String[] args = { in testNonPriorityArgs() local
85 final String[] args = { in testMissingPriority() local
94 final String[] args = { in testInvalidPriorityNoExtraArgs() local
103 final String[] args = { in testInvalidPriorityExtraArgs() local
114 final String[] args = { in testNoPriorityCallsAllMethods() local
257 public void dumpCritical(FileDescriptor fd, PrintWriter pw, String[] args, in dumpCritical()
265 public void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
272 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
/frameworks/base/services/flags/java/com/android/server/flags/
DFlagsShellCommand.java44 String[] args, in process()
89 private int listCmd(String[] args, PrintWriter outPw, PrintWriter errPw) { in listCmd()
146 private int setCmd(String[] args, PrintWriter outPw, PrintWriter errPw) { in setCmd()
158 private int getCmd(String[] args, PrintWriter outPw, PrintWriter errPw) { in getCmd()
176 private int eraseCmd(String[] args, PrintWriter outPw, PrintWriter errPw) { in eraseCmd()
195 String[] args, int exactly, String cmdName, PrintWriter errPw) { in validateNumArguments()
200 String[] args, int min, int max, String cmdName, PrintWriter errPw) { in validateNumArguments()
/frameworks/base/tools/bit/
Dprint.cpp64 va_list args; in print_status() local
96 va_list args; in print_error() local
110 va_list args; in print_warning() local
124 va_list args; in print_info() local
142 va_list args; in print_one_line() local
152 va_list args; in print_one_line() local
/frameworks/base/services/core/java/com/android/server/utils/
DSlogf.java147 public static void v(String tag, String format, @Nullable Object... args) { in v()
152 public static void v(String tag, Throwable throwable, String format, @Nullable Object... args) { in v()
157 public static void d(String tag, String format, @Nullable Object... args) { in d()
162 public static void d(String tag, Throwable throwable, String format, @Nullable Object... args) { in d()
167 public static void i(String tag, String format, @Nullable Object... args) { in i()
172 public static void i(String tag, Throwable throwable, String format, @Nullable Object... args) { in i()
177 public static void w(String tag, String format, @Nullable Object... args) { in w()
182 public static void w(String tag, Throwable throwable, String format, @Nullable Object... args) { in w()
187 public static void e(String tag, String format, @Nullable Object... args) { in e()
192 public static void e(String tag, Throwable throwable, String format, @Nullable Object... args) { in e()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenShellCommandHandler.java39 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand()
57 private boolean runMoveToSideStage(String[] args, PrintWriter pw) { in runMoveToSideStage()
70 private boolean runRemoveFromSideStage(String[] args, PrintWriter pw) { in runRemoveFromSideStage()
81 private boolean runSetSideStagePosition(String[] args, PrintWriter pw) { in runSetSideStagePosition()
97 private boolean runExitSplitScreen(String[] args, PrintWriter pw) { in runExitSplitScreen()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java30 public void debug(String format, Object... args) { in debug()
37 public void debugNoln(String format, Object... args) { in debugNoln()
44 public void info(String format, Object... args) { in info()
49 public void error(String format, Object... args) { in error()
54 public void exception(Throwable t, String format, Object... args) { in exception()
/frameworks/base/core/tests/coretests/src/android/tracing/perfetto/
DTestDataSource.java36 TestTlsState provide(CreateTlsStateArgs<TestDataSourceInstance> args); in provide()
40 TestIncrementalState provide(CreateIncrementalStateArgs<TestDataSourceInstance> args); in provide()
65 public TestTlsState createTlsState(CreateTlsStateArgs args) { in createTlsState()
70 public TestIncrementalState createIncrementalState(CreateIncrementalStateArgs args) { in createIncrementalState()
108 public void onStart(StartCallbackArguments args) { in onStart()
113 public void onFlush(FlushCallbackArguments args) { in onFlush()
118 public void onStop(StopCallbackArguments args) { in onStop()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java101 SomeArgs args = (SomeArgs)msg.obj; in sendMessageAndWait() local
127 SomeArgs args = SomeArgs.obtain(); in obtainMessageBOO() local
157 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOO() local
165 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOO() local
172 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOOO() local
181 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOO() local
190 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOOO() local
200 SomeArgs args = SomeArgs.obtain(); in obtainMessageOO() local
208 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOO() local
217 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOO() local
[all …]
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp50 const char** args) { in verifyPackageParameters()
125 std::vector<const char*> args; in getArgs() local
169 std::vector<const char*> args = getArgs(version, versioned, shared_libs); in VerifyReadArguments() local
209 std::vector<const char*> args = getArgs(9, true, "&"); in TEST_F() local
215 std::vector<const char*> args = getArgs(10, true, "&"); in TEST_F() local
221 std::vector<const char*> args = getArgs(5, true); in TEST_F() local
228 std::vector<const char*> args = getArgs(4, true); in TEST_F() local
235 std::vector<const char*> args = getArgs(4, true); in TEST_F() local
242 std::vector<const char*> args = getArgs(3, true); in TEST_F() local

12345678910>>...52