Home
last modified time | relevance | path

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

1234

/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/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/tools/ninja_dependency_analysis/ninja_metrics_proto/
Dninja_metrics.py23 for project in ninja_data['project_count']:
25 project_info.name = project
26 project_info.num_input_files = ninja_data['project_count'][project]
35 for project in proto.project_infos:
Dninja_metrics.proto33 // ProjectInfo is to describe each git project
35 // Path of the git project
38 // The number of required files in the git project to build a target or an
/development/tools/repo_pull/
Drepo_pull.py87 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
91 self.project = project
165 for project in manifest_xml.getElementsByTagName('project'):
166 name = project.getAttribute('name')
167 path = project.getAttribute('path')
168 revision = project.getAttribute('revision')
189 project = change_list['project']
191 project_changes = projects[project]
194 commit_sha1, project))
197 project, fetch, commit_sha1, commit, change_list)
[all …]
Drepo_review.py63 project = change['project']
64 if project != prev_project:
65 print(' ', project, file=file)
66 prev_project = project
149 project = change['project']
155 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/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/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/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/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 or your vendor
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/samples/OpenGL/HelloOpenGLES10/
D.gitignore5 .project
7 project.properties
/development/samples/OpenGL/HelloOpenGLES20/
D.gitignore5 .project
7 project.properties
/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"
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)
/development/tools/ninja_dependency_analysis/
DREADME.md2 … <ninja binary> -f <ninja file> -t <target> -e <exempted_files> -r <repo project file> or -m <repo…
5 …-t vendorimage -e development/tools/ninja_dependency_analysis/exempted_files -r .repo/project.list`
/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/PictureInPicture/ComposePip/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
8 # If your project uses WebView with JS, uncomment the following
/development/samples/NsdManagerSample/testdiscoverservice/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
8 # If your project uses WebView with JS, uncomment the following

1234