Home
last modified time | relevance | path

Searched defs:string (Results 326 – 350 of 12088) sorted by relevance

1...<<11121314151617181920>>...484

/aosp_15_r20/build/soong/tradefed/
H A Dautogen.go29 func getTestConfigTemplate(ctx android.ModuleContext, prop *string) android.OptionalPath {
33 func getTestConfig(ctx android.ModuleContext, prop *string) android.Path {
47 …gPath(ctx android.ModuleContext, prop *string, testSuites []string, autoGenConfig *bool, testConfi…
110name string, output android.WritablePath, template string, configs []Config, testRunnerConfigs []…
207 func AutoGenInstrumentationTestConfig(ctx android.ModuleContext, testConfigProp *string,
208testConfigTemplateProp *string, manifest android.Path, testSuites []string, autoGenConfig *bool, c…
/aosp_15_r20/external/skia/bazel/exporter/
H A Dgni_exporter.go159 func findQueryResultRule(qr *build.QueryResult, name string) *build.Rule {
176 func getPathToTopDir(path string) string {
197 func getRuleFiles(r *build.Rule, attrName string) ([]string, error) {
214 func makeRelativeFilePathForGNI(path string) (string, error) {
239 func addGNIVariablesToWorkspacePaths(paths []string) ([]string, error) {
252 func isHeaderFile(path string) bool {
258 func fileListContainsOnlyCppHeaderFiles(files []string) bool {
268 func writeGNFileHeader(writer interfaces.Writer, gniFile *gniFileContents, pathToWorkspace string) {
309 func removeDuplicates(files []string) []string {
350 func convertTargetsToFilePaths(targets []string) ([]string, error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Dvendor.go68 func runVendor(ctx context.Context, cmd *base.Command, args []string) {
76 func RunVendor(ctx context.Context, vendorE bool, vendorO string, args []string) {
271 func vendorPkg(vdir, pkg string) {
380 func copyMetadata(modPath, pkg, dst, src string, copiedFiles map[string]bool) {
418 func matchMetadata(dir string, info fs.DirEntry) bool {
429 func matchPotentialSourceFile(dir string, info fs.DirEntry) bool {
464 func copyDir(dst, src string, match func(dir string, info fs.DirEntry) bool, copiedFiles map[string…
501 func checkPathCollisions(modpkgs map[module.Version][]string) {
/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go58 Import(pkgPath string)
59 ImportAs(as, pkgPath string)
61 StaticVariable(name, value string) Variable
62 …VariableFunc(name string, f func(ctx VariableFuncContext, config interface{}) (string, error)) Var…
63 VariableConfigMethod(name string, method interface{}) Variable
65 StaticPool(name string, params PoolParams) Pool
66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool
68 StaticRule(name string, params RuleParams, argNames ...string) Rule
69 RuleFunc(name string, f func(interface{}) (RuleParams, error), argNames ...string) Rule
71 AddNinjaFileDeps(deps ...string)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/
Dmediatype.go20 func FormatMediaType(t string, param map[string]string) string {
103 func checkMediaTypeDisposition(s string) error {
139 func ParseMediaType(v string) (mediatype string, params map[string]string, err error) {
235 func decode2231Enc(v string) (string, bool) {
266 func consumeToken(v string) (token, rest string) {
282 func consumeValue(v string) (value, rest string) {
321 func consumeMediaParam(v string) (param, value, rest string) {
349 func percentHexUnescape(s string) (string, error) {
/aosp_15_r20/build/soong/android/
H A Dneverallow.go415 Test(string) bool argument
513 In(path ...string) Rule
515 NotIn(path ...string) Rule
517 InDirectDeps(deps ...string) Rule
521 ModuleType(types ...string) Rule
523 NotModuleType(types ...string) Rule
525 With(properties, value string) Rule
527 WithMatcher(properties string, matcher ValueMatcher) Rule
529 Without(properties, value string) Rule
531 WithoutMatcher(properties string, matcher ValueMatcher) Rule
[all …]
/aosp_15_r20/build/soong/dexpreopt/
H A Dtesting.go117 func FixtureSetArtBootJars(bootJars ...string) android.FixturePreparer {
124 func FixtureSetTestOnlyArtBootImageJars(bootJars ...string) android.FixturePreparer {
131 func FixtureSetBootJars(bootJars ...string) android.FixturePreparer {
138 func FixtureSetApexBootJars(bootJars ...string) android.FixturePreparer {
145 func FixtureSetStandaloneSystemServerJars(jars ...string) android.FixturePreparer {
152 func FixtureSetSystemServerJars(jars ...string) android.FixturePreparer {
159 func FixtureSetApexSystemServerJars(jars ...string) android.FixturePreparer {
167 func FixtureSetApexStandaloneSystemServerJars(jars ...string) android.FixturePreparer {
181 func FixtureSetBootImageProfiles(profiles ...string) android.FixturePreparer {
209 func FixtureSetEnableUffdGc(value string) android.FixturePreparer {
/aosp_15_r20/build/soong/ui/build/
H A Denvironment.go52 func (e *Environment) Get(key string) (string, bool) {
63 func (e *Environment) GetInt(key string) (int, bool) {
74 func (e *Environment) Set(key, value string) {
80 func (e *Environment) Unset(keys ...string) {
93 func (e *Environment) UnsetWithPrefix(prefix string) {
106 func (e *Environment) Allow(keys ...string) {
132 func (e *Environment) IsEnvTrue(key string) bool {
140 func (e *Environment) IsFalse(key string) bool {
149 func (e *Environment) AppendFromKati(filename string) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dsecurity.go243 func checkCompilerFlags(name, source string, list []string) error {
248 func checkLinkerFlags(name, source string, list []string) error {
257 func checkCompilerFlagsForInternalLink(name, source string, list []string) error {
272 func checkFlags(name, source string, list []string, invalid, valid []*lazyregexp.Regexp, validNext …
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof_test.go405 … *testing.T, valBytes []byte, f func(uintptr, []*profile.Location, map[string][]string)) *profile.…
523 func contains(slice []string, s string) bool {
533 func stackContains(spec string, count uintptr, stk []*profile.Location, labels map[string][]string)…
587 func matchAndAvoidStacks(matches sampleMatchFunc, need []string, avoid []string) profileMatchFunc {
791 func stackContainsAll(spec string, count uintptr, stk []*profile.Location, labels map[string][]stri…
1007 func containsStack(got [][]string, want []string) bool {
1027 func awaitBlockedGoroutine(t *testing.T, state, fName string, count int) {
1504 func containsInOrder(s string, all ...string) bool {
1514 func containsCountsLabels(prof *profile.Profile, countLabels map[int64]map[string]string) bool {
1871 func stackContainsLabeled(spec string, count uintptr, stk []*profile.Location, labels map[string][]…
[all …]
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/
H A Dacvp.go83 func jsonFromFile(out any, filename string) error {
134 Process(algorithm string, vectorSet []byte) (any, error)
137 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error {
176 func trimLeadingSlash(s string) string {
201 func processFile(filename string, supportedAlgos []map[string]any, middle Middle) error {
294 func getVectorsWithRetry(server *acvp.Server, url string) (out acvp.Vectors, vectorsBytes []byte, e…
318 func uploadResult(server *acvp.Server, setURL string, resultData []byte) error {
366 func connect(config *Config, sessionTokensCacheDir string) (*acvp.Server, error) {
433 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
467 func uploadFromFile(file string, config *Config, sessionTokensCacheDir string) {
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/
H A Dacvp.go83 func jsonFromFile(out any, filename string) error {
134 Process(algorithm string, vectorSet []byte) (any, error)
137 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error {
176 func trimLeadingSlash(s string) string {
201 func processFile(filename string, supportedAlgos []map[string]any, middle Middle) error {
294 func getVectorsWithRetry(server *acvp.Server, url string) (out acvp.Vectors, vectorsBytes []byte, e…
318 func uploadResult(server *acvp.Server, setURL string, resultData []byte) error {
366 func connect(config *Config, sessionTokensCacheDir string) (*acvp.Server, error) {
433 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
467 func uploadFromFile(file string, config *Config, sessionTokensCacheDir string) {
/aosp_15_r20/out/soong/.intermediates/frameworks/av/camera/libcamera_client/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/aidl/android/hardware/
DICameraServiceListener.h51 …atusChanged(int32_t /*status*/, const ::std::string& /*cameraId*/, int32_t /*deviceId*/) override { in onStatusChanged()
54 …::string& /*cameraId*/, const ::std::string& /*physicalCameraId*/, int32_t /*deviceId*/) override { in onPhysicalCameraStatusChanged()
57 …atusChanged(int32_t /*status*/, const ::std::string& /*cameraId*/, int32_t /*deviceId*/) override { in onTorchStatusChanged()
60 …d(const ::std::string& /*cameraId*/, int32_t /*newTorchStrength*/, int32_t /*deviceId*/) override { in onTorchStrengthLevelChanged()
66 …d::string& /*cameraId*/, const ::std::string& /*clientPackageId*/, int32_t /*deviceId*/) override { in onCameraOpened()
69 … const ::std::string& /*clientPackageId*/, int32_t /*deviceId*/, bool /*primaryClient*/) override { in onCameraOpenedInSharedMode()
72 …::binder::Status onCameraClosed(const ::std::string& /*cameraId*/, int32_t /*deviceId*/) override { in onCameraClosed()
DICameraService.h127 …DeviceCallbacks>& /*callbacks*/, const ::std::string& /*cameraId*/, int32_t /*oomScoreOffset*/, in… in connectDevice()
139 …Id*/, const ::android::hardware::camera2::impl::CameraMetadataNative& /*sessionParams*/) override { in injectSessionParams()
145 …*targetSdkVersion*/, int32_t /*rotationOverride*/, const ::android::content::AttributionSourceStat… in getCameraCharacteristics()
154 …::android::binder::Status getLegacyParameters(int32_t /*cameraId*/, ::std::string* /*_aidl_return*… in getLegacyParameters()
157 …raApi(const ::std::string& /*cameraId*/, int32_t /*apiVersion*/, bool* /*_aidl_return*/) override { in supportsCameraApi()
160 …Status isHiddenPhysicalCamera(const ::std::string& /*cameraId*/, bool* /*_aidl_return*/) override { in isHiddenPhysicalCamera()
163 …g& /*internalCamId*/, const ::std::string& /*externalCamId*/, const ::android::sp<::android::hardw… in injectCamera()
166 …st ::android::sp<::android::IBinder>& /*clientBinder*/, const ::android::content::AttributionSourc… in setTorchMode()
169 …t /*strengthLevel*/, const ::android::sp<::android::IBinder>& /*clientBinder*/, const ::android::c… in turnOnTorchWithStrengthLevel()
172 …id::content::AttributionSourceState& /*clientAttribution*/, int32_t /*devicePolicy*/, int32_t* /*_… in getTorchStrengthLevel()
[all …]
/aosp_15_r20/build/soong/cmd/release_config/crunch_flags/
H A Dmain.go39 func RenameNext(name string) string {
46 func WriteFile(path string, message proto.Message) error {
59 func WalkValueFiles(dir string, Func fs.WalkDirFunc) error {
77 func ProcessBuildFlags(dir string, namespaceMap map[string]string) error {
182 func ProcessBuildConfigs(dir, name string, paths []string, releaseProto *rc_proto.ReleaseConfig) er…
242 func ProcessReleaseConfigMap(dir string, descriptionMap map[string]string) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddwarf_test.go99 func gobuild(t *testing.T, dir string, testfile string, gcflags string) *builtFile {
125 func gobuildTestdata(t *testing.T, tdir string, pkgDir string, gcflags string) *builtFile {
144 func gobuildAndExamine(t *testing.T, source string, gcflags string) (*dwarf.Data, *dwtest.Examiner)…
164 func findSubprogramDIE(t *testing.T, ex *dwtest.Examiner, sym string) *dwarf.Entry {
753 func abstractOriginSanity(t *testing.T, pkgDir string, flags string) {
895 func testRuntimeTypeAttr(t *testing.T, flags string) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_bsd.go401 func sysctlmib(name string, args ...int) ([]_C_int, error) {
415 func Sysctl(name string) (string, error) {
419 func SysctlArgs(name string, args ...int) (string, error) {
433 func SysctlUint32(name string) (uint32, error) {
437 func SysctlUint32Args(name string, args ...int) (uint32, error) {
454 func SysctlUint64(name string, args ...int) (uint64, error) {
471 func SysctlRaw(name string, args ...int) ([]byte, error) {
497 func SysctlClockinfo(name string) (*Clockinfo, error) {
514 func SysctlTimeval(name string) (*Timeval, error) {
533 func Utimes(path string, tv []Timeval) error {
[all …]
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-ndk-source/gen/com/android/server/art/
DIArtd.cpp2044 …ult::getDexoptStatus(const std::string& /*in_dexFile*/, const std::string& /*in_instructionSet*/, in getDexoptStatus()
2049 …st ::aidl::com::android::server::art::ProfilePath& /*in_profile*/, const std::string& /*in_dexFile… in isProfileUsable()
2054 …c*/, ::aidl::com::android::server::art::OutputProfile* /*in_dst*/, const std::string& /*in_dexFile… in copyAndRewriteProfile()
2059 …file(::aidl::com::android::server::art::OutputProfile* /*in_dst*/, const std::string& /*in_dexFile… in copyAndRewriteEmbeddedProfile()
2079 …::android::server::art::OutputProfile* /*in_outputProfile*/, const std::vector<std::string>& /*in_… in mergeProfiles()
2089 ::ndk::ScopedAStatus IArtdDefault::getDexFileVisibility(const std::string& /*in_dexFile*/, ::aidl::… in getDexFileVisibility()
2099 …ult::getDexoptNeeded(const std::string& /*in_dexFile*/, const std::string& /*in_instructionSet*/, in getDexoptNeeded()
2104 …n_outputArtifacts*/, const std::string& /*in_dexFile*/, const std::string& /*in_instructionSet*/, in dexopt()
2124 ::ndk::ScopedAStatus IArtdDefault::isInDalvikCache(const std::string& /*in_dexFile*/, bool* /*_aidl… in isInDalvikCache()
2164 ::ndk::ScopedAStatus IArtdDefault::checkPreRebootSystemRequirements(const std::string& /*in_chrootD… in checkPreRebootSystemRequirements()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dcodehost.go50 CheckReuse(ctx context.Context, old *Origin, subdir string) error
53 Tags(ctx context.Context, prefix string) (*Tags, error)
58 Stat(ctx context.Context, rev string) (*RevInfo, error)
69 ReadFile(ctx context.Context, rev, file string, maxSize int64) (data []byte, err error)
77 ReadZip(ctx context.Context, rev, subdir string, maxSize int64) (zip io.ReadCloser, err error)
81 …RecentTag(ctx context.Context, rev, prefix string, allowed func(tag string) bool) (tag string, err…
87 DescendsFrom(ctx context.Context, rev, tag string) (bool, error)
143 func isOriginTag(tag string) bool {
192 func AllHex(rev string) bool {
205 func ShortenSHA1(rev string) string {
[all …]
/aosp_15_r20/cts/tests/mediapc/requirements/
H A Dtemplatefns.go67 func titleCase(s string) string {
92 func snakeCase(s string) string {
97 func kebabCase(s string) string {
102 func upperCamelCase(s string) string {
107 func lowerCamelCase(s string) string {
122 func safeReqID(s string) string {
130 func safeTestConfigID(s string) string {
155 func HasConfigVariant(r *pb.Requirement, configID string, variantID string) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Dprint.go48 func addErrorMsg(pos src.XPos, code errors.Code, format string, args ...interface{}) {
111 func Errorf(format string, args ...interface{}) {
116 func ErrorfAt(pos src.XPos, code errors.Code, format string, args ...interface{}) {
153 func UpdateErrorDot(line string, name, expr string) {
167 func Warn(format string, args ...interface{}) {
175 func WarnfAt(pos src.XPos, format string, args ...interface{}) {
194 func Fatalf(format string, args ...interface{}) {
212 func FatalfAt(pos src.XPos, format string, args ...interface{}) {
247 func Assertf(b bool, format string, args ...interface{}) {
254 func AssertfAt(b bool, pos src.XPos, format string, args ...interface{}) {
/aosp_15_r20/art/tools/checker/file_format/checker/
H A Dtest.py29 def try_parse(self, string): argument
33 def assertParses(self, string): argument
38 def assertIgnored(self, string): argument
43 def assertInvalid(self, string): argument
78 def parse_statement(self, string, variant=""): argument
87 def parse_expression(self, string): argument
92 def assertEqualsRegex(self, string, expected): argument
95 def assertEqualsText(self, string, text): argument
99 def assertEqualsPattern(self, string, pattern): argument
102 def assertEqualsVarRef(self, string, name): argument
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_plan9_arm.go55 func open(path string, mode int) (fd int, err error) {
71 func create(path string, mode int, perm uint32) (fd int, err error) {
87 func remove(path string) (err error) {
102 func stat(path string, edir []byte) (n int, err error) {
124 func bind(name string, old string, flag int) (err error) {
144 func mount(fd int, afd int, old string, flag int, aname string) (err error) {
164 func wstat(path string, edir []byte) (err error) {
185 func chdir(path string) (err error) {
Dzsyscall_plan9_386.go55 func open(path string, mode int) (fd int, err error) {
71 func create(path string, mode int, perm uint32) (fd int, err error) {
87 func remove(path string) (err error) {
102 func stat(path string, edir []byte) (n int, err error) {
124 func bind(name string, old string, flag int) (err error) {
144 func mount(fd int, afd int, old string, flag int, aname string) (err error) {
164 func wstat(path string, edir []byte) (err error) {
185 func chdir(path string) (err error) {
Dzsyscall_plan9_amd64.go55 func open(path string, mode int) (fd int, err error) {
71 func create(path string, mode int, perm uint32) (fd int, err error) {
87 func remove(path string) (err error) {
102 func stat(path string, edir []byte) (n int, err error) {
124 func bind(name string, old string, flag int) (err error) {
144 func mount(fd int, afd int, old string, flag int, aname string) (err error) {
164 func wstat(path string, edir []byte) (err error) {
185 func chdir(path string) (err error) {

1...<<11121314151617181920>>...484