OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversions
(Results
51 - 75
of
1742
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
block-printf-attribute-1.c
20
vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%'
conversions
than data arguments}}
overloadable-complex.c
7
// Note: GCC and EDG reject these two, but they are valid C99
conversions
/external/clang/test/SemaCXX/
complex-overload.cpp
7
// Note: GCC and EDG reject these two, but they are valid C99
conversions
vector.cpp
54
// Conditional operators with compatible types under -flax-vector-
conversions
(default)
187
// These 2 are convertable with -flax-vector-
conversions
(default)
210
// Same-size
conversions
211
// FIXME: G++ rejects these
conversions
, we accept them. Revisit this!
218
// Scalar-to-vector
conversions
.
/external/iproute2/include/linux/
types.h
44
* No
conversions
are necessary between 32-bit user-space and a 64-bit kernel.
/external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt
12
3) vector fp<->int
conversions
: PR2683, PR2684, PR2685, PR2686, PR2688
/external/llvm/test/CodeGen/SystemZ/
fp-conv-05.ll
1
; Test
conversions
of signed i32s to floating-point values.
fp-conv-06.ll
1
; Test
conversions
of unsigned i32s to floating-point values.
fp-conv-07.ll
1
; Test
conversions
of signed i64s to floating-point values.
fp-conv-10.ll
5
; z10 doesn't have native support for unsigned fp-to-i32
conversions
;
fp-conv-12.ll
5
; z10 doesn't have native support for unsigned fp-to-i64
conversions
;
/external/mesa3d/src/glsl/
ir_function.cpp
92
/* Since there are no bi-directional automatic
conversions
(e.g.,
136
* the implicit
conversions
in Section 4.1.10 "Implicit
Conversions
" will
139
* multiple ways to apply these
conversions
to the actual arguments of a
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.h
39
* YUV
conversions
, needed for the GL_MESA_ycbcr extension.
/external/webrtc/
android-webrtc.mk
33
-flax-vector-
conversions
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_float_to_int.fail.cpp
17
//
conversions
from floating point to integral durations disallowed
convert_inexact.fail.cpp
17
// inexact
conversions
disallowed for integral reps
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java
33
*
conversions
in code that uses the flags.
/external/chromium/base/
string_number_conversions.h
29
// Number -> string
conversions
------------------------------------------------
47
// String -> number
conversions
------------------------------------------------
51
// "perfect"
conversions
; returns false in the following cases:
86
// For floating-point
conversions
, only
conversions
of input strings in decimal
/external/chromium_org/base/strings/
string_number_conversions.h
30
// Number -> string
conversions
------------------------------------------------
48
// String -> number
conversions
------------------------------------------------
52
// "perfect"
conversions
; returns false in the following cases:
79
// For floating-point
conversions
, only
conversions
of input strings in decimal
/external/clang/test/SemaObjC/
format-strings-objc.m
67
NSLog(@"%@!"); // expected-warning{{more '%'
conversions
than data arguments}}
82
MyNSLog(@"%@"); // expected-warning {{more '%'
conversions
than data arguments}}
83
MyCFStringCreateWithFormat(CFSTR("%@")); // expected-warning {{more '%'
conversions
than data arguments}}
93
[Foo fooWithFormat:@"%@"]; // expected-warning {{more '%'
conversions
than data arguments}}
104
printf(s1); // expected-warning {{more '%'
conversions
than data arguments}}
107
printf(s2); // expected-warning {{more '%'
conversions
than data arguments}}
113
NSLog(ns1); // expected-warning {{more '%'
conversions
than data arguments}}
116
NSLog(ns2); // expected-warning {{more '%'
conversions
than data arguments}}
228
[Foo fooWithFormat:@"%@ %@", dict[CFSTR("abc")]]; // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C pointer type}} expected-warning{{more '%'
conversions
than data arguments}}
/external/chromium_org/base/android/
scoped_java_ref_unittest.cc
67
// The main purpose of this is testing the various
conversions
compile.
68
TEST_F(ScopedJavaRefTest,
Conversions
) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h
18
/// \brief A record of the "type" of an APSInt, used for
conversions
.
85
/// \param AllowMixedSign Whether or not to allow signedness
conversions
.
/dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S
2
/* EABI appears to have Java-style
conversions
of +inf/-inf/NaN */
/dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S
2
/* EABI appears to have Java-style
conversions
of +inf/-inf/NaN */
/external/chromium_org/chrome/test/webdriver/
keycode_text_conversion_gtk.cc
19
// which will do basic
conversions
like it for us.
Completed in 1197 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>