/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/ |
H A D | AtomicFUGradlePlugin.kt | 54 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 D | xnnpack_README.md | 108 ### 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 D | mps_README.md | 66 ### Install CMake 75 ### Swift Package Manager 78 ### Xcode
|
/aosp_15_r20/external/rust/cxx/gen/build/src/ |
D | lib.rs | 144 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 D | Projects.kt | 6 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 D | dokka-conventions.gradle.kts | 32 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 D | CacheRedirector.kt | 80 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 D | ci_run_n_monitor.py | 114 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 D | README.md | 20 ### 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 D | README.md | 20 ### 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 D | README.md | 20 ### 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 D | README.md | 20 ### 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/ |
D | README.md | 20 ### 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 D | README.md | 20 ### 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 D | README.md | 20 ### 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 D | Ktlint.kt | 29 fun Project.configureKtlintApplyToIdea() { in <lambda>() method 49 fun Project.configureKtlint() { in Project() method 95 private fun Project.getKtlintConfiguration(): Configuration { in Project() method
|
H A D | ApiCheck.kt | 28 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/ |
D | index.md | 13 …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 D | Java9Modularity.kt | 33 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 D | example-builtin-10.kt | 8 class Project(val name: String) class
|
H A D | example-builtin-06.kt | 8 class Project(val name: String) class
|
H A D | example-builtin-07.kt | 8 class Project(val name: String) class
|
H A D | example-builtin-08.kt | 8 class Project(val name: String) class
|
H A D | example-basic-01.kt | 7 class Project(val name: String, val language: String) class
|
H A D | example-classes-08.kt | 8 data class Project(val name: String, @Transient val language: String = "Kotlin") dataClass
|