/tools/treble/build/treble_build/report/ |
D | dependencies.go | 24 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)
|
D | run.go | 30 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) []…
|
D | projects.go | 40 … 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…
|
D | report_test.go | 109 func createStrings(name string, count int) []string { 130 func createProject(name string) *app.GitProject {
|
D | build.go | 150 func pathsResolvers(ctx context.Context, rtx *Context, target string, singlePath bool) (chan string…
|
/tools/treble/hacksaw/bind/ |
D | bind.go | 18 BindReadOnly(source string, destination string) error 19 BindReadWrite(source string, destination string) error 20 Unbind(destination string) error
|
D | remoteclient.go | 28 func NewRemoteBindClient(socketPath string) PathBinder {
|
/tools/treble/hacksaw/codebase/ |
D | codebase.go | 27 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/ |
D | mount.go | 18 Mount(string, string, string, uintptr, string) error argument 19 Unmount(string, int) error argument
|
/tools/treble/build/treble_build/local/ |
D | ninja.go | 41 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 …]
|
D | cmd.go | 29 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…
|
D | git.go | 36 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/ |
D | main.go | 74 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/ |
D | client.go | 28 func ensureConfigFileExists(cfgPath string) error { 43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
|
D | command.go | 47 func NewCommand(bm bind.PathBinder, wtd string) Command {
|
/tools/security/fuzzing/fuzzer_parser/ |
D | fuzzparser.go | 35 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/ |
D | lister.go | 18 List(codebasePath string) ([]string, error)
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestSummary.java | 51 public TypedString(String string) { in TypedString() 54 public TypedString(String string, Type type) { in TypedString()
|
/tools/treble/hacksaw/workspace/ |
D | compose.go | 37 func isDirEmpty(name string) (bool, error) {
|
D | workspace.go | 37 func New(bm bind.PathBinder, topDir string) Workspace {
|
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiAnnotationMixtureTest.kt | 100 val string = stringMethod.returnType() in foo1() constant
|
/tools/treble/build/treble_build/cmd/ |
D | main.go | 37 Build(ctx context.Context, target string) *app.BuildCmdResult 46 func (r *repoFlags) Set(value string) error {
|
/tools/treble/build/treble_build/app/ |
D | repo.go | 44 func ParseXml(filename string) (*RepoManifest, error) {
|
/tools/security/fuzzing/orphans/libcppbor/ |
D | cppbor_parse_fuzzer.cpp | 30 virtual void error(const uint8_t*, const std::string&) override {} in error()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BufferReader.kt | 97 fun string(group: Int): String { in string() method
|