HomeSort by relevance Sort by last modified time
    Searched full:conversion (Results 201 - 225 of 3269) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
builtin-ptrtomember-overload-1.cpp 44 // expected-note {{because of ambiguity in conversion of 'C1' to 'E *'}} \
converting-constructor.cpp 39 FromShortExplicitly fse2 = s; // expected-error{{no viable conversion}}
cxx0x-initializer-references.cpp 60 // First is identity conversion, second is user-defined conversion.
switch.cpp 19 operator int(); // expected-note{{conversion to integral type}}
29 operator E() const; // expected-note{{conversion to enumeration type}}
vector-casts.cpp 26 (void)(S)v2si; // expected-error {{no matching conversion for C-style cast from '__v2si' to 'S'}}
28 (void)(__v2si)s; // expected-error {{cannot convert 'S' to '__v2si' without a conversion operator}}
  /external/icu4c/common/unicode/
errorcode.h 32 * Wrapper class for UErrorCode, with conversion operators for direct use
44 * and C++ taking UErrorCode & (reference) via conversion operators.
88 /** Conversion operator, returns a reference. @stable ICU 4.2 */
90 /** Conversion operator, returns a pointer. @stable ICU 4.2 */
  /external/icu4c/test/cintltst/
ncnvfbts.h 17 /* C API TEST FOR FALL BACK ROUTINES OF CODESET CONVERSION COMPONENT */
  /external/icu4c/test/testdata/
test1bmp.ucm 8 # Test file for MBCS conversion with single-byte codepage data.
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NumUtil.java 9 * conversion, decimal degree to radians etc)
  /external/llvm/test/CodeGen/Thumb2/
thumb2-bcc.ll 2 ; If-conversion defeats the purpose of this test, which is to check CBZ
  /external/llvm/test/Transforms/InstCombine/
call2.ll 3 ; This used to crash trying to do a double-to-pointer conversion
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.h 7 /* Updated 3/21/00 - Fixed ns conversion, create 2 different scale factors */
  /frameworks/base/core/jni/
android_os_Parcel.h 23 // Conversion from Java Parcel Object to C++ Parcel instance.
  /frameworks/base/media/mca/filterpacks/native/imageproc/
to_rgba.c 39 // Run the conversion
70 // Run the conversion
102 // Run the conversion
134 // Run the conversion
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 2 Character Set Conversion
19 require conversion: from the character set in which they were
93 <title>Conversion between File Name Encodings</title>
113 you do not need to do any conversion to pass that
126 If conversion fails, display a string like
148 <function>fopen(3)</function>. If conversion fails, ask
201 <function>iconv()</function> conversion descriptor. It contains private data
373 Error codes returned by character set conversion routines.
376 @G_CONVERT_ERROR_NO_CONVERSION: Conversion between the requested character sets
378 @G_CONVERT_ERROR_ILLEGAL_SEQUENCE: Invalid byte sequence in conversion input
    [all...]
  /external/clang/test/Analysis/
array-struct-region.c 28 int vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, // expected-warning 6 {{implicit conversion turns literal floating-point number into integer}}
29 {0.831, 0.45}, {0.924, 0.617}, {0.98, 0.805}}; // expected-warning 6 {{implicit conversion turns literal floating-point number into integer}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 22 class C {}; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'B::B' to 'const C::C &' for 1st argument}}
42 // expected-error {{no viable conversion from 'B::B' to 'C::C'}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p2.cpp 60 Numbers2::g(i); // expected-error {{no viable conversion from 'int' to 'Numbers::Number'}}
64 Numbers2::g(f); // expected-error {{no viable conversion from 'float' to 'Numbers::Number'}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 73 // conversion operators
75 // call-surrogate conversion operators
  /external/icu4c/i18n/
uregexc.cpp 8 * conversion from the rest of the uregex_ API. This can removes any
9 * dependency on codepage conversion, which reduces the overhead of
  /external/icu4c/io/
uprintf.h 37 UChar fOrigSpec; /* Conversion specification */
38 UChar fSpec; /* Conversion specification */
  /external/icu4c/samples/datefmt/
util.cpp 54 /* Preflighting seems to be broken now, so assume 1-1 conversion,
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu4c/samples/msgfmt/
util.cpp 54 /* Preflighting seems to be broken now, so assume 1-1 conversion,
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu4c/samples/translit/
util.cpp 54 /* Preflighting seems to be broken now, so assume 1-1 conversion,
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu4c/test/intltest/
convtest.h 16 * Test file for data-driven conversion tests.
99 /* for testing direct UTF-8 conversion */

Completed in 1244 milliseconds

1 2 3 4 5 6 7 891011>>