/system/tools/aidl/build/ |
D | aidl_utils.go | 22 func wrap(prefix string, strs []string, suffix string) []string { 31 func wrapFunc(prefix string, strs []string, suffix string, f func(string) string) []string { 40 func concat(sstrs ...[]string) []string { 48 func fixRustName(name string) string {
|
D | aidl_interface_backends.go | 29 func addLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string, notFro… 38 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string, not… 200 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)… 262 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)… 321 func (i *aidlInterface) versionedName(version string) string { 329 func (i *aidlInterface) srcsForVersion(mctx android.EarlyModuleContext, version string) (srcs []str… 349 func (i *aidlInterface) versionForInitVersionCompat(version string) string { 356 func (i *aidlInterface) flagsForAidlGenRule(version string) (flags []string) { 365 func (i *aidlInterface) isModuleForVndk(version string) bool { 388 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)… [all …]
|
D | aidl_test.go | 69 func _testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) android.FixturePrep… 189 func testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) (*android.TestContex… 196 func testAidlError(t *testing.T, pattern, bp string, customizers ...android.FixturePreparer) { 205 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) { 224 func assertContains(t *testing.T, actual, expected string) { 231 func assertListContains(t *testing.T, actual []string, expected string) { 1560 func FindModule(ctx *android.TestContext, name, variant, dir string) android.Module {
|
D | aidl_interface.go | 140 func reportUsingNotFrozenError(ctx android.BaseModuleContext, notFrozen []string) { 152 func reportMultipleVersionError(ctx android.BaseModuleContext, violators []string) { 207 func getPaths(ctx android.ModuleContext, rawSrcs []string, root string) (srcs android.Paths, import… 237 func isRelativePath(path string) bool { 502 func addImportedInterfaceDeps(ctx android.BottomUpMutatorContext, imports []string) { 702 func nextVersion(versions []string) string { 729 func hasVersionSuffix(moduleName string) bool { 734 func parseModuleWithVersion(moduleName string) (string, string) { 745 func trimVersionSuffixInList(moduleNames []string) []string {
|
/system/tools/hidl/build/ |
D | utils.go | 18 func wrap(prefix string, strs []string, suffix string) []string { 27 func concat(sstrs ...[]string) []string { 35 func remove(str string, strs []string) []string {
|
D | hidl_interface.go | 438 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) { 464 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo… 484 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) []string { 791 func getMinSdkVersion(name string) *string { 817 func isDoubleLoadable(name string) bool { 832 func isCorePackage(name string) bool { 852 func isFuzzerEnabled(name string) bool { 857 func canInterfaceExist(name string) bool {
|
/system/core/fastboot/device/ |
D | variables.cpp | 52 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() 58 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() 64 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion() 70 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion() 76 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion() 82 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() 88 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() 94 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() 100 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant() 136 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk() [all …]
|
/system/core/init/ |
D | host_init_stubs.h | 40 inline bool CanReadProperty(const std::string&, const std::string&) { in CanReadProperty() 52 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext()
|
D | host_import_parser.cpp | 26 Result<void> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection() 35 Result<void> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
|
D | lmkd_service.h | 38 static inline void LmkdRegister(const std::string&, uid_t, pid_t, int) {} in LmkdRegister() 39 static inline void LmkdUnregister(const std::string&, pid_t) {} in LmkdUnregister()
|
/system/core/libutils/ |
D | Printer.cpp | 75 void LogPrinter::printLine(const char* string) { in printLine() 90 void LogPrinter::printRaw(const char* string) { in printRaw() 109 void FdPrinter::printLine(const char* string) { in printLine() 135 void String8Printer::printLine(const char* string) { in printLine() 156 void PrefixPrinter::printLine(const char* string) { in printLine()
|
/system/nfc/src/fuzzers/integration/fakes/ |
D | nfc_config_fakes.cc | 7 bool NfcConfig::hasKey(const std::string&) { in hasKey() 11 unsigned NfcConfig::getUnsigned(const std::string&) { in getUnsigned()
|
/system/update_engine/payload_consumer/ |
D | vabc_partition_writer_unittest.cc | 96 bool) { in TEST_F() 121 [](const std::string&, const std::optional<std::string>&, bool) { in TEST_F() 148 [](const std::string&, const std::optional<std::string>&, bool) { in TEST_F() 207 bool) { in TEST_F()
|
/system/apex/apexd/ |
D | string_log.h | 51 operator std::string() const { return os_stream.str(); } in string() function 65 operator std::string() const { in string() function
|
D | apexd_lifecycle.cpp | 42 Result<void> (&revert_fn)(const std::string&, const std::string&)) { in WaitForBootStatus()
|
/system/libvintf/ |
D | FileSystem.cpp | 66 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() argument 70 status_t FileSystemNoOp::listFiles(const std::string&, std::vector<std::string>*, in listFiles()
|
D | PropertyFetcher.cpp | 27 std::string PropertyFetcherNoOp::getProperty(const std::string&, in getProperty() 32 uint64_t PropertyFetcherNoOp::getUintProperty(const std::string&, uint64_t, in getUintProperty() 37 bool PropertyFetcherNoOp::getBoolProperty(const std::string&, bool defaultValue) const { in getBoolProperty() argument
|
D | HalInterface.cpp | 32 const std::function<bool(const std::string&, const std::string&, bool isRegex)>& func) const { in forEachInstance() argument
|
/system/update_engine/payload_generator/ |
D | boot_img_filesystem_stub.cc | 21 const std::string& /* filename */) { in CreateFromFile() 34 const std::string& /* name */, in GetFile()
|
/system/core/fs_mgr/liblp/ |
D | test_partition_opener.cpp | 27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
|
/system/libvintf/test/ |
D | RuntimeInfo-fake.cpp | 63 std::map<std::string, std::string>&& configs) { in setNextFetchKernelInfo() 68 const std::map<std::string, std::string>& configs) { in setNextFetchKernelInfo()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_stub.cpp | 67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot() 72 bool SnapshotManagerStub::UnmapUpdateSnapshot(const std::string&) { in UnmapUpdateSnapshot() 82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() 145 void set_source_build_fingerprint(const std::string&) override {} in set_source_build_fingerprint() 157 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 4185 …:ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() 4240 …tatus ITestServiceDefault::ReverseString(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseString() 4260 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService() 4265 …ptr<::aidl::android::aidl::tests::INamedCallback>& /*in_service*/, const std::string& /*in_name*/,… in VerifyName() 4270 ::ndk::ScopedAStatus ITestServiceDefault::GetInterfaceArray(const std::vector<std::string>& /*in_na… in GetInterfaceArray() 4275 …dl::android::aidl::tests::INamedCallback>>& /*in_services*/, const std::vector<std::string>& /*in_… in VerifyNamesWithInterfaceArray() 4280 …TestServiceDefault::GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::s… in GetNullableInterfaceArray() 4285 …l::tests::INamedCallback>>>& /*in_services*/, const std::optional<std::vector<std::optional<std::s… in VerifyNamesWithNullableInterfaceArray() 4290 …AStatus ITestServiceDefault::GetInterfaceList(const std::optional<std::vector<std::optional<std::s… in GetInterfaceList() 4295 …l::tests::INamedCallback>>>& /*in_services*/, const std::optional<std::vector<std::optional<std::s… in VerifyNamesWithInterfaceList() [all …]
|
/system/security/keystore2/src/fuzzers/ |
D | legacy_blob_fuzzer.rs | 23 let string = data.iter().filter_map(|c| std::char::from_u32(*c as u32)).collect::<String>(); localVariable
|
/system/netd/server/ |
D | Network.h | 44 [[nodiscard]] virtual int addInterface(const std::string&) { return -EINVAL; } in addInterface() 45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface()
|