Home
last modified time | relevance | path

Searched +full:sdk +full:- +full:native +full:- +full:image +full:- +full:test (Results 1 – 25 of 137) sorted by relevance

123456

/external/aws-sdk-java-v2/test/sdk-native-image-test/
DREADME.md1 # AWS SDK Native Image Test
4 This module contains a sample application using AWS SDK for Java 2.x, and it
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
[all …]
Dpom.xml1 <?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/archetypes/archetype-app-quickstart/src/test/resources/projects/identitycenter/reference/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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 …]
Dpom.xml1 <?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 <groupId>software.amazonaws.test</groupId>
6 <artifactId>test-apache-artifact</artifactId>
7 <version>1.0-SNAPSHOT</version>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
16 <aws.java.sdk.version>2.11.0</aws.java.sdk.version>
18 <graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
27 <version>${aws.java.sdk.version}</version>
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/urlhttpclient/reference/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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 …]
Dpom.xml1 <?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 <groupId>software.amazonaws.test</groupId>
6 <artifactId>test-apache-artifact</artifactId>
7 <version>1.0-SNAPSHOT</version>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
16 <aws.java.sdk.version>2.11.0</aws.java.sdk.version>
18 <graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
27 <version>${aws.java.sdk.version}</version>
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/nettyclient/reference/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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 …]
Dpom.xml1 <?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 <groupId>software.amazonaws.test</groupId>
6 <artifactId>test-apache-artifact</artifactId>
7 <version>1.0-SNAPSHOT</version>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
16 <aws.java.sdk.version>2.11.0</aws.java.sdk.version>
18 <graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
27 <version>${aws.java.sdk.version}</version>
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/apachehttpclient/reference/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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 …]
Dpom.xml1 <?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 <groupId>software.amazonaws.test</groupId>
6 <artifactId>test-apache-artifact</artifactId>
7 <version>1.0-SNAPSHOT</version>
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
16 <aws.java.sdk.version>2.11.0</aws.java.sdk.version>
18 <graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
27 <version>${aws.java.sdk.version}</version>
[all …]
/external/aws-sdk-java-v2/buildspecs/
Dnative-image-integ-test.yml7 - 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
Drelease-javadoc.yml4 JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/"
8 - apt-get update; apt-get install -y java-21-amazon-corretto-jdk
9 - update-alternatives --auto javac
10 - update-alternatives --auto java
11 - pip install awscli==1.19.34 --upgrade --user
15 - DOC_PATH='s3://aws-java-sdk-javadoc/java/api'
19- python ./scripts/doc_crosslinks/generate_cross_link_data.py --apiDefinitionsBasePath ./services/…
20 - mvn install -P quick -T1C
21- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -Dskip…
22- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive …
[all …]
Drelease-to-maven.yml6 - pip install awscli --upgrade --user
10 - ROOT=`pwd`
11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml
12 - SETTINGS_XML=release-settings-final.xml
13 - SDK_SIGNING_GPG_SECRING=secring.gpg
14- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
15- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
16- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing
17- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2…
21- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive …
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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 …]
Dpom.xml2 <?xml version="1.0" encoding="UTF-8"?>
3 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
17 <aws.java.sdk.version>${javaSdkVersion}</aws.java.sdk.version>
20 <graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
30 <version>${aws.java.sdk.version}</version>
44 <artifactId>netty-nio-client</artifactId>
48 <artifactId>apache-client</artifactId>
53 #if( $credentialProvider == 'identity-center')
[all …]
/external/bazelbuild-rules_android/rules/android_sdk_repository/
Dhelper.bzl7 # 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(
89 """Generate android_sdk rules for the API levels in the Android SDK.
95 sdk's build-tools directory.
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dcodebuild-ci.yml4 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/aws-sdk-java-v2/buildspecs/resources/
Dci.cloudformation.yml9 Default: "aws-sdk-java-v2"
16 Default: "aws-sdk-for-java-v2-ci-role"
22 - !Ref OIDCProviderArn
23 - ""
32 - Effect: Allow
36 - CreateOIDCProvider
37 - !Ref GithubOidc
38 - !Ref OIDCProviderArn
43 - PolicyName: !Sub "${AWS::StackName}-OIDC-Policy"
45 Version: "2012-10-17"
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/
DREADME.md1 # Maven Archetype for client applications using the AWS SDK for Java 2.x
5 a dependency of [AWS Java SDK 2.x][aws-java-sdk-v2].
11 - Uses [Bill of Materials][BOM] to manage SDK dependencies
12 - Contains the code to create the SDK client
13 - Out-of-box support of GraalVM Native Image when `nativeImage` is enabled
17 …roject using this archetype. See [maven archetype usage guidance][maven-archetype-usage] for more …
19 - Interactive mode
23 -DarchetypeGroupId=software.amazon.awssdk \
24 -DarchetypeArtifactId=archetype-app-quickstart \
25 -DarchetypeVersion=2.x
[all …]
/external/tensorflow/tensorflow/tools/android/test/
DREADME.md16 application. Object tracking and efficient YUV -> RGB conversion are handled by
20 to the use of the camera2 API, although the native libraries themselves can run
25 1. [TF Classify](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test
27 model to classify camera frames in real-time, displaying the top results
28 in an overlay on the camera image.
29 2. [TF Detect](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test/s…
30 Demonstrates an SSD-Mobilenet model trained using the
32 …introduced in [Speed/accuracy trade-offs for modern convolutional object detectors](https://arxiv.…
34 in real-time.
35 3. [TF Stylize](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test/…
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/apachehttpclientwithoutnativeimage/reference/
DREADME.md3 …s project contains a maven application with [AWS Java SDK 2.x](https://github.com/aws/aws-sdk-java
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.
/external/aws-sdk-java-v2/
D.brazil.json5 "annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
6 "apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
7 "arns": { "packageName": "AwsJavaSdk-Core-Arns" },
8 "auth": { "packageName": "AwsJavaSdk-Core-Auth" },
9 "auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
10 "aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" },
11 "aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" },
12 "aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" },
13 "aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" },
14 "aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" },
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake.md6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
7 , macOS Catalina (x86_64), Windows 10 and TensorFlow devel Docker image
18 sudo apt-get install cmake
30 **Note:** If you're using the TensorFlow Docker image, the repo is already
54 provide `-DCMAKE_BUILD_TYPE=Debug` option.
57 cmake ../tensorflow_src/tensorflow/lite -DCMAKE_BUILD_TYPE=Debug
63 '-DTFLITE_KERNEL_TEST=on' flag. Unit test cross-compilation specifics can be
67 cmake ../tensorflow_src/tensorflow/lite -DTFLITE_KERNEL_TEST=on
73 CMake project with `find_package(tensorflow-lite CONFIG)`, use the
74 `-DTFLITE_ENABLE_INSTALL=ON` option.
[all …]
/external/zxing/
DCHANGES2 - Initial release
5 - Fixed bug decoding version 0 QR Codes
6 - Now default zoom is 2.5x in Java ME client
9 - Issue 11 fixed: Build problems on Windows
10 - Can now build "ZXingReaderBasic" which does not require JSR-234
11 - Issue 14 fixed: release .zip builds into one directory
14 - Unit test for QR Code decoding
15 - Added EAN-13 support
16 - Now builds with class file format version 1.2 -- may solve some compatibility issues?
17 - Fixed obfuscation step bug causing NoClassDefFoundError
[all …]
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeHardwareRendererTest.java17 import android.media.Image;
18 import android.media.Image.Plane;
25 import org.junit.Test;
35 @Test
41 @Test
48 @Test
50 // In some SDK levels, the Choreographer constructor ends up calling in choreographer_firstCalled()
55 @Test
73 Image nativeImage = imageReader.acquireNextImage(); in imageReader_readsRenderedDisplayList()
83 @Test
[all …]

123456