Home
last modified time | relevance | path

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

12345678910>>...49

/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/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h38 void Csr(const typename Decoder::CsrArgs& args) { in Csr()
45 void Csr(const typename Decoder::CsrImmArgs& args) { in Csr()
51 void Fence(const typename Decoder::FenceArgs& args) { in Fence()
70 void FenceI(const typename Decoder::FenceIArgs& args) { in FenceI()
79 void Op(OpArgs&& args) { in Op()
91 void Amo(const typename Decoder::AmoArgs& args) { in Amo()
98 void Lui(const typename Decoder::UpperImmArgs& args) { in Lui()
103 void Auipc(const typename Decoder::UpperImmArgs& args) { in Auipc()
108 void Load(const typename Decoder::LoadArgs& args) { in Load()
114 void Load(const typename Decoder::LoadFpArgs& args) { in Load()
[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/native/services/inputflinger/
DInputListener.cpp74 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
79 void QueuedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
84 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
89 void QueuedInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
94 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
99 void QueuedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
104 void QueuedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
109 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
114 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
120 for (const NotifyArgs& args : mArgsQueue) { in flush() local
DUnwantedInteractionBlocker.cpp119 static int32_t getActionUpForPointerId(const NotifyMotionArgs& args, int32_t pointerId) { in getActionUpForPointerId()
151 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args, in removePointerIds()
202 static std::optional<NotifyMotionArgs> removeStylusPointerIds(const NotifyMotionArgs& args) { in removeStylusPointerIds()
274 const NotifyMotionArgs& args, const std::set<int32_t>& oldSuppressedPointerIds, in cancelSuppressedPointers()
333 const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
338 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
343 void UnwantedInteractionBlocker::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
358 void UnwantedInteractionBlocker::enqueueOutboundMotionLocked(const NotifyMotionArgs& args) { in enqueueOutboundMotionLocked()
363 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs& args) { in notifyMotionLocked()
377 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/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/base/core/java/com/android/internal/protolog/common/
DProtoLog.java52 public static void d(IProtoLogGroup group, String messageString, Object... args) { in d()
70 public static void v(IProtoLogGroup group, String messageString, Object... args) { in v()
88 public static void i(IProtoLogGroup group, String messageString, Object... args) { in i()
106 public static void w(IProtoLogGroup group, String messageString, Object... args) { in w()
124 public static void e(IProtoLogGroup group, String messageString, Object... args) { in e()
142 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf()
/frameworks/libs/net/common/native/tcutils/
Dlogging.h29 va_list args; in ALOGE() local
36 va_list args; in ALOGW() local
43 va_list args; in ALOGI() local
50 va_list args; in ALOGD() local
/frameworks/native/services/inputflinger/tests/
DPreferStylusOverTouch_test.cpp67 NotifyMotionArgs args(/*id=*/0, eventTime, /*readTime=*/0, deviceId, source, /*displayId=*/0, 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 …]
DTestInputListener.cpp171 void TestInputListener::addToQueue(const NotifyArgsType& args) { in addToQueue()
179 void TestInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
183 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
187 void TestInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
191 void TestInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
195 void TestInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
199 void TestInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
203 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
207 void TestInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()
211 void TestInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
DGestureConverter_test.cpp90 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, moveGesture); in TEST_F() local
108 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, moveGesture); in TEST_F() local
128 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, downGesture); in TEST_F() local
198 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, downGesture); in TEST_F() local
256 std::list<NotifyArgs> args = converter.handleGesture(downTime, READ_TIME, startGesture); in TEST_F() local
305 std::list<NotifyArgs> args = converter.handleGesture(downTime, READ_TIME, startGesture); in TEST_F() local
348 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, startGesture); in TEST_F() local
369 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, startGesture); in TEST_F() local
393 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, startGesture); in TEST_F() local
412 std::list<NotifyArgs> args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, startGesture); in TEST_F() local
[all …]
DUnwantedInteractionBlocker_test.cpp91 NotifyMotionArgs args(/* id */ 0, eventTime, /*readTime=*/0, DEVICE_ID, in generateMotionArgs() local
139 static void assertArgs(const NotifyMotionArgs& args, int32_t action, in assertArgs()
155 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, in TEST() local
169 NotifyMotionArgs args = in TEST() local
182 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
196 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, in TEST() local
208 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
223 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
235 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_UP, in TEST() local
247 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, MOVE, in TEST() 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/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/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/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/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
/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/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenShellCommandHandler.java38 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand()
52 private boolean runMoveToSideStage(String[] args, PrintWriter pw) { in runMoveToSideStage()
65 private boolean runRemoveFromSideStage(String[] args, PrintWriter pw) { in runRemoveFromSideStage()
76 private boolean runSetSideStagePosition(String[] args, PrintWriter pw) { in runSetSideStagePosition()
/frameworks/base/telecomm/java/android/telecom/
DLog.java93 public static void d(String prefix, String format, Object... args) { in d()
102 public static void d(Object objectPrefix, String format, Object... args) { in d()
112 public static void i(String prefix, String format, Object... args) { in i()
118 public static void i(Object objectPrefix, String format, Object... args) { in i()
124 public static void v(String prefix, String format, Object... args) { in v()
133 public static void v(Object objectPrefix, String format, Object... args) { in v()
143 public static void w(String prefix, String format, Object... args) { in w()
149 public static void w(Object objectPrefix, String format, Object... args) { in w()
155 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
161 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e()
[all …]
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerShellCommand.java57 final ParsedArgs args = new ParsedArgs(); in runClearAllSessions() local
69 final ParsedArgs args = new ParsedArgs(); in runClearAllBlobs() local
81 final ParsedArgs args = new ParsedArgs(); in runDeleteBlob() local
97 final ParsedArgs args = new ParsedArgs(); in runQueryBlobExistence() local
141 private int parseOptions(PrintWriter pw, ParsedArgs args) { in parseOptions()

12345678910>>...49