Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 25 of 84) sorted by relevance

1234

/system/teeui/libteeui/include/teeui/
Dmsg_formatting.h36 std::tuple<std::remove_reference_t<T>&&...> tuple_move_helper(std::index_sequence<idx...>, in tuple_move_helper()
37 std::tuple<T...>&& t) { in tuple_move_helper()
42 std::tuple<std::remove_reference_t<T>&&...> tuple_move(std::tuple<T...>&& t) { in tuple_move()
47 std::tuple<std::remove_reference_t<T>&&...> tuple_move(std::tuple<T...>& t) { in tuple_move()
131 std::tuple<ReadStream, ReadStream::ptr_t, uint32_t> read(ReadStream in);
133 template <typename T> std::tuple<ReadStream, T> readSimpleType(ReadStream in) { in readSimpleType()
153 template <typename... Msg> std::tuple<ReadStream, Msg...> read(Message<Msg...>, ReadStream in) { in read()
163 template <typename... T> struct msg2tuple<Message<T...>> { using type = std::tuple<T...>; };
168 std::tuple<T&&...> tuple_tail(std::index_sequence<first_idx, idx...>, std::tuple<HEAD, T...>&& t) {
173 std::tuple<const T&...> tuple_tail(std::index_sequence<first_idx, idx...>,
[all …]
Dcommon_message_types.h89 template <typename T> std::tuple<ReadStream, MsgVector<T>> readSimpleVecInPlace(ReadStream in) { in readSimpleVecInPlace()
90 std::tuple<ReadStream, MsgVector<T>> result; in readSimpleVecInPlace()
109 inline std::tuple<ReadStream, ResponseCode> read(Message<ResponseCode>, ReadStream in) { in read()
117 inline std::tuple<ReadStream, TestModeCommands> read(Message<TestModeCommands>, ReadStream in) { in read()
127 inline std::tuple<ReadStream, MsgVector<uint8_t>> read(Message<MsgVector<uint8_t>>, ReadStream in) { in read()
135 inline std::tuple<ReadStream, MsgString> read(Message<MsgString>, ReadStream in) { in read()
143 inline std::tuple<ReadStream, MsgVector<UIOption>> read(Message<MsgVector<UIOption>>, in read()
155 inline std::tuple<teeui::ReadStream, teeui::Array<uint8_t, size>>
157 std::tuple<teeui::ReadStream, teeui::Array<uint8_t, size>> result; in read()
Dgeneric_messages.h82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read()
88 using type = std::tuple<T...>;
91 std::tuple<ReadStream, uint32_t> readU32(ReadStream in);
94 std::tuple<ReadStream, CmdT> readCmd(ReadStream in) {
107 std::tuple<ReadStream, Command> readCommand(ReadStream in);
109 std::tuple<ReadStream, Protocol> readProtocol(ReadStream in);
Dfont_rendering.h196 static std::tuple<Error, TextContext> create();
199 std::tuple<Error, TextFace> loadFace(const Buffer& data, signed long face_index = 0) {
200 std::tuple<Error, TextFace> result;
215 std::tuple<Error, Box<pxs>, UTF8Range<const char*>>
/system/teeui/libteeui/src/
Dgeneric_messages.cpp22 std::tuple<ReadStream, uint32_t> readU32(ReadStream in) { in readU32()
29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand()
38 std::tuple<ReadStream, Protocol> readProtocol(ReadStream in) { in readProtocol()
Dfont_rendering.cpp118 std::tuple<Error, TextContext> TextContext::create() { in create()
119 std::tuple<Error, TextContext> result; in create()
130 std::tuple<Error, Box<pxs>, UTF8Range<const char*>>
133 std::tuple<Error, Box<pxs>, UTF8Range<const char*>> result; in findLongestWordSequence()
Dmsg_formatting.cpp40 std::tuple<ReadStream, ReadStream::ptr_t, uint32_t> read(ReadStream in) { in read()
/system/security/keystore/include/keystore/
Dkeystore_promises.h40 class CallbackPromise<BnInterface, std::tuple<Results...>>
41 : public BnInterface, public std::promise<std::tuple<Results...>> {
59 std::tuple<::android::security::keystore::KeystoreResponse,
67 std::tuple<::android::security::keystore::KeystoreResponse,
/system/tools/hidl/
DgenerateJavaImpl.cpp41 for (const auto& tuple : iface->allMethodsFromRoot()) { in generateJavaImpl() local
42 const Method* method = tuple.method(); in generateJavaImpl()
48 const Interface* superInterface = tuple.interface(); in generateJavaImpl()
DgenerateJava.cpp315 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateJava() local
316 const Method *method = tuple.method(); in generateJava()
318 const Interface *superInterface = tuple.interface(); in generateJava()
500 for (const auto &tuple : iface->allMethodsFromRoot()) { in generateJava() local
501 const Method *method = tuple.method(); in generateJava()
503 const Interface *superInterface = tuple.interface(); in generateJava()
/system/testing/gtest_extras/
DIsolate.h61 int ChildProcessFn(const std::tuple<std::string, std::string>& test);
77 static std::string GetTestName(const std::tuple<std::string, std::string>& test) { in GetTestName()
98 std::vector<std::tuple<std::string, std::string>> tests_;
DTest.cpp39 Test::Test(std::tuple<std::string, std::string>& test, size_t index, size_t run_index, int fd) in Test()
/system/teeui/libteeui/include/secure_input/
Dsecure_input_device.h35 using HsBeginCb = std::function<std::tuple<teeui::ResponseCode, Nonce>()>;
38 std::function<std::tuple<teeui::ResponseCode, secure_input::InputResponse>(
Dsecure_input_proto.h86 inline std::tuple<teeui::ReadStream, DTupKeyEvent> read(teeui::Message<DTupKeyEvent>, in read()
95 inline std::tuple<teeui::ReadStream, InputResponse> read(teeui::Message<InputResponse>, in read()
/system/update_engine/update_manager/
Dweekly_time_unittest.cc24 using std::tuple;
43 : public testing::TestWithParam<tuple<int /* start_day_of_week */,
102 : public testing::TestWithParam<tuple<int /* day_of_week */,
146 : public testing::TestWithParam<tuple<int /* test_day_of_week */,
Dpolicy_test_utils.cc31 using std::tuple;
105 update_state.download_errors = vector<tuple<int, ErrorCode, Time>>(); in GetDefaultUpdateState()
/system/sepolicy/tests/
Dcheck_prop_prefix.py65 if args.allowed_property_prefix and not prop.startswith(tuple(args.allowed_property_prefix)):
68 if args.allowed_context_prefix and not context.startswith(tuple(args.allowed_context_prefix)):
/system/teeui/libteeui/example/
Dexample_utils.h56 Error drawElements(std::tuple<Elements...>& layout, const PixelDrawer& drawPixel) { in drawElements()
64 Error handleAllEvent(std::tuple<Elements...>& layout, const Event& event) { in handleAllEvent()
/system/libhwbinder/vts/performance/
DPerfTest.h27 using std::tuple;
36 static tuple<Pipe, Pipe> createPipePair();
/system/bt/packet/tests/fuzzers/
Dvendor_packet_fuzzer.cc32 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>;
/system/extras/simpleperf/
DOfflineUnwinder.cpp148 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo() local
149 if (std::get<0>(tuple)) { in CreateMapInfo()
152 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in CreateMapInfo()
/system/libhidl/gtest_helper/hidl/
DGtestPrinter.h39 const testing::TestParamInfo<std::tuple<T...>>& info) { in PrintInstanceTupleNameToString()
/system/security/keystore/tests/
Dconfirmationui_invocation_test.cpp35 public std::promise<std::tuple<apc::ResponseCode, std::optional<std::vector<uint8_t>>>> {
/system/unwinding/libunwindstack/
DDexFile.h77 using MappedFileKey = std::tuple<std::string, uint64_t, uint64_t>; // (path, offset, size).
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp152 std::tuple<TeeuiRc, MsgVector<uint8_t>, MsgVector<uint8_t>>
216 std::tuple<TeeuiRc, MsgVector<uint8_t>, MsgVector<uint8_t>> result; in promptUserConfirmation_()
227 auto hsBegin = [&]() -> std::tuple<TeeuiRc, Nonce> { in promptUserConfirmation_()
254 const Signature& sig) -> std::tuple<TeeuiRc, InputResponse> { in promptUserConfirmation_()

1234