/prebuilts/go/linux-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).
|
/build/blueprint/pathtools/ |
glob.go | 34 // list. The supported glob and exclude patterns are equivalent to 36 // more complete path entries) is supported. Any directories in the matches 179 // recursive (**) glob patterns are supported. 249 // supported, they should have been handled in Match().
|
/build/make/target/board/generic/ |
BoardConfig.mk | 18 # an unbundled application for all supported 32 platforms.
|
/build/soong/cc/config/ |
arm_device.go | 174 // Krait is not supported by GCC, but is supported by Clang, so 179 // gcc is the latter would conflict with any specified/supported -mcpu! 180 // All armv8-a cores supported by gcc 4.9 support crc, so it's safe
|
/build/soong/java/ |
proto.go | 81 ctx.PropertyErrorf("proto.type", "full java protos only supported on the host")
|
/build/soong/ui/build/ |
config_test.go | 69 // TODO: These are supported in Make, should we support them?
|
/compatibility/cdd/7_hardware-compatibility/ |
7_1_display-and-graphics.md | 115 logical density pushes the reported screen size below the minimum supported. If 118 supported compatible screen size (320 dp width), device implementations SHOULD 161 `android.hardware.screen.landscape`) and MUST report at least one supported 185 * [C-0-1] MUST correctly identify the supported OpenGL ES versions (1.1, 2.0,
|
/external/boringssl/ |
rules.mk | 42 # Some files in BoringSSL use OS functions that aren't supported by Trusty. The
|
/external/capstone/ |
config.mk | 51 # Due to this removal, the related instructions are nolonger supported.
|
/external/compiler-rt/lib/esan/ |
esan_interceptors.cpp | 390 #error Platform not supported 422 #error Platform not supported
|
/external/compiler-rt/make/ |
util.mk | 100 $(error "Invalid command line override: $(1) $(varname) (not supported)")))
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICULocaleService.java | 378 * the key against the supported IDs, and passes the canonicalLocale and 391 // System.out.println("supported ids: " + getSupportedIDs()); 399 Set<String> supported = getSupportedIDs(); local 400 return supported.contains(id); 548 * with a constructor that takes a bundle name, which determines the supported 573 * Return the supported IDs. This is the set of all locale names for the bundleName.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
XLocaleMatcherTest.java | 225 timeShortNew = timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations); 226 timeMediumNew = timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations); 227 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations); 237 timeShortOld = timeLocaleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations); 238 timeMediumOld = timeLocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations); 239 timeLongOld = timeLocaleMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations); 293 List<String> supported = COMMA_SPACE.splitToList(arguments.get(0)); local 294 final String supportedReformatted = JOIN_COMMA_SPACE.join(supported);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICULocaleService.java | 374 * the key against the supported IDs, and passes the canonicalLocale and 387 // System.out.println("supported ids: " + getSupportedIDs()); 395 Set<String> supported = getSupportedIDs(); local 396 return supported.contains(id); 544 * with a constructor that takes a bundle name, which determines the supported 569 * Return the supported IDs. This is the set of all locale names for the bundleName.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
XLocaleMatcherTest.java | 222 timeShortNew = timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations); 223 timeMediumNew = timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations); 224 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations); 234 timeShortOld = timeLocaleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations); 235 timeMediumOld = timeLocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations); 236 timeLongOld = timeLocaleMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations); 290 List<String> supported = COMMA_SPACE.splitToList(arguments.get(0)); local 291 final String supportedReformatted = JOIN_COMMA_SPACE.join(supported);
|
/external/libyuv/files/tools_libyuv/valgrind/ |
libyuv_tests.bat | 40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported."
|
/external/llvm/test/MC/ARM/ |
arm11-hint-instr.s | 18 @ YIELD/WFE/WFI/SEV/CLREX - are not supported pre v6K
|
/external/llvm/test/MC/Mips/micromips32r6/ |
invalid-wrong-error.s | 6 # The 10-bit immediate supported by the standard encodings cause us to emit
|
/external/ltp/testscripts/ |
ltp-aiodio.sh | 48 -a = test all supported filesystems, this will override any other filesystem flags passed. 50 - a 1 turns on the test for the above supported filesystem, just omit passing the flag to skip that filesystem. 92 echo "testing ALL supported filesystems" 130 echo "Please pass at least one supported filesystem or the -a 1 flag to run all "
|
/external/mesa3d/docs/specs/ |
MESA_swap_control.spec | 93 the maximum implementation-dependent value supported before being
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
FieldType.cs | 77 /// The field type used for groups (not supported in this implementation).
|
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/ |
mblaze_typea.s | 3 # Test to make sure that all of the TYPE-A instructions supported by
|
/hardware/interfaces/camera/device/ |
README.md | 87 supported in the legacy camera HAL.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ethtool.h | 22 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd 89 __u32 supported; member in struct:ethtool_wolinfo 697 /* CMDs currently supported */ 772 /* Indicates what features are supported by the interface. */ [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
obj.go | 97 *ld.FlagD = true // TODO(austin): ELF ABI v1 not supported yet
|