Home
last modified time | relevance | path

Searched defs:string (Results 401 – 425 of 12088) sorted by relevance

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

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug294.go15 func (t T) a(s string) T {
20 func (T) b(s string) string {
27 func a(s string) F {
32 func b(s string) string {
38 a(s string) I
39 b(s string) string
44 func (t T1) a(s string) I {
49 func (T1) b(s string) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dstat_test.go24 func testStatAndLstat(t *testing.T, path string, params testStatAndLstatParams) {
118 func testIsDir(t *testing.T, path string, fi fs.FileInfo) {
129 func testIsSymlink(t *testing.T, path string, fi fs.FileInfo) {
140 func testIsFile(t *testing.T, path string, fi fs.FileInfo) {
150 func testDirStats(t *testing.T, path string) {
159 func testFileStats(t *testing.T, path string) {
168 func testSymlinkStats(t *testing.T, path string, isdir bool) {
181 func testSymlinkSameFile(t *testing.T, path, link string) {
207 func testSymlinkSameFileOpen(t *testing.T, link string) {
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/
H A Dmedia_file.proto66 optional string source_url = 13 [(google.api.field_behavior) = IMMUTABLE]; field
70 optional string name = 14 [(google.api.field_behavior) = IMMUTABLE]; field
98 optional string full_size_image_url = 2 field
102 optional string preview_size_image_url = 3 field
114 optional string url = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
133 optional string youtube_video_id = 6 field
139 optional string advertising_id_code = 7 field
144 optional string isci_code = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; field
H A Daccount_budget_proposal.proto68 optional string billing_setup = 26 [ field
77 optional string account_budget = 27 [ field
97 optional string proposed_name = 28 [(google.api.field_behavior) = IMMUTABLE]; field
100 optional string approved_start_date_time = 30 field
105 optional string proposed_purchase_order_number = 35 field
109 optional string proposed_notes = 36 [(google.api.field_behavior) = IMMUTABLE]; field
113 optional string creation_date_time = 37 field
118 optional string approval_date_time = 38 field
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/
H A Dmedia_file.proto66 optional string source_url = 13 [(google.api.field_behavior) = IMMUTABLE]; field
70 optional string name = 14 [(google.api.field_behavior) = IMMUTABLE]; field
98 optional string full_size_image_url = 2 field
102 optional string preview_size_image_url = 3 field
114 optional string url = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
133 optional string youtube_video_id = 6 field
139 optional string advertising_id_code = 7 field
144 optional string isci_code = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; field
H A Daccount_budget_proposal.proto68 optional string billing_setup = 26 [ field
77 optional string account_budget = 27 [ field
97 optional string proposed_name = 28 [(google.api.field_behavior) = IMMUTABLE]; field
100 optional string approved_start_date_time = 30 field
105 optional string proposed_purchase_order_number = 35 field
109 optional string proposed_notes = 36 [(google.api.field_behavior) = IMMUTABLE]; field
113 optional string creation_date_time = 37 field
118 optional string approval_date_time = 38 field
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/
H A Dmedia_file.proto66 optional string source_url = 13 [(google.api.field_behavior) = IMMUTABLE]; field
70 optional string name = 14 [(google.api.field_behavior) = IMMUTABLE]; field
98 optional string full_size_image_url = 2 field
102 optional string preview_size_image_url = 3 field
114 optional string url = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
133 optional string youtube_video_id = 6 field
139 optional string advertising_id_code = 7 field
144 optional string isci_code = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; field
H A Daccount_budget_proposal.proto68 optional string billing_setup = 26 [ field
77 optional string account_budget = 27 [ field
97 optional string proposed_name = 28 [(google.api.field_behavior) = IMMUTABLE]; field
100 optional string approved_start_date_time = 30 field
105 optional string proposed_purchase_order_number = 35 field
109 optional string proposed_notes = 36 [(google.api.field_behavior) = IMMUTABLE]; field
113 optional string creation_date_time = 37 field
118 optional string approval_date_time = 38 field
/aosp_15_r20/external/boringssl/src/util/
H A Dall_tests.go107 func valgrindOf(dbAttach bool, path string, args ...string) *exec.Cmd {
118 func callgrindOf(path string, args ...string) *exec.Cmd {
126 func gdbOf(path string, args ...string) *exec.Cmd {
134 func sdeOf(cpu, path string, args ...string) *exec.Cmd {
149 func qemuOf(path string, args ...string) *exec.Cmd {
/aosp_15_r20/build/soong/dexpreopt/
H A Ddexpreopt.go209 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string {
222 func ToOdexPath(path string, arch android.ArchType, partition string) string {
525 func OdexOnSystemOtherByName(name string, dexLocation string, global *GlobalConfig) bool {
557 func PathStringToLocation(path string, arch android.ArchType) string {
565 func makefileMatch(pattern, s string) bool {
581 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
621 func contains(l []string, s string) bool {
/aosp_15_r20/build/soong/android/
H A Dfixture.go185 func validateFixtureMockFSPath(path string) {
315 func FixtureAddFile(path string, contents []byte) FixturePreparer {
328 func FixtureAddTextFile(path string, contents string) FixturePreparer {
335 func FixtureOverrideFile(path string, contents []byte) FixturePreparer {
344 func FixtureOverrideTextFile(path string, contents string) FixturePreparer {
349 func FixtureWithRootAndroidBp(contents string) FixturePreparer {
354 func FixtureMergeEnv(env map[string]string) FixturePreparer {
368 func FixtureModifyEnv(mutator func(env map[string]string)) FixturePreparer {
469 RunTestWithBp(t *testing.T, bp string) *TestResult
633 func FixtureExpectsAtLeastOneErrorMatchingPattern(pattern string) FixtureErrorHandler {
[all …]
/aosp_15_r20/build/soong/cc/
H A Dutil.go90 func addPrefix(list []string, prefix string) []string {
98 func makeSymlinkCmd(linkDirOnDevice string, linkName string, target string) string {
104 func WriteStringToFileRule(ctx android.SingletonContext, content, out string) android.OutputPath {
115 func installMapListFileRule(ctx android.SingletonContext, m map[string]string, path string) android…
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Drun.go28 func runForError(ctx context.Context, dir string, name string, args ...string) error {
42 func runForOutput(ctx context.Context, dir string, name string, args ...string) ([]byte, error) {
70 func cleanCmdError(err error, name string, args []string, stderr []byte) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/path/
Dpath.go46 func (b *lazybuf) string() string { func
72 func Clean(path string) string {
145 func Split(path string) (dir, file string) {
155 func Join(elem ...string) string {
179 func Ext(path string) string {
192 func Base(path string) string {
212 func IsAbs(path string) bool {
223 func Dir(path string) string {
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dnogo_main.go66 func run(args []string) error {
103 func readImportCfg(file string) (packageFile map[string]string, importMap map[string]string, err er…
150 … []*analysis.Analyzer, packagePath string, packageFile, importMap map[string]string, factMap map[s…
367 func load(packagePath string, imp *importer, filenames []string) (*goPackage, error) {
563 func newImporter(importMap, packageFile map[string]string, factMap map[string]string) *importer {
647 func (m *factMultiFlag) Set(v string) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/
Dvet_test.go56 func vetCmd(t *testing.T, arg, pkg string) *exec.Cmd {
199 func errchk(c *exec.Cmd, files []string, t *testing.T) {
260 func errorCheck(outStr string, wantAuto bool, fullshort ...string) (err error) {
329 func splitOutput(out string, wantAuto bool) []string {
349 func matchPrefix(s, prefix string) bool {
365 func partitionStrings(prefix string, strs []string) (matched, unmatched []string) {
393 func wantedErrors(file, short string) (errs []wantedError) {
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/
H A Dgenerate.go51 func GetActualKindName(kind string, args language.GenerateArgs) string {
58 func matchesAnyGlob(s string, globs []string) bool {
495 func isBazelPackage(dir string) bool {
507 func hasEntrypointFile(dir string) bool {
523 func hasLibraryEntrypointFile(dir string) (bool, bool) {
536 func isEntrypointFile(path string) bool {
548 func ensureNoCollision(file *rule.File, targetName, kind string) error {
/aosp_15_r20/build/blueprint/
H A Dname_interface.go59 NewSkippedModule(ctx NamespaceContext, name string, skipInfo SkippedModuleInfo)
62 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool)
65 …SkippedModuleFromName(moduleName string, namespace Namespace) (skipInfos []SkippedModuleInfo, skip…
69 …MissingDependencyError(depender string, dependerNamespace Namespace, depName string, guess []strin…
72 Rename(oldName string, newName string, namespace Namespace) []error
81 UniqueName(ctx NamespaceContext, name string) (unique string)
98 func newNamespaceContextFromFilename(filename string) NamespaceContext {
H A Dtransition_test.go25 func testTransitionCommon(bp string, neverFar bool, ctxHook func(*Context)) (*Context, []error) {
57 func testTransition(bp string) (*Context, []error) {
61 func testTransitionNeverFar(bp string) (*Context, []error) {
65 func testTransitionAllowMissingDeps(bp string) (*Context, []error) {
82 func assertOneErrorMatches(t *testing.T, errs []error, re string) {
147 func getTransitionModule(ctx *Context, name, variant string) *transitionModule {
153 func checkTransitionVariants(t *testing.T, ctx *Context, name string, expectedVariants []string) {
165 func checkTransitionDeps(t *testing.T, ctx *Context, m Module, expected ...string) {
177 func checkTransitionMutate(t *testing.T, m *transitionModule, variant string) {
/aosp_15_r20/build/blueprint/bootstrap/bpdoc/
H A Dproperties.go100 func stringArrayEqual(a, b []string) bool {
142 func (ps *PropertyStruct) GetByName(name string) *Property {
169 func getByName(name string, prefix string, props *[]Property) *Property {
311 func (ps *PropertyStruct) ExcludeByTag(key, value string) {
315 func (ps *PropertyStruct) IncludeByTag(key, value string) {
319 func filterPropsByTag(props *[]Property, key, value string, exclude bool) {
333 func hasTag(tag reflect.StructTag, key, value string) bool {
342 func formatText(text string) template.HTML {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dstdlib_test.go162 func firstComment(filename string) (first string) {
206 func testTestDir(t *testing.T, path string, ignore ...string) {
370 func typecheckFiles(path string, filenames []string, importer Importer) (*Package, error) {
429 func pkgFilenames(dir string, includeTest bool) ([]string, error) {
454 func walkPkgDirs(dir string, pkgh func(dir string, filenames []string), errh func(args ...interface…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dfuncprops_test.go91 func propBitsToString[T interface{ String() string }](sl []T) string {
99 func compareEntries(t *testing.T, tc string, dentry *fnInlHeur, dcsites encodedCallSiteTab, eentry …
154 func readDump(t *testing.T, path string) ([]fnInlHeur, []encodedCallSiteTab, error) {
340 func gatherPropsDumpForFile(t *testing.T, testcase string, td string) (string, error) {
363 func genExpected(td string, testcase string) (string, error) {
413 func updateExpected(t *testing.T, testcase string, dentries []fnInlHeur, dcsites []encodedCallSiteT…
518 func interestingToCompare(fname string) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dstdlib_test.go173 func firstComment(filename string) string {
209 func testTestDir(t *testing.T, path string, ignore ...string) {
372 func typecheckFiles(path string, filenames []string, importer Importer) (*Package, error) {
430 func pkgFilenames(dir string, includeTest bool) ([]string, error) {
455 func walkPkgDirs(dir string, pkgh func(dir string, filenames []string), errh func(args ...any)) {
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp28 std::string stringSlice( in stringSlice()
53 c10::List<std::string> splitNoneSeparator(const std::string& string) { in splitNoneSeparator()
1053 auto string = pop(stack).toStringRef(); in __anonbfe5918f4102() local
1065 auto string = pop(stack).toStringRef(); in __anonbfe5918f4202() local
1086 auto string = pop(stack).toStringRef(); in __anonbfe5918f4302() local
1103 auto string = pop(stack).toStringRef(); in __anonbfe5918f4502() local
1707 std::string string, in stringFindImpl()
1752 std::string string = pop(stack).toStringRef(); in __anonbfe5918f5602() local
1761 std::string string = pop(stack).toStringRef(); in __anonbfe5918f5702() local
1783 std::string string = pop(stack).toStringRef(); in __anonbfe5918f5802() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dinline.go142 func longestSequence(s string, b byte) int {
266 func (p *parseState) inline(s string) []Inline {
481 func mdUnescape(s string) string {
534 func parseEscape(p *parseState, s string, i int) (Inline, int, int, bool) {
554 func parseDot(p *parseState, s string, i int) (Inline, int, int, bool) {
561 func parseDash(p *parseState, s string, i int) (Inline, int, int, bool) {
653 func parseAutoLinkOrHTML(p *parseState, s string, i int) (Inline, int, int, bool) {
678 func parseLinkOpen(_ *parseState, s string, i int) (Inline, int, int, bool) {
682 func parseImageOpen(_ *parseState, s string, i int) (Inline, int, int, bool) {
689 func parseEmph(p *parseState, s string, i int) (Inline, int, int, bool) {
[all …]

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