Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
H A DAtomicFUGradlePlugin.kt54 private fun Project.checkCompatibility() { in Project() method
72 private fun Project.applyAtomicfuCompilerPlugin() { in Project() method
99 private fun Project.configureDependencies() { in Project() method
121 private fun Project.configureMultiplatformPluginDependencies(version: String) { in Project() method
146 private fun Project.getKotlinVersion(): KotlinVersion { in Project() method
160 private fun Project.isCompilerPluginAvailable() = getKotlinVersion().atLeast(1, 6, 20) in KotlinVersion() method
162 private fun Project.getBooleanProperty(name: String) = in KotlinVersion() method
171 private fun Project.needsJsIrTransformation(target: KotlinTarget): Boolean = in Project() method
175 private fun Project.needsJvmIrTransformation(target: KotlinTarget): Boolean = in Project() method
179 private fun Project.needsNativeIrTransformation(target: KotlinTarget): Boolean = in Project() method
[all …]
/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates/
H A Dxnnpack_README.md108 ### 1. Install CMake
116 ### 2. Add ExecuTorch Runtime Package
124 ### 2.1 [Recommended] Prebuilt package (via Swift Package Manager)
150 ### 2.2 Manually build the package locally and link them
192 ### 3. Configure Build Schemes
204 ### 4. Build and Run the project
208 ### 5. Pushing Model and Tokenizer
221 ### 6. Try out the app
H A Dmps_README.md66 ### Install CMake
75 ### Swift Package Manager
78 ### Xcode
/aosp_15_r20/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()
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DProjects.kt6 fun Project.version(target: String): String { in Project() method
13 val Project.jdkToolchainVersion: Int get() = property("jdk_toolchain_version").toString().toInt() constant
20 val Project.nativeTargetsAreEnabled: Boolean get() = rootProject.properties["disable_native_targets… constant
22 val Project.sourceSets: SourceSetContainer constant
35 val Project.isMultiplatform: Boolean get() = name in setOf(coreModule, "kotlinx-coroutines-test", t… constant
36 val Project.isBom: Boolean get() = name == "kotlinx-coroutines-bom" constant
H A Ddokka-conventions.gradle.kts32 private fun Project.configurePathsaver() { in Project() method
41 private fun Project.condigureDokkaSetup() { in Project() method
73 private fun Project.configureExternalLinks() { in configureExternalLinks() method
93 private fun Project.setupDokkaTemplatesDir(dokkaTask: AbstractDokkaTask) { in Project() method
H A DCacheRedirector.kt80 private fun Project.checkRedirectUrl(url: URI, containerName: String): URI { in isCachedOrLocal() method
91 private fun Project.checkRedirect(repositories: RepositoryHandler, containerName: String) { in Project() method
103 private fun Project.configureYarnAndNodeRedirects() { in Project() method
/aosp_15_r20/external/mesa3d/bin/ci/
H A Dci_run_n_monitor.py114 project: gitlab.v4.objects.Project,
259 project: gitlab.v4.objects.Project,
301 project: gitlab.v4.objects.Project,
313 project: gitlab.v4.objects.Project,
329 project: gitlab.v4.objects.Project,
/aosp_15_r20/external/openscreen/third_party/abseil/src/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
53 ### Running Abseil Tests with CMake
83 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/abseil-cpp/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/angle/third_party/abseil-cpp/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/cronet/third_party/abseil-cpp/CMake/
H A DREADME.md20 ### Step-by-Step Instructions
94 ### Running Abseil Tests with CMake
125 ### Available Abseil CMake Public Targets
/aosp_15_r20/external/ksp/buildSrc/src/main/kotlin/com/google/devtools/ksp/
H A DKtlint.kt29 fun Project.configureKtlintApplyToIdea() { in <lambda>() method
49 fun Project.configureKtlint() { in Project() method
95 private fun Project.getKtlintConfiguration(): Configuration { in Project() method
H A DApiCheck.kt28 fun Project.configureMetalava() { in <lambda>() method
76 private fun Project.getCompileClasspath(): String = in Project() method
79 private fun Project.getMetalavaConfiguration(): Configuration { in Project() method
/aosp_15_r20/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
/aosp_15_r20/external/kotlinx.serialization/buildSrc/src/main/kotlin/
H A DJava9Modularity.kt33 fun Project.configureJava9ModuleInfo(multiRelease: Boolean = true) { in <lambda>() method
111 private fun Project.registerVerifyModuleTask( in <lambda>() method
183 private fun Project.registerCompileModuleTask( in <lambda>() method
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-builtin-10.kt8 class Project(val name: String) class
H A Dexample-builtin-06.kt8 class Project(val name: String) class
H A Dexample-builtin-07.kt8 class Project(val name: String) class
H A Dexample-builtin-08.kt8 class Project(val name: String) class
H A Dexample-basic-01.kt7 class Project(val name: String, val language: String) class
H A Dexample-classes-08.kt8 data class Project(val name: String, @Transient val language: String = "Kotlin") dataClass

12345678910