/system/tools/aidl/ |
D | aidl_unittest.cpp | 104 Options options = Options::From(args); 426 Options java_options = Options::From("aidl -o out --structured a/Foo.aidl"); in TEST_F() 427 Options cpp_options = Options::From("aidl --lang=cpp -o out -h out/include a/Foo.aidl"); in TEST_F() 429 Options::From("aidl --lang=cpp --structured -o out -h out/include a/Foo.aidl"); in TEST_F() 430 Options rust_options = Options::From("aidl --lang=rust -o out --structured a/Foo.aidl"); in TEST_F() 452 Options java_options = Options::From("aidl --lang=java -o out a/Foo.aidl"); in TEST_F() 460 Options cpp_options = Options::From("aidl --lang=cpp -o out -h out a/Foo.aidl"); in TEST_F() 463 Options ndk_options = Options::From("aidl --lang=ndk -o out -h out a/Foo.aidl"); in TEST_F() 471 Options java_options = Options::From("aidl --lang=java -o out a/Foo.aidl"); in TEST_F() 495 Options java_options = Options::From("aidl --lang=java -o out a/Foo.aidl"); in TEST_F() [all …]
|
D | options.h | 89 static Options From(const string& cmdline); 91 static Options From(const vector<string>& args);
|
D | options.cpp | 184 Options Options::From(const string& cmdline) { in From() function in android::aidl::Options 186 return From(args); in From() 189 Options Options::From(const vector<string>& args) { in From() function in android::aidl::Options
|
D | diagnostics_unittest.cpp | 46 Options::From("aidl " + optional_args + " -I . --lang java -o out -Weverything " + main); in ParseFiles()
|
D | generate_cpp_unittest.cpp | 43 : options_(Options::From(cmdline)), file_contents_(file_contents) { in ASTTest()
|
/system/bt/build/dpkg/libchrome-822064/debian/patches/ |
D | 0001-Remove-absl-from-pkgconfig.patch | 1 From 9c93da57cc206ce3d301786b7ef733197ee92939 Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
D | 0001-rebase_path-for-write_args.patch | 1 From 6875449497baf026fb8228668930a715ffcc7082 Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
D | 0001-Add-missing-includes.patch | 1 From 50a4636886c958717213856132fcbb57c3b8ea2a Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
/system/bt/build/dpkg/libchrome/debian/patches/ |
D | 0001-rebase_path-for-write_args.patch | 1 From 6875449497baf026fb8228668930a715ffcc7082 Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
D | 0001-Add-missing-includes.patch | 1 From 50a4636886c958717213856132fcbb57c3b8ea2a Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
D | 0001-common-mk-rebase_path-output-location-of-generate-pc.patch | 1 From 04fa5e1ade08696b5a2cc3b65bf0fd26c43251c7 Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
/system/bt/build/dpkg/modp_b64/debian/patches/ |
D | 0001-common-mk-rebase_path-output-location-of-generate-pc.patch | 1 From 04fa5e1ade08696b5a2cc3b65bf0fd26c43251c7 Mon Sep 17 00:00:00 2001 2 From: Sonny Sasaka <sonnysasaka@chromium.org>
|
/system/bt/gd/rust/hci/custom_types/ |
D | lib.rs | 60 impl From<Address> for [u8; 6] { impl 104 impl From<ClassOfDevice> for [u8; 3] { impl
|
/system/security/keystore2/src/ |
D | permission.rs | 26 use std::convert::From; 142 impl From<$aidl_name> for $name { impl 152 impl From<$name> for $aidl_name { impl 250 impl From<i32> for $name { impl 260 impl From<$name> for i32 { 383 impl From<KeyPerm> for KeyPermSet { 390 impl From<i32> for KeyPermSet { 396 impl From<KeyPermSet> for i32 {
|
D | key_parameter.rs | 189 impl From<i64> for Primitive { 194 impl From<i32> for Primitive { 199 impl From<Vec<u8>> for Primitive { impl 564 impl From<KmKeyParameter> for $enum_name { impl 602 impl From<$enum_name> for KmKeyParameter { 977 impl From<&KmKeyParameter> for KeyParameterValue {
|
D | database.rs | 296 impl From<SecurityLevel> for Uuid {
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 77 void OI_MemCopy(void* To, void const* From, uint32_t Size);
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.cpp | 45 int ret = android::aidl::aidl_entry(Options::From(args), io); in fuzz()
|
/system/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 169 template <typename From, typename To> 172 static decltype(static_cast<T>(declval<From>()), true_type()) test(int);
|
/system/bt/test/ |
D | README.md | 5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
|
/system/security/keystore2/src/crypto/ |
D | lib.rs | 166 impl<'a> From<&'a [u8]> for Password<'a> {
|
/system/sepolicy/ |
D | README | 33 From the Tuna device BoardConfig.mk, device/samsung/tuna/BoardConfig.mk
|
/system/chre/doc/ |
D | vendor_extensions.md | 108 Threading Model above). From this point, the vendor extension singleton should
|
/system/core/init/ |
D | README.md | 925 (From a different shell)
|