Home
last modified time | relevance | path

Searched defs:string (Results 201 – 225 of 1228) sorted by relevance

12345678910>>...50

/aosp12/build/soong/java/
H A Ddroidstubs_test.go164 …dulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, systemJar string) {
H A Dbootclasspath.go55 func addDependencyOntoApexVariants(ctx android.BottomUpMutatorContext, propertyName string, refs []…
78 func addDependencyOntoApexModulePair(ctx android.BottomUpMutatorContext, apex string, name string, …
128 …tionDependency(ctx android.BottomUpMutatorContext, variations []blueprint.Variation, name string) {
/aosp12/build/soong/ui/build/
H A Dupload.go47 func pruneMetricsFiles(paths []string) []string {
78 …adMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...string) {
H A Dfinder.go184 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
/aosp14/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/ui/metrics/
H A Devent.go61 func newEvent(name, desc string) *event {
118 func (t *EventTracer) AddProcResInfo(name string, state *os.ProcessState) {
140 func (t *EventTracer) Begin(name, desc string, _ tracer.Thread) {
/aosp12/build/blueprint/proptools/
H A Dextend.go164 func OrderAppend(property string,
170 func OrderPrepend(property string,
176 func OrderReplace(property string,
191 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {
247 prefix string, filter ExtendPropertyFilterFunc, sameTypes bool,
/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()
/aosp12/system/core/fs_mgr/libsnapshot/
H A 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()
140 void set_source_build_fingerprint(const std::string&) override {} in set_source_build_fingerprint()
152 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
/aosp12/art/runtime/gc/
H A Dheap_verification_test.cc55 Handle<mirror::String> string( in TEST_F() local
76 Handle<mirror::String> string( in TEST_F() local
95 Handle<mirror::String> string( in TEST_F() local
126 Handle<mirror::String> string( in TEST_F() local
152 Handle<mirror::String> string( in TEST_F() local
/aosp12/build/soong/ui/tracer/
H A Dtracer.go128 func (t *tracerImpl) SetOutput(filename string) {
191 func (t *tracerImpl) defineThread(thread Thread, name string) {
205 func (t *tracerImpl) NewThread(name string) Thread {
218 func (t *tracerImpl) Begin(name string, thread Thread) {
240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) {
/aosp14/system/core/fs_mgr/libsnapshot/
H A 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()
158 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
/aosp12/build/soong/apex/
H A Dplatform_bootclasspath_test.go474 …duleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected []string) {
/aosp12/build/soong/python/
H A Dpython.go323 func (p *Module) OutputFiles(tag string) (android.Paths, error) {
339 func anyHasExt(paths []string, ext string) bool {
349 func (p *Module) anySrcHasExt(ctx android.BottomUpMutatorContext, ext string) bool {
504 func isValidPythonPath(path string) error {
520 func (p *Module) genModulePathMappings(ctx android.ModuleContext, pkgPath string,
555 func (p *Module) createSrcsZip(ctx android.ModuleContext, pkgPath string) android.Path {
702 …ateOutputPath(ctx android.ModuleContext, m map[string]string, outputPath, srcPath, curModule, othe…
/aosp12/build/soong/android/
H A Dapex.go111 func (i ApexInfo) InApexVariant(apexVariant string) bool {
120 func (i ApexInfo) InApexModule(apexModuleName string) bool {
441 func CheckAvailableForApex(what string, apex_available []string) bool {
451 func (m *ApexModuleBase) AvailableFor(what string) bool {
733 func (ac *ApexContents) DirectlyInApex(moduleName string) bool {
739 func (ac *ApexContents) InApex(moduleName string) bool {
744 func DirectlyInAllApexes(apexInfo ApexInfo, moduleName string) bool {
802 func (d *ApexBundleDepsInfo) BuildDepsInfoLists(ctx ModuleContext, minSdkVersion string, depInfos D…
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h289 ::android::binder::Status RepeatUtf8CppString(const ::std::string&, ::std::string*) override { in RepeatUtf8CppString()
292 …bleUtf8CppString(const ::std::optional<::std::string>&, ::std::optional<::std::string>*) override { in RepeatNullableUtf8CppString()
295 …ng(const ::std::vector<::std::string>&, ::std::vector<::std::string>*, ::std::vector<::std::string… in ReverseUtf8CppString()
298 …d::vector<::std::optional<::std::string>>>&, ::std::optional<::std::vector<::std::optional<::std::… in ReverseNullableUtf8CppString()
301 …d::vector<::std::optional<::std::string>>>&, ::std::optional<::std::vector<::std::optional<::std::… in ReverseUtf8CppStringList()
/aosp12/frameworks/layoutlib/rename_font/
H A Dbuild_font_single.py197 def ends_in_regular(string): argument
205 def get_version(string): argument
216 def sanitize(string): argument
/aosp12/build/soong/cmd/zipsync/
H A Dzipsync.go42 func writeFile(filename string, in io.Reader, perm os.FileMode) error {
56 func writeSymlink(filename string, in io.Reader) error {
/aosp12/build/soong/bp2build/
H A Dbp2build.go42 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi…
58 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error {
/aosp12/system/core/fs_mgr/liblp/
H A Dtest_partition_opener.cpp27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
/aosp14/system/core/fs_mgr/liblp/
H A Dtest_partition_opener.cpp27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
/aosp12/build/soong/ui/status/
H A Dstatus.go292 func (s *Status) message(level MsgLevel, msg string) {
301 func (s *Status) Status(msg string) {
358 func (d *toolStatus) Verbose(msg string) {
361 func (d *toolStatus) Status(msg string) {
364 func (d *toolStatus) Print(msg string) {
367 func (d *toolStatus) Error(msg string) {
/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DPowerStatsEnergyConsumer.cpp40 std::string powerEntityName, std::map<std::string, int32_t> stateCoeffs) { in createEntityConsumer()
47 std::map<std::string, int32_t> stateCoeffs) { in createMeterAndEntityConsumer()
62 std::map<std::string, int32_t> stateCoeffs) { in createMeterAndAttrConsumer()
92 std::map<std::string, int32_t> stateCoeffs) { in addPowerEntity()
116 std::map<std::string, int32_t> stateCoeffs) { in addAttribution()
H A DIioEnergyMeterDataSelector.cpp33 std::unordered_map<std::string, std::list<std::string>> *deviceConfigs) { in parseConfigData()
71 const std::unordered_map<std::string, std::list<std::string>> &deviceConfigs) { in applyConfigToDevices()
126 const std::unordered_map<std::string, std::string> &devicePaths) in IioEnergyMeterDataSelector()
/aosp12/packages/modules/Gki/build/
H A Dgki.go159 moduleName string,
161 overrideApexVersion string) {
277 func boardDefinesKmiVersion(mctx android.EarlyModuleContext, kmiVersion string) bool {
289 func (g *gkiApex) createApexManifestCmd(apexVersion string) string {

12345678910>>...50