/frameworks/av/include/drm/ |
DrmConvertedStatus.h | 25 * This is an utility class which wraps the status of the conversion, the converted 45 * @param[in] _statusCode Status of the conversion
|
/system/core/toolbox/ |
chown.c | 45 if (endptr == user) { // no conversion 58 if (endptr == group) { // no conversion
|
/external/clang/test/CXX/expr/expr.const/ |
p3-0x.cpp | 32 // and the implicit conversion sequence contains only 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 {{conversion from 'int (S::*)() const' to 'bool' is not allowed in a converted constant expression}}
|
/external/clang/test/SemaObjC/ |
arc-type-conversion.m | 19 // expected-error {{implicit conversion of C pointer type 'void *' to Objective-C pointer type 'id' requires a bridged cast}} \ 25 return arg; // expected-error {{implicit conversion of Objective-C pointer type 'id' to C pointer type 'void *' requires a bridged cast}} \ 58 sip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__strong id *' is disallowed with ARC}} 59 wip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__weak id *' is disallowed with ARC}} 60 aip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__autoreleasing id *' is disallowed with ARC}} 61 uip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__unsafe_unretained id *' is disallowed with ARC}}
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
vertexconversion.h | 7 // geometry/vertexconversion.h: A library of vertex conversion classes that can be used to build 8 // the FormatConverter objects used by the buffer conversion system. 21 // Conversion types: 24 // typedef ... OutputType: the type produced by this conversion 106 // static const unsigned int initialWidth: number of components before conversion 107 // static const unsigned int finalWidth: number of components after conversion
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_recordable.txt | 114 color space conversion must be performed at some point because most video 116 distinguished by the point at which this color space conversion is 119 One approach involves performing the color space conversion as part of the 125 space conversion when rendering the frame as well as a YUV -> RGB 126 conversion when compositing the window. 128 The other approach involves performing the color space conversion in the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
gconv.h | 70 /* Type of a conversion function. */ 75 /* Type of a specialized conversion function for a single byte to INTERNAL. */ 78 /* Constructor and destructor for local data for conversion step. */ 115 /* Description of a conversion step. */ 144 /* Additional data for steps in use of conversion descriptor. This is 172 /* Combine conversion step description with data. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
gconv.h | 70 /* Type of a conversion function. */ 75 /* Type of a specialized conversion function for a single byte to INTERNAL. */ 78 /* Constructor and destructor for local data for conversion step. */ 115 /* Description of a conversion step. */ 144 /* Additional data for steps in use of conversion descriptor. This is 172 /* Combine conversion step description with data. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
gconv.h | 70 /* Type of a conversion function. */ 75 /* Type of a specialized conversion function for a single byte to INTERNAL. */ 78 /* Constructor and destructor for local data for conversion step. */ 115 /* Description of a conversion step. */ 144 /* Additional data for steps in use of conversion descriptor. This is 172 /* Combine conversion step description with data. */
|
/external/jpeg/ |
jccolor.c | 8 * This file contains input colorspace conversion routines. 23 /* Private state for RGB->YCC conversion */ 24 INT32 * rgb_ycc_tab; /* => table for RGB to YCbCr conversion */ 30 /**************** RGB -> YCbCr conversion: most common case **************/ 35 * The conversion equations to be implemented are therefore 84 * Initialize for RGB->YCC colorspace conversion. 94 /* Allocate and fill in the conversion tables. */ 182 * This version handles RGB->grayscale conversion, which is the same 220 * This version handles Adobe-style CMYK->YCCK conversion, 222 * conversion as above, while passing K (black) unchanged [all...] |
jcprepct.c | 9 * This controller manages the color conversion, downsampling, 87 /* Mark the conversion buffer empty */ 141 /* Do color conversion to fill the conversion buffer. */ 152 /* If at bottom of image, pad to fill the conversion buffer. */ 161 /* If we've filled the conversion buffer, empty it. */ 208 /* Do color conversion to fill the conversion buffer. */ 234 /* When at bottom of image, pad to fill the conversion buffer. */ 330 /* Allocate the color conversion buffer [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
codecvt.h | 91 * respectively. If the result needed no conversion, from_next and 96 * conversion. There are no guarantees about how @a state is used. 100 * conversion is necessary, returns codecvt_base::noconv. If 103 * conversion failed and codecvt_base::error is returned. 105 * @param state Persistent conversion state data. 125 * @brief Reset conversion state. 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 143 * no conversion is necessary, returns codecvt_base::noconv. If the 147 * @param state Persistent conversion state data [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 93 * respectively. If the result needed no conversion, from_next and 98 * conversion. There are no guarantees about how @a state is used. 102 * conversion is necessary, returns codecvt_base::noconv. If 105 * conversion failed and codecvt_base::error is returned. 107 * @param state Persistent conversion state data. 127 * @brief Reset conversion state. 130 * conditions. The idea is that if a partial conversion occurs, then 132 * the state in initial conditions, rather than partial conversion 145 * no conversion is necessary, returns codecvt_base::noconv. If the 149 * @param state Persistent conversion state data [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 93 * respectively. If the result needed no conversion, from_next and 98 * conversion. There are no guarantees about how @a state is used. 102 * conversion is necessary, returns codecvt_base::noconv. If 105 * conversion failed and codecvt_base::error is returned. 107 * @param state Persistent conversion state data. 127 * @brief Reset conversion state. 130 * conditions. The idea is that if a partial conversion occurs, then 132 * the state in initial conditions, rather than partial conversion 145 * no conversion is necessary, returns codecvt_base::noconv. If the 149 * @param state Persistent conversion state data [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 91 * respectively. If the result needed no conversion, from_next and 96 * conversion. There are no guarantees about how @a state is used. 100 * conversion is necessary, returns codecvt_base::noconv. If 103 * conversion failed and codecvt_base::error is returned. 105 * @param state Persistent conversion state data. 125 * @brief Reset conversion state. 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 143 * no conversion is necessary, returns codecvt_base::noconv. If the 147 * @param state Persistent conversion state data [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 91 * respectively. If the result needed no conversion, from_next and 96 * conversion. There are no guarantees about how @a state is used. 100 * conversion is necessary, returns codecvt_base::noconv. If 103 * conversion failed and codecvt_base::error is returned. 105 * @param state Persistent conversion state data. 125 * @brief Reset conversion state. 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 143 * no conversion is necessary, returns codecvt_base::noconv. If the 147 * @param state Persistent conversion state data [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 91 * respectively. If the result needed no conversion, from_next and 96 * conversion. There are no guarantees about how @a state is used. 100 * conversion is necessary, returns codecvt_base::noconv. If 103 * conversion failed and codecvt_base::error is returned. 105 * @param state Persistent conversion state data. 125 * @brief Reset conversion state. 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 143 * no conversion is necessary, returns codecvt_base::noconv. If the 147 * @param state Persistent conversion state data [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcprepct.c | 9 * This controller manages the color conversion, downsampling, 87 /* Mark the conversion buffer empty */ 141 /* Do color conversion to fill the conversion buffer. */ 152 /* If at bottom of image, pad to fill the conversion buffer. */ 161 /* If we've filled the conversion buffer, empty it. */ 208 /* Do color conversion to fill the conversion buffer. */ 234 /* When at bottom of image, pad to fill the conversion buffer. */ 330 /* Allocate the color conversion buffer [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnClauseConverterJAJP.java | 49 /** candidates of conversion */ 52 /** work area for consecutive clause conversion */ 85 * @param dict The dictionary for phrase conversion 118 * Kana-to-Kanji conversion (single clause). 120 * This method execute single clause conversion. 123 * @return The candidates of conversion; {@code null} if an error occurs. 138 /* try single clause conversion */ 146 * Consecutive clause conversion. 149 * @return The result of consecutive clause conversion; {@code null} if fail. 160 /* consecutive clause conversion */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/ |
decimal | 72 /// Non-conforming extension: Conversion to integral type. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 242 // 3.2.2.4 Conversion from integral type. 250 /// Conforming extension: Conversion from scalar decimal type. 253 // 3.2.2.5 Conversion to integral type. (DISABLED) 318 // 3.2.3.3 Conversion from floating-point type. 325 // 3.2.3.4 Conversion from integral type. 333 /// Conforming extension: Conversion from scalar decimal type. 336 // 3.2.3.5 Conversion to integral type. (DISABLED [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/ |
decimal | 72 /// Non-conforming extension: Conversion to integral type. 80 // 3.2.6 Conversion to generic floating-point type. 235 // 3.2.2.3 Conversion from floating-point type. 242 // 3.2.2.4 Conversion from integral type. 250 /// Conforming extension: Conversion from scalar decimal type. 253 // 3.2.2.5 Conversion to integral type. (DISABLED) 318 // 3.2.3.3 Conversion from floating-point type. 325 // 3.2.3.4 Conversion from integral type. 333 /// Conforming extension: Conversion from scalar decimal type. 336 // 3.2.3.5 Conversion to integral type. (DISABLED [all...] |
/external/clang/test/SemaCXX/ |
conditional-expr.cpp | 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 -Wsign-conversion %s 4 // account more conversion options. 5 // This test runs in C++0x mode for the contextual conversion of the condition. 119 (void)(i1 ? Base() : Fin()); // expected-error{{ambiguous conversion from derived class 'Fin' to base class 'Base':}} 120 (void)(i1 ? Fin() : Base()); // expected-error{{ambiguous conversion from derived class 'Fin' to base class 'Base':}} 123 (void)(i1 ? base : fin); // expected-error {{ambiguous conversion from derived class 'Fin' to base class 'Base':}} 124 (void)(i1 ? fin : base); // expected-error {{ambiguous conversion from derived class 'Fin' to base class 'Base':}} 134 (void)(i1 ? A() : B()); // expected-error {{conversion from 'B' to 'A' is ambiguous}} 135 (void)(i1 ? B() : A()); // expected-error {{conversion from 'B' to 'A' is ambiguous}} 136 (void)(i1 ? 1 : Ambig()); // expected-error {{conversion from 'Ambig' to 'int' is ambiguous} [all...] |
member-pointer.cpp | 24 // Implicit conversion to bool. 28 // Conversion from null pointer constant. 32 // Conversion to member of derived. 36 // Fail conversion due to ambiguity and virtuality. 37 int F::*pdif = pdi1; // expected-error {{ambiguous conversion from pointer to member of base class 'A' to pointer to member of derived class 'F':}} 38 int G::*pdig = pdi1; // expected-error {{conversion from pointer to member of class 'A' to pointer to member of class 'G' via virtual base 'D' is not allowed}} 40 // Conversion to member of base. 303 // Verify that we perform (and check) an lvalue conversion on the operands here. 309 // Verify that we perform (and check) an lvalue conversion on the operands here.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
locale.js | 70 * The following conversion specifiers are defined: 78 * Between the '%' character and the conversion specifier character, an 86 * TODO(rginda): Implement more conversion specifiers. 95 // Called back once for each conversion specifier. 146 // Conversion specifiers start with a '%', optionally contain a
|
/external/clang/test/SemaObjCXX/ |
arc-overloading.mm | 57 // Writeback conversion 72 // Writeback conversion vs. no conversion 88 // Writeback conversion vs. other conversion.
|