Home
last modified time | relevance | path

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

12345678910>>...34

/aosp14/system/core/init/
H A Dcheck_builtins.cpp53 Result<void> check_chown(const BuiltinArguments& args) { in check_chown()
72 Result<void> check_exec(const BuiltinArguments& args) { in check_exec()
115 Result<void> check_loglevel(const BuiltinArguments& args) { in check_loglevel()
126 Result<void> check_mount_all(const BuiltinArguments& args) { in check_mount_all()
134 Result<void> check_mkdir(const BuiltinArguments& args) { in check_mkdir()
142 Result<void> check_restorecon(const BuiltinArguments& args) { in check_restorecon()
157 Result<void> check_setprop(const BuiltinArguments& args) { in check_setprop()
197 Result<void> check_setrlimit(const BuiltinArguments& args) { in check_setrlimit()
205 Result<void> check_swapon_all(const BuiltinArguments& args) { in check_swapon_all()
213 Result<void> check_sysclktz(const BuiltinArguments& args) { in check_sysclktz()
[all …]
H A Dservice_parser.cpp54 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities()
82 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass()
87 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
96 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
134 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
159 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
222 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
389 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
503 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
532 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
[all …]
H A Dbuiltins.cpp230 static Result<void> do_enable(const BuiltinArguments& args) { in do_enable()
241 static Result<void> do_exec(const BuiltinArguments& args) { in do_exec()
280 static Result<void> do_export(const BuiltinArguments& args) { in do_export()
326 static Result<void> do_ifup(const BuiltinArguments& args) { in do_ifup()
347 static Result<void> do_insmod(const BuiltinArguments& args) { in do_insmod()
440 static Result<void> do_mkdir(const BuiltinArguments& args) { in do_mkdir()
479 static Result<void> do_mount(const BuiltinArguments& args) { in do_mount()
771 static Result<void> do_stop(const BuiltinArguments& args) { in do_stop()
830 static Result<void> do_rm(const BuiltinArguments& args) { in do_rm()
981 static Result<void> do_copy(const BuiltinArguments& args) { in do_copy()
[all …]
H A Dueventd_parser.cpp33 Result<void> ParsePermissionsLine(std::vector<std::string>&& args, in ParsePermissionsLine()
90 Result<void> ParseFirmwareDirectoriesLine(std::vector<std::string>&& args, in ParseFirmwareDirectoriesLine()
102 std::vector<std::string>&& args, in ParseExternalFirmwareHandlerLine()
138 Result<void> ParseEnabledDisabledLine(std::vector<std::string>&& args, bool* feature) { in ParseEnabledDisabledLine()
154 Result<void> ParseParallelRestoreconDirsLine(std::vector<std::string>&& args, in ParseParallelRestoreconDirsLine()
165 Result<void> ParseUeventSocketRcvbufSizeLine(std::vector<std::string>&& args, in ParseUeventSocketRcvbufSizeLine()
197 Result<void> SubsystemParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
212 Result<void> SubsystemParser::ParseDevName(std::vector<std::string>&& args) { in ParseDevName()
225 Result<void> SubsystemParser::ParseDirName(std::vector<std::string>&& args) { in ParseDirName()
234 Result<void> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()
H A Dsubcontext_test.cpp182 auto do_return_pids_as_error = [](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
187 auto do_setprop = [](const BuiltinArguments& args) { in BuildTestFunctionMap()
195 auto do_add_word = [words](const BuiltinArguments& args) { in BuildTestFunctionMap()
199 auto do_return_words_as_error = [words](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
204 auto do_cause_log_fatal = [](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
209 auto do_generate_sane_error = [](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
214 auto do_return_context_as_error = [](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
218 auto do_trigger_shutdown = [](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
H A DDumpHandlerTest.kt123 val args = arrayOf("dumpable1") regex
210 val args = arrayOf("buffers", "--tail", "1") regex
235 val args = arrayOf("dumpables") regex
260 val args = arrayOf("tables") regex
278 val args = arrayOf(DumpHandler.PROTO) regex
305 val args = arrayOf("dumpable") regex
321 val args = arrayOf("buffer", "--tail", "14") regex
339 val args = arrayOf("2") regex
360 val args = arrayOf("2", "--tail", "14") regex
381 val args = arrayOf("x") regex
[all …]
/aosp14/frameworks/base/libs/incident/src/
H A 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
/aosp14/frameworks/base/core/java/android/service/notification/
H A 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 …]
/aosp14/frameworks/base/core/java/com/android/internal/protolog/common/
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A 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()
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/
H A 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()
/aosp14/frameworks/base/tools/bit/
H A 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
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A 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()
187 public static void e(String tag, String format, @Nullable Object... args) { in e()
197 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf()
203 @Nullable Object... args) { in wtf()
[all …]
H A DPriorityDump.java140 String[] args) { in dump()
220 default void dumpCritical(FileDescriptor fd, PrintWriter pw, String[] args, in dumpCritical()
228 default void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
247 default void dump(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dump()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A 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 …]
H A DTransferPipe.java60 String[] args) throws RemoteException; in go()
89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) in dumpAsync()
102 public static byte[] dumpAsync(@NonNull IBinder binder, @Nullable String... args) in dumpAsync()
134 String prefix, String[] args) throws IOException, RemoteException { in go()
139 String prefix, String[] args, long timeout) throws IOException, RemoteException { in go()
156 String[] args) throws IOException, RemoteException { in goDump()
161 String[] args, long timeout) throws IOException, RemoteException { in goDump()
172 binder.dumpAsync(tp.getWriteFd().getFileDescriptor(), args); in goDump() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A 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()
177 public static void wtf(String prefix, String format, Object... args) { in wtf()
182 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A 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()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A 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()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionWrapper.java155 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
209 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
219 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
225 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
235 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
245 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
275 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
290 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
312 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
318 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
[all …]
/aosp14/system/core/fastboot/device/
H A Dcommands.cpp102 for (const auto& args : all_args) { in GetAllVars() local
171 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
222 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
259 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
281 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
317 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
598 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
648 bool GsiHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GsiHandler()
749 static bool Fetch(FastbootDevice* device, const std::vector<std::string>& args) { in Fetch()
767 PartitionFetcher(FastbootDevice* device, const std::vector<std::string>& args) in PartitionFetcher()
[all …]
/aosp14/frameworks/base/tools/aapt2/link/
H A 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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/protolog/
H A 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()
/aosp14/frameworks/base/core/java/android/app/
H A DLoaderManager.java78 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
153 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
171 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
196 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); in dump()
253 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
520 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
561 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
569 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
616 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
666 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]

12345678910>>...34