Home
last modified time | relevance | path

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

123

/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/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.py122 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
126 self.project = project
174 for project in projects:
175 name = project.getAttribute('name')
176 path = project.getAttribute('path')
199 project = change_list['project']
201 project_changes = projects[project]
204 commit_sha1, project))
207 project, fetch, commit_sha1, commit, change_list)
230 for project in sorted(projects.keys()):
[all …]
Drepo_review.py61 project = change['project']
62 if project != prev_project:
63 print(' ', project, file=file)
64 prev_project = project
140 project = change['project']
146 print('Project:', project, file=sys.stderr)
/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
D.gitignore24 # Eclipse project files
26 .project
/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/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/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 …]
/development/samples/OpenGL/HelloOpenGLES10/
D.gitignore5 .project
7 project.properties
/development/samples/OpenGL/HelloOpenGLES20/
D.gitignore5 .project
7 project.properties
/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/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/tools/repo_diff/service/repodiff/
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/SkeletonApp/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/Snake/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/HelloActivity/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/ApiDemos/tests/
Dbuild.properties1 tested.project.dir=..

123