OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repoRoot
(Results
1 - 7
of
7
) sorted by null
/development/tools/idegen/src/com/android/idegen/
DirectorySearch.java
53
private static File
repoRoot
= null;
62
Preconditions.checkNotNull(
repoRoot
, "
repoRoot
has not been initialized yet. Call "
64
return
repoRoot
;
75
if (
repoRoot
!= null) {
87
repoRoot
= file;
241
templateDirRoot = new File(
repoRoot
, REL_TEMPLATE_PATH_FROM_ROOT);
IntellijProject.java
63
File
repoRoot
= DirectorySearch.getRepoRoot();
65
File frameworkDir = new File(
repoRoot
, FRAMEWORK_MODULE_DIR);
68
buildFrameWorkModule(new File(
repoRoot
, FRAMEWORK_MODULE_DIR));
74
File dir = new File(
repoRoot
, moduleDir);
76
logger.info("Directory " + moduleDir + " does not exist in " +
repoRoot
+
/prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs_test.go
19
// Test that RepoRootForImportPath creates the correct
RepoRoot
for a given importPath.
26
want *
repoRoot
30
&
repoRoot
{
38
&
repoRoot
{
46
&
repoRoot
{
53
&
repoRoot
{
90
&
repoRoot
{
103
&
repoRoot
{
113
&
repoRoot
{
120
&
repoRoot
{
[
all
...]
vcs.go
627
//
repoRoot
represents a version control system, a repo, and a root of
629
type
repoRoot
struct {
647
func repoRootForImportPath(importPath string, security web.SecurityMode) (*
repoRoot
, error) {
680
// repoRootFromVCSPaths attempts to map importPath to a
repoRoot
683
func repoRootFromVCSPaths(importPath, scheme string, security web.SecurityMode, vcsPaths []*vcsPath) (*
repoRoot
, error) {
743
rr := &
repoRoot
{
753
// repoRootForImportDynamic finds a *
repoRoot
for a custom domain that's not
757
func repoRootForImportDynamic(importPath string, security web.SecurityMode) (*
repoRoot
, error) {
791
// prefix was "uni.edu" and the
RepoRoot
was "evilroot.com",
812
if !strings.Contains(mmi.
RepoRoot
, "://")
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs_test.go
19
// Test that RepoRootForImportPath creates the correct
RepoRoot
for a given importPath.
26
want *
repoRoot
30
&
repoRoot
{
38
&
repoRoot
{
46
&
repoRoot
{
53
&
repoRoot
{
90
&
repoRoot
{
103
&
repoRoot
{
113
&
repoRoot
{
120
&
repoRoot
{
[
all
...]
vcs.go
627
//
repoRoot
represents a version control system, a repo, and a root of
629
type
repoRoot
struct {
647
func repoRootForImportPath(importPath string, security web.SecurityMode) (*
repoRoot
, error) {
680
// repoRootFromVCSPaths attempts to map importPath to a
repoRoot
683
func repoRootFromVCSPaths(importPath, scheme string, security web.SecurityMode, vcsPaths []*vcsPath) (*
repoRoot
, error) {
743
rr := &
repoRoot
{
753
// repoRootForImportDynamic finds a *
repoRoot
for a custom domain that's not
757
func repoRootForImportDynamic(importPath string, security web.SecurityMode) (*
repoRoot
, error) {
791
// prefix was "uni.edu" and the
RepoRoot
was "evilroot.com",
812
if !strings.Contains(mmi.
RepoRoot
, "://")
[
all
...]
/external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar
Completed in 1165 milliseconds