Home
last modified time | relevance | path

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

12345678910>>...12

/system/core/init/
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()
100 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled()
106 Result<void> ServiceParser::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace()
120 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup()
137 Result<void> ServiceParser::ParsePriority(std::vector<std::string>&& args) { in ParsePriority()
148 Result<void> ServiceParser::ParseInterface(std::vector<std::string>&& args) { in ParseInterface()
183 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio()
[all …]
Dcheck_builtins.cpp53 Result<void> check_chown(const BuiltinArguments& args) { in check_chown()
72 Result<void> check_exec(const BuiltinArguments& args) { in check_exec()
83 Result<void> check_exec_background(const BuiltinArguments& args) { in check_exec_background()
87 Result<void> check_exec_reboot_on_failure(const BuiltinArguments& args) { in check_exec_reboot_on_failure()
96 Result<void> check_interface_restart(const BuiltinArguments& args) { in check_interface_restart()
103 Result<void> check_interface_start(const BuiltinArguments& args) { in check_interface_start()
107 Result<void> check_interface_stop(const BuiltinArguments& args) { in check_interface_stop()
111 Result<void> check_load_system_props(const BuiltinArguments& args) { in check_load_system_props()
115 Result<void> check_loglevel(const BuiltinArguments& args) { in check_loglevel()
126 Result<void> check_mount_all(const BuiltinArguments& args) { in check_mount_all()
[all …]
Dbuiltins.cpp160 static Result<void> do_class_start(const BuiltinArguments& args) { in do_class_start()
177 static Result<void> do_class_start_post_data(const BuiltinArguments& args) { in do_class_start_post_data()
199 static Result<void> do_class_stop(const BuiltinArguments& args) { in do_class_stop()
204 static Result<void> do_class_reset(const BuiltinArguments& args) { in do_class_reset()
209 static Result<void> do_class_reset_post_data(const BuiltinArguments& args) { in do_class_reset_post_data()
222 static Result<void> do_class_restart(const BuiltinArguments& args) { in do_class_restart()
230 static Result<void> do_domainname(const BuiltinArguments& args) { in do_domainname()
237 static Result<void> do_enable(const BuiltinArguments& args) { in do_enable()
248 static Result<void> do_exec(const BuiltinArguments& args) { in do_exec()
261 static Result<void> do_exec_background(const BuiltinArguments& args) { in do_exec_background()
[all …]
Dueventd_parser.cpp32 Result<void> ParsePermissionsLine(std::vector<std::string>&& args, in ParsePermissionsLine()
80 Result<void> ParseFirmwareDirectoriesLine(std::vector<std::string>&& args, in ParseFirmwareDirectoriesLine()
92 std::vector<std::string>&& args, in ParseExternalFirmwareHandlerLine()
116 Result<void> ParseEnabledDisabledLine(std::vector<std::string>&& args, bool* feature) { in ParseEnabledDisabledLine()
132 Result<void> ParseUeventSocketRcvbufSizeLine(std::vector<std::string>&& args, in ParseUeventSocketRcvbufSizeLine()
164 Result<void> SubsystemParser::ParseSection(std::vector<std::string>&& args, in ParseSection()
179 Result<void> SubsystemParser::ParseDevName(std::vector<std::string>&& args) { in ParseDevName()
192 Result<void> SubsystemParser::ParseDirName(std::vector<std::string>&& args) { in ParseDirName()
201 Result<void> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc89 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand()
103 void TestCommandHandler::Add(const vector<std::string>& args) { in Add()
124 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()
151 void TestCommandHandler::Del(const vector<std::string>& args) { in Del()
159 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()
170 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy()
178 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()
193 void TestCommandHandler::DelDeviceFromPhy(const vector<std::string>& args) { in DelDeviceFromPhy()
208 void TestCommandHandler::List(const vector<std::string>& args) { in List()
216 void TestCommandHandler::SetDeviceAddress(const vector<std::string>& args) { in SetDeviceAddress()
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py99 def send_command(self, name, args): argument
125 def lint_command(self, name, args, name_size, args_size): argument
157 def do_add(self, args): argument
163 def do_del(self, args): argument
169 def do_add_phy(self, args): argument
175 def do_del_phy(self, args): argument
181 def do_add_device_to_phy(self, args): argument
187 def do_del_device_from_phy(self, args): argument
193 def do_add_remote(self, args): argument
199 def do_get(self, args): argument
[all …]
Dlink_layer_socket.py126 def send_binary(self, args): argument
148 def do_send(self, args): argument
154 def do_quit(self, args): argument
164 def do_help(self, args): argument
Dhci_socket.py296 def do_send(self, args): argument
302 def do_connect(self, args): argument
358 def do_le_scan(self, args): argument
373 def do_scan(self, args): argument
386 def do_wait(self, args): argument
392 def do_quit(self, args): argument
402 def do_help(self, args): argument
/system/extras/ext4_utils/
Dhelpers.h21 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } whi… argument
22 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!f… argument
23 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) argument
24 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__… argument
25 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno)) argument
/system/apex/apexer/
Dconv_apex_manifest.py40 def Strip(args): argument
55 def Proto(args): argument
62 def SetProp(args): argument
74 def Print(args): argument
/system/core/adb/
Dbugreport_test.cpp73 virtual Result Perform(const ArgumentTuple& args) { in Perform()
105 virtual Result Perform(const ArgumentTuple& args) { in Perform()
153 const char* args[] = {"bugreport", "to", "principal"}; in TEST_F() local
172 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
[all …]
/system/extras/simpleperf/scripts/
Dapi_profiler.py38 def prepare_recording(args): argument
44 def enable_profiling_on_device(adb, args): argument
62 def collect_data(args): argument
69 def download_recording_data(adb, args): argument
77 def unzip_recording_data(args): argument
Drun_simpleperf_without_usb_connection.py37 def start_recording(args): argument
62 def stop_recording(args): argument
/system/keymaster/android_keymaster/
Dlogger.cpp24 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log()
32 va_list args; in Log() local
41 va_list args; in Debug() local
50 va_list args; in Info() local
58 va_list args; in Warning() local
66 va_list args; in Error() local
74 va_list args; in Severe() local
/system/tools/aidl/tests/
Dend_to_end_tests.cpp76 vector<string> args = { in TEST_F() local
100 vector<string> args = { in TEST_F() local
125 vector<string> args = { in TEST_F() local
150 vector<string> args = { in TEST_F() local
176 vector<string> args = { in TEST_F() local
205 vector<string> args = { in TEST_F() local
230 vector<string> args = { in TEST_F() local
257 vector<string> args = { in TEST_F() local
276 vector<string> args = { in TEST_F() local
294 vector<string> args = { in TEST_F() local
[all …]
/system/bt/gd/os/
Dhandler.h56 void Call(Functor&& functor, Args&&... args) { in Call()
61 void CallOn(T* obj, Functor&& functor, Args&&... args) { in CallOn()
66 common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, Args...>> BindOnce( in BindOnce()
73 common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOnceOn( in BindOnceOn()
80 …ualCallback<common::MakeUnboundRunType<Functor, Args...>> Bind(Functor&& functor, Args&&... args) { in Bind()
86 common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOn( in BindOn()
Dlog.h37 #define LOG_VERBOSE(fmt, args...) ALOGV("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
38 #define LOG_DEBUG(fmt, args...) ALOGD("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
39 #define LOG_INFO(fmt, args...) ALOGI("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
40 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
42 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
51 #define LOGWRAPPER(fmt, args...) … argument
92 #define ASSERT_LOG(condition, fmt, args...) \ argument
/system/nvram/client/
Dnvram_client.c101 static int HandleGetTotalSize(nvram_device_t* device, char* args[]) { in HandleGetTotalSize()
113 static int HandleGetAvailableSize(nvram_device_t* device, char* args[]) { in HandleGetAvailableSize()
126 static int HandleGetMaxSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaceSize()
139 static int HandleGetMaxSpaces(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaces()
151 static int HandleGetSpaceList(nvram_device_t* device, char* args[]) { in HandleGetSpaceList()
183 static int HandleGetSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetSpaceSize()
195 static int HandleGetSpaceControls(nvram_device_t* device, char* args[]) { in HandleGetSpaceControls()
233 static int HandleIsSpaceReadLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceReadLocked()
247 static int HandleIsSpaceWriteLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceWriteLocked()
261 static int HandleCreateSpace(nvram_device_t* device, char* args[]) { in HandleCreateSpace()
[all …]
/system/update_engine/scripts/
Dpaycheck.py43 def CheckApplyPayload(args): argument
55 def ApplyPayload(args): argument
165 def _IsSrcPartPathsProvided(args): argument
/system/bt/gd/common/
Dcontextual_callback.h48 void Invoke(Args... args) { in Invoke()
52 void InvokeIfNotEmpty(Args... args) { in InvokeIfNotEmpty()
84 void Invoke(Args... args) { in Invoke()
88 void InvokeIfNotEmpty(Args... args) { in InvokeIfNotEmpty()
/system/sepolicy/build/
Dbuild_sepolicy.py33 def run_host_command(args, **kwargs): argument
49 def do_build_cil(args): argument
122 def do_filter_out(args): argument
/system/bt/service/client/
Dmain.cc75 #define CHECK_ARGS_COUNT(args, op, num, msg) \ argument
80 #define CHECK_NO_ARGS(args) \ argument
384 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable()
391 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable()
397 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState()
406 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled()
413 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress()
420 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName()
433 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName()
440 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo()
[all …]
/system/tools/mkbootimg/
Dmkbootimg.py55 def get_recovery_dtbo_offset(args): argument
66 def write_header_v3(args): argument
84 def write_vendor_boot_header(args): argument
106 def write_header(args): argument
273 def write_data(args, pagesize): argument
284 def write_vendor_boot_data(args): argument
/system/core/fastboot/device/
Dcommands.cpp94 for (const auto& args : all_args) { in GetAllVars() local
105 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler()
167 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
192 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
210 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
238 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
409 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
447 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
469 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
521 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
[all …]
/system/extras/simpleperf/scripts/inferno/
Dinferno.py49 def collect_data(args): argument
89 def parse_samples(process, args, sample_filter_fn): argument
161 def output_report(process, args): argument

12345678910>>...12