HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/v8/src/
globals.h 53 #error Your host architecture was not detected as supported by v8
61 #error Your target architecture is not supported by v8
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParameters.java 330 if (cipherSuites[i] == null || !cipherSuites[i].supported) {
332 " is not supported.");
357 " is not supported.");
ServerHandshakeImpl.java 683 if (!client_suites[i].supported) {
  /external/kernel-headers/original/asm-arm/
system.h 405 #error SMP is not supported on this platform
  /external/v8/test/mjsunit/
date-parse.js 31 // These formats are all supported by KJS but a lot of them are not
32 // supported by Spidermonkey.
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 19 // supported:
234 // we first check, if getFullYear is supported. if it
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 19 // supported:
234 // we first check, if getFullYear is supported. if it
  /external/icu4c/stubdata/
Android.mk 38 # "Large" includes all the supported locales.
  /external/libpcap/
grammar.c     [all...]
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 66 # NOTE: ARM Advanced SIMD (a.k.a. NEON) is not supported with this toolchain.
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 275 output_format: A string that is the output format. The supported
493 are not supported by the ProcessorOptions class.
511 # The flags already supported by the ProcessorOptions class.
517 'or already supported.' %
  /packages/apps/Camera/src/com/android/camera/
Camera.java 1770 List<Size> supported = mParameters.getSupportedPictureSizes(); local
    [all...]
VideoCamera.java     [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 105 * make and search supported algorithm structure.
213 ipsec_check_keylen(supported, alg_id, keylen)
214 u_int supported;
221 switch (supported) {
276 ipsec_get_keylen(supported, alg_id, alg0)
277 u_int supported, alg_id;
289 switch (supported) {
794 /* set supported map */
858 * others: a pointer to new allocated buffer in which supported
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
ResultSetGetterTests.java 93 static boolean[] supported = new boolean[]{ field in class:ResultSetGetterTests
126 // Not supported: BIT,VARBINARY, LONGVARBINARY, BINARY, VARCHAR, LONGVARCHAR
519 notes = "Not fully supported: CONCUR_UPDATABLE not supported",
577 notes = "Not fully supported",
619 notes = "Not fully supported",
746 notes = "Not fully supported: eg. getDouble from TinyInt ",
783 notes = "Not fully supported: eg.: getFloat from TinyInt according to JDBC 1.0 spec",
834 notes = "Not fully supported",
    [all...]
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 144 # Shadow builds are not supported on Symbian
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 452 level of synonyms is supported, and the root option must be listed
716 The C<!> argument specifier of Getopt::Long is not supported, but you
723 The C<@> argument specifier of Getopt::Long is not supported. If you
  /ndk/build/core/
add-application.mk 71 # If not, we're going to use the max supported platform value.
  /external/iproute2/doc/
ip-tunnels.tex 400 if multicast routing is supported in surrounding network, all GRE nodes
424 by historical reasons broadcast mode is not supported by IPIP tunnels,
  /external/kernel-headers/original/linux/
nfs_xdr.h 8 * To change the maximum rsize and wsize supported by the NFS client, adjust
530 u32 supported; member in struct:nfs4_accessres
  /build/core/
envsetup.mk 134 $(error TARGET_SIMULATOR=true is only supported under Linux)
main.mk 80 $(error Case-insensitive filesystems not supported)
97 $(error Directory names containing spaces not supported)
  /external/libpng/
CHANGES 420 if an attempt is made to read an interlaced image when it's not supported.
581 Unknown chunk handling is now supported.
    [all...]
pngtest.c 39 __error__ (f|w)printf functions are not supported on old WindowsCE.;
    [all...]
  /external/stlport/
configure.bat 182 echo to the same value if you want to keep the auto link feature supported by some

Completed in 1610 milliseconds

1 23 4