Home
last modified time | relevance | path

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

12345678910>>...46

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DDumpManagerTest.kt62 val args = arrayOf<String>() in testDumpTarget_dumpable() constant
104 val args = arrayOf<String>() in testDumpableMatchingIsBasedOnEndOfTag() constant
121 val args = arrayOf<String>() in testDumpDumpables() constant
165 val args = arrayOf<String>() in testCriticalDump() constant
187 val args = arrayOf<String>() in testNormalDump() constant
211 val args = arrayOf<String>() in testUnregister() constant
DDumpHandlerTest.kt100 val args = arrayOf("dumpable1", "dumpable3", "buffer2") in testDumpablesCanBeDumpedSelectively() constant
119 val args = arrayOf("dumpable1") in testDumpableMatchingIsBasedOnEndOfTag() constant
136 val args = arrayOf("--dump-priority", "CRITICAL") in testCriticalDump() constant
159 val args = arrayOf("--dump-priority", "NORMAL") in testNormalDump() constant
191 val args = arrayOf(DumpHandler.PROTO) in testDumpAllProtoDumpables() constant
203 val args = arrayOf(DumpHandler.PROTO, "protoDumpable1") in testDumpSingleProtoDumpable() constant
/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/com/android/internal/protolog/common/
DProtoLog.java49 public static void d(IProtoLogGroup group, String messageString, Object... args) { in d()
64 public static void v(IProtoLogGroup group, String messageString, Object... args) { in v()
79 public static void i(IProtoLogGroup group, String messageString, Object... args) { in i()
94 public static void w(IProtoLogGroup group, String messageString, Object... args) { in w()
109 public static void e(IProtoLogGroup group, String messageString, Object... args) { in e()
124 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf()
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java386 SomeArgs args = SomeArgs.obtain(); in onNotificationEnqueuedWithChannel() local
409 SomeArgs args = SomeArgs.obtain(); in onNotificationSnoozedUntilContext() local
418 SomeArgs args = SomeArgs.obtain(); in onNotificationsSeen() local
426 SomeArgs args = SomeArgs.obtain(); in onPanelRevealed() local
434 SomeArgs args = SomeArgs.obtain(); in onPanelHidden() local
441 SomeArgs args = SomeArgs.obtain(); in onNotificationVisibilityChanged() local
451 SomeArgs args = SomeArgs.obtain(); in onNotificationExpansionChanged() local
461 SomeArgs args = SomeArgs.obtain(); in onNotificationDirectReply() local
469 SomeArgs args = SomeArgs.obtain(); in onSuggestedReplySent() local
478 SomeArgs args = SomeArgs.obtain(); in onActionClicked() local
[all …]
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp150 void TestInputListener::notify(const NotifyArgsType* args) { in notify()
158 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
162 void TestInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
166 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
170 void TestInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
174 void TestInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
178 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
182 void TestInputListener::notifySensor(const NotifySensorArgs* args) { in notifySensor()
186 void TestInputListener::notifyVibratorState(const NotifyVibratorStateArgs* args) { in notifyVibratorState()
DPreferStylusOverTouch_test.cpp72 NotifyMotionArgs args(/* id */ 0, eventTime, 0 /*readTime*/, deviceId, source, 0 /*displayId*/, in generateMotionArgs() local
85 void assertNotBlocked(const NotifyMotionArgs& args) { assertResponse(args, {args}); } in assertNotBlocked()
87 void assertDropped(const NotifyMotionArgs& args) { assertResponse(args, {}); } in assertDropped()
89 void assertResponse(const NotifyMotionArgs& args, in assertResponse()
115 NotifyMotionArgs args; in TEST_F() local
128 NotifyMotionArgs args; in TEST_F() local
145 NotifyMotionArgs args; in TEST_F() local
172 NotifyMotionArgs args; in TEST_F() local
193 NotifyMotionArgs args; in TEST_F() local
220 NotifyMotionArgs args; in TEST_F() local
[all …]
DUnwantedInteractionBlocker_test.cpp105 NotifyMotionArgs args(/* id */ 0, eventTime, 0 /*readTime*/, DEVICE_ID, in generateMotionArgs() local
153 static void assertArgs(const NotifyMotionArgs& args, int32_t action, in assertArgs()
168 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, in TEST() local
182 NotifyMotionArgs args = in TEST() local
195 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
209 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, in TEST() local
221 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
236 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_DOWN, in TEST() local
248 NotifyMotionArgs args = generateMotionArgs(/*downTime*/ 0, /*eventTime*/ 0, POINTER_1_UP, in TEST() local
260 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/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/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp112 static int32_t getActionUpForPointerId(const NotifyMotionArgs& args, int32_t pointerId) { in getActionUpForPointerId()
144 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args, in removePointerIds()
195 static std::optional<NotifyMotionArgs> removeStylusPointerIds(const NotifyMotionArgs& args) { in removeStylusPointerIds()
266 const NotifyMotionArgs& args, const std::set<int32_t>& oldSuppressedPointerIds, in cancelSuppressedPointers()
325 const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
330 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
335 void UnwantedInteractionBlocker::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
350 void UnwantedInteractionBlocker::enqueueOutboundMotionLocked(const NotifyMotionArgs& args) { in enqueueOutboundMotionLocked()
355 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs* args) { in notifyMotionLocked()
369 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
[all …]
DInputClassifier.cpp69 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
126 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyMotionArgs> args) : in ClassifierEvent()
128 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyDeviceResetArgs> args) : in ClassifierEvent()
130 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::unique_ptr<NotifyArgs> args) : in ClassifierEvent()
305 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
324 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
418 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
424 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
430 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
446 void InputClassifier::notifySensor(const NotifySensorArgs* args) { in notifySensor()
[all …]
/frameworks/native/cmds/installd/
Drun_dex2oat_test.cpp89 auto args = std::make_unique<RunDex2OatArgs>(); in MakeDefaultTestArgs() local
241 void CallRunDex2Oat(std::unique_ptr<RunDex2OatArgs> args) { in CallRunDex2Oat()
280 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
293 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
303 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
314 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
324 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
333 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
347 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() local
359 auto args = RunDex2OatArgs::MakeDefaultTestArgs(); in TEST_F() 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
/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.java92 public static void d(String prefix, String format, Object... args) { in d()
101 public static void d(Object objectPrefix, String format, Object... args) { in d()
111 public static void i(String prefix, String format, Object... args) { in i()
117 public static void i(Object objectPrefix, String format, Object... args) { in i()
123 public static void v(String prefix, String format, Object... args) { in v()
132 public static void v(Object objectPrefix, String format, Object... args) { in v()
142 public static void w(String prefix, String format, Object... args) { in w()
148 public static void w(Object objectPrefix, String format, Object... args) { in w()
154 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
160 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()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DCompositionEngine.cpp50 const DisplayCreationArgs& args) { in createDisplay()
91 void CompositionEngine::present(CompositionRefreshArgs& args) { in present()
115 void CompositionEngine::updateCursorAsync(CompositionRefreshArgs& args) { in updateCursorAsync()
130 void CompositionEngine::preComposition(CompositionRefreshArgs& args) { in preComposition()
155 void CompositionEngine::updateLayerStateFromFE(CompositionRefreshArgs& args) { in updateLayerStateFromFE()
/frameworks/base/services/core/java/com/android/server/utils/
DSlogf.java158 public static void v(String tag, String format, @Nullable Object... args) { in v()
173 public static void d(String tag, String format, @Nullable Object... args) { in d()
188 public static void i(String tag, String format, @Nullable Object... args) { in i()
203 public static void w(String tag, String format, @Nullable Object... args) { in w()
218 public static void w(String tag, Exception exception, String format, @Nullable Object... args) { in w()
232 public static void e(String tag, String format, @Nullable Object... args) { in e()
247 public static void e(String tag, Exception exception, String format, @Nullable Object... args) { in e()
256 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf()
264 @Nullable Object... args) { in wtf()
268 private static String getMessage(String format, @Nullable Object... args) { in getMessage()
/frameworks/base/core/java/com/android/internal/protolog/
DProtoLogImpl.java44 Object... args) { in d()
52 Object... args) { in v()
60 Object... args) { in i()
67 Object... args) { in w()
74 Object... args) { in e()
82 Object... args) { in wtf()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
DShellProtoLogImpl.java48 Object... args) { in d()
56 Object... args) { in v()
64 Object... args) { in i()
71 Object... args) { in w()
78 Object... args) { in e()
86 Object... args) { in wtf()
/frameworks/base/tools/aapt2/link/
DResourceExcluder_test.cpp55 auto args = BuildArgList("en"); in TEST() local
73 auto args = BuildArgList("fr"); in TEST() local
91 auto args = BuildArgList("fr"); in TEST() local
115 auto args = BuildArgList("fr"); in TEST() local
142 std::vector<ConfigDescription> args; in TEST() local
167 auto args = BuildArgList("fr-land"); in TEST() local
189 auto args = BuildArgList("night"); in TEST() local
212 auto args = BuildArgList("hdpi"); in TEST() local

12345678910>>...46