Home
last modified time | relevance | path

Searched defs:Project (Results 1 – 25 of 166) sorted by relevance

1234567

/external/openscreen/third_party/abseil/src/CMake/
DREADME.md20 ### Step-by-Step Instructions
53 ### Running Abseil Tests with CMake
83 ### Available Abseil CMake Public Targets
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
DAtomicFUGradlePlugin.kt49 private fun Project.configureDependencies() { in Project() method
70 private fun Project.configureTasks() { in configureTasks() method
97 private fun Project.getKotlinVersion(): KotlinVersion { in Project() method
111 private fun Project.isCompilerPluginAvailable() = getKotlinVersion().atLeast(1, 6, 20) in KotlinVersion() method
113 private fun Project.applyAtomicfuCompilerPlugin() { in KotlinVersion() method
136 private fun Project.getBooleanProperty(name: String) = in Project() method
145 private fun Project.needsJsIrTransformation(target: KotlinTarget): Boolean = in Project() method
151 private fun Project.addCompilerPluginDependency() { in Project() method
193 private val Project.config: AtomicFUPluginExtension constant
209 fun Project.withPluginWhenEvaluated(plugin: String, fn: Project.() -> Unit) { in Project() method
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/webrtc/third_party/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/angle/third_party/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/tensorflow/third_party/absl/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/libtextclassifier/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/cronet/third_party/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/abseil-cpp/CMake/
DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/external/rust/cxx/gen/build/src/
Dlib.rs144 struct Project { struct
166 impl Project { argument
398 fn generate_bridge(prj: &Project, build: &mut Build, rust_source_file: &Path) -> Result<()> { in generate_bridge()
/external/owasp/java-encoder/src/site/markdown/
Dindex.md13 …o the usage guidance below, more examples can be found on the [OWASP Java Encoder Project Wiki](ht…
36 ### JSP Usage
/external/ksp/buildSrc/src/main/kotlin/com/google/devtools/ksp/
DKtlint.kt29 fun Project.configureKtlintApplyToIdea() { in <lambda>() method
49 fun Project.configureKtlint() { in Project() method
95 private fun Project.getKtlintConfiguration(): Configuration { in Project() method
/external/kotlinx.serialization/guide/example/
Dexample-builtin-06.kt8 class Project(val name: String) class
Dexample-builtin-08.kt8 class Project(val name: String) class
Dexample-builtin-10.kt8 class Project(val name: String) class
Dexample-builtin-07.kt8 class Project(val name: String) class
Dexample-classes-05.kt8 data class Project(val name: String, val language: String = "Kotlin") dataClass
Dexample-classes-02.kt8 class Project private constructor(val owner: String, val name: String) { class
Dexample-classes-04.kt8 data class Project(val name: String, val language: String) dataClass
Dexample-basic-03.kt8 data class Project(val name: String, val language: String) class
Dexample-basic-01.kt7 class Project(val name: String, val language: String) class
Dexample-classes-07.kt8 data class Project(val name: String, @Required val language: String = "Kotlin") class
Dexample-classes-16.kt8 class Project(val name: String, @SerialName("lang") val language: String) class
Dexample-basic-02.kt8 class Project(val name: String, val language: String) class

1234567