Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 54) sorted by relevance

123

/development/samples/TicTacToeMain/
DREADME.txt17 TicTacToeMain is the main project. It defines a main activity that is first
21 To define that TicTacToeMain uses TicTacToeLib as a "project library", the
26 TicTacToeLib is the "project library". It can contain both source code (.java)
28 APK. To define this is a library, the file TicTacToeLib/default.project
35 the main project and the result is used to generate the APK. This means that
36 the main project can either use or redefine behavior from the libraries.
39 To use the main vs library project:
40 - In ADT, just open import both projects and launch the main project.
41 - In Ant, use 'android update project' to create the build files and set the SDK location,
42 and then run 'ant debug' on the main project.
/development/tools/repo_pull/
Drepo_pull.py86 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
90 self.project = project
141 for project in manifest_xml.getElementsByTagName('project'):
142 name = project.getAttribute('name')
143 path = project.getAttribute('path')
167 project = change_list['project']
169 project_changes = projects[project]
172 commit_sha1, project))
175 project, fetch, commit_sha1, commit, change_list)
198 for project in sorted(projects.keys()):
[all …]
Drepo_review.py63 project = change['project']
64 if project != prev_project:
65 print(' ', project, file=file)
66 prev_project = project
151 project = change['project']
157 print('Project:', project, file=sys.stderr)
/development/samples/ControllerSample/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/samples/training/NsdChat/
Dproguard.cfg1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/tools/repo_diff/
Drepo_diff_trees.py42 for project in root.findall('project'):
44 if 'notdefault' in project.get('groups', ''):
46 path = project.get('path', project.get('name'))
48 name = project.get('name')
198 for project in unmatched_upstream_projects:
200 'upstream': project,
337 def get_commit_stats_in_project(project): argument
346 name = project['name']
347 path = project['downstream_path']
416 for project, stats in commit_stats.iteritems():
[all …]
DREADME.md44 6. Connect your new data source to the project.csv sheet in the Google spreadsheet.
71 through each project matching pair and find
72 the commits that exist in the downstream project (B) but not the
73 upstream project (A).
95 2. Then we "git blame" the entire project's source tree and compile
/development/vndk/tools/sourcedr/blueprint/
Danalyze_manifest_split.py39 for project in projects:
40 name = project.getAttribute('name')
41 path = project.getAttribute('path')
54 for path, project in self._projects))
158 project = dir_matcher.find(path)
159 if project is None:
164 git_projects[project].add_module(path, rule, attrs)
168 for project, modules in sorted(git_projects.items()):
187 print(project, len(modules.system_only), len(modules.vendor_only),
/development/tools/checkcolor/
Dbuild.gradle17 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
20 ext.buildNumber = project.ext.distDir.getName()
22 buildDir = file("${project.rootDir}/../../../out/host/gradle/checkcolor")
23 project.ext.distDir = file("${project.rootDir}/../../../out/dist")
38 destinationDir project.ext.distDir
/development/tools/repo_diff/service/repodiff/repositories/
Dproject.go16 type project struct { struct
22 func (p project) InsertDiffRows(diffRows []e.AnalyzedDiffRow) error { argument
51 func (p project) GetMostRecentOuterKey() (int64, uuid.UUID, error) { argument
76 func (p project) GetMostRecentDifferentials() ([]e.AnalyzedDiffRow, error) { argument
134 func NewProjectRepository(target e.MappedDiffTarget) (project, error) {
136 return project{
/development/tools/idegen/
DREADME20 From the project's root directory...
26 3) Open android.ipr in IntelliJ. If you already have the project open,
32 project changes significantly.
47 From the project's root directory...
53 3) Import the project root directory into your Eclipse workspace. If you
54 already have the project open, simply refresh it (F5).
60 project root) that should be excluded from the IDE configuration. We
64 "excluded-paths" file in the project's root directory. For example, you
71 create a file named "path-precedence" in your project's root directory.
73 path (relative to the project's root directory). If a given source root's
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
12 # If your project uses WebView with JS, uncomment the following
/development/tools/repo_diff/service/repodiff/
DMakefile29 RUN_COMMAND_REMOTE=gcloud compute --project $(PROJECT_NAME) ssh --zone $(GCE_ZONE) "$(REMOTE_MACHIN…
30 SCP_TO_HOST=gcloud compute --project $(PROJECT_NAME) scp --zone $(GCE_ZONE)
105 gcloud compute --project $(PROJECT_NAME) ssh --zone $(GCE_ZONE) $(REMOTE_MACHINE_NAME)
108 gcloud config set project $(PROJECT_NAME)
120 --image-project $(GCE_IMAGE_PROJECT) \
172 gcloud config set project $(GOOGLE_PROJECT_ID)
DGopkg.toml7 # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
10 # name = "github.com/user/project"
/development/samples/training/testingfun/app/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/samples/training/basic/FragmentBasics/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/samples/training/testingfun/app/tests/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/samples/ApiDemos/
DREADME.txt17 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
18 (If using Eclipse, add it manually to the project build path).
/development/samples/browseable/WatchFace/
D_index.jd13 Because watch face apps do not have a default Activity in their project, you will need to set your
15 unsure how to do this, please review the "Run Starter project" section in the
22 To authenticate and communicate with Google Fit, you must create a project in the Google Developers
/development/tools/checkcolor/src/test/java/com/google/checkcolor/lint/
DHardcodedColorDetectorTest.java46 protected TestConfiguration getConfiguration(LintClient client, Project project) { in getConfiguration() argument
47 return new TestConfiguration(client, project, null) { in getConfiguration()
/development/vndk/snapshot/
Dcheck_gpl_license.py98 for project in manifest_projects:
99 path = project.get('path')
101 revision = project.get('revision')
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt15 You will need to re-index for the changes to get picked up (right click project
21 You will need to re-index for the changes to get picked up (right click project
/development/samples/LunarLander/tests/
Dbuild.properties1 tested.project.dir=..

123