Searched +full:native +full:- +full:image +full:- +full:test (Results 1 – 25 of 643) sorted by relevance
12345678910>>...26
| /external/aws-sdk-java-v2/test/sdk-native-image-test/ |
| D | README.md | 1 # AWS SDK Native Image Test 5 is used to test GraalVM Native Image compilation. 9 To run the tests, you need to have GraalVM and Native Image set up properly in your workspace. 10 See [Setting up GraalVM with native-image support](https://graalvm.github.io/native-build-tools/lat… 17 mvn clean install -pl :sdk-native-image-test -P quick --am 19 mvn clean install -pl :bom-internal,:bom 21 cd test/sdk-native-image-test 23 # build the image 24 mvn clean package -P native-image 26 # execute the image [all …]
|
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 15 --> 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 21 <artifactId>aws-sdk-java-pom</artifactId> 28 <artifactId>sdk-native-image-test</artifactId> 29 <name>AWS Java SDK :: Test :: Native Image Test</name> 30 <description>Tests GraalVM native images using AWS SDK for 2.x.</description> 34 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> [all …]
|
| /external/aws-sdk-java-v2/buildspecs/ |
| D | native-image-integ-test.yml | 7 - mvn clean install -pl :sdk-native-image-test -P quick --am -T1C 8 - mvn clean install -pl :bom-internal,:bom 9 - cd test/sdk-native-image-test 10 - mvn clean package -P native-image 11 - target/sdk-native-image-test
|
| D | archetype-native-image-test.yml | 7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C 8 - mvn clean install -pl :bom,:bom-internal -P quick 9 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1) 10 - echo "Current version is $CURRENT_VERSION" 11 - cd .. && mkdir tmp 12 - cd tmp 13 - | 15 -DarchetypeGroupId=software.amazon.awssdk \ 16 -DarchetypeArtifactId=archetype-app-quickstart \ 17 -DarchetypeVersion=$CURRENT_VERSION \ [all …]
|
| /external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/identitycenter/reference/ |
| D | README.md | 3 …s a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies. 6 - Java 1.8+ 7 - Apache Maven 8 - GraalVM Native Image (optional) 24 │ └── test 30 - `App.java`: main entry of the application 31 - `DependencyFactory.java`: creates the SDK client 32 - `Handler.java`: you can invoke the api calls using the SDK client here. 39 #### Building the native image 41 Note that it requires `native-image` installed in your environment [all …]
|
| /external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/urlhttpclient/reference/ |
| D | README.md | 3 …s a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies. 6 - Java 1.8+ 7 - Apache Maven 8 - GraalVM Native Image (optional) 24 │ └── test 30 - `App.java`: main entry of the application 31 - `DependencyFactory.java`: creates the SDK client 32 - `Handler.java`: you can invoke the api calls using the SDK client here. 39 #### Building the native image 41 Note that it requires `native-image` installed in your environment [all …]
|
| /external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/nettyclient/reference/ |
| D | README.md | 3 …s a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies. 6 - Java 1.8+ 7 - Apache Maven 8 - GraalVM Native Image (optional) 24 │ └── test 30 - `App.java`: main entry of the application 31 - `DependencyFactory.java`: creates the SDK client 32 - `Handler.java`: you can invoke the api calls using the SDK client here. 39 #### Building the native image 41 Note that it requires `native-image` installed in your environment [all …]
|
| /external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/apachehttpclient/reference/ |
| D | README.md | 3 …s a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies. 6 - Java 1.8+ 7 - Apache Maven 8 - GraalVM Native Image (optional) 24 │ └── test 30 - `App.java`: main entry of the application 31 - `DependencyFactory.java`: creates the SDK client 32 - `Handler.java`: you can invoke the api calls using the SDK client here. 39 #### Building the native image 41 Note that it requires `native-image` installed in your environment [all …]
|
| /external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/ |
| D | README.md | 3 …s a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java-v2) dependencies. 6 - Java 1.8+ 7 - Apache Maven 8 - GraalVM Native Image (optional) 24 │ └── test 30 - `App.java`: main entry of the application 31 - `DependencyFactory.java`: creates the SDK client 32 - `Handler.java`: you can invoke the api calls using the SDK client here. 40 #[[####]]# Building the native image 42 Note that it requires `native-image` installed in your environment [all …]
|
| /external/deqp/doc/testspecs/EGL/ |
| D | functional.resize.txt | 1 ------------------------------------------------------------------------- 2 drawElements Quality Program Test Specification 3 ----------------------------------------------- 11 http://www.apache.org/licenses/LICENSE-2.0 18 ------------------------------------------------------------------------- 22 + dEQP-EGL.functional.resize.* 34 Checks for EGL surface behavior when the surface's native window is resized by external means. 36 The surface_size.* tests resize the native window and call 38 that they report the new native window size. 41 a test image on it. The native window is resized, and the back buffer is [all …]
|
| /external/e2fsprogs/lib/blkid/ |
| D | test_probe.in | 4 if test "$TESTS"x = x ; then 11 mkdir -p tests/tmp 18 IMAGE=tests/tmp/$i.img.$$ 19 if test ! -f $IMAGE_BZ2 -a ! -f $RESULTS ; 21 echo "non-existent" 25 # swap is native-endian, so regenerate before testing 26 dd if=/dev/zero of=$IMAGE bs=16k count=64 2> /dev/null 27 mkswap -v0 $IMAGE > /dev/null 29 # swap is native-endian, so regenerate before testing 30 dd if=/dev/zero of=$IMAGE bs=16k count=64 2> /dev/null [all …]
|
| /external/bazelbuild-rules_android/rules/android_sdk_repository/ |
| D | helper.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 48 doc = "An int-typed build setting that can be set on the command line", 54 These represent the matching --host_cpu values. 57 if not native.existing_rule(name): 58 native.config_setting( 63 native.config_setting( 68 native.config_setting( 78 native.config_setting( 95 sdk's build-tools directory. 99 --android_sdk is not specified on the command line. [all …]
|
| /external/cronet/third_party/protobuf/php/ |
| D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to 5 runtime APIs and share the same generated code. Users don’t need to re-generate 19 - C extension: PHP 7.x, 8.0 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 50 sudo pecl install protobuf-{VERSION}.tgz 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply 60 sudo pecl install protobuf-{VERSION} 75 version of `protoc` included in the latest release supports the `--php_out` 78 protoc --php_out=out_dir test.proto [all …]
|
| /external/protobuf/php/ |
| D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to 5 runtime APIs and share the same generated code. Users don’t need to re-generate 19 - C extension: PHP 7.x, 8.0 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 50 sudo pecl install protobuf-{VERSION}.tgz 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply 60 sudo pecl install protobuf-{VERSION} 75 version of `protoc` included in the latest release supports the `--php_out` 78 protoc --php_out=out_dir test.proto [all …]
|
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | codebuild-ci.yml | 4 paths-ignore: 5 - '**.md' 6 - '.all-contributorsrc' 7 - 'docs/**' 10 - master 11 paths-ignore: 12 - '**.md' 13 - '.all-contributorsrc' 14 - 'docs/**' 17 id-token: write [all …]
|
| /external/sdk-platform-java/.kokoro/presubmit/ |
| D | common.cfg | 4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 7 build_file: "gapic-generator-java/.kokoro/trampoline.sh" 11 value: "github/gapic-generator-java/.kokoro/presubmit/downstream-build.sh" 17 value: "cloud-java-ci-test" 22 value: "cloud-java-ci-test" 27 value: "secret_manager/cloud-java-ci-it-service-account" 32 value: "cloud-java-ci-it-service-account" 35 # Defines the google-cloud-java modules to be tested downstream tested with GraalVM native image 39 value: "java-kms,java-os-login" # KMS's ITKmsTest exercises gax-java's native image 40 # reflect-config.json. OS Login has a similar issue.
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/ |
| D | sync-repo-settings.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Whether or not rebase-merging is enabled on this repository. 18 # Whether or not squash-merging is enabled on this repository. 30 - pattern: main 44 - "dependencies (11)" 45 - "lint" 46 - "units (8)" 47 - "units (11)" 48 - "Kokoro - Test: Integration" 49 - "cla/google" [all …]
|
| /external/sdk-platform-java/java-common-protos/.github/ |
| D | sync-repo-settings.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 # Whether or not rebase-merging is enabled on this repository. 18 # Whether or not squash-merging is enabled on this repository. 30 - pattern: main 44 - "dependencies (11)" 45 - "lint" 46 - "units (8)" 47 - "units (11)" 48 - "Kokoro - Test: Integration" 49 - "cla/google" [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiMaintenance1Tests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 216 // must support creating native display & window for that WSI type. in createDisplay() 232 // See createDisplay - assuming that wsi::Display was supported platform port in createWindow() 255 windows.back()->setVisible(true); in TestNativeObjects() 258 windows.back()->setForeground(); in TestNativeObjects() 471 VK_CHECK(vkd.bindBufferMemory(device, *buffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset())); in createBufferAndBindMemory() 473 …surface format could be different, such as BGRA. For the purposes of the test, that doesn't matte… in createBufferAndBindMemory() [all …]
|
| D | vktWsiSwapchainTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 118 // 1) Filter out non-core formats to stay within valid usage. in createInstanceWithWsi() 262 // Single-surface shortcut. 294 // Single-surface shortcut. 306 TEST_DIMENSION_MIN_IMAGE_COUNT = 0, //!< Test all supported image counts 307 TEST_DIMENSION_IMAGE_FORMAT, //!< Test all supported formats 308 TEST_DIMENSION_IMAGE_EXTENT, //!< Test various (supported) extents [all …]
|
| /external/mesa3d/.gitlab-ci/meson/ |
| D | build.sh | 5 section_switch meson-cross-file "meson: cross file generate" 7 set -e 8 set -o xtrace 10 CROSS_FILE=/cross_file-"$CROSS".txt 12 export PATH=$PATH:$PWD/.gitlab-ci/build 14 touch native.file 15 printf > native.file "%s\n" \ 17 "c = 'compiler-wrapper-${CC:-gcc}.sh'" \ 18 "cpp = 'compiler-wrapper-${CXX:-g++}.sh'" 20 # We need to control the version of llvm-config we're using, so we'll [all …]
|
| /external/sdk-platform-java/java-core/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>google-cloud-core-parent</artifactId> 7 <version>2.17.0</version><!-- {x-version-update:google-cloud-core:current} --> 15 <artifactId>gapic-generator-java-pom-parent</artifactId> 16 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} --> 17 <relativePath>../gapic-generator-java-pom-parent</relativePath> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 24 <site.installationModule>google-cloud-core-parent</site.installationModule> [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/ |
| D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 27 mvn -version 32 mvn install -B -V -ntp \ 33 -DskipTests=true \ 34 -Dclirr.skip=true \ 35 -Denforcer.skip=true \ 36 -Dmaven.javadoc.skip=true \ 37 -Dgcloud.download.skip=true \ 38 -T 1C [all …]
|
| /external/google-auth-library-java/.kokoro/ |
| D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 27 mvn -version 32 mvn install -B -V -ntp \ 33 -DskipTests=true \ 34 -Dclirr.skip=true \ 35 -Denforcer.skip=true \ 36 -Dmaven.javadoc.skip=true \ 37 -Dgcloud.download.skip=true \ 38 -T 1C [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 1 # Docker image tag helper templates 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 17 image: "$MESA_IMAGE" 19 .set-image-base-tag: [all …]
|
12345678910>>...26