/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.cpp | 595 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 693 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 707 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 723 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() 744 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
|
D | common.cpp | 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/ |
D | gmock-nice-strict.h | 158 explicit NiceMock(A&& arg) : MockClass(std::forward<A>(arg)) { in NiceMock() 199 explicit NaggyMock(A&& arg) : MockClass(std::forward<A>(arg)) { in NaggyMock() 240 explicit StrictMock(A&& arg) : MockClass(std::forward<A>(arg)) { in StrictMock()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | NativeSubWindow_x11.cpp | 21 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg) { in WaitForMapNotify() 28 static Bool WaitForConfigureNotify(Display *d, XEvent *e, char *arg) { in WaitForConfigureNotify()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | fetch_cvd.cc | 83 std::string product = std::visit([](auto&& arg) { return arg.product; }, build); in TargetBuildZipFromArtifacts() 84 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in TargetBuildZipFromArtifacts() 235 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in AddFilesToConfig() 236 auto target = std::visit([](auto&& arg) { return arg.target; }, build); in AddFilesToConfig()
|
/device/google/cuttlefish/host/commands/start/ |
D | main.cc | 66 for (const auto& arg : argv) { in StartAssembler() local 79 for (const auto& arg : argv) { in StartRunner() local
|
/device/google/cuttlefish/host/commands/cvd/ |
D | server_command.cpp | 200 for (const std::string& arg : args_copy) { in Handle() local 312 for (const std::string& arg : request.command_request().args()) { in ParseInvocation() local
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | gen_emulated_builtin_function_tables.py | 81 def enum_type(arg): argument
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/ |
D | spcom.h | 80 uint32_t arg; member 101 uint32_t arg; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | spcom.h | 80 uint32_t arg; member 101 uint32_t arg; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | spcom.h | 51 uint32_t arg; member 66 uint32_t arg; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/ |
D | spcom.h | 51 uint32_t arg; member 66 uint32_t arg; member
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.h | 80 void GetSwizzleIndex(TVector<int> *indexOut, T arg, ArgsT... args) in GetSwizzleIndex()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | getopt.c | 20 const char* arg = argv[optind]; in getopt() local
|
/device/generic/vulkan-cereal/protocols/generic-apigen/ |
D | getopt.c | 20 const char* arg = argv[optind]; in getopt() local
|
/device/google/redbull-kernel/sm7250/kernel-headers/linux/ |
D | spcom.h | 53 uint32_t arg; member 70 uint32_t arg; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/ |
D | spcom.h | 78 uint32_t arg; member 101 uint32_t arg; member
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 405 MacroArg &arg = args->back(); in collectMacroArgs() local 496 const MacroArg &arg = args[iArg]; in replaceMacroParams() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flag_feature.cpp | 46 for (auto& arg : args) { in Process() local
|
/device/google/cuttlefish/host/libs/web/ |
D | build_api.cc | 73 std::visit([&out](auto&& arg) { out << arg; }, build); in operator <<() 308 Build ArgumentToBuild(BuildApi* build_api, const std::string& arg, in ArgumentToBuild()
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThread_pthread.cpp | 125 void* Thread::thread_main(void* arg) { in thread_main()
|
/device/generic/vulkan-cereal/base/ |
D | Thread_win32.cpp | 85 DWORD WINAPI Thread::thread_main(void* arg) { in thread_main()
|
D | Thread_pthread.cpp | 122 void* Thread::thread_main(void* arg) { in thread_main()
|
/device/google/trout/tools/ |
D | bpttool | 116 def ParseNumber(arg): argument 141 def ParseGuid(arg): argument 156 def ParseSize(arg): argument
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 133 const std::string& arg, const std::optional<std::string>& next_arg) const { in Process() argument 199 std::string arg = arguments[i]; in Parse() local
|