Home
last modified time | relevance | path

Searched defs:string (Results 226 – 250 of 2783) sorted by relevance

12345678910>>...112

/aosp12/build/soong/android/
H A Dmodule.go599 func newPackageId(pkg string) qualifiedModuleName {
1583 func (m *ModuleBase) setImageVariation(variant string) {
1938 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths {
1942 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths {
2178 argNames ...string) blueprint.Rule {
2760 func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string
2798 func SrcIsModule(s string) (module string) {
2807 func SrcIsModuleWithTag(s string) (module, tag string) {
2957 func (m *moduleContext) ExpandOptionalSource(srcFile *string, prop string) OptionalPath {
2984 func parentDir(dir string) string {
[all …]
H A Dsingleton.go142 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) {
146 …etonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames .…
179 func (s *singletonContextAdaptor) Phony(name string, deps ...Path) {
183 func (s *singletonContextAdaptor) SetNinjaBuildDir(pctx PackageContext, value string) {
187 func (s *singletonContextAdaptor) Eval(pctx PackageContext, ninjaStr string) (string, error) {
/aosp12/build/soong/ui/build/
H A Dconfig_test.go315 func setTop(t *testing.T, dir string) func() {
326 func createBuildFiles(t *testing.T, topDir string, buildFiles []string) {
335 func createDirectories(t *testing.T, topDir string, dirs []string) {
H A Drbe.go41 func rbeCommand(ctx Context, config Config, rbeCmd string) string {
56 func sockAddr(dir string) (string, error) {
130 func DumpRBEMetrics(ctx Context, config Config, filename string) {
H A Dupload.go47 func pruneMetricsFiles(paths []string) []string {
78 …adMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...string) {
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DX509CertificateParsingUtils.java37 public static X509Certificate decodeBase64Cert(String string) throws CertificateException { in decodeBase64Cert()
50 private static byte[] decodeBase64(String string) { in decodeBase64()
/aosp12/build/soong/cmd/diff_target_files/
H A Ddiff_target_files.go31 func newMultiString(name, usage string) *multiString {
40 func (ms *multiString) Set(s string) error { *ms = append(*ms, s); return nil }
/aosp12/build/soong/java/
H A Ddroidstubs_test.go164 …dulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, systemJar string) {
/aosp12/build/soong/bp2build/
H A Dconversion.go94 func newFile(dir, basename, content string) BazelFile {
129 func shouldGenerateAttribute(prop string) bool {
151 func canonicalizeModuleType(moduleName string) string {
/aosp12/build/soong/cc/
H A Dtesting.go639 func TestConfig(buildDir string, os android.OsType, env map[string]string,
640 bp string, fs map[string][]byte) android.Config {
H A Dvndk.go41 func VndkLibrariesTxtModules(vndkVersion string) []string {
267 func vndkModuleListRemover(lister moduleListerFunc, prefix string) moduleListerFunc {
294 … setVndkMustUseVendorVariantListForTest(config android.Config, mustUseVendorVariantList []string) {
496 func newVndkLibrariesWithMakeVarFilter(lister moduleListerFunc, makeVarName string, filter string) …
507 func newVndkLibrariesTxt(lister moduleListerFunc, makeVarName string) android.SingletonModule {
511 func insertVndkVersion(filename string, vndkVersion string) string {
582 func (txt *vndkLibrariesTxt) OutputFiles(tag string) (android.Paths, error) {
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_topologysort.cpp21 int32_t StartupTopologySort::Sort(const std::map<std::string, std::shared_ptr<StartupTask>> &startu… in Sort()
77 const std::map<std::string, std::shared_ptr<StartupTask>> &startupMap, in SortZeroDeque()
/aosp12/build/soong/android/soongconfig/
H A Dmodules.go35 func Parse(r io.Reader, from string) (*SoongConfigDefinition, []error) {
290 func createAffectablePropertiesType(affectableProperties []string, factoryProps []interface{}) refl…
359 func typeForPropertyFromPropertyStructs(psList []interface{}, property string) reflect.Type {
369 func typeForPropertyFromPropertyStruct(ps interface{}, property string) reflect.Type {
469 func checkVariableName(name string) error {
554 func newBoolVariable(name string) *boolVariable {
707 func printfIntoProperty(propertyValue reflect.Value, configValue string) error {
728 func CanonicalizeToProperty(v string) string {
742 func CanonicalizeToProperties(values []string) []string {
/aosp12/system/update_engine/update_manager/
H A Dupdate_manager-inl.h35 EvaluationContext*, State*, std::string*, R*, Args...) const, in EvaluatePolicy()
81 EvaluationContext*, State*, std::string*, R*, Args...) const, in OnPolicyReadyToEvaluate()
116 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in PolicyRequest()
138 EvaluationContext*, State*, std::string*, R*, ExpectedArgs...) const, in AsyncPolicyRequest()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dcollator.cpp36 std::string Collator::ParseOption(std::map<std::string, std::string> &options, const std::string &k… in ParseOption()
46 void Collator::ParseAllOptions(std::map<std::string, std::string> &options) in ParseAllOptions()
73 Collator::Collator(std::vector<std::string> &localeTags, std::map<std::string, std::string> &option… in Collator()
283 void Collator::ResolvedOptions(std::map<std::string, std::string> &options) in ResolvedOptions()
H A Dplural_rules.cpp37 std::string PluralRules::ParseOption(std::map<std::string, std::string> &options, const std::string… in ParseOption()
63 void PluralRules::ParseAllOptions(std::map<std::string, std::string> &options) in ParseAllOptions()
103 std::map<std::string, std::string> &options) in InitPluralRules()
155 PluralRules::PluralRules(std::vector<std::string> &localeTags, std::map<std::string, std::string> &… in PluralRules()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp47 void XmlHelper::SetIntParam(std::map<std::string, std::string> &param, in SetIntParam()
67 void XmlHelper::SetUnsignedIntParam(std::map<std::string, std::string> &param, in SetUnsignedIntParam()
91 bool XmlHelper::GetModuleParam(const xmlNodePtr &rootNodePtr, std::map<std::string, std::string> &p… in GetModuleParam()
132 void XmlHelper::SetStringParam(std::map<std::string, std::string> &param, in SetStringParam()
/aosp12/system/update_engine/payload_generator/
H A Dboot_img_filesystem_stub.cc21 const std::string& /* filename */) { in CreateFromFile()
34 const std::string& /* name */, in GetFile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/
H A Dcanvas_declaration.cpp25 bool CanvasDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp85 std::map<std::string, std::vector<std::string>> parasMap) in AddOtherDatas()
390 void VCardContact::HandleSortAsName(std::map<std::string, std::vector<std::string>> parasMap) in HandleSortAsName()
502 std::map<std::string, std::vector<std::string>> paramMap, bool isPrimary) in HandleOrgValue()
551 std::map<std::string, std::vector<std::string>> paramMap) in BuildSinglePhoneticNameFromSortAsParam()
706 std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) in AddNameData()
858 std::map<std::string, std::vector<std::string>> parasMap) in AddPhonesData()
922 std::map<std::string, std::vector<std::string>> parasMap) in AddOrganizationsData()
940 std::map<std::string, std::vector<std::string>> parasMap) in AddEmailsData()
986 std::map<std::string, std::vector<std::string>> parasMap) in AddPostalDatas()
1040 std::map<std::string, std::vector<std::string>> parasMap) in AddSoundDatas()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp134 const std::pair<std::string, Asset>& newAsset) in DFAPostEvent()
162 const std::pair<std::string, Asset>& newAsset) in DoTransfer()
307 const std::pair<std::string, Asset>& newAsset) in CompensateTransferring()
314 const std::pair<std::string, Asset>& newAsset) in CompensateSync()
323 const std::pair<std::string, Asset>& newAsset) in SaveNewAsset()
331 const std::pair<std::string, Asset>& newAsset) in ChangeAssetToNormal()
338 const std::pair<std::string, Asset>& newAsset) in Recover()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp131 map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice) const in ParseReminderFilterSlot()
174 map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice) const in ParseReminderFilterContent()
214 map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice) const in ParseReminderFilterCode()
259 const map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice, in HandleReminderMethods()
262 shared_ptr<map<string, shared_ptr<NotificationFlags>>> notificationFlagsOfDevices) const in HandleReminderMethods()
318 shared_ptr<map<string, shared_ptr<NotificationFlags>>> notificationFlagsOfDevices) const in HandleAffectedReminder()
358 const map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice, in GetReminderAffecteds()
/aosp12/frameworks/layoutlib/rename_font/
H A Dbuild_font.py203 def ends_in_regular(string): argument
211 def get_version(string): argument
222 def sanitize(string): argument
/aosp12/hardware/google/pixel/rebalance_interrupts/
H A Drebalance_interrupts.cpp100 map<string, list<string>>& action_to_irqs) { in AddEntryToIrqmap()
120 bool GetIrqmap(map<string, list<string>>& action_to_irqs) { in GetIrqmap()
145 void FindUnassignedIrqs(const map<string, list<string>>& action_to_irqs, in FindUnassignedIrqs()
146 list<pair<string, list<string>>>& rebalance_actions) { in FindUnassignedIrqs()
206 bool RebalanceIrqs(const list<pair<string, list<string>>>& action_to_irqs) { in RebalanceIrqs()
/aosp12/build/soong/apex/
H A Dprebuilt.go229 func (p *prebuiltCommon) createEntriesForApexFile(fi apexFile, apexName string) android.AndroidMkEn…
517 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool {
521 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) {
539 func createApexSelectorModule(ctx android.TopDownMutatorContext, name string, apexFileProperties *A…
557 …pexerModuleIfNeeded(ctx android.TopDownMutatorContext, deapexerName string, apexFileSource string,…
612 func deapexerModuleName(baseModuleName string) string {
616 func apexSelectorModuleName(baseModuleName string) string {
620 func prebuiltApexExportedModuleName(ctx android.BottomUpMutatorContext, name string) string {
851 func (a *ApexSet) hasSanitizedSource(sanitizer string) bool {
871 func createApexExtractorModule(ctx android.TopDownMutatorContext, name string, apexExtractorPropert…
[all …]

12345678910>>...112