Home
last modified time | relevance | path

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

123

/development/vndk/tools/sourcedr/sourcedr/
Dserver.py36 project = current_app.config.project
37 source_dir = project.source_dir
38 review_db = project.review_db
48 pattern_lst = project.pattern_db.load()[0]
59 project = current_app.config.project
60 source_dir = project.source_dir
61 review_db = project.review_db
77 path = os.path.join(current_app.config.project.source_dir, path)
93 project = current_app.config.project
94 review_db = project.review_db
[all …]
/development/vndk/tools/sourcedr/sourcedr/commands/
Dreview.py7 from sourcedr.project import Project
24 project = Project(project_dir)
25 project.update_csearch_index(args.rebuild_csearch_index)
26 project.update_review_db()
28 app = create_app(project)
Dcollect.py8 from sourcedr.project import Project
25 project = Project(project_dir)
29 dep = load_build_dep_ninja(args.input, project.source_dir,
37 table = load_review_data(project.review_db.path)
/development/vndk/tools/sourcedr/sourcedr/tests/
Dtest_server.py10 from sourcedr.project import Project
22 project = Project.get_or_create_project_dir(
24 project.update_csearch_index(True)
25 self.project = project
27 app = create_app(project)
34 review_db = self.project.review_db
58 with open(self.project.review_db.path, 'r') as f:
74 cdata = ReviewDB(self.project.review_db.path, None).data
/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/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/
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/samples/training/testingfun/app/
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/training/basic/FragmentBasics/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/development/samples/ApiDemos/
DREADME.txt18 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
19 (If using Eclipse, add it manually to the project build path).
/development/samples/LunarLander/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/Snake/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/SkeletonApp/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/HelloActivity/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/BrokenKeyDerivation/tests/
Dbuild.properties1 tested.project.dir=..

123