Home
last modified time | relevance | path

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

12345678910>>...122

/aosp12/system/core/init/
H A Dservice_parser.cpp53 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities()
81 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass()
86 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole()
95 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical()
133 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
153 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
216 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
383 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv()
486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile()
515 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser()
[all …]
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 Dbuiltins.cpp238 static Result<void> do_enable(const BuiltinArguments& args) { in do_enable()
249 static Result<void> do_exec(const BuiltinArguments& args) { in do_exec()
288 static Result<void> do_export(const BuiltinArguments& args) { in do_export()
334 static Result<void> do_ifup(const BuiltinArguments& args) { in do_ifup()
355 static Result<void> do_insmod(const BuiltinArguments& args) { in do_insmod()
448 static Result<void> do_mkdir(const BuiltinArguments& args) { in do_mkdir()
487 static Result<void> do_mount(const BuiltinArguments& args) { in do_mount()
804 static Result<void> do_stop(const BuiltinArguments& args) { in do_stop()
850 static Result<void> do_rm(const BuiltinArguments& args) { in do_rm()
997 static Result<void> do_copy(const BuiltinArguments& args) { in do_copy()
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_dbg.h74 #define CLOGI(module, fmt, args...) \ argument
77 #define CLOGD(module, fmt, args...) \ argument
80 #define CLOGL(module, fmt, args...) \ argument
83 #define CLOGW(module, fmt, args...) \ argument
86 #define CLOGH(module, fmt, args...) \ argument
123 #define LOGD(fmt, args...) ALOGD(fmt, ##args) argument
125 #define LOGL(fmt, args...) ALOGD(fmt, ##args) argument
127 #define LOGW(fmt, args...) ALOGW(fmt, ##args) argument
129 #define LOGH(fmt, args...) ALOGD(fmt, ##args) argument
131 #define LOGE(fmt, args...) ALOGE(fmt, ##args) argument
[all …]
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py157 def do_add(self, args): argument
163 def do_del(self, args): argument
169 def do_add_phy(self, args): argument
199 def do_get(self, args): argument
205 def do_set(self, args): argument
217 def do_list(self, args): argument
238 def do_wait(self, args): argument
244 def do_reset(self, args): argument
251 def do_end(self, args): argument
260 def do_quit(self, args): argument
[all …]
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc125 void TestCommandHandler::Add(const vector<std::string>& args) { in Add()
146 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()
173 void TestCommandHandler::Del(const vector<std::string>& args) { in Del()
181 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()
192 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy()
200 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()
230 void TestCommandHandler::List(const vector<std::string>& args) { in List()
254 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod()
270 void TestCommandHandler::StartTimer(const vector<std::string>& args) { in StartTimer()
279 void TestCommandHandler::StopTimer(const vector<std::string>& args) { in StopTimer()
[all …]
/aosp12/art/test/611-checker-simplify-if/src/
H A DMain.java19 public static void main(String[] args) { in main()
50 public static void testNoInline(String[] args) { in testNoInline()
77 public static void testInline(String[] args) { in testInline()
86 public static boolean $inline$doTest(String[] args) { in $inline$doTest()
115 public static void testNonConstantInputs(String[] args) { in testNonConstantInputs()
146 public static void testGreaterCondition(String[] args) { in testGreaterCondition()
179 public static void testNonConstantEqual(String[] args) { in testNonConstantEqual()
229 public static void testSwitch(String[] args) { in testSwitch()
258 public static void testFP(String[] args) { in testFP()
/aosp12/frameworks/native/services/utils/tests/
H A 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 …]
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dcommon.h23 #define HAL_LOGE(fmt, args...) do { \ argument
27 #define HAL_LOGE_IF(cond, fmt, args...) do { \ argument
31 #define HAL_LOGW(fmt, args...) do { \ argument
35 #define HAL_LOGW_IF(cond, fmt, args...) do { \ argument
39 #define HAL_LOGI(fmt, args...) do { \ argument
43 #define HAL_LOGI_IF(cond, fmt, args...) do { \ argument
47 #define HAL_LOGD(fmt, args...) do { \ argument
51 #define HAL_LOGV(fmt, args...) do { \ argument
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java43 public static void d(String prefix, String format, Object... args) { in d()
48 public static void d(Object objectPrefix, String format, Object... args) { in d()
53 public static void i(String prefix, String format, Object... args) { in i()
58 public static void i(Object objectPrefix, String format, Object... args) { in i()
63 public static void v(String prefix, String format, Object... args) { in v()
68 public static void v(Object objectPrefix, String format, Object... args) { in v()
73 public static void w(String prefix, String format, Object... args) { in w()
78 public static void w(Object objectPrefix, String format, Object... args) { in w()
83 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
103 public static void wtf(String prefix, String format, Object... args) { in wtf()
[all …]
/aosp12/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
/aosp12/art/test/412-new-array/src/
H A DMain.java24 public static void main(String[] args) throws Exception { in main()
172 Object[] args = {new int[0], new int[1]}; in testSmaliFilledNewArray() local
200 Object[] args = {new int[0], new int[1]}; in testSmaliFilledNewArray() local
225 Object[] args = { array }; in testSmaliFillArrayData() local
257 Object[] args = { array }; in testSmaliFillArrayData() local
296 Object[] args = { array }; in testSmaliFillArrayData() local
335 Object[] args = { array }; in testSmaliFillArrayData() local
374 Object[] args = { array }; in testSmaliFillArrayData() local
413 Object[] args = { array }; in testSmaliFillArrayData() local
452 Object[] args = { array }; in testSmaliFillArrayData() local
[all …]
/aosp12/art/test/712-varhandle-invocations/src/
H A DVarHandleBadCoordinateTests.java86 public static void main(String[] args) { in main()
122 public static void main(String[] args) { in main()
150 public static void main(String[] args) { in main()
176 public static void main(String[] args) { in main()
201 public static void main(String[] args) { in main()
227 public static void main(String[] args) { in main()
269 public static void main(String[] args) { in main()
474 public static void main(String[] args) { in main()
504 public static void main(String[] args) { in main()
530 public static void main(String[] args) { in main()
[all …]
H A DVarHandleAccessorExceptionTests.java36 public static void main(String[] args) { in main()
67 public static void main(String[] args) { in main()
95 public static void main(String[] args) { in main()
124 public static void main(String[] args) { in main()
155 public static void main(String[] args) { in main()
186 public static void main(String[] args) { in main()
218 public static void main(String[] args) { in main()
223 public static void main(String[] args) { in main()
/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp172 const char* args[] = {"bugreport"}; in TEST_F() local
191 const char* args[] = {"bugreport"}; in TEST_F() local
211 const char* args[] = {"bugreport"}; in TEST_F() local
225 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
241 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
277 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
308 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
331 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
350 const char* args[] = {"bugreport", td.path}; in TEST_F() local
364 const char* args[] = {"bugreport", "file"}; in TEST_F() local
[all …]
/aosp12/build/soong/scripts/
H A Dconv_linker_config.py29 def Proto(args): argument
41 def Print(args): argument
48 def SystemProvide(args): argument
67 def Append(args): argument
81 def Merge(args): argument
/aosp12/system/extras/ext4_utils/
H A Dhelpers.h21 #define warn(fmt, args...) \ argument
25 #define error(fmt, args...) \ argument
30 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) argument
31 #define critical_error(fmt, args...) \ argument
36 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno)) argument
/aosp12/frameworks/base/startop/scripts/lib/
H A Dprint_utils.py23 def debug_print(*args, **kwargs):
28 def error_print(*args, **kwargs):
31 def _expand_gen_repr(args): argument
47 def debug_print_gen(*args, **kwargs):
55 def debug_print_nd(*args, **kwargs):
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java365 SomeArgs args = SomeArgs.obtain(); in onNotificationEnqueuedWithChannel() local
388 SomeArgs args = SomeArgs.obtain(); in onNotificationSnoozedUntilContext() local
397 SomeArgs args = SomeArgs.obtain(); in onNotificationsSeen() local
405 SomeArgs args = SomeArgs.obtain(); in onPanelRevealed() local
413 SomeArgs args = SomeArgs.obtain(); in onPanelHidden() local
420 SomeArgs args = SomeArgs.obtain(); in onNotificationVisibilityChanged() local
430 SomeArgs args = SomeArgs.obtain(); in onNotificationExpansionChanged() local
440 SomeArgs args = SomeArgs.obtain(); in onNotificationDirectReply() local
448 SomeArgs args = SomeArgs.obtain(); in onSuggestedReplySent() local
457 SomeArgs args = SomeArgs.obtain(); in onActionClicked() local
[all …]
/aosp12/system/extras/simpleperf/scripts/
H A Dapi_profiler.py39 def prepare_recording(args): argument
46 def enable_profiling_on_device(adb, args): argument
66 def collect_data(args): argument
74 def download_recording_data(adb, args): argument
83 def unzip_recording_data(args): argument
/aosp12/frameworks/base/core/java/com/android/internal/protolog/common/
H A 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()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/log/
H A DL.java33 public static void v(String tag, @NonNull String msg, Object... args) { in v()
44 public static void d(String tag, @NonNull String msg, Object... args) { in d()
55 public static void i(String tag, @NonNull String msg, Object... args) { in i()
66 public static void w(String tag, @NonNull String msg, Object... args) { in w()
77 public static void e(String tag, @NonNull String msg, Object... args) { in e()
86 public static void e(String tag, Exception e, @NonNull String msg, Object... args) { in e()
/aosp12/system/apex/apexer/
H A Dconv_apex_manifest.py40 def Strip(args): argument
55 def Proto(args): argument
62 def SetProp(args): argument
74 def Print(args): argument
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/log/
H A DL.java37 public static void v(String tag, @NonNull String msg, Object... args) { in v()
48 public static void d(String tag, @NonNull String msg, Object... args) { in d()
59 public static void i(String tag, @NonNull String msg, Object... args) { in i()
70 public static void w(String tag, @NonNull String msg, Object... args) { in w()
81 public static void e(String tag, @NonNull String msg, Object... args) { in e()
92 public static void e(String tag, Exception e, @NonNull String msg, Object... args) { in e()
/aosp12/system/keymaster/android_keymaster/
H A Dlogger.cpp25 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log()
33 va_list args; in Log() local
43 va_list args; in Debug() local
53 va_list args; in Info() local
63 va_list args; in Warning() local
73 va_list args; in Error() local
83 va_list args; in Severe() local

12345678910>>...122