Searched refs:SDK (Results 1 – 25 of 66) sorted by relevance
123
22 # android_sdk - Path to the android SDK directory 23 # sdk_version - SDK target to pass to 'android' for creating test projects24 # minimum_sdk - SDK minimum version to embed in AndroidManifest.xml35 # Default SDK path and version57 ## Set up SDK path and version61 lit.fatal("Android SDK directory " + config.sdk_dir + " does " \80 lit.note('using Android SDK: %r' % config.sdk_dir)81 lit.note('using Android SDK Version: %r' % config.sdk_version)
27 SDK=""74 SDK="$2"146 check_required_param "$SDK" "--sdk"168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACT…
24 SDK="${BASE_DIR}/out/host/linux-x86/sdk/sdk*/android-sdk*"37 cp -r ${SDK}/platforms/android*/** ${PLATFORM}47 …find ${SDK}/platforms/android*/data/res -name "*.9.png" -print0 | xargs -0 ${TMP_DIR}/build-tools/…
20 SDK=${SCRIPT_DIR}"/../../../../out/host/darwin-x86/sdk/sdk*/android-sdk*"28 cp -r ${SDK}/platforms/android* ${PLATFORM}41 for f in ${SDK}/platforms/android*/data/res/*
12 description: "On AAOS, make volume and ringer SDK APIs in AudioManager no-ops."120 description: "Limit access to volume and ringer SDK APIs in AudioManager"130 description: "Limit access to volume and ringer SDK APIs in AudioManager"
1 reduce_general_wrong_api.rscript:5:12: error: reduction kernels are not supported in SDK levels 11-…
1 root_11_ox.rscript:5:6: error: Compute kernel root() targeting SDK levels 11-13 may not skip parame…
1 v15_non_root_kernel.rscript:5:6: error: Non-root compute kernel foo() is not supported in SDK level…
1 z_wrong_api.rscript:5:60: error: compute kernel bad() targeting SDK levels 11-22 may not use specia…
75 SDK = 6; enumerator112 // Boolean value to specify if the storage belongs to SDK or is shared167 …// Uid of the SDK that's loaded into client's sandbox process and for which the activity is created217 // The effective target SDK version
1 kernel_16.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by…
7 description: "Make nav bar color transparent by default when targeting SDK 35 or greater"34 description: "Make app go edge-to-edge by default when targeting SDK 35 or greater"42 description: "Make app go edge-to-edge when targeting SDK level 35 or greater"
1 …rror: Invalid parameter 'in1' for compute kernel root(). Kernels targeting SDK levels 11-22 may no…
1 …error: Invalid parameter 'in8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not …
1 kernel_badsig.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-22 must have at le…
2 # Internal APIs related to time detection. SDK APIs are in android.app.time.
6 This page describes steps to run the NDK and SDK layer test.26 Note: [Benchmark Application](#BenchmarkApplication) now supports profiling both SDK and NDK APIs a…85 To run the test suite for measuring performance of the SDK and NDK APIs, follow the following steps:134 The test extracts elementary stream and benchmarks the extractors available in SDK and NDK.141 The test decodes input stream and benchmarks the decoders available in SDK and NDK.148 The test muxes elementary stream and benchmarks different writers available in SDK and NDK.155 The test encodes input stream and benchmarks the encoders available in SDK and NDK.226 4. **NDK/SDK**: The target APIs i.e. AMedia vs Media calls for the operation being performed.
2 # Internal APIs related to time zone detection. SDK APIs are in android.app.time.
1 // Common defaults to define SDK level
1 ## for SDK releases >= 32
1 ## for SDK releases 29..31
159 - SDK version resource filtering: Resources with an SDK version qualifier that is unreachable160 at runtime due to the minimum SDK level declared by the AndroidManifest.xml are stripped.175 introduced in a later SDK level. This can be disabled with `--no-auto-version`.176 - Min SDK resource filtering: removes resources that can't possibly be selected at runtime due177 to the application's minimum supported SDK level.
1 // Set the default SDK and build tools version for all apps