OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comparison
(Results
26 - 50
of
2086
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oprofile/m4/
kernelversion.m4
1
dnl AX_KERNEL_VERSION(major, minor, level,
comparison
, action-if-true, action-if-false)
/external/clang/test/SemaCXX/
compare.cpp
12
(a == (unsigned long) b) + // expected-warning {{
comparison
of integers of different signs}}
16
((long) a == b) + // expected-warning {{
comparison
of integers of different signs}}
17
((int) a == b) + // expected-warning {{
comparison
of integers of different signs}}
18
((short) a == b) + // expected-warning {{
comparison
of integers of different signs}}
19
((signed char) a == b) + // expected-warning {{
comparison
of integers of different signs}}
20
((long) a == (unsigned long) b) + // expected-warning {{
comparison
of integers of different signs}}
21
((int) a == (unsigned int) b) + // expected-warning {{
comparison
of integers of different signs}}
24
(a < (unsigned long) b) + // expected-warning {{
comparison
of integers of different signs}}
28
((long) a < b) + // expected-warning {{
comparison
of integers of different signs}}
29
((int) a < b) + // expected-warning {{
comparison
of integers of different signs}
[
all
...]
composite-pointer-type.cpp
14
if (d1 >= d2) // expected-error{{
comparison
of distinct}}
25
if (d1 == d2) // expected-error{{
comparison
of distinct}}
56
if (p == q) // expected-warning{{
comparison
of distinct pointer types ('void **' and 'const void **') uses non-standard composite pointer type 'const void *const *'}}
/external/guava/guava/src/com/google/common/collect/
ComparisonChain.java
29
* A utility for performing a "lazy" chained
comparison
statement, which
42
* nonzero</i>
comparison
result in the chain, or will be zero if every
43
*
comparison
result was zero.
45
* <p>Once any
comparison
returns a nonzero value, remaining comparisons are
57
* Begins a new chained
comparison
statement. See example in the class
137
* Comparable#compareTo}, <i>if</i> the result of this
comparison
chain
145
*
comparison
chain has not already been determined.
152
* <i>if</i> the result of this
comparison
chain has not already been
159
* <i>if</i> the result of this
comparison
chain has not already been
166
* Float#compare}, <i>if</i> the result of this
comparison
chain has no
[
all
...]
/external/clang/test/SemaObjC/
comptypes-3.m
45
if (obj_a == obj_b) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolA>' and 'id<MyProtocolB>')}}
46
if (obj_b == obj_a) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolB>' and 'id<MyProtocolA>')}}
57
if (obj_b == obj_ac) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolB>' and 'id<MyProtocolAC>')}}
58
if (obj_ac == obj_b) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolAC>' and 'id<MyProtocolB>')}}
60
if (obj_ab == obj_ac) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolAB>' and 'id<MyProtocolAC>')}}
61
if (obj_ac == obj_ab) foo (); // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocolAC>' and 'id<MyProtocolAB>')}}
comptypes-1.m
57
/* Any
comparison
involving an 'id' must be without warnings. */
67
/* Any
comparison
between 'MyClass *' and anything which is not an 'id'
69
if (obj_p == obj_c) foo() ; // expected-warning {{
comparison
of distinct pointer types ('id<MyProtocol>' and 'MyClass *')}}
71
if (obj_c == obj_cp) foo() ; // expected-warning {{
comparison
of distinct pointer types ('MyClass *' and 'MyOtherClass *')}}
72
if (obj_cp == obj_c) foo() ; // expected-warning {{
comparison
of distinct pointer types ('MyOtherClass *' and 'MyClass *')}}
77
/* Any
comparison
between 'MyOtherClass *' (which implements
compare-qualified-class.m
28
classA == classD; // expected-warning {{
comparison
of distinct pointer types ('Class<SomeProtocol> *' and 'Class<SomeProtocol1> *')}}
self-assign.m
10
// expected-note{{use '==' to turn this assignment into an equality
comparison
}} \
/dalvik/vm/mterp/x86-atom/
bincmp.S
19
* Code: Generic 32-bit
comparison
operation. Provides a "revcmp"
20
* variable to specify the reverse
comparison
to perform.
24
* Description: Branch to the given destination if the
comparison
39
#
comparison
is true
/external/clang/test/FixIt/
no-macro-fixit.c
13
// expected-note {{use '==' to turn this assignment into an equality
comparison
}} \
/external/e2fsprogs/intl/
plural-exp.h
50
less_than, /*
Comparison
. */
51
greater_than, /*
Comparison
. */
52
less_or_equal, /*
Comparison
. */
53
greater_or_equal, /*
Comparison
. */
54
equal, /*
Comparison
for equality. */
55
not_equal, /*
Comparison
for inequality. */
/external/llvm/test/CodeGen/X86/
live-out-reg-info.ll
3
; Make sure dagcombine doesn't eliminate the
comparison
due
change-compare-stride-trickiness-1.ll
3
; The
comparison
happens after the relevant use, so the stride can easily
4
; be changed. The
comparison
can be done in a narrower mode than the
/external/oprofile/libpp/
symbol_functors.h
3
* Functors for symbol/sample
comparison
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
typeinfo
46
// case
comparison
can just compare pointers) or not (in which case
48
// whether
comparison
is to be implemented inline or not. By default we
49
// use inline pointer
comparison
if weak symbols are available, and
50
// out-of-line strcmp if not. Out-of-line pointer
comparison
is used
52
// which may not be able to use pointer
comparison
, but the particular
53
// system for which libstdc++ is being built can use pointer
comparison
;
55
// out-of-line
comparison
. Inline strcmp is not currently supported. The
58
//
comparison
is inline, and __GXX_MERGED_TYPEINFO_NAMES to 1 or 0 to
59
// indicate whether or not pointer
comparison
can be used.
/external/dexmaker/javadoc/com/google/dexmaker/
Comparison.html
7
Comparison
(dexmaker)
18
parent.document.title="
Comparison
(dexmaker)";
60
<A HREF="../../../index.html?com/google/dexmaker/
Comparison
.html" target="_top"><B>FRAMES</B></A>
61
<A HREF="
Comparison
.html" target="_top"><B>NO FRAMES</B></A>
92
Enum
Comparison
</H2>
95
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A><<A HREF="../../../com/google/dexmaker/
Comparison
.html" title="enum in com.google.dexmaker">
Comparison
</A>>
96
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.google.dexmaker.
Comparison
</B>
99
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><<A HREF="../../../com/google/dexmaker/
Comparison
.html" title="enum in com.google.dexmaker">
Comparison
</A>></DD
[
all
...]
/external/chromium/testing/
gtest_mac.h
18
// This overloaded version allows
comparison
between ObjC objects that conform
25
// This overloaded version allows
comparison
between ObjC objects that conform
gtest_mac.mm
18
// This overloaded version allows
comparison
between ObjC objects that conform
34
// This overloaded version allows
comparison
between ObjC objects that conform
/external/clang/test/SemaTemplate/
resolve-single-template-id.cpp
47
oneT<int> == 0; // expected-warning {{equality
comparison
result unused}} \
48
// expected-note {{use '=' to turn this equality
comparison
into an assignment}}
49
0 == oneT<int>; // expected-warning {{equality
comparison
result unused}}
50
0 != oneT<int>; // expected-warning {{inequality
comparison
result unused}}
63
one < one; //expected-warning {{self-
comparison
always evaluates to false}} \
66
oneT<int> < oneT<int>; //expected-warning {{self-
comparison
always evaluates to false}} \
71
oneT<int> == 0; // expected-warning {{equality
comparison
result unused}} \
72
// expected-note {{use '=' to turn this equality
comparison
into an assignment}}
/external/jdiff/src/jdiff/
PackageAPI.java
10
* The method used for Collection
comparison
(compareTo) must make its
11
*
comparison
based upon everything that is known about this package.
ParamAPI.java
10
* The method used for Collection
comparison
(compareTo) must make its
11
*
comparison
based upon everything that is known about this parameter.
/external/webkit/Tools/Scripts/webkitpy/python24/
versioning.py
50
A triple of (
comparison
, current_version, target_version).
52
comparison
: An integer representing the result of comparing the
85
comparison
= 1
87
comparison
= 0
89
comparison
= -1
95
return (
comparison
, current_version, target_version)
120
(
comparison
, current_version, target_version) = \
123
if
comparison
>= 0:
Completed in 740 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>