HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 76 - 100 of 6909) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 3 // A converted constant expression of type T is a core constant expression,
15 // implicitly converted to a prvalue of type T, where the converted expression
84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}}
86 True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a converted constant expression}}
87 False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a converted constant expression}}
92 case 0.0f: // expected-error {{conversion from 'float' to 'int' is not allowed in a converted constant expression}}
100 int n = Val<bool, &S::operator int>::value; // expected-error-re {{conversion from 'int (S::*)(){{( __attribute__\(\(thiscall\)\))?}} const' to 'bool' is not allowed in a converted constant expression}}
107 // Under the FDIS, this is not a converted constant expression.
  /external/clang/test/CodeGenCXX/
m64-ptr.cpp 3 // Make sure pointers are passed as pointers, not converted to int.
  /external/clang/test/Driver/
fplugin.c 1 // Check that all -fplugin arguments are converted to -load
  /external/clang/test/Preprocessor/
overflow.c 24 #if 0xFFFFFFFFFFFFFFFF- -1 // expected-warning {{converted from negative value}}
  /external/glide/third_party/gif_encoder/
README.third_party 13 Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
  /external/icu/icu4c/source/test/cintltst/
ccapitst.h 14 * Madhu Katragadda Converted to C
ccurrtst.h 14 * Madhu Katragadda Converted to C
  /external/iptables/extensions/
libxt_dscp.man 9 BE, EF, AFxx or CSx classes. It will then be converted
  /external/llvm/test/CodeGen/SystemZ/
memchr-nobuiltin.ll 1 ; Test that memchr won't be converted to SRST if calls are
  /external/python/cpython3/Tools/test2to3/test/
runtests.py 11 # in the following imports, pick up the converted modules
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_HSVToRGB.pbtxt 12 `images` converted to RGB.
  /external/tensorflow/tensorflow/examples/image_retraining/
README.md 10 Lite Optimizing Converter and can be converted to TFLite format.
  /external/vulkan-validation-layers/
.gitattributes 7 # files to be converted to native line endings on checkout.
  /frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java 20 * An entity class that wraps converted data, conversion status, and the
21 * offset for appending the header and body signature to the converted data.
52 * Converted data. It is optional and thus can be null.
65 * @param convertedData Converted data. It can be null.
  /libcore/luni/src/main/native/
NetworkUtilities.h 25 // Convert from InetAddress to sockaddr_storage. An Inet6Address will be converted to an
26 // AF_INET6 sockaddr_in6. An Inet4Address will be converted to an IPv4-mapped AF_INET6
32 // Convert from InetAddress to sockaddr_storage. An Inet6Address will be converted to an
33 // AF_INET6 sockaddr_in6. An Inet4Address will be converted to a sockaddr_in. This is probably
  /test/vts/utils/python/mirror/
pb2py.py 30 a converted value.
42 a converted value.
54 Converted scalar value.
66 Converted string.
78 A converted list.
99 A converted list.
120 a dict, containing the converted data.
150 a converted value.
162 A list containing the converted Python values.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
local_label_coff.d 7 # Check if relocations against local symbols are converted to
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 22 * @param o object to be converted.
24 * @exception IllegalArgumentException if the object cannot be converted.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
Attribute.java 21 * @param o the object we want converted.
22 * @exception IllegalArgumentException if the object cannot be converted.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 21 * @param o the object we want converted.
22 * @exception IllegalArgumentException if the object cannot be converted.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9FieldElement.java 49 * processed as an Integer and converted to an octet string
52 * contained in the field element is converted into an octet
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKCS12Key.java 74 * Return the password converted to bytes.
76 * @return the password converted to a byte array.
  /external/guice/core/src/com/google/inject/spi/
ConvertedConstantBinding.java 34 * Returns the converted value.
52 * Returns a singleton set containing only the converted key.
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
StringContains.java 15 return converted(s).contains(converted(substring));
StringEndsWith.java 13 return converted(s).endsWith(converted(substring));

Completed in 1033 milliseconds

1 2 34 5 6 7 8 91011>>