Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 39) sorted by relevance

12

/tools/treble/build/treble_build/report/
Ddependencies.go24 Command(ctx context.Context, target string) (*app.BuildCommand, error)
25 Input(ctx context.Context, target string) (*app.BuildInput, error)
26 Query(ctx context.Context, target string) (*app.BuildQuery, error)
27 Path(ctx context.Context, target string, dependency string) (*app.BuildPath, error)
28 Paths(ctx context.Context, target string, dependency string) ([]*app.BuildPath, error)
33 …Project(ctx context.Context, path string, gitDir string, remote string, revision string) (*app.Git…
34 PopulateFiles(ctx context.Context, proj *app.GitProject, upstream string) error
35 CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error)
39 Manifest(filename string) (*app.RepoManifest, error)
Drun.go30 func binaryExecutables(ctx context.Context, dir string, recursive bool) ([]string, int, error) {
60 func (rtx *Context) ResolveProjectMap(ctx context.Context, manifest string, upstreamBranch string) {
67 func ResolveHostTools(ctx context.Context, hostToolPath string) (*app.HostReport, error) {
173 func RunPaths(ctx context.Context, rtx *Context, target string, singlePath bool, files []string) []…
Dprojects.go40 … remote *app.RepoRemote, proj ProjectDependencies, getFiles bool, upstreamBranch string) *project {
85 func lookupProjectFile(ctx context.Context, rtx *Context, filename string) (*project, *app.GitTreeO…
110 …veProjectMap(ctx context.Context, rtx *Context, manifestFile string, getFiles bool, upstreamBranch…
Dreport_test.go109 func createStrings(name string, count int) []string {
130 func createProject(name string) *app.GitProject {
Dbuild.go150 func pathsResolvers(ctx context.Context, rtx *Context, target string, singlePath bool) (chan string…
/tools/treble/hacksaw/bind/
Dbind.go18 BindReadOnly(source string, destination string) error
19 BindReadWrite(source string, destination string) error
20 Unbind(destination string) error
Dremoteclient.go28 func NewRemoteBindClient(socketPath string) PathBinder {
/tools/treble/hacksaw/codebase/
Dcodebase.go27 func Add(name string, path string) (*config.Config, error) {
46 func Remove(remove string) (*config.Config, error) {
67 func SetDefault(def string) error {
84 func GetDir(codebase string) (string, error) {
/tools/treble/hacksaw/mount/
Dmount.go18 Mount(string, string, string, uintptr, string) error argument
19 Unmount(string, int) error argument
/tools/treble/build/treble_build/local/
Dninja.go41 Command(ctx context.Context, target string) (*bytes.Buffer, error)
42 Input(ctx context.Context, target string) (*bytes.Buffer, error)
43 Query(ctx context.Context, target string) (*bytes.Buffer, error)
44 Path(ctx context.Context, target string, dependency string) (*bytes.Buffer, error)
45 Paths(ctx context.Context, target string, dependency string) (*bytes.Buffer, error)
47 Build(ctx context.Context, target string) (*bytes.Buffer, error)
53 func linesToArray(s *bufio.Scanner, arr *[]string) {
61 func parseCommand(target string, data *bytes.Buffer) (*app.BuildCommand, error) {
75 func parseInput(target string, data *bytes.Buffer) (*app.BuildInput, error) {
83 func parseQuery(target string, data *bytes.Buffer) (*app.BuildQuery, error) {
[all …]
Dcmd.go29 func runPipe(ctx context.Context, timeout time.Duration, cmdName string, args []string, parser func…
53 func run(ctx context.Context, timeout time.Duration, cmdName string, args []string) (out *bytes.Buf…
Dgit.go36 ProjectInfo(ctx context.Context, gitDir, workDir string) (out *bytes.Buffer, err error)
37 RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error)
38 Tree(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error)
39 CommitInfo(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error)
40 DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes.Buffer, error)
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go74 func dropPrivileges(sudoUser string, socketPath string) error {
114 func createPathBinderListener(socketPath string) (net.Listener, error) {
129 func handleSudoUser(sudoUser string) error {
142 func run(args []string) error {
/tools/treble/hacksaw/client/
Dclient.go28 func ensureConfigFileExists(cfgPath string) error {
43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
Dcommand.go47 func NewCommand(bm bind.PathBinder, wtd string) Command {
/tools/security/fuzzing/fuzzer_parser/
Dfuzzparser.go35 func usageViolation(violation string) {
42 func processFile(filename string, out io.Writer) error {
52 func processReader(filename string, in io.Reader, out io.Writer) error {
172 func walkDir(path string) {
/tools/treble/hacksaw/git/
Dlister.go18 List(codebasePath string) ([]string, error)
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestSummary.java51 public TypedString(String string) { in TypedString()
54 public TypedString(String string, Type type) { in TypedString()
/tools/treble/hacksaw/workspace/
Dcompose.go37 func isDirEmpty(name string) (bool, error) {
Dworkspace.go37 func New(bm bind.PathBinder, topDir string) Workspace {
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiAnnotationMixtureTest.kt100 val string = stringMethod.returnType() in foo1() constant
/tools/treble/build/treble_build/cmd/
Dmain.go37 Build(ctx context.Context, target string) *app.BuildCmdResult
46 func (r *repoFlags) Set(value string) error {
/tools/treble/build/treble_build/app/
Drepo.go44 func ParseXml(filename string) (*RepoManifest, error) {
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_parse_fuzzer.cpp30 virtual void error(const uint8_t*, const std::string&) override {} in error()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt97 fun string(group: Int): String { in string() method

12