Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/external/aws-sdk-java-v2/test/sdk-native-image-test/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/bazelbuild-rules_android/rules/android_sdk_repository/
H A 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 …]
/aosp_15_r20/out/soong/raw-aosp_shiba/64/
D64db3f507df8c73b0fc8847875dfdbeed4f4b0833 from: "out/host/linux-x86/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
23 from: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
24 to: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
27 from: "art/test/1953-pop-frame/src/art/Test1953.java"
28 to: "art/test/1953-pop-frame/src/art/Test1953.java"
31 from: "art/test/988-method-trace/src/art/Test988.java"
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/apachehttpclient/reference/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/urlhttpclient/reference/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/nettyclient/reference/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/test/resources/projects/identitycenter/reference/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A 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
/aosp_15_r20/cts/hostsidetests/theme/
H A DREADME7 * http://www.apache.org/licenses/LICENSE-2.0
19 modified. They consist of API-specific sets of reference images representing
24 NOTE: Reference images should only be updated by the CTS test maintainers. Any
25 modifications to the reference images will invalidate the test results.
35 1. Ensure the Android SDK is installed locally. Either a public or internal
38 export ANDROID_SDK_ROOT = /path/to/sdk
40 2. Obtain an x86_64 emulator image from the build server by using the script
41 available internally at go/emu-dev. This script will install the image in
42 your SDK.
44 3. Use the SDK's AVD Manager tool to create a single virtual device using the
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/.github/workflows/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/resources/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/
H A 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 …]
/aosp_15_r20/build/soong/sdk/
H A Dupdate.go7 // http://www.apache.org/licenses/LICENSE-2.0
15 package sdk package
51 var pctx = android.NewPackageContext("android/soong/sdk")
56 Command: `${config.Zip2ZipCmd} -i $in -o $out -x META-INF/**/* "**/*:$destdir"`,
65 Command: `${config.SoongZipCmd} -C $basedir -r $out.rsp -o $out`,
76 Command: `${config.MergeZipsCmd} -s $out $in`,
97 gc.indentLevel--
114 // Updates the sdk module with a list of sdkMemberVariantDep instances and details as to which
115 // multilibs (32/64/both) are used by this sdk variant.
116 func (s *sdk) collectMembers(ctx android.ModuleContext) {
[all …]
/aosp_15_r20/build/make/core/
H A Dmain.mk3 $(warning Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode')
11 # the top of the source tree, for example when "make -C" is used in m/mm/mmm.
34 include $(SOONG_OUT_DIR)/make_vars-$(TARGET_PRODUCT)$(COVERAGE_SUFFIX).mk
35 YACC :=$= $(BISON) -d
56 DATE_FROM_FILE := date -d @$(BUILD_DATETIME_FROM_FILE)
62 $(shell mkdir -p $(EMPTY_DIRECTORY) && rm -rf $(EMPTY_DIRECTORY)/*)
64 # CTS-specific config.
65 -include cts/build/config.mk
66 # device-tests-specific-config.
67 -include tools/tradefederation/build/suites/device-tests/config.mk
[all …]
/aosp_15_r20/art/test/
H A Dart-gtests-target-chroot.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <option name="test-suite-tag" value="art-target-gtest-chroot" />
26 <option name="append-bitness" value="true" />
27 …<option name="push-file" key="generate-boot-image" value="/data/local/tmp/art-test-chroot/data/loc…
31 <option name="throw-if-cmd-fail" value="true" />
32 …<option name="run-command" value="mkdir -p /data/local/tmp/art-test-chroot/data/local/tmp/art_boot…
33 …<!-- `compiler-filter=speed-profile` is required because OatDumpTest checks the compiled code in t…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A 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 …]
/aosp_15_r20/art/dex2oat/
H A Dart_standalone_dex2oat_cts_tests.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2022 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <option name="test-suite-tag" value="cts" />
18 <option name="config-descriptor:metadata" key="component" value="art" />
19 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
20 <option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
21 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
22 …<option name="config-descriptor:metadata" key="mainline-param" value="com.google.android.art.apex"…
[all …]
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTestBase.java8 * http://www.apache.org/licenses/LICENSE-2.0
56 import java.awt.image.BufferedImage;
67 * checked in this test's resources. The main dependencies
76 * 1. platform.dir: This is the directory for the current platform in the built SDK
77 * (.../sdk/platforms/android-<version>).
83 * 2. test_res.dir: This is the directory for the resources of the test. If not specified, this
101 private static final String NATIVE_LIB_PATH_PROPERTY = "native.lib.path";
116 /** Location of the app to test inside {@link #TEST_RES_DIR} */
133 // Test that System Properties are properly set.
157 // We only check error messages if the rest of the test case was successful.
[all …]

12345678910>>...38