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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/io/
CharConversionException.java 21 * The top level class for character conversion exceptions.
  /libcore/luni/src/main/java/java/lang/
NumberFormatException.java 21 * Thrown when an invalid value is passed to a string-to-number conversion
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLaterWrapper.java 45 * Perform the appropriate conversion. This will be called once for every call to
  /external/clang/test/Sema/
array-init.c 12 static long ary3[] = { 1, "abc", 3, 4 }; // expected-warning{{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [4]'}}
47 struct threeElements *p = 7; // expected-warning{{incompatible integer to pointer conversion initializing 'struct threeElements *' with an expression of type 'int'}}
52 "abc", // expected-warning{{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [4]'}}
53 5.8 }; // expected-warning {{implicit conversion turns literal floating-point number into integer}}
160 int i[] = { "Hello "}; // expected-warning{{incompatible pointer to integer conversion initializing 'int' with an expression of type 'char [7]'}}
163 int i2[1] = { "Hello" }; //expected-warning{{incompatible pointer to integer conversion initializing 'int' with an expression of type 'char [6]'}}
196 struct s1 t3[] = {t1, t1, "abc", 0}; //expected-warning{{incompatible pointer to integer conversion initializing 'char' with an expression of type 'char [4]'}}
  /external/openssh/openbsd-compat/
strptime.c 49 * check whether a given modifier is allowed for a certain conversion.
82 /* Clear `alternate' modifier prior to new conversion. */
110 case 'E': /* "%E?" alternative conversion modifier. */
115 case 'O': /* "%O?" alternative conversion modifier. */
121 * "Complex" conversion rules, implemented through recursion.
167 * "Elementary" conversion rules.
351 default: /* Unknown/unsupported conversion. */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 39 The return result indicates whether the conversion was successful,
43 After the conversion, *sourceStart and *targetStart are both
55 These conversion functions take a ConversionFlags argument. When this
128 conversionOK, /* conversion successful */
130 targetExhausted, /* insuff. room in target for conversion */
  /external/clang/include/clang/Basic/
ConvertUTF.h 47 The return result indicates whether the conversion was successful,
51 After the conversion, *sourceStart and *targetStart are both
63 These conversion functions take a ConversionFlags argument. When this
114 conversionOK, /* conversion successful */
116 targetExhausted, /* insuff. room in target for conversion */
  /external/clang/test/SemaCXX/
vector.cpp 27 void f2(char16_e); // expected-note{{no known conversion from 'longlong16_e' to 'char16_e' for 1st argument}} \
28 // expected-note{{candidate function not viable: no known conversion from 'convertible_to<longlong16_e>' to 'char16_e' for 1st argument}}
197 void accept_fltx2(fltx2); // expected-note{{candidate function not viable: no known conversion from 'double' to 'fltx2' for 1st argument}}
201 void accept_bool(bool); // expected-note{{candidate function not viable: no known conversion from 'fltx2' to 'bool' for 1st argument}}
215 // Conversion to bool.
overload-call.cpp 56 int* ip1 = k("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
57 int* ip2 = k(("foo")); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
65 int* ip1 = l(L"foo"); // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}
83 int* ip2 = n("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
144 // conversion.
236 float* ir2 = intref(5.5); // expected-warning{{implicit conversion turns literal floating-point number into integer}}
320 template <class T> void foo(T t, unsigned N); // expected-note {{candidate function [with T = int] not viable: no known conversion from 'const char [6]' to 'unsigned int' for 2nd argument}}
321 void foo(int n, char N); // expected-note {{candidate function not viable: no known conversion from 'const char [6]' to 'char' for 2nd argument}}
434 S()(0); // expected-error{{conversion from 'int' to 'PR6078::A' is ambiguous}}
dcl_init_aggr.cpp 41 TooFew too_few = { 1, "asdf" }; // expected-warning{{conversion from string literal to 'char *' is deprecated}}
121 u u3 = 1; // expected-error{{no viable conversion}}
  /external/elfutils/libelf/
gelf_xlate.c 80 /* We'll optimize the definition of the conversion functions here a
104 /* Now define the conversion functions for the basic types. We use here
172 /* Signal that we are generating conversion functions. */
175 /* First generate the 32-bit conversion functions. */
179 /* Now generate the 64-bit conversion functions. */
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 90 This conversion means -1, 0, and +1 are all exactly representable,
95 This conversion is intentionally NOT the "byte" conversion listed
96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
  /external/jpeg/
jdmerge.c 8 * This file contains code for merged upsampling/color conversion.
14 * (ie, box filtering), we can save some work in color conversion by
16 * samples at one time. In the conversion equations
23 * multiplications needed for color conversion.
26 * YCbCr => RGB color conversion only.
65 /* Pointer to routine to do actual upsampling/conversion of one row group */
70 /* Private state for YCC->RGB conversion */
71 int * Cr_r_tab; /* => table for Cr to R conversion */
72 int * Cb_b_tab; /* => table for Cb to B conversion */
73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
    [all...]
  /external/qemu/distrib/jpeg-6b/
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. */
275 * This version handles RGB->grayscale conversion, which is the same
313 * This version handles Adobe-style CMYK->YCCK conversion,
315 * conversion as above, while passing K (black) unchanged
    [all...]
jdmerge.c 8 * This file contains code for merged upsampling/color conversion.
14 * (ie, box filtering), we can save some work in color conversion by
16 * samples at one time. In the conversion equations
23 * multiplications needed for color conversion.
26 * YCbCr => RGB color conversion only.
65 /* Pointer to routine to do actual upsampling/conversion of one row group */
70 /* Private state for YCC->RGB conversion */
71 int * Cr_r_tab; /* => table for Cr to R conversion */
72 int * Cb_b_tab; /* => table for Cb to B conversion */
73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 273 // Hand-coded conversion specifically tailored for linear to relative, provided
281 // Generic conversion to relative - can also flatten the hierarchy
288 // Layout attributes on children have already been removed as part of conversion
355 /** Hand coded conversion from a LinearLayout to a TableLayout */
358 // conversion) and then convert all the children into <TableRow> elements.
394 /** Hand coded conversion from a LinearLayout to a RelativeLayout */
457 * Hand coded conversion from a RelativeLayout to a LinearLayout
470 * Hand coded -generic- conversion from one layout to another. This is not going to be
506 * Removes all the unavailable attributes after a conversion, both on the
580 /** Hand coded conversion from any layout to a RelativeLayout *
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 16 * Test file for data-driven conversion tests.
29 * not testing conversion for a custom configuration like this should be ok.
102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode);
108 errln("error retrieving conversion/toUnicode test case %d - %s",
190 errln("error parsing conversion/toUnicode test case %d - %s",
203 dataerrln("Could not load test conversion data");
224 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode);
230 errln("error retrieving conversion/fromUnicode test case %d - %s",
352 errln("error parsing conversion/fromUnicode test case %d - %s",
365 dataerrln("Could not load test conversion data")
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 264 * Starts the Forward Lock file conversion session.
267 * begin with calling this API. The convertId is used as the conversion session key
286 * @return Return object contains the status of the data conversion,
296 * Upon successful conversion of the complete data, it returns signature calculated over
297 * the entire data used over a conversion session. This signature must be copied to the offset
302 * @return Return object contains the status of the data conversion,
511 * Session Class for Forward Lock Conversion. An object of this class is created
512 * for every conversion.
550 * Session Map Tables for Conversion and Decoding of forward lock files.
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 132 * - in case of a failure during the conversion, pStrOut is not
144 * @return M4ERR_CHR_CONV_FAILED: conversion failure.
182 /* has conversion failed ? */
225 * - in case of a failure during the conversion, pStrOut is not
237 * @return M4ERR_CHR_CONV_FAILED: conversion failure.
272 /* has conversion failed ? */
334 /* count the number of %[flags][width][.precision]ll[conversion] */
412 /* copy format to newFormat, replacing %[flags][width][.precision]ll[conversion]
413 * by %[flags][width][.precision]I64[conversion] */
  /external/clang/utils/
FindSpecRefs 135 ('7.8 Format conversion of integer types <inttypes.h>', '198'),
185 ('7.20.1 Numeric conversion functions', '307'),
191 ('7.20.7 Multibyte/wide character conversion functions', '321'),
192 ('7.20.8 Multibyte/wide string conversion functions', '323'),
204 ('7.23.3 Time conversion functions', '341'),
210 ('7.24.5 Wide character time conversion functions', '385'),
211 ('7.24.6 Extended multibyte/wide character conversion utilities', '386'),
221 ('7.26.4 Format conversion of integer types <inttypes.h>', '401'),
242 ('B.7 Format conversion of integer types <inttypes.h>', '421'),
268 ('F.4 Floating to integer conversion', '446')
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 24 { 2, f(2), f(2.0) }; // OK: the double-to-int conversion is not at the top level
42 // C++0x [dcl.init.list]p7: A narrowing conversion is an implicit conversion
63 // the source is a constant expression and the actual value after conversion
110 // conversion will fit into the target type and will produce the original
131 // source is a constant expression and the actual value after conversion will
p7-cxx11-nowarn.cpp 25 { 2, f(2), f(2.0) }; // OK: the double-to-int conversion is not at the top level
43 // C++0x [dcl.init.list]p7: A narrowing conversion is an implicit conversion
64 // the source is a constant expression and the actual value after conversion
111 // conversion will fit into the target type and will produce the original
132 // source is a constant expression and the actual value after conversion will
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 19 // qualification conversions (4.4) and the array-to-pointer conversion
21 // std::nullptr_t, the null pointer conversion (4.10) is applied.
135 // function-to-pointer conversion (4.3) is applied; if the
137 // conversion (4.10) is applied. If the template-argument represents
171 // pointer conversion (4.11) is applied; otherwise, no conversions
192 // is of type std::nullptr_t, the null member pointer conversion (4.11)
  /external/icu4c/common/
ucnv_bld.h 73 int8_t conversionType; /* +69: 1 conversion type */
98 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
131 * Error function pointer called when conversion issues
142 * Error function pointer called when conversion issues
222 /* fields for conversion extension */
275 * Swap ICU .cnv conversion tables. See udataswp.h.
ucnvlat1.c 49 * since the conversion here is 1:1 UChar:uint8_t, we need only one counter
95 /* conversion loop */
166 * since the conversion here is 1:1 UChar:uint8_t, we need only one counter
174 /* conversion loop */
256 /* conversion loop */
360 * In the conversion loop compare source with sourceLimit only once
363 * the conversion loop handles at most 2-byte sequences.
369 /* conversion loop */
399 * The sourceLimit may have been adjusted before the conversion loop
492 * since the conversion here is 1:1 UChar:uint8_t, we need only one counte
    [all...]

Completed in 1293 milliseconds

<<11121314151617181920>>