/aosp12/build/soong/android/ |
H A D | module.go | 599 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 D | singleton.go | 142 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 D | config_test.go | 315 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 D | rbe.go | 41 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 D | upload.go | 47 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 D | X509CertificateParsingUtils.java | 37 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 D | diff_target_files.go | 31 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 D | droidstubs_test.go | 164 …dulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, systemJar string) {
|
/aosp12/build/soong/bp2build/ |
H A D | conversion.go | 94 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 D | testing.go | 639 func TestConfig(buildDir string, os android.OsType, env map[string]string, 640 bp string, fs map[string][]byte) android.Config {
|
H A D | vndk.go | 41 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 D | startup_topologysort.cpp | 21 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 D | modules.go | 35 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 D | update_manager-inl.h | 35 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 D | collator.cpp | 36 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 D | plural_rules.cpp | 37 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 D | xml_helper.cpp | 47 void XmlHelper::SetIntParam(std::map<std::string, std::string> ¶m, in SetIntParam() 67 void XmlHelper::SetUnsignedIntParam(std::map<std::string, std::string> ¶m, 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> ¶m, in SetStringParam()
|
/aosp12/system/update_engine/payload_generator/ |
H A D | boot_img_filesystem_stub.cc | 21 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 D | canvas_declaration.cpp | 25 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 D | vcard_contact.cpp | 85 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 D | object_asset_machine.cpp | 134 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 D | smart_reminder_center.cpp | 131 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 D | build_font.py | 203 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 D | rebalance_interrupts.cpp | 100 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 D | prebuilt.go | 229 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 …]
|