Home
last modified time | relevance | path

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

1234567891011

/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.py98 def send_command(self, name, args): argument
126 def lint_command(self, name, args, name_size, args_size): argument
158 def do_add(self, args): argument
164 def do_del(self, args): argument
170 def do_add_phy(self, args): argument
176 def do_del_phy(self, args): argument
182 def do_add_device_to_phy(self, args): argument
188 def do_del_device_from_phy(self, args): argument
194 def do_add_remote(self, args): argument
200 def do_get(self, args): argument
[all …]
Dlink_layer_socket.py130 def send_binary(self, args): argument
152 def do_send(self, args): argument
158 def do_quit(self, args): argument
168 def do_help(self, args): argument
Dsend_simple_commands.py124 def send_binary(self, args): argument
149 def lint_command(self, name, args, name_size, args_size): argument
174 def do_send(self, args): argument
180 def do_quit(self, args): argument
189 def do_help(self, args): argument
Dsimple_link_layer_socket.py110 def send_binary(self, args): argument
132 def lint_command(self, name, args, name_size, args_size): argument
155 def do_send(self, args): argument
159 def do_quit(self, args): argument
168 def do_help(self, args): 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/bt/gd/os/
Dlog.h35 #define LOG_VERBOSE(fmt, args...) ALOGV("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
36 #define LOG_DEBUG(fmt, args...) ALOGD("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
37 #define LOG_INFO(fmt, args...) ALOGI("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
38 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
39 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument
54 #define LOGWRAPPER(fmt, args...) … argument
88 #define ASSERT_LOG(condition, fmt, args...) \ argument
/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/osi/include/
Dlog.h30 #define LOGWRAPPER(tag, fmt, args...) \ argument
53 #define LOG_VERBOSE(tag, fmt, args...) \ argument
58 #define LOG_VERBOSE(tag, fmt, args...) \ argument
65 #define LOG_DEBUG(tag, fmt, args...) \ argument
70 #define LOG_INFO(tag, fmt, args...) \ argument
75 #define LOG_WARN(tag, fmt, args...) \ argument
80 #define LOG_ERROR(tag, 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/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/chre/host/common/test/power_test/
Dchre_power_test_client.cc380 inline uint64_t getId(std::vector<string> &args) { in getId()
393 inline const char *getPath(std::vector<string> &args) { in getPath()
406 inline uint64_t getNanoseconds(std::vector<string> &args, size_t index) { in getNanoseconds()
410 inline uint32_t getMilliseconds(std::vector<string> &args, size_t index) { in getMilliseconds()
415 std::vector<string> &args) { in isLoaded()
430 bool validateArguments(Command commandEnum, std::vector<string> &args) { in validateArguments()
505 void createTimerMessage(FlatBufferBuilder &fbb, std::vector<string> &args) { in createTimerMessage()
513 void createWifiMessage(FlatBufferBuilder &fbb, std::vector<string> &args) { in createWifiMessage()
521 void createGnssMessage(FlatBufferBuilder &fbb, std::vector<string> &args) { in createGnssMessage()
532 void createCellMessage(FlatBufferBuilder &fbb, std::vector<string> &args) { in createCellMessage()
[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
/system/update_engine/update_manager/
Dpolicy_test_utils.h58 void ExpectStatus(EvalStatus expected, T method, R* result, Args... args) { in ExpectStatus()
71 EvalStatus CallMethodWithContext(T method, R* result, Args... args) { in CallMethodWithContext()
80 void ExpectPolicyStatus(EvalStatus expected, in ExpectPolicyStatus()
/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()
200 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler()
236 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler()
259 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler()
287 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler()
458 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler()
496 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler()
518 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler()
570 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler()
[all …]

1234567891011