Home
last modified time | relevance | path

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

12345678910>>...71

/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyValue.java40 import com.intellij.openapi.project.Project;
52 private final Project project; field in LazyValue
59 public LazyValue(SmaliMethod method, Project project, int registerNumber, String type) { in LazyValue() argument
61 this.project = project; in LazyValue()
66 …public static LazyValue create(@Nonnull SmaliMethod method, @Nonnull Project project, int register… in create() argument
69 return new LazyByteValue(method, project, registerNumber, type); in create()
71 return new LazyShortValue(method, project, registerNumber, type); in create()
73 return new LazyLongValue(method, project, registerNumber, type); in create()
75 return new LazyIntegerValue(method, project, registerNumber, type); in create()
77 return new LazyFloatValue(method, project, registerNumber, type); in create()
[all …]
/external/volley/
Dbintray.gradle13 // in the main project build.gradle. This file is "imported" into the project's build.gradle
18 project.ext.group = 'com.android.volley'
19 project.ext.archivesBaseName = 'volley'
20 project.ext.version = '1.0.0'
21 project.ext.pomDesc = 'Volley Android library'
30 classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
46 groupId project.ext.group
47 artifactId project.ext.archivesBaseName
48 version project.ext.version
64 publish = project.hasProperty("release")
[all …]
DCONTRIBUTING.md3 We'd love to accept your patches and contributions to this project. There are
8 Contributions to any Google project must be accompanied by a Contributor License
10 after your contribution becomes part of this project. So this agreement simply
12 project. Head over to <https://cla.developers.google.com/> to see your current
16 (even if it was for a different project), you probably don't need to do it
21 All submissions, including submissions by project members, require review. We
/external/skia/gn/
Dgn_to_cmake.py225 def __init__(self, gn_target_name, project): argument
227 self.properties = project.targets[self.gn_name]
228 self.cmake_name = project.GetCMakeTargetName(self.gn_name)
233 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
237 output_abs_path = project.GetAbsolutePath(output)
257 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
273 out.write(CMakeStringEscape(project.build_path))
294 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
300 source_abs_path = project.GetAbsolutePath(source)
306 output_abs_path = project.GetAbsolutePath(output)
[all …]
/external/llvm/cmake/modules/
DTableGen.cmake5 function(tablegen project ofn)
8 ${project}_TABLEGEN_EXE
28 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR}
35 DEPENDS ${${project}_TABLEGEN_TARGET} ${local_tds} ${global_tds}
89 macro(add_tablegen target project)
101 set(${project}_TABLEGEN "${target}" CACHE
105 if(${project} STREQUAL LLVM)
114 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN} PARENT_SCOPE)
115 set(${project}_TABLEGEN_TARGET ${${project}_TABLEGEN} PARENT_SCOPE)
118 if( ${${project}_TABLEGEN} STREQUAL "${target}" )
[all …]
/external/skia/platform_tools/android/apps/
Dbuild.gradle22 def setupSkiaLibraryBuild(project, appVariants, appName) {
24 def buildNativeLib = project.task("${variant.name}_BuildSkiaLib", type:Exec) {
26 commandLine constructBuildCommand(project, variant, appName).split()
28 buildNativeLib.onlyIf { !project.hasProperty("suppressNativeBuild") }
30 def copyNativeLib = project.task("${variant.name}_CopySkiaLib", type:Copy) {
31 def fromDir = "../../../../" + getVariantOutDir(project, variant).skiaOut
32 def intoDir = getVariantOutDir(project, variant).androidOut
38 TaskCollection<Task> compileTask = project.tasks.matching {
50 File propFile = project.rootProject.file('local.properties')
54 propFile = project.rootProject.file('gradle.properties')
[all …]
/external/swiftshader/third_party/LLVM/cmake/modules/
DTableGen.cmake5 macro(tablegen project ofn)
17 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR}
24 DEPENDS ${${project}_TABLEGEN_EXE} ${local_tds} ${global_tds}
76 macro(add_tablegen target project)
81 set(${project}_TABLEGEN "${target}" CACHE
85 if(${project} STREQUAL LLVM)
94 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN} PARENT_SCOPE)
97 if( ${${project}_TABLEGEN} STREQUAL "${target}" )
98 set(${project}_TABLEGEN_EXE "${CX_NATIVE_TG_DIR}/bin/${target}")
99 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN_EXE} PARENT_SCOPE)
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
Dantsupportlib.jar ... .BuildException org.apache.tools.ant.Project project String[] targetNames java.util.Vector ...
/external/conscrypt/
Dsettings.gradle11 project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
12 project(':conscrypt-openjdk').projectDir = "$rootDir/openjdk" as File
13 project(':conscrypt-openjdk-benchmarks').projectDir = "$rootDir/openjdk-benchmarks" as File
14 project(':conscrypt-testing').projectDir = "$rootDir/testing" as File
15 project(':conscrypt-openjdk-uber').projectDir = "$rootDir/openjdk-uber" as File
16 project(':conscrypt-android').projectDir = "$rootDir/android" as File
17 project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File
18 project(':conscrypt-api-doclet').projectDir = "$rootDir/api-doclet" as File
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
DRSSFeedUtil.java56 Project project = new Project(); project.setName(executable); in runExecTask() local
57 exec.setProject(project); in runExecTask()
75 handleExecTaskReturn(project); in runExecTask()
79 handleExecTaskReturn(project); in runExecTask()
80 …System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() … in runExecTask()
88 private void handleExecTaskReturn(Project project) in handleExecTaskReturn() argument
92 out = project.getProperty(RUN_EXEC_TASK_RESULT); in handleExecTaskReturn()
99 out = project.getProperty(RUN_EXEC_TASK_OUTPUT); in handleExecTaskReturn()
104 out = project.getProperty(RUN_EXEC_TASK_ERROR); in handleExecTaskReturn()
/external/libpng/projects/visualc71/
DREADME.txt8 NOTE: This project will be removed from libpng-1.5.0. It has
9 been replaced with the "vstudio" project.
14 * The zlib project file is in . /* Warning: This is until the zlib project
15 files get intergrated into the next zlib release. The final zlib project
25 3) Set one of the project as the StartUp project. If you just want to build the
26 binaries set "libpng" as the startup project (Select "libpng" tree view
27 item + Project | Set as StartUp project). If you want to build and test the
29 Project | Set as StartUp project)
38 This project builds the libpng binaries as follows:
54 All DLLs built by this project use the Microsoft dynamic C runtime library
DREADME_zlib.txt13 NOTE: This project will be removed from libpng-1.5.0. It has
14 been replaced with the "vstudio" project.
23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
29 project
38 This project builds the zlib binaries as follows:
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/analysis/
DSmalideaClassProvider.java3 import com.intellij.openapi.project.Project;
16 private final Project project; field in SmalideaClassProvider
19 public SmalideaClassProvider(@Nonnull Project project, @Nonnull VirtualFile file) { in SmalideaClassProvider() argument
20 this.project = project; in SmalideaClassProvider()
25 ResolveScopeManager manager = ResolveScopeManager.getInstance(project); in getClassDef()
26 …PsiClass psiClass = NameUtils.resolveSmaliType(project, manager.getDefaultResolveScope(file), type… in getClassDef()
/external/v8/testing/gtest/scripts/
Dcommon.py61 project = m.group(1) # googletest or googlemock
64 return project, root
77 project, _ = GetSvnInfo()
78 return project == 'googletest'
82 project, _ = GetSvnInfo()
83 return project == 'googlemock'
/external/googletest/googletest/scripts/
Dcommon.py61 project = m.group(1) # googletest or googlemock
64 return project, root
77 project, _ = GetSvnInfo()
78 return project == 'googletest'
82 project, _ = GetSvnInfo()
83 return project == 'googlemock'
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedCreateFeedTask.java50 private String project; field in RSSFeedCreateFeedTask
63 public void setProject(String project) { in setProject() argument
64 if (isNullString(project)) in setProject()
67 { this.project = project; } in setProject()
79 …System.out.println(Messages.getString("RSSFeedCreateFeedTask.Creating") + project + SP + Messages.… in execute()
91 …sb.append(" <title>" + project + SP + Messages.getString("RSSFeedCreateFeedTask.Builds") + "</tit… in createFeedXML()
95 …sb.append(" <name>" + (!isNullString(project)?project + SP : NS) + Messages.getString("RSSFeedC… in createFeedXML()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DBundleCreator.java23 import org.apache.maven.project.MavenProject;
36 private final MavenProject project; field in BundleCreator
50 public BundleCreator(final MavenProject project, in BundleCreator() argument
52 this.project = project; in BundleCreator()
70 final File classesDir = new File(this.project.getBuild() in createBundle()
82 .getBundle(this.project.getName()); in createBundle()
/external/autotest/utils/modelviz/
Dgenerate_schema_diagrams.py20 for project, app in PROJECTS:
21 settings = 'autotest_lib.%s.settings' % project
33 print 'Analyzing', project
36 dot_path = project + '.dot'
42 png_path = project + '.png'
/external/androidplot/Examples/DemoApp/
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
/external/ltp/
DREADME4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
6 project goal is to deliver tests to the open source community that validate the
14 Project pages are located at: http://linux-test-project.github.io/
17 https://github.com/linux-test-project/ltp/releases
19 The discussion about the project happens at ltp mailing list:
23 https://github.com/linux-test-project/ltp
47 https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines
48 https://github.com/linux-test-project/ltp/wiki/BuildSystem
/external/llvm/tools/llvm-config/
DCMakeLists.txt61 set(${project}_LLVM_CONFIG_EXE "${LLVM_NATIVE_BUILD}/bin/llvm-config")
62 set(${project}_LLVM_CONFIG_EXE ${${project}_LLVM_CONFIG_EXE} PARENT_SCOPE)
64 add_custom_command(OUTPUT "${${project}_LLVM_CONFIG_EXE}"
69 add_custom_target(${project}NativeLLVMConfig DEPENDS ${${project}_LLVM_CONFIG_EXE})
70 add_dependencies(${project}NativeLLVMConfig CONFIGURE_LLVM_NATIVE)
72 add_dependencies(llvm-config ${project}NativeLLVMConfig)
/external/webrtc/tools/python_charts/
DREADME1 This file describes how to setup Eclipse and then the Python Charts project
18 Setup the project
27 4. Enter a project name. We'll assume PythonCharts in the examples below.
29 "Add project directory to the PYTHONPATH"
33 9. Select your Python Charts project as project
37 11. At the Arguments tab, enter the location of your project root.
38 Using Eclipse variables if your project name is PythonCharts:
/external/mockito/
Dbuild.gradle36 targetCompile project(':hamcrest')
37 targetCompile project(':objenesis')
38 targetCompile project(path: ':junit', configuration: 'target')
40 hostCompile project(':hamcrest')
41 hostCompile project(':objenesis')
42 hostCompile project(path: ':junit', configuration: 'host')
/external/llvm/utils/release/
Dmerge.sh36 -proj | --proj | -project | --project | -p )
71 if ! svn ls http://llvm.org/svn/llvm-project/$proj/trunk > /dev/null 2>&1 ; then
83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
94 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1
/external/autotest/utils/
Dcompile_gwt_clients.py32 for project in os.listdir(src_path):
33 projects[project] = []
34 project_path = os.path.join(src_path, project)
37 projects[project].append(file[:-8])
125 for project,clients in enumerate_projects().iteritems():
127 project_client = '%s.%s' % (project, client)
136 for project,clients in enumerate_projects().iteritems():
138 logging.info('%s.%s', project, client)

12345678910>>...71