/external/compiler-rt/test/timing/ |
H A D | timing.h | 8 static double conversion = 0.0; local 10 if( 0.0 == conversion ) 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom); 26 return (double) rawTime * conversion;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
H A D | FormatFlagsConversionMismatchExceptionTest.java | 48 char conversion = 'T'; 50 flags, conversion); 59 char conversion = 'T'; 61 flags, conversion); 62 assertEquals(conversion, formatFlagsConversionMismatchException 72 char conversion = 'T'; 74 flags, conversion);
|
/external/chromium_org/chrome/browser/performance_monitor/ |
H A D | metric.cc | 81 int64 conversion = 0; local 82 base::StringToInt64(metric_time, &conversion); 83 time = base::Time::FromInternalValue(conversion);
|
/external/bison/lib/ |
H A D | printf-parse.h | 64 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon340 94 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon342 122 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon344 150 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon346
|
H A D | vasnprintf.c | 571 /* Use a single integer to floating-point conversion. */ 1532 of sprintf or SNPRINTF of a single conversion directive. */ 1534 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, argument 1540 switch (conversion) 1897 if (dp->conversion == '%') 1913 if (dp->conversion == 'n') 1940 else if (dp->conversion == 'U') 2403 else if (dp->conversion == 's' 2414 specified, below requires a conversion between a char[] 2927 else if ((dp->conversion [all...] |
/external/e2fsprogs/intl/ |
H A D | printf-parse.h | 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon16846
|
H A D | wprintf-parse.h | 48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon16848
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.databinding_1.3.100.I20100601-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/clang/test/SemaCXX/ |
H A D | explicit.cpp | 43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \ 44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \ 45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \ 46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} 55 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}} 65 const Y& y6 = z; // expected-error {{no viable conversion from 'Z' to 'const Y'}} 75 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}} 108 switch (n) {} // expected-error {{switch condition type 'NotBool' requires explicit conversion to 'bool'}} \ 131 explicit operator int(); // expected-note {{conversion to integral type 'int' declared here}} 138 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion t [all...] |
H A D | for-range-dereference.cpp | 20 expected-note 5 {{candidate function not viable: no known conversion}} 30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}} 87 // expected-error@-1 {{no viable conversion from 'Data' to 'Data *'}}
|
H A D | conversion.cpp | 19 return (E - I); // expected-warning {{implicit conversion loses integer precision}} 27 return x; // expected-warning {{implicit conversion loses integer precision}} 57 // This file tests -Wnull-conversion, a subcategory of -Wconversion 61 int a = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}} 63 b = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}} 65 int c = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}} 67 d = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}} 68 bool bl = NULL; // expected-warning {{implicit conversion of NULL constant to 'bool'}} 69 char ch = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}} 70 unsigned char uch = NULL; // expected-warning {{implicit conversion o [all...] |
/external/icu4c/samples/ |
H A D | readme.txt | 11 case - demonstrates how to do Unicode case conversion in C and C++. 35 ucnv - demonstrates the use of ICU codepage conversion
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | APIspecutil.py | 140 """Return the destination type of the conversion, or None.""" 165 conversion = "some" 167 conversion = "none" 169 conversion = "all" 171 return (dst_param.base_type(), conversion) 205 [5] -- how often does the conversion happen 209 dst_type, conversion = _Conversion(func, param) 212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
|
/external/mesa3d/src/mesa/main/ |
H A D | APIspecutil.py | 140 """Return the destination type of the conversion, or None.""" 165 conversion = "some" 167 conversion = "none" 169 conversion = "all" 171 return (dst_param.base_type(), conversion) 205 [5] -- how often does the conversion happen 209 dst_type, conversion = _Conversion(func, param) 212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
H A D | diff_parser.py | 65 for pattern, conversion in conversion_patterns: 68 return conversion(matched)
|
/external/jmonkeyengine/engine/src/test/jme3test/conversion/ |
H A D | TestTriangleStrip.java | 33 package jme3test.conversion;
|
H A D | TestMipMapGen.java | 33 package jme3test.conversion;
|
/external/valgrind/main/none/tests/ppc32/ |
H A D | test_isa_2_06_part3.stdout.exp | 421 Test VSX vector integer to float conversion instructions
|
/external/valgrind/main/none/tests/ppc64/ |
H A D | test_isa_2_06_part3.stdout.exp | 421 Test VSX vector integer to float conversion instructions
|
/external/chromium_org/third_party/mesa/src/docs/ |
H A D | 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
|
H A D | MESA_ycbcr_texture.spec | 129 texture sampling using an implementation dependent conversion. 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
/external/mesa3d/docs/ |
H A D | 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
|
H A D | MESA_ycbcr_texture.spec | 129 texture sampling using an implementation dependent conversion. 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
/external/bison/src/ |
H A D | muscle-tab.c | 410 const conversion_type conversion[] = local 418 for (i = 0; i < ARRAY_CARDINALITY (conversion); ++i) 419 if (STREQ (conversion[i].obsolete, variable)) 421 res = conversion[i].updated;
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | d8-os.js | 51 assertTrue(/tring conversion/.test(exception), str);
|