/dalvik/dx/tests/040-dex-constructor/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/076-dex-synch-and-stack/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to make sure that 2 the synchronized method conversion doesn't interact poorly with stack 7 aspects of conversion end up altering the output in innocuous ways.
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 5 operator char *(); // expected-note {{conversion to pointer type}} 9 operator int *(); // expected-note {{conversion to pointer type}} 14 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D' to a pointer}} 33 operator const int *(); // expected-note {{conversion to pointer type}} 37 operator int *(); // expected-note {{conversion to pointer type}} 42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}} 47 operator const int *(); // expected-note {{conversion to pointer type}} 51 operator const int *(); // expected-note {{conversion to pointer type}} 59 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D3' to a pointer}} 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped [all...] |
warn-literal-conversion.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -Wliteral-conversion -verify %s 8 int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} 11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} 12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}} 14 int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2222 to 1}} 15 int y6 = 12E-1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2 to 1}} 16 int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}} 17 int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12} [all...] |
/art/test/085-old-style-inner-class/ |
info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/dalvik/tests/085-old-style-inner-class/ |
info.txt | 1 Test that the conversion of an old-style (pre-1.5) inner class results
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
README | 1 http://code.google.com/p/double-conversion 3 This project (double-conversion) provides binary-decimal and decimal-binary 6 The library consists of efficient conversion routines that have been extracted 10 There is extensive documentation in src/double-conversion.h. Other examples can
|
/external/compiler-rt/test/timing/ |
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;
|
/frameworks/base/core/java/android/util/ |
package.html | 4 and decoders, string and number conversion methods, and XML utilities.
|
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/044-dex-math-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/045-dex-switch-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/046-dex-exceptions/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/047-dex-wide-args/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/048-dex-new-array/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/049-dex-instanceof/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/050-dex-checkcast/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|
/dalvik/dx/tests/052-dex-static-var-access/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 6 aspects of conversion end up altering the output in innocuous ways.
|