HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 176 - 200 of 1179) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/MC/Mips/
cpload-bad.s 9 # ASM: :[[@LINE-1]]:17: error: .cpload is not supported in Mips16 mode
  /external/llvm/test/MC/Mips/micromips/
invalid-wrong-error.s 5 # The 20-bit immediate supported by the standard encodings cause us to emit
  /external/wpa_supplicant_8/wpa_supplicant/
eap_proxy_qmi_oc.mk 26 # This is supported only in B Family devices.
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
SimStatusImeiInfoPreferenceControllerTest.java 108 public void setNetworkSupported(int networkType, boolean supported) {
109 mSupportedNetworkTypes.put(networkType, supported);
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
Device.cpp 84 std::vector<bool> supported = hexagonModel.supportedOperations(); local
86 _hidl_cb(ErrorStatus::NONE, supported);
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_cgo_test.go 29 t.Skip("skipping; internal linking is not supported")
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_s390x.go 24 // Go assembly but are optional on models supported by Go.
os2_nacl.go 103 _ESOCKTNOSUPPORT = 94 /* Socket type not supported */
104 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */
105 _EPFNOSUPPORT = 96 /* Protocol family not supported */
106 _EAFNOSUPPORT = 97 /* Address family not supported by protocol family */
126 _ENOTSUP = _EOPNOTSUPP /* Not supported */
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_cgo_test.go 29 t.Skip("skipping; internal linking is not supported")
  /prebuilts/go/linux-x86/src/runtime/
os_linux_s390x.go 24 // Go assembly but are optional on models supported by Go.
os2_nacl.go 103 _ESOCKTNOSUPPORT = 94 /* Socket type not supported */
104 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */
105 _EPFNOSUPPORT = 96 /* Protocol family not supported */
106 _EAFNOSUPPORT = 97 /* Address family not supported by protocol family */
126 _ENOTSUP = _EOPNOTSUPP /* Not supported */
  /build/make/core/
fuzz_test.mk 8 $(error $(LOCAL_PATH): $(LOCAL_MODULE): NDK fuzz tests are not supported.)
module_arch_supported.mk 50 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
69 # If LOCAL_MODULE_HOST_OS is empty, only linux and darwin are supported
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuGdt.h 70 #error CPU type not supported for CPU GDT initialization!
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
InitializeFpu.asm 36 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
45 ; to be supported by some 64-bit assemblers
  /external/libbrillo/brillo/
type_name_undecorate.h 21 #error TypeInfo/Any with RTTI disabled is supported on clang compiler only.
  /external/squashfs-tools/squashfs-tools/
lzma_wrapper.c 119 .supported = 1
  /frameworks/ml/nn/runtime/test/
TestExecution.cpp 101 std::vector<bool> supported(model.operations.size(), true);
102 cb(ErrorStatus::NONE, supported);
104 std::vector<bool> supported; variable
105 cb(ErrorStatus::INVALID_ARGUMENT, supported);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 214 int supported = SUPPORT_PRINT | SUPPORT_SETAS; local
215 if (isSharable()) supported |= SUPPORT_SHARE;
217 supported |= SUPPORT_EDIT | SUPPORT_FULL_IMAGE;
219 return supported;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 12 #error Only Win32 target is supported!
types.h 10 #error Only Win32 target is supported!
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 41 EPLAN9 = NewError("not supported by plan 9")
47 EAFNOSUPPORT = NewError("address family not supported by protocol")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 41 EPLAN9 = NewError("not supported by plan 9")
47 EAFNOSUPPORT = NewError("address family not supported by protocol")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
asg.s 31 .asg "string",strng ; NOTE: """string""" not supported
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 71 * @param supportedSizes all possible camera sizes that are supported
156 * @param supported The list of supported resolutions.
160 public static Size getPhotoSize(String sizeSetting, List<Size> supported, int cameraId) {
164 Size selectedSize = getCameraPictureSize(sizeSetting, supported, cameraId);
170 * supported resolutions, this method selects and returns the best matching
175 * @param supported The list of supported resolutions.
180 private static Size getCameraPictureSize(String sizeSetting, List<Size> supported,
182 return getSelectedCameraPictureSizes(supported, cameraId).getFromSetting(sizeSetting
    [all...]

Completed in 671 milliseconds

1 2 3 4 5 6 78 91011>>