/system/keymaster/include/keymaster/ |
operation.h | 74 bool supported(keymaster_padding_t padding) const; 75 bool supported(keymaster_block_mode_t padding) const; 76 bool supported(keymaster_digest_t padding) const;
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
SystemUpdaterDeviceFlasher.java | 137 List<UserDataFlashOption> supported = Arrays.asList( local 139 if (!supported.contains(flashOption)) { 141 + " not supported. This implementation only supports flashing " 142 + supported.toString());
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraSettings.java | 99 // supported by the driver. 100 List<Size> supported = parameters.getSupportedPictureSizes(); local 101 if (supported == null) return; 104 if (setCameraPictureSize(candidate, supported, parameters)) { 112 Log.e(TAG, "No supported picture size found"); 121 String candidate, List<Size> supported, Parameters parameters) { 126 for (Size size : supported) { 253 ListPreference pref, List<String> supported) { 255 // Remove the preference if the parameter is not supported or there is 257 if (supported == null || supported.size() <= 1) 456 ArrayList<String> supported = new ArrayList<String>(); local 481 ArrayList<String> supported = new ArrayList<String>(); local [all...] |
/build/make/core/ |
local_systemsdk.mk | 39 # Ensure that the selected System SDK version is one of the supported versions. 57 System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported_systemsdk_versions))
|
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/ |
tsp.mk | 29 # If no platform-specific TSP Makefile exists, it means TSP is not supported 33 $(error TSP is not supported on platform ${PLAT})
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
LocaleUtils.java | 47 * @param supported The locale supported by IME subtype. 52 private static byte calculateMatchingSubScore(@NonNull final ULocale supported, 54 // Assuming supported/desired is fully expanded. 55 if (supported.equals(desired)) { 61 final String supportedScript = supported.getScript(); 67 final String supportedCountry = supported.getCountry();
|
/frameworks/compile/slang/lit-tests/ |
scriptc-filecheck-wrapper.sh | 72 echo --type not supported for C++
|
/frameworks/ml/nn/runtime/ |
VersionedIDevice.cpp | 66 model, [&result](ErrorStatus error, const hidl_vec<bool>& supported) { 67 result = std::make_pair(error, supported); 75 convertToV1_0(model), [&result](ErrorStatus error, const hidl_vec<bool>& supported) { 76 result = std::make_pair(error, supported);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ivec.h | 11 #error This file is only supported in C++ compilations!
|
/system/chre/apps/gnss_world/ |
gnss_world.cc | 52 //! Whether a specific Gnss capability is supported by the platform 123 bool supported; local 130 supported = gLocationSupported; 136 supported = gMeasurementSupported; 153 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
predicate-bad-2.l | 2 [^:]*:5: Error: predication on A0 not supported on this architecture 9 [^:]*:11: Error: predication on A0 not supported on this architecture 40 [^:]*:44: Error: predication on A0 not supported on this architecture 47 [^:]*:50: Error: predication on A0 not supported on this architecture 54 [^:]*:57: Error: predication on A0 not supported on this architecture 61 [^:]*:63: Error: predication on A0 not supported on this architecture 80 [^:]*:83: Error: predication on A0 not supported on this architecture 87 [^:]*:89: Error: predication on A0 not supported on this architecture
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerFlakyNetworkTest.java | 103 Vector<String> supported = new Vector<String>(); local 106 supported.add(video); 109 return supported.toArray(new String[supported.size()]); 113 String[] supported = getSupportedVideos(); local 114 if (supported.length == 0) { 122 String video = getRandomTestVideo(random, supported); 127 doPlayMp4Stream(getRandomTestVideo(random, supported), 30000, 20000);
|
/external/curl/docs/cmdline-opts/ |
tls-max.d | 10 VERSION defines maximum supported TLS version. A minimum is defined
|
/external/elfutils/tests/ |
run-deleted.sh | 42 echo >&2 deleted: OS not supported
|
/external/llvm/test/MC/Mips/ |
cprestore-bad.s | 10 # CHECK: :[[@LINE-1]]:14: error: .cprestore is not supported in Mips16 mode
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_conditional_render.c | 102 if (!brw->predicate.supported) 154 if (brw->predicate.supported) {
|
/external/squashfs-tools/squashfs-tools/ |
compressor.c | 113 if(compressor[i]->supported) 126 if(compressor[i]->supported) {
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
GeneratedTestHarness.cpp | 190 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { 192 ASSERT_NE(0ul, supported.size()); 194 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); 234 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { 236 ASSERT_NE(0ul, supported.size()); 238 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; });
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
doc.go | 16 // list [-json] list all supported platforms
|
/prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/ |
cipherhw_s390x.go | 10 // (KM) function codes are supported. Note that this function is expensive.
|
/prebuilts/go/darwin-x86/src/os/user/ |
listgroups_solaris.go | 16 return nil, fmt.Errorf("user: list groups for %s: not supported on Solaris", u.Username)
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprog/ |
gettid.go | 21 func tidExists(tid int) (exists, supported bool) {
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/ |
helper_stub.go | 19 return fmt.Sprintf("not supported on %s", runtime.GOOS), false
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
doc.go | 16 // list [-json] list all supported platforms
|
/prebuilts/go/linux-x86/src/crypto/internal/cipherhw/ |
cipherhw_s390x.go | 10 // (KM) function codes are supported. Note that this function is expensive.
|