Home
last modified time | relevance | path

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

123456

/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 {
/system/core/fastboot/device/
Dvariables.cpp44 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion()
50 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion()
56 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion()
62 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct()
68 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial()
74 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure()
80 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant()
122 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
151 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetOffModeChargeState()
173 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatteryVoltage()
[all …]
/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/core/init/
Dhost_init_stubs.cpp41 uint32_t HandlePropertySet(const std::string&, const std::string&, const std::string&, const ucred&, in HandlePropertySet()
42 std::string*) { in HandlePropertySet()
Dhost_import_parser.cpp26 Result<Success> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection()
35 Result<Success> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
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()
/system/apex/apexd/
Dstring_log.h51 operator std::string() const { return os_stream.str(); } in string() function
65 operator std::string() const { in string() function
/system/libvintf/
DFileSystem.cpp71 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() argument
75 status_t FileSystemNoOp::listFiles(const std::string&, std::vector<std::string>*, in listFiles()
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/netd/server/
DDummyNetwork.cpp41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface()
45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface()
/system/update_engine/update_manager/
Dupdate_manager-inl.h35 EvaluationContext*, State*, std::string*, R*, Args...) const, in EvaluatePolicy()
84 EvaluationContext*, State*, std::string*, R*, Args...) const, in OnPolicyReadyToEvaluate()
119 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in PolicyRequest()
142 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in AsyncPolicyRequest()
Dreal_time_provider.cc41 virtual const Time* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
66 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
84 virtual const int* GetValue(TimeDelta /* timeout */, string* /* errmsg */) { in GetValue() argument
/system/core/fs_mgr/liblp/
Dtest_partition_opener.cpp27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp117 Status (ITestService::*m)(const unique_ptr<vector<unique_ptr<string>>>&, in ConfirmUtf8InCppStringCollectionReverse()
118 unique_ptr<vector<unique_ptr<string>>>*, in ConfirmUtf8InCppStringCollectionReverse()
/system/tools/hidl/
DType.cpp412 const std::string &, in emitReaderWriter()
422 const std::string &, in emitResolveReferences()
434 const std::string &, in emitResolveReferencesEmbedded()
480 const std::string &, in emitReaderWriterEmbedded()
520 const std::string &, in emitJavaFieldReaderWriter()
DDeathRecipientType.cpp61 const std::string& /* name */, in emitReaderWriter()
/system/tools/aidl/build/
Daidl_interface.go118 func wrap(prefix string, strs []string, suffix string) []string {
127 func concat(sstrs ...[]string) []string {
135 func isRelativePath(path string) bool {
760 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str…
843 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string {
921 func lookupInterface(name string) *aidlInterface {
946 func addItemsToMap(dest map[string]bool, src []string) {
/system/netd/resolv/tests/
DBaseTestMetricsListener.cpp32 android::binder::Status BaseTestMetricsListener::onDnsEvent( in onDnsEvent()
34 const std::string& /*hostname*/, const ::std::vector<std::string>& /*ipAddresses*/, in onDnsEvent()
71 android::binder::Status BaseTestMetricsListener::onNat64PrefixEvent( in onNat64PrefixEvent()
/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp118 std::map<std::string, CgroupDescriptor>* descriptors) { in ReadDescriptorsFromFile()
174 static bool ReadDescriptors(std::map<std::string, CgroupDescriptor>* descriptors) { in ReadDescriptors()
239 static bool WriteRcFile(const std::map<std::string, CgroupDescriptor>& descriptors) { in WriteRcFile()
/system/netd/tests/
DTestUnsolService.cpp103 binder::Status TestUnsolService::onInterfaceAddressUpdated(const std::string&, in onInterfaceAddressUpdated()
137 binder::Status TestUnsolService::onRouteChanged(bool, const std::string&, const std::string&, in onRouteChanged()
/system/tools/aidl/
Daidl_to_ndk.h70 inline std::string FormatArgForCall(const std::string& /*type*/, const std::string& name, in FormatArgForCall()
76 inline std::string FormatArgNameOnly(const std::string& /*type*/, const std::string& name, in FormatArgNameOnly()
/system/core/property_service/libpropertyinfoserializer/
Dspace_tokenizer.h25 SpaceTokenizer(const std::string& string) in SpaceTokenizer()
/system/extras/simpleperf/
Dread_elf_test.cpp75 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) { in ParseSymbol()
79 static void CheckGlobalVariableSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckGlobalVariableSymbols()
85 static void CheckFunctionSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckFunctionSymbols()
92 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckElfFileSymbols()
/system/extras/libperfmgr/include/perfmgr/
DHintManager.h39 const std::map<std::string, std::vector<NodeAction>>& actions) in HintManager()

123456