Home
last modified time | relevance | path

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

12345

/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.go76 func processSources(mctx android.LoadHookContext, srcs []string) ([]string, []string, bool) {
102 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
122 func getRootList(mctx android.LoadHookContext, interfaces []string) ([]string, bool) {
157 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) ([]string, bool) {
177 func hidlGenCommand(lang string, roots []string, name *fqName) *string {
421 func lookupInterface(name string) *hidlInterface {
Dhidl_package_root.go56 func lookupPackageRoot(name string) *hidlPackageRoot {
/system/core/init/
Dhost_init_stubs.cpp27 std::string GetProperty(const std::string&, const std::string& default_value) { in GetProperty()
31 bool GetBoolProperty(const std::string&, bool default_value) { in GetBoolProperty()
46 uint32_t HandlePropertySet(const std::string&, const std::string&, const std::string&, const ucred&, in HandlePropertySet()
47 std::string*) { in HandlePropertySet()
Dpersistent_properties_test.cpp34 const std::vector<std::pair<std::string, std::string>>& input_properties) { in VectorToPersistentProperties()
46 void CheckPropertiesEqual(std::vector<std::pair<std::string, std::string>> expected, in CheckPropertiesEqual()
59 auto joiner = [](const std::vector<std::pair<std::string, std::string>>& vector) { in CheckPropertiesEqual()
Dparser.h56 virtual Result<Success> ParseLineSection(std::vector<std::string>&&, int) { return Success(); }; in ParseLineSection()
Daction_parser.cpp56 std::map<std::string, std::string>* property_triggers) { in ParsePropertyTrigger()
79 std::map<std::string, std::string>* property_triggers) { in ParseTriggers()
/system/libvintf/
Dutils-common.cpp26 std::string PropertyFetcher::getProperty(const std::string&, in getProperty()
31 uint64_t PropertyFetcher::getUintProperty(const std::string&, uint64_t, in getUintProperty()
36 bool PropertyFetcher::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/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/netd/server/
DDummyNetwork.cpp41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface()
45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface()
DInterfaceControllerTest.cpp88 .WillOnce(Invoke([](const std::string&, const std::string& dflt) { return dflt; })); in expectGetPropertyDefault()
93 .WillOnce(Invoke([val](const std::string&, const std::string&) { return val; })); in expectGetProperty()
/system/update_engine/update_manager/
Dupdate_manager-inl.h35 std::string*, R*, in EvaluatePolicy()
84 std::string*, R*, in OnPolicyReadyToEvaluate()
117 std::string*, R*, in PolicyRequest()
140 std::string*, R*, in AsyncPolicyRequest()
Dreal_time_provider.cc42 string* /* errmsg */) { in GetValue() argument
68 string* /* errmsg */) { in GetValue() argument
/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp116 Status (ITestService::*m)(const unique_ptr<vector<unique_ptr<string>>>&, in ConfirmUtf8InCppStringCollectionReverse()
117 unique_ptr<vector<unique_ptr<string>>>*, in ConfirmUtf8InCppStringCollectionReverse()
/system/tools/hidl/
DType.cpp406 const std::string &, in emitReaderWriter()
416 const std::string &, in emitResolveReferences()
428 const std::string &, in emitResolveReferencesEmbedded()
478 const std::string &, in emitReaderWriterEmbedded()
516 const std::string &, in emitJavaFieldReaderWriter()
DDeathRecipientType.cpp61 const std::string& /* name */, in emitReaderWriter()
/system/extras/simpleperf/
Dread_elf_test.cpp76 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) { in ParseSymbol()
80 static void CheckGlobalVariableSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckGlobalVariableSymbols()
86 static void CheckFunctionSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckFunctionSymbols()
93 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckElfFileSymbols()
Dcommand_test.cpp26 bool Run(const std::vector<std::string>&) override { in Run()
/system/core/property_service/libpropertyinfoserializer/
Dspace_tokenizer.h25 SpaceTokenizer(const std::string& string) in SpaceTokenizer()
/system/extras/libperfmgr/include/perfmgr/
DHintManager.h36 const std::map<std::string, std::vector<NodeAction>>& actions) in HintManager()
/system/tools/hidl/c2hal/
Dmain.cpp48 std::map<std::string, std::string> &packageRootPaths) { in addPackageRootToMap()
73 const std::map<std::string, std::string> &packageRootPaths, in applyPackageRootPath()
/system/core/libutils/include/utils/
DString16.h147 inline const char16_t* String16::string() const in string() function
/system/bt/osi/src/
Dhash_map_utils.cc79 std::unordered_map<std::string, std::string>& map) { in hash_map_utils_dump_string_keys_string_values()
/system/libvintf/test/
Dutils-fake.h46 status_t fetch(const std::string& path, std::string& fetched, std::string*) override final { in fetch()

12345