Home
last modified time | relevance | path

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

12345678910>>...116

/external/opencensus-java/all/
Dbuild.gradle4 project(':opencensus-api'),
5 project(':opencensus-impl-core'),
6 project(':opencensus-impl'),
7 project(':opencensus-impl-lite'),
8 project(':opencensus-testing'),
9 project(':opencensus-contrib-agent'),
10 project(':opencensus-contrib-appengine-standard-util'),
11 project(':opencensus-contrib-dropwizard'),
12 project(':opencensus-contrib-exemplar-util'),
13 project(':opencensus-contrib-grpc-util'),
[all …]
/external/opencensus-java/
Dsettings.gradle30 project(':opencensus-api').projectDir = "$rootDir/api" as File
31 project(':opencensus-impl-core').projectDir = "$rootDir/impl_core" as File
32 project(':opencensus-impl-lite').projectDir = "$rootDir/impl_lite" as File
33 project(':opencensus-impl').projectDir = "$rootDir/impl" as File
34 project(':opencensus-testing').projectDir = "$rootDir/testing" as File
35 project(':opencensus-contrib-agent').projectDir = "$rootDir/contrib/agent" as File
36 project(':opencensus-contrib-appengine-standard-util').projectDir =
38 project(':opencensus-contrib-dropwizard').projectDir = "$rootDir/contrib/dropwizard" as File
39 project(':opencensus-contrib-exemplar-util').projectDir = "$rootDir/contrib/exemplar_util" as File
40 project(':opencensus-contrib-grpc-metrics').projectDir = "$rootDir/contrib/grpc_metrics" as File
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyValue.java40 import com.intellij.openapi.project.Project;
52 protected 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/grpc-grpc-java/
Dsettings.gradle23 project(':grpc-core').projectDir = "$rootDir/core" as File
24 project(':grpc-context').projectDir = "$rootDir/context" as File
25 project(':grpc-stub').projectDir = "$rootDir/stub" as File
26 project(':grpc-auth').projectDir = "$rootDir/auth" as File
27 project(':grpc-okhttp').projectDir = "$rootDir/okhttp" as File
28 project(':grpc-protobuf').projectDir = "$rootDir/protobuf" as File
29 project(':grpc-protobuf-lite').projectDir = "$rootDir/protobuf-lite" as File
30 project(':grpc-protobuf-nano').projectDir = "$rootDir/protobuf-nano" as File
31 project(':grpc-netty').projectDir = "$rootDir/netty" as File
32 project(':grpc-netty-shaded').projectDir = "$rootDir/netty/shaded" as File
[all …]
/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/skqp/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/conscrypt/
Dsettings.gradle17 project(':conscrypt-android').projectDir = "$rootDir/android" as File
18 project(':conscrypt-android-platform').projectDir = "$rootDir/platform" as File
19 project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File
20 project(':conscrypt-api-doclet').projectDir = "$rootDir/api-doclet" as File
21 project(':conscrypt-benchmark-android').projectDir = "$rootDir/benchmark-android" as File
22 project(':conscrypt-benchmark-base').projectDir = "$rootDir/benchmark-base" as File
23 project(':conscrypt-benchmark-graphs').projectDir = "$rootDir/benchmark-graphs" as File
24 project(':conscrypt-benchmark-jmh').projectDir = "$rootDir/benchmark-jmh" as File
25 project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
26 project(':conscrypt-libcore-stub').projectDir = "$rootDir/libcore-stub" as File
[all …]
/external/grpc-grpc/tools/buildgen/plugins/
Dgenerate_vsprojects.py68 project for project in projects if project.get('vs_project_guid', None)
72 project for project in projects
73 if project['language'] != 'c++' or project['build'] == 'all' or
74 project['build'] == 'protoc' or (project['language'] == 'c++' and (
75 project['build'] == 'test' or project['build'] == 'private'))
/external/grpc-grpc-java/all/
Dbuild.gradle14 project(':grpc-auth'),
15 project(':grpc-core'),
16 project(':grpc-context'),
17 project(':grpc-netty'),
18 project(':grpc-okhttp'),
19 project(':grpc-protobuf'),
20 project(':grpc-protobuf-lite'),
21 project(':grpc-protobuf-nano'),
22 project(':grpc-stub'),
23 project(':grpc-testing'),
[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/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DTableGen.cmake11 function(tablegen project ofn)
13 if(NOT ${project}_TABLEGEN_EXE)
14 message(FATAL_ERROR "${project}_TABLEGEN_EXE not set")
70 # ("${${project}_TABLEGEN_TARGET}" STREQUAL "${${project}_TABLEGEN_EXE}")
74 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR}
81 DEPENDS ${${project}_TABLEGEN_TARGET} ${${project}_TABLEGEN_EXE}
120 macro(add_tablegen target project)
133 set(${project}_TABLEGEN "${target}" CACHE
137 if(${project} STREQUAL LLVM)
146 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN} PARENT_SCOPE)
[all …]
/external/grpc-grpc-java/benchmarks/
Dbuild.gradle24 compile project(':grpc-core'),
25 project(':grpc-netty'),
26 project(':grpc-okhttp'),
27 project(':grpc-stub'),
28 project(':grpc-protobuf'),
29 project(':grpc-testing'),
59 outputDir = new File(project.buildDir, 'tmp')
60 classpath = jar.outputs.files + project.configurations.runtime
69 outputDir = new File(project.buildDir, 'tmp')
70 classpath = jar.outputs.files + project.configurations.runtime
[all …]
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1.py178 def RunWithArgs(self, project, managedZone): argument
192 project=project.decode('utf8'),
210 def RunWithArgs(self, project, managedZone, changeId): argument
223 project=project.decode('utf8'),
263 def RunWithArgs(self, project, managedZone): argument
282 project=project.decode('utf8'),
311 def RunWithArgs(self, project): argument
323 project=project.decode('utf8'),
340 def RunWithArgs(self, project, managedZone): argument
351 project=project.decode('utf8'),
[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/opencensus-java/benchmarks/
Dbuild.gradle4 compile project(':opencensus-api'),
5 project(':opencensus-impl-core'),
6 project(':opencensus-impl-lite'),
7 project(':opencensus-impl')
11 jmhResultPath = project.file("${project.buildDir}/reports/jmh/results.json")
12 jmhReportOutput = project.file("${project.buildDir}/reports/jmh")
/external/skia/platform_tools/android/apps/
Dbuild.gradle27 def setupSkiaLibraryBuild(project, appVariants, appName) {
29 def buildNativeLib = project.task("${variant.name}_BuildSkiaLib", type:Exec) {
31 final String cmd = constructBuildCommand(project, variant, appName)
38 buildNativeLib.onlyIf { !project.hasProperty("suppressNativeBuild") }
40 def copyNativeLib = project.task("${variant.name}_CopySkiaLib", type:Copy) {
41 def fromDir = getVariantOutDir(project, variant).skiaOut
42 def intoDir = getVariantOutDir(project, variant).androidOut
48 TaskCollection<Task> compileTask = project.tasks.matching {
60 File propFile = project.rootProject.file('local.properties')
64 propFile = project.rootProject.file('gradle.properties')
[all …]
/external/skqp/platform_tools/android/apps/
Dbuild.gradle27 def setupSkiaLibraryBuild(project, appVariants, appName) {
29 def buildNativeLib = project.task("${variant.name}_BuildSkiaLib", type:Exec) {
31 final String cmd = constructBuildCommand(project, variant, appName)
38 buildNativeLib.onlyIf { !project.hasProperty("suppressNativeBuild") }
40 def copyNativeLib = project.task("${variant.name}_CopySkiaLib", type:Copy) {
41 def fromDir = getVariantOutDir(project, variant).skiaOut
42 def intoDir = getVariantOutDir(project, variant).androidOut
48 TaskCollection<Task> compileTask = project.tasks.matching {
60 File propFile = project.rootProject.file('local.properties')
64 propFile = project.rootProject.file('gradle.properties')
[all …]
/external/grpc-grpc-java/examples/
Dbuild.gradle69 // Generate IntelliJ IDEA's .idea & .iml project files
80 outputDir = new File(project.buildDir, 'tmp')
81 classpath = jar.outputs.files + project.configurations.runtime
87 outputDir = new File(project.buildDir, 'tmp')
88 classpath = jar.outputs.files + project.configurations.runtime
94 outputDir = new File(project.buildDir, 'tmp')
95 classpath = jar.outputs.files + project.configurations.runtime
101 outputDir = new File(project.buildDir, 'tmp')
102 classpath = jar.outputs.files + project.configurations.runtime
108 outputDir = new File(project.buildDir, 'tmp')
[all …]
/external/opencensus-java/examples/
Dbuild.gradle91 outputDir = new File(project.buildDir, 'tmp')
92 classpath = jar.outputs.files + project.configurations.runtime
98 outputDir = new File(project.buildDir, 'tmp')
99 classpath = jar.outputs.files + project.configurations.runtime
105 outputDir = new File(project.buildDir, 'tmp')
106 classpath = jar.outputs.files + project.configurations.runtime
112 outputDir = new File(project.buildDir, 'tmp')
113 classpath = jar.outputs.files + project.configurations.runtime
119 outputDir = new File(project.buildDir, 'tmp')
120 classpath = jar.outputs.files + project.configurations.runtime
[all …]
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle16 compile project(':grpc-alts'),
17 project(':grpc-auth'),
18 project(':grpc-core'),
19 project(':grpc-netty'),
20 project(':grpc-okhttp'),
21 project(':grpc-protobuf'),
22 project(':grpc-stub'),
23 project(':grpc-testing'),
36 testCompile project(':grpc-context').sourceSets.test.output
60 outputDir = new File(project.buildDir, 'tmp')
[all …]
/external/tensorflow/tensorflow/java/maven/tensorflow-android/
Dpom-android.xml.template1 <project
22 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23 <project.build.commitid>${build_commit_id}</project.build.commitid>
24 <project.build.type>${build_type}</project.build.type>
27 </project>
/external/brotli/
Dpremake5.lua36 project "brotlicommon"
41 project "brotlicommon_static"
47 project "brotlidec"
53 project "brotlidec_static"
60 project "brotlienc"
66 project "brotlienc_static"
73 project "brotli"
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DReportSupport.java29 import org.apache.maven.project.MavenProject;
154 final MavenProject project, final List<String> includes, in processProject() argument
156 processProject(visitor, project.getArtifactId(), project, includes, in processProject()
180 final String bundeName, final MavenProject project, in processProject() argument
183 processProject(visitor, bundeName, project, includes, excludes, in processProject()
184 new SourceFileCollection(project, srcEncoding)); in processProject()
188 final String bundeName, final MavenProject project, in processProject() argument
192 final File classesDir = new File(project.getBuild() in processProject()
248 public SourceFileCollection(final MavenProject project, in SourceFileCollection() argument
250 this.sourceRoots = getCompileSourceRoots(project); in SourceFileCollection()
[all …]
/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
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go17815 project string member
17823 func (r *AcceleratorTypesService) AggregatedList(project string) *AcceleratorTypesAggregatedListCal…
17825 c.project = project
17947 "project": c.project,
18066 project string member
18077 func (r *AcceleratorTypesService) Get(project string, zone string, acceleratorType string) *Acceler…
18079 c.project = project
18136 "project": c.project,
18229 project string member
18239 func (r *AcceleratorTypesService) List(project string, zone string) *AcceleratorTypesListCall {
[all …]

12345678910>>...116