/libcore/luni/src/test/java/libcore/java/util/ |
FormatterTest.java | 102 // ...without screwing up conversions that don't take an argument.
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
chrono | 60 // conversions 117 // conversions 418 // conversions 715 // conversions
|
/ndk/sources/cxx-stl/llvm-libc++/www/ |
results.Windows.html | 300 conversions/ 301 conversions.buffer/ 307 conversions.string/ 396 string.conversions/
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdbool.in.h | 49 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
HtmlUtils.java | 34 * Provides static functions to perform custom HTML to text conversions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dlm.h | 57 * Indicates a lock conversion request. For conversions the name and namelen
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
printf.h | 86 types needed for the conversions FMT specifies. Returns
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm.h | 57 * Indicates a lock conversion request. For conversions the name and namelen
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 86 types needed for the conversions FMT specifies. Returns
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm.h | 57 * Indicates a lock conversion request. For conversions the name and namelen
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 86 types needed for the conversions FMT specifies. Returns
|
/external/clang/test/Sema/ |
format-strings.c | 208 printf("%s"); // expected-warning{{more '%' conversions than data arguments}} 217 printf("%d%d\n", x); // expected-warning{{more '%' conversions than data arguments}} 459 printf(kFormat1, 0); // expected-warning{{more '%' conversions than data arguments}} 460 printf("%d %s\n", 0); // expected-warning{{more '%' conversions than data arguments}} 521 printf(1 ? "yes %d" : "no %d"); // expected-warning 2{{more '%' conversions than data arguments}}
|
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
/libcore/luni/src/main/java/java/util/ |
Formatter.java | 129 * conversions are a single character, but date/time conversions all start with {@code t} and 140 * <B>String conversions</B> 160 * <B>Character conversions</B> 180 * <B>Integer conversions</B> 205 * <TD COLSPAN=4><B>Floating-point conversions</B> 284 * <B>Zero-argument conversions</B></TD> 313 * This table shows the date/time conversions, but you should use {@link java.text.SimpleDateFormat} 317 * <TD COLSPAN=4><B>Date/time conversions</B> 512 * As with the other conversions, date/time conversion has an uppercase format. Replacin [all...] |
/external/v8/tools/gyp/ |
v8.gyp | 281 '../../src/conversions-inl.h', 282 '../../src/conversions.cc', 283 '../../src/conversions.h', [all...] |
/external/clang/test/SemaCXX/ |
conditional-expr.cpp | 104 // for rvalues, hierarchy takes precedence over other conversions 166 // p6 (final conversions)
|
overload-call.cpp | 192 // Test overloading based on derived-to-base conversions 245 // Test reference binding vs. standard conversions.
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 34 /// the creation of temporary strings for conversions operations (such as 370 /// @name Numeric Conversions
|
/external/llvm/include/llvm/IR/ |
IntrinsicsARM.td | 317 // Vector Conversions Between Floating-point and Fixed-point. 323 // Vector Conversions Between Half-Precision and Single-Precision.
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 57 STATISTIC(NumSimple, "Number of simple if-conversions performed"); 58 STATISTIC(NumSimpleFalse, "Number of simple (F) if-conversions performed"); 59 STATISTIC(NumTriangle, "Number of triangle if-conversions performed"); 60 STATISTIC(NumTriangleRev, "Number of triangle (R) if-conversions performed"); 61 STATISTIC(NumTriangleFalse,"Number of triangle (F) if-conversions performed"); 62 STATISTIC(NumTriangleFRev, "Number of triangle (F/R) if-conversions performed"); 63 STATISTIC(NumDiamonds, "Number of diamond if-conversions performed"); 129 /// IfcvtToken - Record information about pending if-conversions to attempt: [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTime.java | 362 * @param locale the locale to use for locale-specific conversions 380 * Get the timezone used for formatting conversions
|
/external/v8/src/ |
SConscript | 58 conversions.cc 246 conversions.cc
|
/external/webkit/Source/WebCore/bindings/objc/ |
WebScriptObject.h | 87 The above conversions occur only if the declared ObjC type is an object type. 101 The above conversions occur only if the declared ObjC type is an object type.
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_DSP.h | 65 #define CONVERSIONS_DLL "conversions.dll64P" 76 #define CONVERSIONS_DLL "\\windows\\conversions.dll64P"
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 149 * unit. Conversions from finer to coarser granularities 152 * <tt>0</tt>. Conversions from coarser to finer granularities
|