HomeSort by relevance Sort by last modified time
    Searched full:conversions (Results 201 - 225 of 1193) sorted by null

1 2 3 4 5 6 7 891011>>

  /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 176 printf("%s"); // expected-warning{{more '%' conversions than data arguments}}
186 printf("%d%d\n", x); // expected-warning{{more '%' conversions than data arguments}}
428 printf(kFormat1, 0); // expected-warning{{more '%' conversions than data arguments}}
429 printf("%d %s\n", 0); // expected-warning{{more '%' conversions than data arguments}}
494 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 * As with the other conversions, date/time conversion has an uppercase format. Replacing
317 * This table shows the date/time conversions:
320 * <TD COLSPAN=4><B>Date/time conversions</B
    [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 94 // for rvalues, hierarchy takes precedence over other conversions
156 // 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/
IntrinsicsARM.td 334 // Vector Conversions Between Floating-point and Fixed-point.
340 // Vector Conversions Between Half-Precision and Single-Precision.
  /external/llvm/lib/CodeGen/
IfConversion.cpp 56 STATISTIC(NumSimple, "Number of simple if-conversions performed");
57 STATISTIC(NumSimpleFalse, "Number of simple (F) if-conversions performed");
58 STATISTIC(NumTriangle, "Number of triangle if-conversions performed");
59 STATISTIC(NumTriangleRev, "Number of triangle (R) if-conversions performed");
60 STATISTIC(NumTriangleFalse,"Number of triangle (F) if-conversions performed");
61 STATISTIC(NumTriangleFRev, "Number of triangle (F/R) if-conversions performed");
62 STATISTIC(NumDiamonds, "Number of diamond if-conversions performed");
128 /// IfcvtToken - Record information about pending if-conversions to attempt:
    [all...]
  /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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 571 /* Conversions involving fractional fixed-point types without saturation,
578 NOTE: fractional can be either signed or unsigned for conversions. */
581 /* Conversions involving fractional fixed-point types and unsigned integer
585 NOTE: fractional can be either signed or unsigned for conversions. */
588 /* Conversions involving fractional fixed-point types with saturation,
593 NOTE: fractional can be either signed or unsigned for conversions. */
596 /* Conversions involving fractional fixed-point types and unsigned integer
599 NOTE: fractional can be either signed or unsigned for conversions. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 571 /* Conversions involving fractional fixed-point types without saturation,
578 NOTE: fractional can be either signed or unsigned for conversions. */
581 /* Conversions involving fractional fixed-point types and unsigned integer
585 NOTE: fractional can be either signed or unsigned for conversions. */
588 /* Conversions involving fractional fixed-point types with saturation,
593 NOTE: fractional can be either signed or unsigned for conversions. */
596 /* Conversions involving fractional fixed-point types and unsigned integer
599 NOTE: fractional can be either signed or unsigned for conversions. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 571 /* Conversions involving fractional fixed-point types without saturation,
578 NOTE: fractional can be either signed or unsigned for conversions. */
581 /* Conversions involving fractional fixed-point types and unsigned integer
585 NOTE: fractional can be either signed or unsigned for conversions. */
588 /* Conversions involving fractional fixed-point types with saturation,
593 NOTE: fractional can be either signed or unsigned for conversions. */
596 /* Conversions involving fractional fixed-point types and unsigned integer
599 NOTE: fractional can be either signed or unsigned for conversions. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 46 // This includes conversions and comparisons between various character
224 // code conversions between a large number of character encodings.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 49 // This includes conversions and comparisons between various character
230 // code conversions between a large number of character encodings.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 49 // This includes conversions and comparisons between various character
230 // code conversions between a large number of character encodings.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 46 // This includes conversions and comparisons between various character
224 // code conversions between a large number of character encodings.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 46 // This includes conversions and comparisons between various character
224 // code conversions between a large number of character encodings.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 46 // This includes conversions and comparisons between various character
224 // code conversions between a large number of character encodings.
  /bionic/libc/stdio/
vfprintf.c 332 * Scan the format for conversions (`%' character).
646 /* unsigned conversions */
649 * ``... diouXx conversions ... if a precision is
941 * Scan the format for conversions (`%' character).

Completed in 813 milliseconds

1 2 3 4 5 6 7 891011>>