Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 192) sorted by relevance

12345678

/system/tools/aidl/build/
Daidl_interface_backends.go30 …efaultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFroze…
44 …efaultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFroze…
204 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
287 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
354 …roid.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozenReason…
422 func (i *aidlInterface) versionedName(version string) string {
430 func (i *aidlInterface) srcsForVersion(mctx android.EarlyModuleContext, version string) (srcs []str…
450 func (i *aidlInterface) versionForInitVersionCompat(version string) string {
457 func (i *aidlInterface) flagsForAidlGenRule(version string) (flags []string) {
473 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)…
[all …]
Daidl_utils.go22 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 {
Daidl_test.go78 func _testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) android.FixturePrep…
203 func testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) (*android.TestContex…
210 func testAidlError(t *testing.T, pattern, bp string, customizers ...android.FixturePreparer) {
219 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) {
238 func assertContains(t *testing.T, actual, expected string) {
245 func assertListContains(t *testing.T, actual []string, expected string) {
1975 func FindModule(t *testing.T, ctx *android.TestContext, name, variant, dir string) android.Module {
Daidl_api.go173 version *string,
276 version string,
334 func getDeps(ctx android.ModuleContext, versionedImports map[string]string) deps {
371 …ce) checkApi(ctx android.ModuleContext, oldDump, newDump apiDump, checkApiLevel string, messageFil…
666 func versionForHashGen(ver string) string {
Daidl_interface.go132 …tUsingNotFrozenError(ctx android.BaseModuleContext, notFrozen []string, requireFrozenReason []stri…
144 func reportMultipleVersionError(ctx android.BaseModuleContext, violators []string) {
201 func getPaths(ctx android.ModuleContext, rawSrcs []string, root string) (srcs android.Paths, import…
231 func isRelativePath(path string) bool {
611 func addImportedInterfaceDeps(ctx android.BottomUpMutatorContext, imports []string) {
878 func nextVersion(versions []string) string {
916 func hasVersionSuffix(moduleName string) bool {
921 func parseModuleWithVersion(moduleName string) (string, string) {
932 func trimVersionSuffixInList(moduleNames []string) []string {
/system/tools/hidl/build/
Dutils.go18 func wrap(prefix string, strs []string, suffix string) []string {
27 func concat(sstrs ...[]string) []string {
35 func remove(str string, strs []string) []string {
Dhidl_interface.go440 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) {
466 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
486 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) []string {
770 func getMinSdkVersion(name string) *string {
811 func isDoubleLoadable(name string) bool {
826 func isCorePackage(name string) bool {
846 func isFuzzerEnabled(name string) bool {
851 func canInterfaceExist(name string) bool {
/system/core/fastboot/device/
Dvariables.cpp50 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion()
56 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion()
62 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion()
68 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion()
74 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion()
80 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct()
86 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial()
92 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure()
98 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant()
148 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
[all …]
/system/core/init/
Dhost_init_stubs.h44 inline bool CanReadProperty(const std::string&, const std::string&) { in CanReadProperty()
56 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext()
Dhost_import_parser.cpp26 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()
Dlmkd_service.h38 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/
DPrinter.cpp75 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/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp34 bool GetModuleBuildId(const std::string&, BuildId*, const std::string&) { in GetModuleBuildId()
38 bool ReadThreadNameAndPid(pid_t, std::string*, pid_t*) { in ReadThreadNameAndPid()
46 bool ReadSymbolsFromDexFileInMemory(void*, uint64_t, const std::string&, in ReadSymbolsFromDexFileInMemory()
52 bool ReadSymbolsFromDexFile(const std::string&, const std::vector<uint64_t>&, in ReadSymbolsFromDexFile()
/system/update_engine/payload_consumer/
Dvabc_partition_writer_unittest.cc121 Invoke([](const std::string&, in TEST_F()
122 const std::optional<std::string>&, in TEST_F()
123 std::optional<uint64_t>) { in TEST_F()
175 std::optional<uint64_t>) { in AddBlockTest()
248 std::optional<uint64_t>) { in TEST_F()
/system/sepolicy/build/soong/
Dselinux.go37 func pathForModuleOut(ctx android.ModuleContext, paths ...string) android.OutputPath {
47 func flagsToM4Macros(flags map[string]string) []string {
56 func boardApiLevelToM4Macro(ctx android.ModuleContext, apiLevel *string) string {
/system/libvintf/
DFileSystem.cpp83 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() argument
87 status_t FileSystemNoOp::listFiles(const std::string&, std::vector<std::string>*, in listFiles()
92 status_t FileSystemNoOp::modifiedTime(const std::string&, timespec*, std::string*) const { in modifiedTime() argument
130 std::unique_ptr<FileSystem> impl, const std::map<std::string, std::string>& path_replacements) in PathReplacingFileSystem()
DPropertyFetcher.cpp27 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
DHalInterface.cpp32 const std::function<bool(const std::string&, const std::string&, bool isRegex)>& func) const { in forEachInstance() argument
/system/update_engine/payload_generator/
Dboot_img_filesystem_stub.cc21 const std::string& /* filename */) { in CreateFromFile()
34 const std::string& /* name */, in GetFile()
/system/core/fs_mgr/liblp/
Dtest_partition_opener.cpp27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
/system/libvintf/test/
DRuntimeInfo-fake.cpp63 std::map<std::string, std::string>&& configs) { in setNextFetchKernelInfo()
68 const std::map<std::string, std::string>& configs) { in setNextFetchKernelInfo()
/system/core/fs_mgr/libfstab/
Dboot_config.cpp53 const std::function<void(std::string, std::string)>& fn) { in ImportBootconfigFromString()
99 void ImportBootconfig(const std::function<void(std::string, std::string)>& fn) { in ImportBootconfig()
112 const std::function<void(std::string, std::string)>& fn) { in ImportKernelCmdlineFromString()
155 void ImportKernelCmdline(const std::function<void(std::string, std::string)>& fn) { in ImportKernelCmdline()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp67 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()
142 void set_source_build_fingerprint(const std::string&) override {} in set_source_build_fingerprint()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp4528 …:ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString()
4583 …tatus ITestServiceDefault::ReverseString(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseString()
4603 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService()
4608 ::ndk::ScopedAStatus ITestServiceDefault::SetOtherTestService(const std::string& /*in_name*/, const… in SetOtherTestService()
4613 …ptr<::aidl::android::aidl::tests::INamedCallback>& /*in_service*/, const std::string& /*in_name*/,… in VerifyName()
4618 ::ndk::ScopedAStatus ITestServiceDefault::GetInterfaceArray(const std::vector<std::string>& /*in_na… in GetInterfaceArray()
4623 …dl::android::aidl::tests::INamedCallback>>& /*in_services*/, const std::vector<std::string>& /*in_… in VerifyNamesWithInterfaceArray()
4628 …TestServiceDefault::GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::s… in GetNullableInterfaceArray()
4633 …l::tests::INamedCallback>>>& /*in_services*/, const std::optional<std::vector<std::optional<std::s… in VerifyNamesWithNullableInterfaceArray()
4638 …AStatus ITestServiceDefault::GetInterfaceList(const std::optional<std::vector<std::optional<std::s… in GetInterfaceList()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp4528 …:ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString()
4583 …tatus ITestServiceDefault::ReverseString(const std::vector<std::string>& /*in_input*/, std::vector… in ReverseString()
4603 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService()
4608 ::ndk::ScopedAStatus ITestServiceDefault::SetOtherTestService(const std::string& /*in_name*/, const… in SetOtherTestService()
4613 …ptr<::aidl::android::aidl::tests::INamedCallback>& /*in_service*/, const std::string& /*in_name*/,… in VerifyName()
4618 ::ndk::ScopedAStatus ITestServiceDefault::GetInterfaceArray(const std::vector<std::string>& /*in_na… in GetInterfaceArray()
4623 …dl::android::aidl::tests::INamedCallback>>& /*in_services*/, const std::vector<std::string>& /*in_… in VerifyNamesWithInterfaceArray()
4628 …TestServiceDefault::GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::s… in GetNullableInterfaceArray()
4633 …l::tests::INamedCallback>>>& /*in_services*/, const std::optional<std::vector<std::optional<std::s… in VerifyNamesWithNullableInterfaceArray()
4638 …AStatus ITestServiceDefault::GetInterfaceList(const std::optional<std::vector<std::optional<std::s… in GetInterfaceList()
[all …]

12345678