HomeSort by relevance Sort by last modified time
    Searched full:conversion (Results 101 - 125 of 5051) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/tests/093-ssa-invoke-range/
info.txt 6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/109-int-branch/
info.txt 6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/121-sccp/
info.txt 6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/122-switch-with-high-register/
info.txt 6 aspects of conversion end up altering the output in innocuous ways.
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/chromium_org/third_party/icu/source/test/testdata/
test4x.ucm 8 # Test file for MBCS conversion extension with four-byte codepage data.
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 12 int f() { return D(); } // expected-error{{no viable conversion}}
  /external/clang/test/CXX/special/class.copy/
p9.cpp 40 (void)sizeof(ImplicitNonConstCopy1(cincc1)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy1' to 'ImplicitNonConstCopy1'}}
41 (void)sizeof(ImplicitNonConstCopy2(cincc2)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy2' to 'ImplicitNonConstCopy2'}}
42 (void)sizeof(ImplicitNonConstCopy3(cincc3)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy3' to 'ImplicitNonConstCopy3'}}
43 (void)sizeof(ImplicitNonConstCopy4(cincc4)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy4' to 'ImplicitNonConstCopy4'}}
  /external/clang/test/CodeGenObjC/
illegal-UTF8.m 6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}
  /external/clang/test/Preprocessor/
user_defined_system_framework.c 1 // RUN: %clang_cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s
  /external/clang/test/Sema/
indirect-goto.c 9 goto *y; // expected-warning{{incompatible integer to pointer conversion}}
  /external/icu4c/samples/cal/
uprint.c 39 /* set up the conversion parameters */
52 /* perform the conversion */
57 /* perform the conversion */
65 /* update the conversion parameters*/
  /external/icu4c/samples/date/
uprint.c 40 /* set up the conversion parameters */
53 /* perform the conversion */
58 /* perform the conversion */
66 /* update the conversion parameters*/
  /external/icu4c/test/cintltst/
nucnvtst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
  /external/icu4c/test/testdata/
test4x.ucm 8 # Test file for MBCS conversion extension with four-byte codepage data.
  /external/libyuv/
BUILD 4 # The libyuv package provides implementation yuv image conversion and
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/numeric/conversion/conversion_traits.hpp"
14 #include "boost/numeric/conversion/converter_policies.hpp"
16 #include "boost/numeric/conversion/detail/converter.hpp"
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioCVT.3 3 SDL_AudioCVT \- Audio Conversion Structure
25 Set to one if the conversion is possible
34 Rate conversion increment
52 Pointers to functions needed for this conversion
55 Current conversion function
58 The \fBSDL_AudioCVT\fR is used to convert audio data between different formats\&. A \fBSDL_AudioCVT\fR structure is created with the \fI\fBSDL_BuildAudioCVT\fP\fR function, while the actual conversion is done by the \fI\fBSDL_ConvertAudio\fP\fR function\&.
61 .IP "\fBUint8 *\fP\fBbuf\fR" 10This points to the audio data that will be used in the conversion\&. It is both the source and the destination, which means the converted audio data overwrites the original data\&. It also means that the converted data may be larger than the original data (if you were converting from 8-bit to 16-bit, for instance), so you must ensure \fBbuf\fR is large enough\&. See below\&.
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 5 // non-explicit conversion function to an integral or unscoped enumeration type
17 X<a> x; // ok, unique conversion to int
49 auto new3 = new int[1][expl]; // expected-error {{explicit conversion}}
50 auto new4 = new int[1][ambig]; // expected-error {{ambiguous conversion}}
57 enum3 = expl, // expected-error {{explicit conversion}}
58 enum4 = ambig // expected-error {{ambiguous conversion}}
66 alignas(expl) int alignas3; // expected-error {{explicit conversion}}
67 alignas(ambig) int alignas4; // expected-error {{ambiguous conversion}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
84 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
    [all...]
  /external/clang/test/Misc/
warning-flags-enabled.c 30 // RUN: diagtool show-enabled --no-levels -Wno-conversion -Wenum-conversion %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
31 // RUN: diagtool show-enabled --no-levels %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
32 // RUN: diagtool show-enabled --no-levels -Wno-conversion %s | FileCheck --check-prefix CHECK-NO-ENUM-CONVERSION %s
34 // CHECK-ENUM-CONVERSION: -Wenum-conversion
35 // CHECK-NO-ENUM-CONVERSION-NOT: -Wenum-conversion
    [all...]
diag-template-diffing-cxx98.cpp 6 // CHECK: error: no viable conversion from 'X<long, [...]>' to 'X<int, [...]>'
14 // CHECK: no viable conversion from 'A<[...], (default) x + 1 aka 1>' to 'A<[...], 0>'
16 // CHECK: no viable conversion from 'A<0, [...]>' to 'A<1, [...]>'
26 // CHECK: no viable conversion from 'A<[...], (default) 1 + 1 aka 2, (default) 2>' to 'A<[...], 0, 0>'
29 // CHECK: no viable conversion from 'A<[2 * ...], (default) 2>' to 'A<[2 * ...], 0>'
diag-template-diffing-color.cpp 9 // CHECK: {{.*}}candidate function not viable: no known conversion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st argument[[RESET]]
10 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
27 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st argument
28 // TREE: {{.*}}candidate function not viable: no known conversion from argument type to parameter type for 1st argument
37 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' to 'vector<vector<[...]>>' for 1st argument
38 // TREE: {{.*}}candidate function not viable: no known conversion from argument type to parameter type for 1st argument
47 // CHECK: candidate function not viable: no known conversion from 'vector<vector<[...]>>' to 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' for 1st argument
48 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
57 // CHECK: candidate function not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' to 'vector<[[CYAN]]volatile{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' for 1st argument
59 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argumen
    [all...]
  /libcore/luni/src/main/java/java/util/
FormatFlagsConversionMismatchException.java 23 * conversion and the flags are incompatible.
38 * flags and conversion specified.
43 * the conversion.
63 * Returns the incompatible conversion.
65 * @return the incompatible conversion.
MissingFormatArgumentException.java 21 * corresponding argument with the specified conversion or an argument index
33 * specified conversion that lacks the argument.
36 * the specified conversion that lacks the argument.
46 * Returns the conversion associated with the exception.
48 * @return the conversion associated with the exception.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
LetterConverter.java 33 * This conversion is used for converting some key input to a character.
34 * For example, Latin capital letter conversion <it>(ex: "'"+"a" to "&#x00E1;")</it>",
35 * Romaji-to-Kana conversion in Japanese <it>(ex: "w"+"a" to "&#x308F;")</it>,
36 * Hangul conversion in Korean.
39 * @return {@code true} if conversion is completed; {@code false} if not.

Completed in 809 milliseconds

1 2 3 45 6 7 8 91011>>