| /system/core/init/ |
| D | service_parser.cpp | 53 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 …]
|
| D | check_builtins.cpp | 53 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 …]
|
| D | builtins.cpp | 160 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 …]
|
| D | ueventd_parser.cpp | 32 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/ |
| D | test_command_handler.cc | 89 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/ |
| D | test_channel.py | 98 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 …]
|
| D | link_layer_socket.py | 130 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
|
| D | send_simple_commands.py | 124 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
|
| D | simple_link_layer_socket.py | 110 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/ |
| D | conv_apex_manifest.py | 40 def Strip(args): argument 55 def Proto(args): argument 62 def SetProp(args): argument 74 def Print(args): argument
|
| /system/core/adb/ |
| D | bugreport_test.cpp | 73 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/ |
| D | api_profiler.py | 38 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
|
| D | run_simpleperf_without_usb_connection.py | 37 def start_recording(args): argument 62 def stop_recording(args): argument
|
| /system/keymaster/android_keymaster/ |
| D | logger.cpp | 24 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/ |
| D | log.h | 35 #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/ |
| D | end_to_end_tests.cpp | 76 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/ |
| D | log.h | 30 #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/ |
| D | nvram_client.c | 101 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/ |
| D | build_sepolicy.py | 33 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/ |
| D | main.cc | 75 #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/ |
| D | mkbootimg.py | 55 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/ |
| D | chre_power_test_client.cc | 380 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/ |
| D | inferno.py | 49 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/ |
| D | policy_test_utils.h | 58 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/ |
| D | commands.cpp | 94 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 …]
|