/prebuilts/go/linux-x86/src/cmd/go/internal/vet/ |
vet.go | 29 The build flags supported by go vet are those that control package resolution
|
/prebuilts/go/linux-x86/src/math/big/ |
intmarsh.go | 41 return fmt.Errorf("Int.GobDecode: encoding version %d not supported", b>>1)
|
/prebuilts/go/linux-x86/src/net/ |
parse_test.go | 18 t.Skipf("not supported on %s", runtime.GOOS)
|
file_test.go | 33 t.Skipf("not supported on %s", runtime.GOOS) 140 t.Skipf("not supported on %s", runtime.GOOS) 232 t.Skipf("not supported on %s", runtime.GOOS)
|
timeout_test.go | 160 t.Skipf("not supported on %s", runtime.GOOS) 216 t.Skipf("not supported on %s", runtime.GOOS) 262 t.Skipf("not supported on %s", runtime.GOOS) 367 t.Skipf("not supported on %s", runtime.GOOS) 435 t.Skipf("not supported on %s", runtime.GOOS) // see golang.org/issue/8916 553 t.Skipf("not supported on %s", runtime.GOOS) 624 t.Skipf("not supported on %s", runtime.GOOS) 743 t.Skipf("not supported on %s", runtime.GOOS) 930 t.Skipf("not supported on %s", runtime.GOOS) 1010 t.Skipf("not supported on %s", runtime.GOOS [all...] |
/prebuilts/go/linux-x86/src/plugin/ |
plugin.go | 16 // Currently plugins are only supported on Linux and macOS.
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_freebsd.go | 40 _CTL_MAXNAME = C.CTL_MAXNAME // Largest number of components supported.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
datal32-3.d | 8 # and readelf isn't supported as a run_dump_test tool.
|
/compatibility/cdd/3_software/ |
3_3_native-api-compatibility.md | 28 supported. 30 (ABI) supported by the device, via the `android.os.Build.SUPPORTED_ABIS`, 114 supported by the device. 116 highest supported ARM architecture (e.g., "8" for ARMv8 devices).
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiEntry.asm | 117 cpuid ; use CPUID to determine if specific CR4 bits are supported
149 ; enable NXE if supported
256 cpuid ; use CPUID to determine if specific CR4 bits are supported
|
/prebuilts/go/darwin-x86/src/net/ |
file_test.go | 33 t.Skipf("not supported on %s", runtime.GOOS) 140 t.Skipf("not supported on %s", runtime.GOOS) 232 t.Skipf("not supported on %s", runtime.GOOS)
|
timeout_test.go | 160 t.Skipf("not supported on %s", runtime.GOOS) 216 t.Skipf("not supported on %s", runtime.GOOS) 262 t.Skipf("not supported on %s", runtime.GOOS) 367 t.Skipf("not supported on %s", runtime.GOOS) 435 t.Skipf("not supported on %s", runtime.GOOS) // see golang.org/issue/8916 553 t.Skipf("not supported on %s", runtime.GOOS) 624 t.Skipf("not supported on %s", runtime.GOOS) 743 t.Skipf("not supported on %s", runtime.GOOS) 930 t.Skipf("not supported on %s", runtime.GOOS) 1010 t.Skipf("not supported on %s", runtime.GOOS [all...] |
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
VtsHalAutomotiveVehicleV2_0HostTest.py | 73 logging.info("all supported properties: %s", self.configList) 205 # Checks that HVAC_POWER_ON property is supported and returns valid 209 logging.info("HVAC_POWER_ON not supported") 405 """Returns tuple of boolean (indicating value supported or not) and the value itself""" 421 supported, val = self.getValueIfPropSupported(prop) 422 if supported: 440 supported, val = self.getValueIfPropSupported(prop) 441 if supported: 506 """Verifies that if given property supported it is one of the value in validValues set""" 507 supported, val = self.getValueIfPropSupported(propertyId [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
t16-bad.l | 92 [^:]*:66: Error: ror #imm not supported -- `ror r0,r1,#12' 113 [^:]*:88: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r0,r1,lsl#2' 114 [^:]*:89: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r0,r1,lsl r3' 116 [^:]*:92: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r0,r1,lsl#2' 117 [^:]*:93: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r0,r1,lsl r3'
|
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 182 "Textures with a base internal format of DEPTH_COMPONENT are supported 355 are recomputed and updated. If the image array would not be supported 359 supported by such a call to TexImage3D, the proxy state values are set 674 If ARB_fragment_program is not supported, the changes to section 3.11 679 If EXT_framebuffer_object is not supported, the changes to section 686 S3TC texture compression is supported for two-dimensional array textures. 699 S3TC compression is not supported for one-dimensional texture targets in 700 EXT_texture_compression_s3tc, and is not supported for one-dimensional [all...] |
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 152 // we could fail if GRALLOC_USAGE_PROTECTED is not supported. 293 bool supported; local 294 surface->getWideColorSupport(&supported); 308 ASSERT_EQ(hasWideColorDisplay, supported); 324 bool supported; local 325 status_t result = surface->getHdrSupport(&supported); 332 ASSERT_EQ(hasHdrDisplay, supported); 348 bool supported; local 349 status_t result = surface->getHdrSupport(&supported); 352 if (!hasHdrDisplay || !supported) { [all...] |
/frameworks/ml/nn/runtime/test/ |
TestPartitioningRandom.cpp | 89 // assign each signature to a driver. No signature is supported by 499 std::vector<bool> supported(count); 501 supported[i] = 507 cb(ErrorStatus::NONE, supported); 509 std::vector<bool> supported; variable 510 cb(ErrorStatus::INVALID_ARGUMENT, supported); 517 // NOTE: We verify that all operations in the model are supported. [all...] |
/bionic/libc/kernel/uapi/linux/ |
ethtool.h | 27 __u32 supported; member in struct:ethtool_cmd 66 __u32 supported; member in struct:ethtool_wolinfo 121 __u32 supported; member in struct:ethtool_eee
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
LocaleMatcherTest.java | 443 private void showDistance(LocaleMatcher matcher, String desired, String supported) { 445 ULocale supported2 = new ULocale(supported); 447 logln(desired + " to " + supported + " :\t" + distance); 622 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); 624 long timeMedium = timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, timeShort); 626 long timeLong = timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations, timeShort); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleMatcherTest.java | 440 private void showDistance(LocaleMatcher matcher, String desired, String supported) { 442 ULocale supported2 = new ULocale(supported); 444 logln(desired + " to " + supported + " :\t" + distance); 619 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); 621 long timeMedium = timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, timeShort); 623 long timeLong = timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations, timeShort); [all...] |
/external/kernel-headers/original/uapi/linux/ |
ethtool.h | 33 * @supported: Bitmask of %SUPPORTED_* flags for the link modes, 51 * protocols supported by the interface; 0 if unknown. 102 __u32 supported; member in struct:ethtool_cmd 201 * @supported: Bitmask of %WAKE_* flags for supported Wake-On-Lan modes. 209 __u32 supported; member in struct:ethtool_wolinfo 316 * @supported: Mask of %SUPPORTED_* flags for the speed/duplex combinations 332 __u32 supported; member in struct:ethtool_eee 461 * @rx_max_pending: Maximum supported number of pending entries per 463 * @rx_mini_max_pending: Maximum supported number of pending entrie [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Shell.cpp | 313 VkBool32 supported; local 315 vk::GetPhysicalDeviceSurfaceSupportKHR(ctx_.physical_dev, ctx_.present_queue_family, ctx_.surface, &supported)); 317 assert(supported); 380 // FIFO is the only mode universally supported
|
/frameworks/av/media/extractors/mpeg2/ |
MPEG2PSExtractor.cpp | 597 bool supported = true; local 622 supported = false; 626 if (supported) {
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 331 int supported = HWC_DISPLAY_PRIMARY_BIT; local 335 // Not supported for now 340 supported |= HWC_DISPLAY_EXTERNAL_BIT; 341 value[0] = supported;
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/ |
asn1.go | 208 // Tags greater than 30 are not supported and result in an error (i.e. 218 b.err = fmt.Errorf("cryptobyte: high-tag number identifier octects not supported: 0x%x", tag) 501 // Tags greater than 30 are not supported (i.e. low-tag-number format only). 514 // Tags greater than 30 are not supported (i.e. low-tag-number format only). 527 // Tags greater than 30 are not supported (i.e. low-tag-number format only). 536 // Tags greater than 30 are not supported (i.e. low-tag-number format only).
|