Home
last modified time | relevance | path

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

12345678910>>...182

/ohos5.0/base/startup/init/test/unittest/begetctl/
H A Dbegetctl_unittest.cpp35 const char *args[] = { variable
44 const char *args[] = { variable
53 const char *args[] = { variable
62 const char *args[] = { variable
71 const char *args[] = { variable
80 const char *args[] = { variable
89 const char *args[] = { variable
97 const char *args[] = { variable
106 const char *args[] = { variable
114 const char *args[] = { variable
[all …]
/aosp12/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.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 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 …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Ddate_time_module_tdd_test.cpp85 jerry_value_t args[1]; variable
126 jerry_value_t args[1]; variable
170 jerry_value_t args[1]; variable
251 jerry_value_t args[1]; variable
333 jerry_value_t args[1]; variable
415 jerry_value_t args[1]; variable
497 jerry_value_t args[1]; variable
575 jerry_value_t args[1]; variable
652 jerry_value_t args[1]; variable
728 jerry_value_t args[1]; variable
[all …]
/ohos5.0/foundation/multimodalinput/input/service/event_dump/test/
H A Devent_dump_test.cpp68 std::vector<std::string> args; variable
99 std::vector<std::string> args = {"-h"}; variable
115 std::vector<std::string> args = {"-abc"}; variable
148 std::vector<std::string> args = {"-d"}; variable
164 std::vector<std::string> args = {"-l"}; variable
180 std::vector<std::string> args = {"-w"}; variable
196 std::vector<std::string> args = {"-u"}; variable
214 std::vector<std::string> args = {"-s"}; variable
232 std::vector<std::string> args = {"-o"}; variable
250 std::vector<std::string> args = {"-i"}; variable
[all …]
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_dump_test.cpp49 std::vector<std::u16string> args; variable
64 std::vector<std::u16string> args; variable
79 std::vector<std::u16string> args; variable
94 std::vector<std::u16string> args; variable
109 std::vector<std::u16string> args; variable
124 std::vector<std::u16string> args; variable
138 std::vector<std::u16string> args; variable
152 std::vector<std::u16string> args; variable
166 std::vector<std::u16string> args; variable
179 std::vector<std::u16string> args; variable
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_dumper_test.cpp63 std::vector<std::u16string> args; variable
76 std::vector<std::u16string> args = {u"-h"}; variable
90 std::vector<std::u16string> args = {u"-a"}; variable
118 std::vector<std::u16string> args = {u"-h"}; variable
132 std::vector<std::u16string> args = {u"-h"}; variable
146 std::vector<std::u16string> args; variable
202 std::vector<std::u16string> args = {u"-h"}; variable
217 std::vector<std::u16string> args = {u"-h"}; variable
232 std::vector<std::u16string> args = {u"-h"}; variable
246 std::vector<std::u16string> args = {u"-h"}; variable
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp40 static int32_t InitGlobalKey(const std::vector<std::string> &args) in InitGlobalKey()
46 static int32_t InitMainUser(const std::vector<std::string> &args) in InitMainUser()
53 static int32_t GenerateUserKeys(const std::vector<std::string> &args) in GenerateUserKeys()
70 static int32_t PrepareUserSpace(const std::vector<std::string> &args) in PrepareUserSpace()
87 static int32_t DeleteUserKeys(const std::vector<std::string> &args) in DeleteUserKeys()
119 static int32_t UpdateUserAuth(const std::vector<std::string> &args) in UpdateUserAuth()
142 static int32_t ActiveUserKey(const std::vector<std::string> &args) in ActiveUserKey()
212 int32_t GetFileEncryptStatus(const std::vector<std::string> &args) in GetFileEncryptStatus()
234 static int32_t EnableFscrypt(const std::vector<std::string> &args) in EnableFscrypt()
276 static int32_t DeleteAppkey(const std::vector<std::string> &args) in DeleteAppkey()
[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/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 …]
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp46 JSIValue AudioModule::Play(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Play()
51 JSIValue AudioModule::Pause(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Pause()
56 JSIValue AudioModule::Stop(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Stop()
61 JSIValue AudioModule::GetPlayState(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in GetPlayState()
99 JSIValue AudioModule::SrcGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcGetter()
105 JSIValue AudioModule::SrcSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcSetter()
157 JSIValue AudioModule::LoopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopGetter()
162 JSIValue AudioModule::LoopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopSetter()
173 JSIValue AudioModule::VolumeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in VolumeGetter()
188 JSIValue AudioModule::MutedGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in MutedGetter()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_dump_test/
H A Dfms_form_mgr_dump_test.cpp75 std::vector<std::u16string> args = {}; variable
95 std::vector<std::u16string> args = {u"-h"}; variable
119 std::vector<std::u16string> args = {u"-s"}; variable
143 std::vector<std::u16string> args = {u"-n"}; variable
163 std::vector<std::u16string> args = {u"-i"}; variable
183 std::vector<std::u16string> args = {u"-t"}; variable
227 std::vector<std::u16string> args = {u"-b"}; variable
251 std::vector<std::u16string> args = {u"-r"}; variable
/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()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp46 PixelMapNapiArgs args; in OH_PixelMap_CreatePixelMap() local
65 PixelMapNapiArgs args; in OH_PixelMap_CreatePixelMapWithStride() local
83 PixelMapNapiArgs args; in OH_PixelMap_CreateAlphaPixelMap() local
96 PixelMapNapiArgs args; in OH_PixelMap_GetBytesNumberPerRow() local
107 PixelMapNapiArgs args; in OH_PixelMap_GetIsEditable() local
118 PixelMapNapiArgs args; in OH_PixelMap_IsSupportAlpha() local
129 PixelMapNapiArgs args; in OH_PixelMap_SetAlphaAble() local
140 PixelMapNapiArgs args; in OH_PixelMap_GetDensity() local
151 PixelMapNapiArgs args; in OH_PixelMap_SetDensity() local
162 PixelMapNapiArgs args; in OH_PixelMap_SetOpacity() 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/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/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
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddistributed_sched_dumper_test.cpp72 const std::vector<std::string> args = {}; variable
88 const std::vector<std::string> args = {"-connect"}; variable
104 const std::vector<std::string> args = {"-invalid"}; variable
120 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; variable
137 const std::vector<std::string> args = {"-h"}; variable
154 const std::vector<std::string> args = {"-connect"}; variable
171 const std::vector<std::string> args = {"-invalid"}; variable
188 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; variable
205 const std::vector<std::string> args = {}; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp88 void JSIndexer::Create(const JSCallbackInfo& args) in Create()
145 void JSIndexer::SetColor(const JSCallbackInfo& args) in SetColor()
153 void JSIndexer::SetPopupColor(const JSCallbackInfo& args) in SetPopupColor()
182 void JSIndexer::SetSelectedFont(const JSCallbackInfo& args) in SetSelectedFont()
197 void JSIndexer::SetPopupFont(const JSCallbackInfo& args) in SetPopupFont()
212 void JSIndexer::SetFont(const JSCallbackInfo& args) in SetFont()
227 void JSIndexer::JsOnSelected(const JSCallbackInfo& args) in JsOnSelected()
314 void JSIndexer::SetItemSize(const JSCallbackInfo& args) in SetItemSize()
328 void JSIndexer::SetAlignStyle(const JSCallbackInfo& args) in SetAlignStyle()
350 void JSIndexer::SetSelected(const JSCallbackInfo& args) in SetSelected()
[all …]
H A Djs_web_controller.cpp159 void SetCookie(const JSCallbackInfo& args) in SetCookie()
176 void GetCookie(const JSCallbackInfo& args) in GetCookie()
196 void SaveCookieSync(const JSCallbackInfo& args) in SaveCookieSync()
208 static void Constructor(const JSCallbackInfo& args) in Constructor()
244 void GetType(const JSCallbackInfo& args) in GetType()
249 void GetExtra(const JSCallbackInfo& args) in GetExtra()
323 void Close(const JSCallbackInfo& args) in Close()
397 void GetData(const JSCallbackInfo& args) in GetData()
404 void SetData(const JSCallbackInfo& args) in SetData()
412 void SetPorts(const JSCallbackInfo& args) in SetPorts()
[all …]
H A Djs_counter.cpp78 void JSCounter::JsEnableDec(const JSCallbackInfo& args) in JsEnableDec()
90 void JSCounter::JsEnableInc(const JSCallbackInfo& args) in JsEnableInc()
102 void JSCounter::JsOnInc(const JSCallbackInfo& args) in JsOnInc()
115 void JSCounter::JsOnDec(const JSCallbackInfo& args) in JsOnDec()
128 void JSCounter::JSHeight(const JSCallbackInfo& args) in JSHeight()
146 void JSCounter::JSWidth(const JSCallbackInfo& args) in JSWidth()
164 void JSCounter::SetSize(const JSCallbackInfo& args) in SetSize()
186 void JSCounter::JSControlWidth(const JSCallbackInfo& args) in JSControlWidth()
205 void JSCounter::JsBackgroundColor(const JSCallbackInfo& args) in JsBackgroundColor()
/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/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 …]

12345678910>>...182