Searched +full:build +full:- +full:kotlin +full:- +full:linux (Results 1 – 21 of 21) sorted by relevance
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 23 name: Build Linux 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] [all …]
|
| /external/kotlinx.serialization/docs/ |
| D | building.md | 1 # Building Kotlin Serialization from the source 5 To build Kotlin Serialization JDK version 11 or higher is required. Make sure this is your default … 6 This is needed to compile the `module-info` file included for JPMS support. 9 completely with `disableJPMS` property: add `disableJPMS=true` to gradle.properties or `-PdisableJP… 13 Kotlin Serialization runtime library itself is a [multiplatform](http://kotlinlang.org/docs/referen… 14 To build library from the source and run all tests, use `./gradlew build`. Corresponding platform t… 29 compile "org.jetbrains.kotlinx:kotlinx-serialization-core:$serialization_version" 33 …hat is the current host, e.g. `macosX64` on Intel Mac machines, `linuxX64` on linux machines, etc). 36 To use snapshot version of compiler (if you have built and install it from sources), use flag `-Pbo… 37 If you have built both Kotlin and Kotlin/Native compilers, set `KONAN_LOCAL_DIST` environment prope… [all …]
|
| /external/jazzer-api/ |
| D | WORKSPACE.bazel | 14 patches = ["//third_party:protobuf-disable-layering_check.patch"], 16 strip_prefix = "protobuf-23.2", 18 …urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v23.2/protobuf-23.2.tar.gz"… 31 …urls = ["https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/2202c161310ffde63… 37 strip_prefix = "bazel-toolchain-0.6.3", 38 urls = ["https://github.com/grailbio/bazel-toolchain/archive/refs/tags/0.6.3.tar.gz"], 44 strip_prefix = "googletest-release-1.12.1", 45 url = "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz", 51 strip_prefix = "rules_foreign_cc-0.8.0", 59 strip_prefix = "rules_jvm_external-90280783fa4e74439b88191acafd99232ada61aa", [all …]
|
| /external/flatbuffers/samples/ |
| D | kotlin_sample.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # Note: This script runs on Mac and Linux. It requires `kotlin` to be installed 32 if [ -e ../flatc ]; then 34 ../flatc --kotlin --gen-mutable monster.fbs 35 elif [ -e ../Debug/flatc ]; then 36 ../Debug/flatc --kotlin --gen-mutable monster.fbs 38 echo 'flatc' could not be found. Make sure to build FlatBuffers from the \ 43 echo Compiling and running the Kotlin sample 45 all_kt_files=`find $sampledir -name "*.kt" -print` 47 mkdir -v "${sampledir}/kotlin" [all …]
|
| /external/robolectric/gradle/ |
| D | libs.versions.toml | 2 robolectric-nativeruntime-dist-compat = "1.0.11" 5 android-gradle = "8.3.1" 10 # https://github.com/bcgit/bc-java/tags 14 findbugs-jsr305 = "3.0.2" 19 # https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/releases 20 aggregate-javadocs-gradle = "3.0.1" 22 # https://github.com/google/error-prone/releases 23 error-prone = "2.19.1" 24 error-prone-javac = "9+181-r4173-1" 26 # https://github.com/tbroyer/gradle-errorprone-plugin/releases [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/ |
| D | build.gradle | 2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 5 apply plugin: 'org.jetbrains.kotlin.multiplatform' 11 apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle") 12 apply from: rootProject.file("gradle/compile-common.gradle") 15 apply from: rootProject.file("gradle/compile-native-multiplatform.gradle") 18 apply from: rootProject.file("gradle/compile-js-multiplatform.gradle") 19 apply from: rootProject.file('gradle/publish-npm-js.gradle') 24 Configure source sets structure for kotlinx-coroutines-core: 27 ------- ---------------------------------------------- 29 js -----------------------------------------------------+ [all …]
|
| /external/okio/okio/ |
| D | build.gradle.kts | 6 import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithTests in <lambda>() 7 import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType in <lambda>() 8 import org.jetbrains.kotlin.gradle.plugin.mpp.TestExecutable in <lambda>() 11 kotlin("multiplatform") in <lambda>() 14 id("build-support") in <lambda>() 15 id("binary-compatibility-validator") in <lambda>() 24 * |-- js 25 * |-- jvm 26 * |-- native 27 * | |-- mingw [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | tests.sh | 3 # Build and runs tests for the protobuf project. We use this script to run 7 # For when some other test needs the C++ main build, including protoc and 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 38 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test [all …]
|
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 15 * Fix TextFormat parser to build up recurring (but supposedly not repeated) 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 31 * Disable the aarch64 build on macOS until it can be fixed. (#9816) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) [all …]
|
| D | BUILD | 1 # Bazel (https://bazel.build/) BUILD file for Protobuf. 17 # build configuration 33 …"/wd4251", # 'identifier' : class 'type' needs to have dll-interface to be used by clients of cla… 38 …"/wd4334", # 'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shif… 48 "-DHAVE_ZLIB", 49 "-Woverloaded-virtual", 50 "-Wno-sign-compare", 58 value = "msvc-cl", 70 # https://docs.bazel.build/versions/master/android-ndk.html#configuring-the-stl 84 name = "android-stlport", [all …]
|
| /external/protobuf/ |
| D | tests.sh | 3 # Build and run tests for the protobuf project. We use this script to run 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 38 grep -q -- "-Og" src/Makefile.am && [all …]
|
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 14 * Add public modifiers to kotlin code (#11068) 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) [all …]
|
| /external/okio/ |
| D | CHANGELOG.md | 6 _2023-12-16_ 9 * Breaking: Drop the `watchosX86` Kotlin/Native target. From [the Kotlin blog][watchosX86], 11 * New: Add the `watchosDeviceArm64` Kotlin/Native target. 12 * New: `Timeout` APIs that accept `kotlin.time.Duration`. 13 * Upgrade: [Kotlin 1.9.21][kotlin_1_9_21]. 18 _2023-10-01_ 23 * Fix: Don't build an index of a class loader's resources in `ResourceFileSystem.read()`. This 25 * New: Experimentally support Linux on ARM64 for Kotlin/Native targets (`linuxArm64`). Note that 27 * Upgrade: [Kotlin 1.9.10][kotlin_1_9_10]. 32 _2023-10-01_ [all …]
|
| /external/aws-crt-java/ |
| D | README.md | 12 * [Linux/Unix](#linuxunix) 16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/) 18 * [Platform-Specific JARs](#platform-specific-jars) 19 * [System Properties](#system-properties) 20 * [TLS Behavior](#tls-behavior) 28 ### Linux/Unix 36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y` 37 2) `git clone https://github.com/awslabs/aws-crt-java.git` 38 3) `cd aws-crt-java` 39 4) `git submodule update --init --recursive` [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-debug/ |
| D | README.md | 1 # Module kotlinx-coroutines-debug 23 Add `kotlinx-coroutines-debug` to your project test dependencies: 26 testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.4.0' 37 ```kotlin 64 You can run your application with an additional argument: `-javaagent:kotlinx-coroutines-debug-1.7.… 65 Additionally, on Linux and Mac OS X you can use `kill -5 $pid` command in order to force your appli… 75 With creation stack-traces disabled, the typical overhead of enabled debug probes is a single-digit… 84 ```kotlin 127 …at kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsJvmKt.createCoroutineUnintercepted(Intrins… 131 at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32) [all …]
|
| /external/oss-fuzz/docs/clusterfuzzlite/ |
| D | build_integration.md | 1 --- 4 title: Build Integration 7 permalink: /clusterfuzzlite/build-integration/ 8 --- 9 # Build integration 12 - TOC 14 --- 18 [libFuzzer targets]({{ site.baseurl }}/reference/glossary/#fuzz-target) on 19 Linux. 21 We re-use the [OSS-Fuzz](https://github.com/google/oss-fuzz) toolchain to make [all …]
|
| /external/kotlinx.serialization/ |
| D | CHANGELOG.md | 1 1.6.3 / 2024-02-16 4 This release provides a couple of new features and uses Kotlin 1.9.22 as default. 8 …serializing and deserializing [polymorphic class hierarchies](docs/polymorphism.md#sealed-classes). 11 … not add class discriminator at all, in case the receiving party is not interested in Kotlin types. 12 …s feature in the documentation and corresponding [PR](https://github.com/Kotlin/kotlinx.serializat… 16 * Add kebab-case naming strategy (#2531) (thanks to [Emil Kantis](https://github.com/Kantis)) 28 1.6.2 / 2023-11-30 31 This is a patch release accompanying Kotlin 1.9.21. It also provides additional targets that were n… 32 wasm-wasi and (deprecated) linuxArm32Hfp. 37 1.6.1 / 2023-11-15 [all …]
|
| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | changes.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Change History</title> 34 <li>Branch added by the Kotlin compiler version 1.4.0 and above for "unsafe" cast 38 <li><code>synthetic</code> methods added by the Kotlin compiler version 1.5.0 and 41 <li>Branches added by the Kotlin compiler version 1.4.20 and above for suspending 44 <li>Branches added by the Kotlin compiler version 1.5.0 and above for functions 47 <li>Branch added by the Kotlin compiler version 1.5.0 and above for reading from [all …]
|
| /external/perfetto/docs/ |
| D | tracing-101.md | 2 *This page provides a birds-eye view of performance analysis. 17 complicated, having a lot of components and a web of cross-interactions. 21 **Tracing** and **profiling** are two such widely-used techniques for 22 performance analysis. **Perfetto** is an open-source suite of tools, combining 31 They often include low-level kernel events like scheduler context switches, 68 Usually metrics map to high-level concepts. Examples of metrics include: CPU 75 right approach. In local and lab situations using **trace-based metrics**, 80 However, trace-based metrics are not a universal solution. When running in 87 traces. In these situations, traces should be used as a **root-causing** tool. 126 [magic-trace](https://github.com/janestreet/magic-trace)) but they output [all …]
|
| /external/oss-fuzz/docs/getting-started/ |
| D | new_project_guide.md | 1 --- 7 permalink: /getting-started/new-project-guide/ 8 --- 13 - TOC 15 --- 21 - [Integrate]({{ site.baseurl }}/advanced-topics/ideal-integration/) one or more [fuzz targets]({{ … 27 [go-fuzz](https://github.com/dvyukov/go-fuzz-corpus/tree/86a5af9d6842f80b205a082538ea28f61bbb8ccb) … 31 - [Install Docker](https://docs.docker.com/engine/installation) 33 [Why Docker?]({{ site.baseurl }}/faq/#why-do-you-use-docker) 36 …docker group](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-grou… [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/performance/ |
| D | measurement.md | 15 native command-line binaries, and they all share the same core performance 22 [native benchmark binary](#native-benchmark-binary) and another is an Android 30 #### Download or build the app 32 Download the nightly pre-built Android benchmark apps using the links below: 34 * [android_aarch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/rele… 35 * [android_arm](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/… 41 * [android_aarch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/rele… 42 * [android_arm](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/… 45 You can also build the app from source by following these 48 Note: It is required to build the app from the source if you want to run the [all …]
|